diff --git "a/graph_nltk.json" "b/graph_nltk.json" new file mode 100644--- /dev/null +++ "b/graph_nltk.json" @@ -0,0 +1,227571 @@ +{ + "repo_root": "C:\\repos\\v3\\nltk", + "files_scanned": 386, + "modules_parsed": 386, + "function_graph": { + "setup": [], + "nltk.book": [ + { + "id": "nltk.book.texts", + "name": "texts", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "nltk.book.sents", + "name": "sents", + "lineno": 204, + "scope": null, + "is_async": false + } + ], + "nltk.cli": [ + { + "id": "nltk.cli.cli", + "name": "cli", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "nltk.cli.tokenize_file", + "name": "tokenize_file", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "nltk.collections": [ + { + "id": "nltk.collections.OrderedDict.__init__", + "name": "__init__", + "lineno": 20, + "scope": "OrderedDict", + "is_async": false + }, + { + "id": "nltk.collections.OrderedDict.__delitem__", + "name": "__delitem__", + "lineno": 28, + "scope": "OrderedDict", + "is_async": false + }, + { + "id": "nltk.collections.OrderedDict.__getitem__", + "name": "__getitem__", + "lineno": 32, + "scope": "OrderedDict", + "is_async": false + }, + { + "id": "nltk.collections.OrderedDict.__iter__", + "name": "__iter__", + "lineno": 38, + "scope": "OrderedDict", + "is_async": false + }, + { + "id": "nltk.collections.OrderedDict.__missing__", + "name": "__missing__", + "lineno": 41, + "scope": "OrderedDict", + "is_async": false + }, + { + "id": "nltk.collections.OrderedDict.__setitem__", + "name": "__setitem__", + "lineno": 46, + "scope": "OrderedDict", + "is_async": false + }, + { + "id": "nltk.collections.OrderedDict.clear", + "name": "clear", + "lineno": 51, + "scope": "OrderedDict", + "is_async": false + }, + { + "id": "nltk.collections.OrderedDict.copy", + "name": "copy", + "lineno": 55, + "scope": "OrderedDict", + "is_async": false + }, + { + "id": "nltk.collections.OrderedDict.items", + "name": "items", + "lineno": 60, + "scope": "OrderedDict", + "is_async": false + }, + { + "id": "nltk.collections.OrderedDict.keys", + "name": "keys", + "lineno": 63, + "scope": "OrderedDict", + "is_async": false + }, + { + "id": "nltk.collections.OrderedDict.popitem", + "name": "popitem", + "lineno": 84, + "scope": "OrderedDict", + "is_async": false + }, + { + "id": "nltk.collections.OrderedDict.setdefault", + "name": "setdefault", + "lineno": 93, + "scope": "OrderedDict", + "is_async": false + }, + { + "id": "nltk.collections.OrderedDict.update", + "name": "update", + "lineno": 98, + "scope": "OrderedDict", + "is_async": false + }, + { + "id": "nltk.collections.OrderedDict.values", + "name": "values", + "lineno": 104, + "scope": "OrderedDict", + "is_async": false + }, + { + "id": "nltk.collections.AbstractLazySequence.__len__", + "name": "__len__", + "lineno": 135, + "scope": "AbstractLazySequence", + "is_async": false + }, + { + "id": "nltk.collections.AbstractLazySequence.iterate_from", + "name": "iterate_from", + "lineno": 142, + "scope": "AbstractLazySequence", + "is_async": false + }, + { + "id": "nltk.collections.AbstractLazySequence.__getitem__", + "name": "__getitem__", + "lineno": 151, + "scope": "AbstractLazySequence", + "is_async": false + }, + { + "id": "nltk.collections.AbstractLazySequence.__iter__", + "name": "__iter__", + "lineno": 171, + "scope": "AbstractLazySequence", + "is_async": false + }, + { + "id": "nltk.collections.AbstractLazySequence.count", + "name": "count", + "lineno": 176, + "scope": "AbstractLazySequence", + "is_async": false + }, + { + "id": "nltk.collections.AbstractLazySequence.index", + "name": "index", + "lineno": 180, + "scope": "AbstractLazySequence", + "is_async": false + }, + { + "id": "nltk.collections.AbstractLazySequence.__contains__", + "name": "__contains__", + "lineno": 191, + "scope": "AbstractLazySequence", + "is_async": false + }, + { + "id": "nltk.collections.AbstractLazySequence.__add__", + "name": "__add__", + "lineno": 195, + "scope": "AbstractLazySequence", + "is_async": false + }, + { + "id": "nltk.collections.AbstractLazySequence.__radd__", + "name": "__radd__", + "lineno": 199, + "scope": "AbstractLazySequence", + "is_async": false + }, + { + "id": "nltk.collections.AbstractLazySequence.__mul__", + "name": "__mul__", + "lineno": 203, + "scope": "AbstractLazySequence", + "is_async": false + }, + { + "id": "nltk.collections.AbstractLazySequence.__rmul__", + "name": "__rmul__", + "lineno": 207, + "scope": "AbstractLazySequence", + "is_async": false + }, + { + "id": "nltk.collections.AbstractLazySequence.__repr__", + "name": "__repr__", + "lineno": 213, + "scope": "AbstractLazySequence", + "is_async": false + }, + { + "id": "nltk.collections.AbstractLazySequence.__eq__", + "name": "__eq__", + "lineno": 228, + "scope": "AbstractLazySequence", + "is_async": false + }, + { + "id": "nltk.collections.AbstractLazySequence.__ne__", + "name": "__ne__", + "lineno": 231, + "scope": "AbstractLazySequence", + "is_async": false + }, + { + "id": "nltk.collections.AbstractLazySequence.__lt__", + "name": "__lt__", + "lineno": 234, + "scope": "AbstractLazySequence", + "is_async": false + }, + { + "id": "nltk.collections.AbstractLazySequence.__hash__", + "name": "__hash__", + "lineno": 239, + "scope": "AbstractLazySequence", + "is_async": false + }, + { + "id": "nltk.collections.LazySubsequence.__new__", + "name": "__new__", + "lineno": 260, + "scope": "LazySubsequence", + "is_async": false + }, + { + "id": "nltk.collections.LazySubsequence.__init__", + "name": "__init__", + "lineno": 273, + "scope": "LazySubsequence", + "is_async": false + }, + { + "id": "nltk.collections.LazySubsequence.__len__", + "name": "__len__", + "lineno": 278, + "scope": "LazySubsequence", + "is_async": false + }, + { + "id": "nltk.collections.LazySubsequence.iterate_from", + "name": "iterate_from", + "lineno": 281, + "scope": "LazySubsequence", + "is_async": false + }, + { + "id": "nltk.collections.LazyConcatenation.__init__", + "name": "__init__", + "lineno": 296, + "scope": "LazyConcatenation", + "is_async": false + }, + { + "id": "nltk.collections.LazyConcatenation.__len__", + "name": "__len__", + "lineno": 300, + "scope": "LazyConcatenation", + "is_async": false + }, + { + "id": "nltk.collections.LazyConcatenation.iterate_from", + "name": "iterate_from", + "lineno": 306, + "scope": "LazyConcatenation", + "is_async": false + }, + { + "id": "nltk.collections.LazyMap.__init__", + "name": "__init__", + "lineno": 372, + "scope": "LazyMap", + "is_async": false + }, + { + "id": "nltk.collections.LazyMap.iterate_from", + "name": "iterate_from", + "lineno": 396, + "scope": "LazyMap", + "is_async": false + }, + { + "id": "nltk.collections.LazyMap.__getitem__", + "name": "__getitem__", + "lineno": 445, + "scope": "LazyMap", + "is_async": false + }, + { + "id": "nltk.collections.LazyMap.__len__", + "name": "__len__", + "lineno": 471, + "scope": "LazyMap", + "is_async": false + }, + { + "id": "nltk.collections.LazyZip.__init__", + "name": "__init__", + "lineno": 507, + "scope": "LazyZip", + "is_async": false + }, + { + "id": "nltk.collections.LazyZip.iterate_from", + "name": "iterate_from", + "lineno": 514, + "scope": "LazyZip", + "is_async": false + }, + { + "id": "nltk.collections.LazyZip.__len__", + "name": "__len__", + "lineno": 521, + "scope": "LazyZip", + "is_async": false + }, + { + "id": "nltk.collections.LazyEnumerate.__init__", + "name": "__init__", + "lineno": 554, + "scope": "LazyEnumerate", + "is_async": false + }, + { + "id": "nltk.collections.LazyIteratorList.__init__", + "name": "__init__", + "lineno": 569, + "scope": "LazyIteratorList", + "is_async": false + }, + { + "id": "nltk.collections.LazyIteratorList.__len__", + "name": "__len__", + "lineno": 574, + "scope": "LazyIteratorList", + "is_async": false + }, + { + "id": "nltk.collections.LazyIteratorList.iterate_from", + "name": "iterate_from", + "lineno": 582, + "scope": "LazyIteratorList", + "is_async": false + }, + { + "id": "nltk.collections.LazyIteratorList.__add__", + "name": "__add__", + "lineno": 599, + "scope": "LazyIteratorList", + "is_async": false + }, + { + "id": "nltk.collections.LazyIteratorList.__radd__", + "name": "__radd__", + "lineno": 603, + "scope": "LazyIteratorList", + "is_async": false + }, + { + "id": "nltk.collections.Trie.__init__", + "name": "__init__", + "lineno": 616, + "scope": "Trie", + "is_async": false + }, + { + "id": "nltk.collections.Trie.insert", + "name": "insert", + "lineno": 633, + "scope": "Trie", + "is_async": false + }, + { + "id": "nltk.collections.Trie.__missing__", + "name": "__missing__", + "lineno": 655, + "scope": "Trie", + "is_async": false + } + ], + "nltk.collocations": [ + { + "id": "nltk.collocations.AbstractCollocationFinder.__init__", + "name": "__init__", + "lineno": 57, + "scope": "AbstractCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.AbstractCollocationFinder._build_new_documents", + "name": "_build_new_documents", + "lineno": 63, + "scope": "AbstractCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.AbstractCollocationFinder.from_documents", + "name": "from_documents", + "lineno": 80, + "scope": "AbstractCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.AbstractCollocationFinder._ngram_freqdist", + "name": "_ngram_freqdist", + "lineno": 90, + "scope": "AbstractCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.AbstractCollocationFinder._apply_filter", + "name": "_apply_filter", + "lineno": 93, + "scope": "AbstractCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.AbstractCollocationFinder.apply_freq_filter", + "name": "apply_freq_filter", + "lineno": 103, + "scope": "AbstractCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.AbstractCollocationFinder.apply_ngram_filter", + "name": "apply_ngram_filter", + "lineno": 107, + "scope": "AbstractCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.AbstractCollocationFinder.apply_word_filter", + "name": "apply_word_filter", + "lineno": 113, + "scope": "AbstractCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.AbstractCollocationFinder._score_ngrams", + "name": "_score_ngrams", + "lineno": 119, + "scope": "AbstractCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.AbstractCollocationFinder.score_ngrams", + "name": "score_ngrams", + "lineno": 128, + "scope": "AbstractCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.AbstractCollocationFinder.nbest", + "name": "nbest", + "lineno": 134, + "scope": "AbstractCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.AbstractCollocationFinder.above_score", + "name": "above_score", + "lineno": 138, + "scope": "AbstractCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.BigramCollocationFinder.__init__", + "name": "__init__", + "lineno": 157, + "scope": "BigramCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.BigramCollocationFinder.from_words", + "name": "from_words", + "lineno": 165, + "scope": "BigramCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.BigramCollocationFinder.score_ngram", + "name": "score_ngram", + "lineno": 186, + "scope": "BigramCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.TrigramCollocationFinder.__init__", + "name": "__init__", + "lineno": 208, + "scope": "TrigramCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.TrigramCollocationFinder.from_words", + "name": "from_words", + "lineno": 218, + "scope": "TrigramCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.TrigramCollocationFinder.bigram_finder", + "name": "bigram_finder", + "lineno": 244, + "scope": "TrigramCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.TrigramCollocationFinder.score_ngram", + "name": "score_ngram", + "lineno": 251, + "scope": "TrigramCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.QuadgramCollocationFinder.__init__", + "name": "__init__", + "lineno": 275, + "scope": "QuadgramCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.QuadgramCollocationFinder.from_words", + "name": "from_words", + "lineno": 289, + "scope": "QuadgramCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.QuadgramCollocationFinder.score_ngram", + "name": "score_ngram", + "lineno": 323, + "scope": "QuadgramCollocationFinder", + "is_async": false + }, + { + "id": "nltk.collocations.demo", + "name": "demo", + "lineno": 353, + "scope": null, + "is_async": false + } + ], + "nltk.compat": [ + { + "id": "nltk.compat.add_py3_data", + "name": "add_py3_data", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "nltk.compat.py3_data", + "name": "py3_data", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "nltk.compat.py3_data._decorator", + "name": "_decorator", + "lineno": 34, + "scope": "py3_data", + "is_async": false + } + ], + "nltk.data": [ + { + "id": "nltk.data._assert_no_encoded_bypass", + "name": "_assert_no_encoded_bypass", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data._reject_unsafe_no_protocol", + "name": "_reject_unsafe_no_protocol", + "lineno": 94, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data.gzip_open_unicode", + "name": "gzip_open_unicode", + "lineno": 169, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data.split_resource_url", + "name": "split_resource_url", + "lineno": 183, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data.normalize_resource_url", + "name": "normalize_resource_url", + "lineno": 221, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data.normalize_resource_name", + "name": "normalize_resource_name", + "lineno": 309, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data.PathPointer.open", + "name": "open", + "lineno": 373, + "scope": "PathPointer", + "is_async": false + }, + { + "id": "nltk.data.PathPointer.file_size", + "name": "file_size", + "lineno": 383, + "scope": "PathPointer", + "is_async": false + }, + { + "id": "nltk.data.PathPointer.join", + "name": "join", + "lineno": 393, + "scope": "PathPointer", + "is_async": false + }, + { + "id": "nltk.data.FileSystemPathPointer.__init__", + "name": "__init__", + "lineno": 409, + "scope": "FileSystemPathPointer", + "is_async": false + }, + { + "id": "nltk.data.FileSystemPathPointer.path", + "name": "path", + "lineno": 425, + "scope": "FileSystemPathPointer", + "is_async": false + }, + { + "id": "nltk.data.FileSystemPathPointer.open", + "name": "open", + "lineno": 429, + "scope": "FileSystemPathPointer", + "is_async": false + }, + { + "id": "nltk.data.FileSystemPathPointer.file_size", + "name": "file_size", + "lineno": 440, + "scope": "FileSystemPathPointer", + "is_async": false + }, + { + "id": "nltk.data.FileSystemPathPointer.join", + "name": "join", + "lineno": 443, + "scope": "FileSystemPathPointer", + "is_async": false + }, + { + "id": "nltk.data.FileSystemPathPointer.__repr__", + "name": "__repr__", + "lineno": 462, + "scope": "FileSystemPathPointer", + "is_async": false + }, + { + "id": "nltk.data.FileSystemPathPointer.__str__", + "name": "__str__", + "lineno": 465, + "scope": "FileSystemPathPointer", + "is_async": false + }, + { + "id": "nltk.data.BufferedGzipFile.__init__", + "name": "__init__", + "lineno": 477, + "scope": "BufferedGzipFile", + "is_async": false + }, + { + "id": "nltk.data.BufferedGzipFile.write", + "name": "write", + "lineno": 483, + "scope": "BufferedGzipFile", + "is_async": false + }, + { + "id": "nltk.data.GzipFileSystemPathPointer.open", + "name": "open", + "lineno": 496, + "scope": "GzipFileSystemPathPointer", + "is_async": false + }, + { + "id": "nltk.data.ZipFilePathPointer.__init__", + "name": "__init__", + "lineno": 509, + "scope": "ZipFilePathPointer", + "is_async": false + }, + { + "id": "nltk.data.ZipFilePathPointer.zipfile", + "name": "zipfile", + "lineno": 545, + "scope": "ZipFilePathPointer", + "is_async": false + }, + { + "id": "nltk.data.ZipFilePathPointer.entry", + "name": "entry", + "lineno": 553, + "scope": "ZipFilePathPointer", + "is_async": false + }, + { + "id": "nltk.data.ZipFilePathPointer.open", + "name": "open", + "lineno": 560, + "scope": "ZipFilePathPointer", + "is_async": false + }, + { + "id": "nltk.data.ZipFilePathPointer.file_size", + "name": "file_size", + "lineno": 569, + "scope": "ZipFilePathPointer", + "is_async": false + }, + { + "id": "nltk.data.ZipFilePathPointer.join", + "name": "join", + "lineno": 572, + "scope": "ZipFilePathPointer", + "is_async": false + }, + { + "id": "nltk.data.ZipFilePathPointer.__repr__", + "name": "__repr__", + "lineno": 576, + "scope": "ZipFilePathPointer", + "is_async": false + }, + { + "id": "nltk.data.ZipFilePathPointer.__str__", + "name": "__str__", + "lineno": 579, + "scope": "ZipFilePathPointer", + "is_async": false + }, + { + "id": "nltk.data.open_datafile", + "name": "open_datafile", + "lineno": 594, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data.find", + "name": "find", + "lineno": 624, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data.find._note_near_miss", + "name": "_note_near_miss", + "lineno": 686, + "scope": "find", + "is_async": false + }, + { + "id": "nltk.data.retrieve", + "name": "retrieve", + "lineno": 803, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data.restricted_pickle_load", + "name": "restricted_pickle_load", + "lineno": 879, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data.switch_punkt", + "name": "switch_punkt", + "lineno": 888, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data.switch_chunker", + "name": "switch_chunker", + "lineno": 902, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data.switch_t_tagger", + "name": "switch_t_tagger", + "lineno": 919, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data.switch_p_tagger", + "name": "switch_p_tagger", + "lineno": 935, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data.load", + "name": "load", + "lineno": 955, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data.show_cfg", + "name": "show_cfg", + "lineno": 1135, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data.clear_cache", + "name": "clear_cache", + "lineno": 1157, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data._open", + "name": "_open", + "lineno": 1165, + "scope": null, + "is_async": false + }, + { + "id": "nltk.data.LazyLoader.__init__", + "name": "__init__", + "lineno": 1211, + "scope": "LazyLoader", + "is_async": false + }, + { + "id": "nltk.data.LazyLoader.__load", + "name": "__load", + "lineno": 1214, + "scope": "LazyLoader", + "is_async": false + }, + { + "id": "nltk.data.LazyLoader.__getattr__", + "name": "__getattr__", + "lineno": 1222, + "scope": "LazyLoader", + "is_async": false + }, + { + "id": "nltk.data.LazyLoader.__repr__", + "name": "__repr__", + "lineno": 1228, + "scope": "LazyLoader", + "is_async": false + }, + { + "id": "nltk.data.OpenOnDemandZipFile.__init__", + "name": "__init__", + "lineno": 1251, + "scope": "OpenOnDemandZipFile", + "is_async": false + }, + { + "id": "nltk.data.OpenOnDemandZipFile.read", + "name": "read", + "lineno": 1261, + "scope": "OpenOnDemandZipFile", + "is_async": false + }, + { + "id": "nltk.data.OpenOnDemandZipFile.write", + "name": "write", + "lineno": 1270, + "scope": "OpenOnDemandZipFile", + "is_async": false + }, + { + "id": "nltk.data.OpenOnDemandZipFile.writestr", + "name": "writestr", + "lineno": 1274, + "scope": "OpenOnDemandZipFile", + "is_async": false + }, + { + "id": "nltk.data.OpenOnDemandZipFile.__repr__", + "name": "__repr__", + "lineno": 1278, + "scope": "OpenOnDemandZipFile", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.__init__", + "name": "__init__", + "lineno": 1306, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.read", + "name": "read", + "lineno": 1362, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.discard_line", + "name": "discard_line", + "lineno": 1382, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.readline", + "name": "readline", + "lineno": 1389, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.readlines", + "name": "readlines", + "lineno": 1449, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.next", + "name": "next", + "lineno": 1460, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.__next__", + "name": "__next__", + "lineno": 1468, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.__iter__", + "name": "__iter__", + "lineno": 1471, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.__del__", + "name": "__del__", + "lineno": 1475, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.__enter__", + "name": "__enter__", + "lineno": 1480, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.__exit__", + "name": "__exit__", + "lineno": 1483, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.xreadlines", + "name": "xreadlines", + "lineno": 1486, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.closed", + "name": "closed", + "lineno": 1495, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.name", + "name": "name", + "lineno": 1500, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.mode", + "name": "mode", + "lineno": 1505, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.close", + "name": "close", + "lineno": 1509, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.seek", + "name": "seek", + "lineno": 1519, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.char_seek_forward", + "name": "char_seek_forward", + "lineno": 1543, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader._char_seek_forward", + "name": "_char_seek_forward", + "lineno": 1554, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader.tell", + "name": "tell", + "lineno": 1594, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader._read", + "name": "_read", + "lineno": 1640, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader._incr_decode", + "name": "_incr_decode", + "lineno": 1678, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader._check_bom", + "name": "_check_bom", + "lineno": 1718, + "scope": "SeekableUnicodeStreamReader", + "is_async": false + } + ], + "nltk.decorators": [ + { + "id": "nltk.decorators.__legacysignature", + "name": "__legacysignature", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "nltk.decorators.getinfo", + "name": "getinfo", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "nltk.decorators.update_wrapper", + "name": "update_wrapper", + "lineno": 108, + "scope": null, + "is_async": false + }, + { + "id": "nltk.decorators.new_wrapper", + "name": "new_wrapper", + "lineno": 120, + "scope": null, + "is_async": false + }, + { + "id": "nltk.decorators.__call__", + "name": "__call__", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "nltk.decorators.decorator_factory", + "name": "decorator_factory", + "lineno": 145, + "scope": null, + "is_async": false + }, + { + "id": "nltk.decorators.decorator", + "name": "decorator", + "lineno": 163, + "scope": null, + "is_async": false + }, + { + "id": "nltk.decorators.decorator._decorator", + "name": "_decorator", + "lineno": 196, + "scope": "decorator", + "is_async": false + }, + { + "id": "nltk.decorators.getattr_", + "name": "getattr_", + "lineno": 210, + "scope": null, + "is_async": false + }, + { + "id": "nltk.decorators.memoize", + "name": "memoize", + "lineno": 221, + "scope": null, + "is_async": false + } + ], + "nltk.downloader": [ + { + "id": "nltk.downloader.Package.__init__", + "name": "__init__", + "lineno": 198, + "scope": "Package", + "is_async": false + }, + { + "id": "nltk.downloader.Package.fromxml", + "name": "fromxml", + "lineno": 280, + "scope": "Package", + "is_async": false + }, + { + "id": "nltk.downloader.Package.__lt__", + "name": "__lt__", + "lineno": 287, + "scope": "Package", + "is_async": false + }, + { + "id": "nltk.downloader.Package.__repr__", + "name": "__repr__", + "lineno": 290, + "scope": "Package", + "is_async": false + }, + { + "id": "nltk.downloader.Collection.__init__", + "name": "__init__", + "lineno": 301, + "scope": "Collection", + "is_async": false + }, + { + "id": "nltk.downloader.Collection.fromxml", + "name": "fromxml", + "lineno": 320, + "scope": "Collection", + "is_async": false + }, + { + "id": "nltk.downloader.Collection.__lt__", + "name": "__lt__", + "lineno": 328, + "scope": "Collection", + "is_async": false + }, + { + "id": "nltk.downloader.Collection.__repr__", + "name": "__repr__", + "lineno": 331, + "scope": "Collection", + "is_async": false + }, + { + "id": "nltk.downloader.StartCollectionMessage.__init__", + "name": "__init__", + "lineno": 348, + "scope": "StartCollectionMessage", + "is_async": false + }, + { + "id": "nltk.downloader.FinishCollectionMessage.__init__", + "name": "__init__", + "lineno": 355, + "scope": "FinishCollectionMessage", + "is_async": false + }, + { + "id": "nltk.downloader.StartPackageMessage.__init__", + "name": "__init__", + "lineno": 362, + "scope": "StartPackageMessage", + "is_async": false + }, + { + "id": "nltk.downloader.FinishPackageMessage.__init__", + "name": "__init__", + "lineno": 369, + "scope": "FinishPackageMessage", + "is_async": false + }, + { + "id": "nltk.downloader.StartDownloadMessage.__init__", + "name": "__init__", + "lineno": 376, + "scope": "StartDownloadMessage", + "is_async": false + }, + { + "id": "nltk.downloader.FinishDownloadMessage.__init__", + "name": "__init__", + "lineno": 383, + "scope": "FinishDownloadMessage", + "is_async": false + }, + { + "id": "nltk.downloader.StartUnzipMessage.__init__", + "name": "__init__", + "lineno": 390, + "scope": "StartUnzipMessage", + "is_async": false + }, + { + "id": "nltk.downloader.FinishUnzipMessage.__init__", + "name": "__init__", + "lineno": 397, + "scope": "FinishUnzipMessage", + "is_async": false + }, + { + "id": "nltk.downloader.UpToDateMessage.__init__", + "name": "__init__", + "lineno": 404, + "scope": "UpToDateMessage", + "is_async": false + }, + { + "id": "nltk.downloader.StaleMessage.__init__", + "name": "__init__", + "lineno": 411, + "scope": "StaleMessage", + "is_async": false + }, + { + "id": "nltk.downloader.ErrorMessage.__init__", + "name": "__init__", + "lineno": 418, + "scope": "ErrorMessage", + "is_async": false + }, + { + "id": "nltk.downloader.ProgressMessage.__init__", + "name": "__init__", + "lineno": 429, + "scope": "ProgressMessage", + "is_async": false + }, + { + "id": "nltk.downloader.SelectDownloadDirMessage.__init__", + "name": "__init__", + "lineno": 436, + "scope": "SelectDownloadDirMessage", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.__init__", + "name": "__init__", + "lineno": 486, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.list", + "name": "list", + "lineno": 523, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.packages", + "name": "packages", + "lineno": 583, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.corpora", + "name": "corpora", + "lineno": 587, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.models", + "name": "models", + "lineno": 591, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.collections", + "name": "collections", + "lineno": 595, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._info_or_id", + "name": "_info_or_id", + "lineno": 603, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.incr_download", + "name": "incr_download", + "lineno": 618, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._num_packages", + "name": "_num_packages", + "lineno": 646, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._download_list", + "name": "_download_list", + "lineno": 652, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._download_package", + "name": "_download_package", + "lineno": 677, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._download_package._safe_remove", + "name": "_safe_remove", + "lineno": 717, + "scope": "Downloader._download_package", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._download_package._safe_rmtree", + "name": "_safe_rmtree", + "lineno": 725, + "scope": "Downloader._download_package", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._download_package._touch_lock", + "name": "_touch_lock", + "lineno": 744, + "scope": "Downloader._download_package", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._download_package._lock_exists", + "name": "_lock_exists", + "lineno": 750, + "scope": "Downloader._download_package", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._download_package._status_now", + "name": "_status_now", + "lineno": 753, + "scope": "Downloader._download_package", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._download_package._installed_now", + "name": "_installed_now", + "lineno": 757, + "scope": "Downloader._download_package", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.download", + "name": "download", + "lineno": 874, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.download.show", + "name": "show", + "lineno": 905, + "scope": "Downloader.download", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.is_stale", + "name": "is_stale", + "lineno": 977, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.is_installed", + "name": "is_installed", + "lineno": 980, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.clear_status_cache", + "name": "clear_status_cache", + "lineno": 983, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.status", + "name": "status", + "lineno": 989, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._pkg_status", + "name": "_pkg_status", + "lineno": 1023, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.update", + "name": "update", + "lineno": 1078, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._update_index", + "name": "_update_index", + "lineno": 1091, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.index", + "name": "index", + "lineno": 1153, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.info", + "name": "info", + "lineno": 1162, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.xmlinfo", + "name": "xmlinfo", + "lineno": 1172, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._get_url", + "name": "_get_url", + "lineno": 1187, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._set_url", + "name": "_set_url", + "lineno": 1191, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader.default_download_dir", + "name": "default_download_dir", + "lineno": 1205, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._get_download_dir", + "name": "_get_download_dir", + "lineno": 1244, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._set_download_dir", + "name": "_set_download_dir", + "lineno": 1253, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.Downloader._interactive_download", + "name": "_interactive_download", + "lineno": 1264, + "scope": "Downloader", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderShell.__init__", + "name": "__init__", + "lineno": 1289, + "scope": "DownloaderShell", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderShell._simple_interactive_menu", + "name": "_simple_interactive_menu", + "lineno": 1292, + "scope": "DownloaderShell", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderShell.run", + "name": "run", + "lineno": 1298, + "scope": "DownloaderShell", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderShell._simple_interactive_download", + "name": "_simple_interactive_download", + "lineno": 1339, + "scope": "DownloaderShell", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderShell._simple_interactive_update", + "name": "_simple_interactive_update", + "lineno": 1369, + "scope": "DownloaderShell", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderShell._simple_interactive_help", + "name": "_simple_interactive_help", + "lineno": 1401, + "scope": "DownloaderShell", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderShell._show_config", + "name": "_show_config", + "lineno": 1410, + "scope": "DownloaderShell", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderShell._simple_interactive_config", + "name": "_simple_interactive_config", + "lineno": 1420, + "scope": "DownloaderShell", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI.__init__", + "name": "__init__", + "lineno": 1543, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._log", + "name": "_log", + "lineno": 1597, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._init_widgets", + "name": "_init_widgets", + "lineno": 1606, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._init_menu", + "name": "_init_menu", + "lineno": 1723, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._select_columns", + "name": "_select_columns", + "lineno": 1794, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._refresh", + "name": "_refresh", + "lineno": 1801, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._info_edit", + "name": "_info_edit", + "lineno": 1813, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._info_save", + "name": "_info_save", + "lineno": 1820, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._table_reprfunc", + "name": "_table_reprfunc", + "lineno": 1833, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._set_url", + "name": "_set_url", + "lineno": 1849, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._set_download_dir", + "name": "_set_download_dir", + "lineno": 1861, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._show_info", + "name": "_show_info", + "lineno": 1878, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._prev_tab", + "name": "_prev_tab", + "lineno": 1888, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._next_tab", + "name": "_next_tab", + "lineno": 1901, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._select_tab", + "name": "_select_tab", + "lineno": 1914, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._fill_table", + "name": "_fill_table", + "lineno": 1929, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._update_table_status", + "name": "_update_table_status", + "lineno": 1970, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._download", + "name": "_download", + "lineno": 1976, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._download_cb", + "name": "_download_cb", + "lineno": 1997, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._download_cb.show", + "name": "show", + "lineno": 2007, + "scope": "DownloaderGUI._download_cb", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._select", + "name": "_select", + "lineno": 2041, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._color_table", + "name": "_color_table", + "lineno": 2047, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._clear_mark", + "name": "_clear_mark", + "lineno": 2064, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._mark_all", + "name": "_mark_all", + "lineno": 2069, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._table_mark", + "name": "_table_mark", + "lineno": 2073, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._show_log", + "name": "_show_log", + "lineno": 2082, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._package_to_columns", + "name": "_package_to_columns", + "lineno": 2088, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI.destroy", + "name": "destroy", + "lineno": 2110, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._destroy", + "name": "_destroy", + "lineno": 2116, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI.mainloop", + "name": "mainloop", + "lineno": 2130, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI.help", + "name": "help", + "lineno": 2166, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI.about", + "name": "about", + "lineno": 2181, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._init_progressbar", + "name": "_init_progressbar", + "lineno": 2199, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._show_progress", + "name": "_show_progress", + "lineno": 2219, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._progress_alive", + "name": "_progress_alive", + "lineno": 2229, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._download_threaded", + "name": "_download_threaded", + "lineno": 2247, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._abort_download", + "name": "_abort_download", + "lineno": 2291, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._DownloadThread.__init__", + "name": "__init__", + "lineno": 2298, + "scope": "DownloaderGUI._DownloadThread", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._DownloadThread.run", + "name": "run", + "lineno": 2306, + "scope": "DownloaderGUI._DownloadThread", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "name": "_monitor_message_queue", + "lineno": 2322, + "scope": "DownloaderGUI", + "is_async": false + }, + { + "id": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "name": "show", + "lineno": 2323, + "scope": "DownloaderGUI._monitor_message_queue", + "is_async": false + }, + { + "id": "nltk.downloader.md5_hexdigest", + "name": "md5_hexdigest", + "lineno": 2404, + "scope": null, + "is_async": false + }, + { + "id": "nltk.downloader._md5_hexdigest", + "name": "_md5_hexdigest", + "lineno": 2415, + "scope": null, + "is_async": false + }, + { + "id": "nltk.downloader.sha256_hexdigest", + "name": "sha256_hexdigest", + "lineno": 2425, + "scope": null, + "is_async": false + }, + { + "id": "nltk.downloader._sha256_hexdigest", + "name": "_sha256_hexdigest", + "lineno": 2436, + "scope": null, + "is_async": false + }, + { + "id": "nltk.downloader.unzip", + "name": "unzip", + "lineno": 2449, + "scope": null, + "is_async": false + }, + { + "id": "nltk.downloader._validate_member", + "name": "_validate_member", + "lineno": 2459, + "scope": null, + "is_async": false + }, + { + "id": "nltk.downloader._unzip_iter", + "name": "_unzip_iter", + "lineno": 2492, + "scope": null, + "is_async": false + }, + { + "id": "nltk.downloader.build_index", + "name": "build_index", + "lineno": 2579, + "scope": null, + "is_async": false + }, + { + "id": "nltk.downloader._indent_xml", + "name": "_indent_xml", + "lineno": 2650, + "scope": null, + "is_async": false + }, + { + "id": "nltk.downloader._check_package", + "name": "_check_package", + "lineno": 2666, + "scope": null, + "is_async": false + }, + { + "id": "nltk.downloader._svn_revision", + "name": "_svn_revision", + "lineno": 2687, + "scope": null, + "is_async": false + }, + { + "id": "nltk.downloader._find_collections", + "name": "_find_collections", + "lineno": 2706, + "scope": null, + "is_async": false + }, + { + "id": "nltk.downloader._find_packages", + "name": "_find_packages", + "lineno": 2718, + "scope": null, + "is_async": false + }, + { + "id": "nltk.downloader.download_shell", + "name": "download_shell", + "lineno": 2797, + "scope": null, + "is_async": false + }, + { + "id": "nltk.downloader.download_gui", + "name": "download_gui", + "lineno": 2801, + "scope": null, + "is_async": false + }, + { + "id": "nltk.downloader.update", + "name": "update", + "lineno": 2805, + "scope": null, + "is_async": false + } + ], + "nltk.featstruct": [ + { + "id": "nltk.featstruct.FeatStruct.__new__", + "name": "__new__", + "lineno": 154, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct._keys", + "name": "_keys", + "lineno": 206, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct._values", + "name": "_values", + "lineno": 211, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct._items", + "name": "_items", + "lineno": 216, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.equal_values", + "name": "equal_values", + "lineno": 226, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.__eq__", + "name": "__eq__", + "lineno": 242, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.__ne__", + "name": "__ne__", + "lineno": 253, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.__lt__", + "name": "__lt__", + "lineno": 256, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.__hash__", + "name": "__hash__", + "lineno": 265, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct._equal", + "name": "_equal", + "lineno": 278, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct._calculate_hashvalue", + "name": "_calculate_hashvalue", + "lineno": 349, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.freeze", + "name": "freeze", + "lineno": 382, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.frozen", + "name": "frozen", + "lineno": 393, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct._freeze", + "name": "_freeze", + "lineno": 402, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.copy", + "name": "copy", + "lineno": 422, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.__deepcopy__", + "name": "__deepcopy__", + "lineno": 436, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.cyclic", + "name": "cyclic", + "lineno": 443, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.walk", + "name": "walk", + "lineno": 449, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct._walk", + "name": "_walk", + "lineno": 457, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct._walk", + "name": "_walk", + "lineno": 467, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct._find_reentrances", + "name": "_find_reentrances", + "lineno": 479, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.substitute_bindings", + "name": "substitute_bindings", + "lineno": 503, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.retract_bindings", + "name": "retract_bindings", + "lineno": 507, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.variables", + "name": "variables", + "lineno": 511, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.rename_variables", + "name": "rename_variables", + "lineno": 515, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.remove_variables", + "name": "remove_variables", + "lineno": 519, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.unify", + "name": "unify", + "lineno": 532, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.subsumes", + "name": "subsumes", + "lineno": 535, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct.__repr__", + "name": "__repr__", + "lineno": 547, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStruct._repr", + "name": "_repr", + "lineno": 554, + "scope": "FeatStruct", + "is_async": false + }, + { + "id": "nltk.featstruct._check_frozen", + "name": "_check_frozen", + "lineno": 574, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._check_frozen.wrapped", + "name": "wrapped", + "lineno": 582, + "scope": "_check_frozen", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatDict.__init__", + "name": "__init__", + "lineno": 614, + "scope": "FeatDict", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatDict.__getitem__", + "name": "__getitem__", + "lineno": 642, + "scope": "FeatDict", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatDict.get", + "name": "get", + "lineno": 660, + "scope": "FeatDict", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatDict.__contains__", + "name": "__contains__", + "lineno": 668, + "scope": "FeatDict", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatDict.has_key", + "name": "has_key", + "lineno": 676, + "scope": "FeatDict", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatDict.__delitem__", + "name": "__delitem__", + "lineno": 680, + "scope": "FeatDict", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatDict.__setitem__", + "name": "__setitem__", + "lineno": 698, + "scope": "FeatDict", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatDict.update", + "name": "update", + "lineno": 722, + "scope": "FeatDict", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatDict.__deepcopy__", + "name": "__deepcopy__", + "lineno": 747, + "scope": "FeatDict", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatDict._keys", + "name": "_keys", + "lineno": 757, + "scope": "FeatDict", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatDict._values", + "name": "_values", + "lineno": 760, + "scope": "FeatDict", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatDict._items", + "name": "_items", + "lineno": 763, + "scope": "FeatDict", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatDict.__str__", + "name": "__str__", + "lineno": 770, + "scope": "FeatDict", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatDict._repr", + "name": "_repr", + "lineno": 777, + "scope": "FeatDict", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatDict._str", + "name": "_str", + "lineno": 821, + "scope": "FeatDict", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatList.__init__", + "name": "__init__", + "lineno": 938, + "scope": "FeatList", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatList.__getitem__", + "name": "__getitem__", + "lineno": 957, + "scope": "FeatList", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatList.__delitem__", + "name": "__delitem__", + "lineno": 973, + "scope": "FeatList", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatList.__setitem__", + "name": "__setitem__", + "lineno": 991, + "scope": "FeatList", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatList.__deepcopy__", + "name": "__deepcopy__", + "lineno": 1026, + "scope": "FeatList", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatList._keys", + "name": "_keys", + "lineno": 1035, + "scope": "FeatList", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatList._values", + "name": "_values", + "lineno": 1038, + "scope": "FeatList", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatList._items", + "name": "_items", + "lineno": 1041, + "scope": "FeatList", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatList._repr", + "name": "_repr", + "lineno": 1049, + "scope": "FeatList", + "is_async": false + }, + { + "id": "nltk.featstruct.substitute_bindings", + "name": "substitute_bindings", + "lineno": 1080, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._substitute_bindings", + "name": "_substitute_bindings", + "lineno": 1098, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct.retract_bindings", + "name": "retract_bindings", + "lineno": 1119, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._retract_bindings", + "name": "_retract_bindings", + "lineno": 1140, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct.find_variables", + "name": "find_variables", + "lineno": 1159, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._variables", + "name": "_variables", + "lineno": 1169, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct.rename_variables", + "name": "rename_variables", + "lineno": 1190, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._rename_variables", + "name": "_rename_variables", + "lineno": 1254, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._rename_variable", + "name": "_rename_variable", + "lineno": 1287, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct.remove_variables", + "name": "remove_variables", + "lineno": 1296, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._remove_variables", + "name": "_remove_variables", + "lineno": 1307, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._UnificationFailure.__repr__", + "name": "__repr__", + "lineno": 1333, + "scope": "_UnificationFailure", + "is_async": false + }, + { + "id": "nltk.featstruct.unify", + "name": "unify", + "lineno": 1348, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._destructively_unify", + "name": "_destructively_unify", + "lineno": 1475, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._unify_feature_values", + "name": "_unify_feature_values", + "lineno": 1578, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._apply_forwards_to_bindings", + "name": "_apply_forwards_to_bindings", + "lineno": 1699, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._apply_forwards", + "name": "_apply_forwards", + "lineno": 1710, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._resolve_aliases", + "name": "_resolve_aliases", + "lineno": 1742, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._trace_unify_start", + "name": "_trace_unify_start", + "lineno": 1752, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._trace_unify_identity", + "name": "_trace_unify_identity", + "lineno": 1763, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._trace_unify_fail", + "name": "_trace_unify_fail", + "lineno": 1770, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._trace_unify_succeed", + "name": "_trace_unify_succeed", + "lineno": 1779, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._trace_bindings", + "name": "_trace_bindings", + "lineno": 1785, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._trace_valrepr", + "name": "_trace_valrepr", + "lineno": 1795, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct.subsumes", + "name": "subsumes", + "lineno": 1802, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct.conflicts", + "name": "conflicts", + "lineno": 1813, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct.conflicts.add_conflict", + "name": "add_conflict", + "lineno": 1822, + "scope": "conflicts", + "is_async": false + }, + { + "id": "nltk.featstruct._is_mapping", + "name": "_is_mapping", + "lineno": 1835, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._is_sequence", + "name": "_is_sequence", + "lineno": 1839, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct._default_fs_class", + "name": "_default_fs_class", + "lineno": 1843, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct.SubstituteBindingsSequence.variables", + "name": "variables", + "lineno": 1866, + "scope": "SubstituteBindingsSequence", + "is_async": false + }, + { + "id": "nltk.featstruct.SubstituteBindingsSequence.substitute_bindings", + "name": "substitute_bindings", + "lineno": 1876, + "scope": "SubstituteBindingsSequence", + "is_async": false + }, + { + "id": "nltk.featstruct.SubstituteBindingsSequence.subst", + "name": "subst", + "lineno": 1879, + "scope": "SubstituteBindingsSequence", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatureValueTuple.__repr__", + "name": "__repr__", + "lineno": 1894, + "scope": "FeatureValueTuple", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatureValueSet.__repr__", + "name": "__repr__", + "lineno": 1908, + "scope": "FeatureValueSet", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatureValueUnion.__new__", + "name": "__new__", + "lineno": 1924, + "scope": "FeatureValueUnion", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatureValueUnion.__repr__", + "name": "__repr__", + "lineno": 1941, + "scope": "FeatureValueUnion", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatureValueConcat.__new__", + "name": "__new__", + "lineno": 1954, + "scope": "FeatureValueConcat", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatureValueConcat.__repr__", + "name": "__repr__", + "lineno": 1971, + "scope": "FeatureValueConcat", + "is_async": false + }, + { + "id": "nltk.featstruct._flatten", + "name": "_flatten", + "lineno": 1976, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct.Feature.__init__", + "name": "__init__", + "lineno": 2002, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.featstruct.Feature.name", + "name": "name", + "lineno": 2017, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.featstruct.Feature.default", + "name": "default", + "lineno": 2022, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.featstruct.Feature.display", + "name": "display", + "lineno": 2027, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.featstruct.Feature.__repr__", + "name": "__repr__", + "lineno": 2031, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.featstruct.Feature.__lt__", + "name": "__lt__", + "lineno": 2034, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.featstruct.Feature.__eq__", + "name": "__eq__", + "lineno": 2041, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.featstruct.Feature.__ne__", + "name": "__ne__", + "lineno": 2044, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.featstruct.Feature.__hash__", + "name": "__hash__", + "lineno": 2047, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.featstruct.Feature.read_value", + "name": "read_value", + "lineno": 2054, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.featstruct.Feature.unify_base_values", + "name": "unify_base_values", + "lineno": 2057, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.featstruct.SlashFeature.read_value", + "name": "read_value", + "lineno": 2069, + "scope": "SlashFeature", + "is_async": false + }, + { + "id": "nltk.featstruct.RangeFeature.read_value", + "name": "read_value", + "lineno": 2076, + "scope": "RangeFeature", + "is_async": false + }, + { + "id": "nltk.featstruct.RangeFeature.unify_base_values", + "name": "unify_base_values", + "lineno": 2082, + "scope": "RangeFeature", + "is_async": false + }, + { + "id": "nltk.featstruct.CustomFeatureValue.unify", + "name": "unify", + "lineno": 2122, + "scope": "CustomFeatureValue", + "is_async": false + }, + { + "id": "nltk.featstruct.CustomFeatureValue.__eq__", + "name": "__eq__", + "lineno": 2129, + "scope": "CustomFeatureValue", + "is_async": false + }, + { + "id": "nltk.featstruct.CustomFeatureValue.__ne__", + "name": "__ne__", + "lineno": 2132, + "scope": "CustomFeatureValue", + "is_async": false + }, + { + "id": "nltk.featstruct.CustomFeatureValue.__lt__", + "name": "__lt__", + "lineno": 2135, + "scope": "CustomFeatureValue", + "is_async": false + }, + { + "id": "nltk.featstruct.CustomFeatureValue.__hash__", + "name": "__hash__", + "lineno": 2138, + "scope": "CustomFeatureValue", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader.__init__", + "name": "__init__", + "lineno": 2148, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader.fromstring", + "name": "fromstring", + "lineno": 2176, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader.read_partial", + "name": "read_partial", + "lineno": 2221, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader._read_partial", + "name": "_read_partial", + "lineno": 2242, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader._read_partial_featlist", + "name": "_read_partial_featlist", + "lineno": 2272, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader._read_partial_featdict", + "name": "_read_partial_featdict", + "lineno": 2318, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader._finalize", + "name": "_finalize", + "lineno": 2411, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader._read_value", + "name": "_read_value", + "lineno": 2428, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader.read_value", + "name": "read_value", + "lineno": 2434, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader._error", + "name": "_error", + "lineno": 2442, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader.read_fstruct_value", + "name": "read_fstruct_value", + "lineno": 2487, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader.read_str_value", + "name": "read_str_value", + "lineno": 2490, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader.read_int_value", + "name": "read_int_value", + "lineno": 2493, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader.read_var_value", + "name": "read_var_value", + "lineno": 2497, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader.read_sym_value", + "name": "read_sym_value", + "lineno": 2502, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader.read_app_value", + "name": "read_app_value", + "lineno": 2506, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader.read_logic_value", + "name": "read_logic_value", + "lineno": 2510, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader.read_tuple_value", + "name": "read_tuple_value", + "lineno": 2520, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader.read_set_value", + "name": "read_set_value", + "lineno": 2525, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.FeatStructReader._read_seq_value", + "name": "_read_seq_value", + "lineno": 2530, + "scope": "FeatStructReader", + "is_async": false + }, + { + "id": "nltk.featstruct.display_unification", + "name": "display_unification", + "lineno": 2572, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct.interactive_demo", + "name": "interactive_demo", + "lineno": 2606, + "scope": null, + "is_async": false + }, + { + "id": "nltk.featstruct.interactive_demo.list_fstructs", + "name": "list_fstructs", + "lineno": 2654, + "scope": "interactive_demo", + "is_async": false + }, + { + "id": "nltk.featstruct.demo", + "name": "demo", + "lineno": 2724, + "scope": null, + "is_async": false + } + ], + "nltk.grammar": [ + { + "id": "nltk.grammar.Nonterminal.__init__", + "name": "__init__", + "lineno": 105, + "scope": "Nonterminal", + "is_async": false + }, + { + "id": "nltk.grammar.Nonterminal.symbol", + "name": "symbol", + "lineno": 116, + "scope": "Nonterminal", + "is_async": false + }, + { + "id": "nltk.grammar.Nonterminal.__eq__", + "name": "__eq__", + "lineno": 124, + "scope": "Nonterminal", + "is_async": false + }, + { + "id": "nltk.grammar.Nonterminal.__ne__", + "name": "__ne__", + "lineno": 134, + "scope": "Nonterminal", + "is_async": false + }, + { + "id": "nltk.grammar.Nonterminal.__lt__", + "name": "__lt__", + "lineno": 137, + "scope": "Nonterminal", + "is_async": false + }, + { + "id": "nltk.grammar.Nonterminal.__hash__", + "name": "__hash__", + "lineno": 142, + "scope": "Nonterminal", + "is_async": false + }, + { + "id": "nltk.grammar.Nonterminal.__repr__", + "name": "__repr__", + "lineno": 145, + "scope": "Nonterminal", + "is_async": false + }, + { + "id": "nltk.grammar.Nonterminal.__str__", + "name": "__str__", + "lineno": 156, + "scope": "Nonterminal", + "is_async": false + }, + { + "id": "nltk.grammar.Nonterminal.__div__", + "name": "__div__", + "lineno": 167, + "scope": "Nonterminal", + "is_async": false + }, + { + "id": "nltk.grammar.Nonterminal.__truediv__", + "name": "__truediv__", + "lineno": 179, + "scope": "Nonterminal", + "is_async": false + }, + { + "id": "nltk.grammar.nonterminals", + "name": "nonterminals", + "lineno": 194, + "scope": null, + "is_async": false + }, + { + "id": "nltk.grammar.FeatStructNonterminal.__hash__", + "name": "__hash__", + "lineno": 218, + "scope": "FeatStructNonterminal", + "is_async": false + }, + { + "id": "nltk.grammar.FeatStructNonterminal.symbol", + "name": "symbol", + "lineno": 222, + "scope": "FeatStructNonterminal", + "is_async": false + }, + { + "id": "nltk.grammar.is_nonterminal", + "name": "is_nonterminal", + "lineno": 226, + "scope": null, + "is_async": false + }, + { + "id": "nltk.grammar.is_terminal", + "name": "is_terminal", + "lineno": 239, + "scope": null, + "is_async": false + }, + { + "id": "nltk.grammar.Production.__init__", + "name": "__init__", + "lineno": 275, + "scope": "Production", + "is_async": false + }, + { + "id": "nltk.grammar.Production.lhs", + "name": "lhs", + "lineno": 291, + "scope": "Production", + "is_async": false + }, + { + "id": "nltk.grammar.Production.rhs", + "name": "rhs", + "lineno": 299, + "scope": "Production", + "is_async": false + }, + { + "id": "nltk.grammar.Production.__len__", + "name": "__len__", + "lineno": 307, + "scope": "Production", + "is_async": false + }, + { + "id": "nltk.grammar.Production.is_nonlexical", + "name": "is_nonlexical", + "lineno": 315, + "scope": "Production", + "is_async": false + }, + { + "id": "nltk.grammar.Production.is_lexical", + "name": "is_lexical", + "lineno": 323, + "scope": "Production", + "is_async": false + }, + { + "id": "nltk.grammar.Production.__str__", + "name": "__str__", + "lineno": 331, + "scope": "Production", + "is_async": false + }, + { + "id": "nltk.grammar.Production.__repr__", + "name": "__repr__", + "lineno": 341, + "scope": "Production", + "is_async": false + }, + { + "id": "nltk.grammar.Production.__eq__", + "name": "__eq__", + "lineno": 349, + "scope": "Production", + "is_async": false + }, + { + "id": "nltk.grammar.Production.__ne__", + "name": "__ne__", + "lineno": 361, + "scope": "Production", + "is_async": false + }, + { + "id": "nltk.grammar.Production.__lt__", + "name": "__lt__", + "lineno": 364, + "scope": "Production", + "is_async": false + }, + { + "id": "nltk.grammar.Production.__hash__", + "name": "__hash__", + "lineno": 369, + "scope": "Production", + "is_async": false + }, + { + "id": "nltk.grammar.DependencyProduction.__str__", + "name": "__str__", + "lineno": 384, + "scope": "DependencyProduction", + "is_async": false + }, + { + "id": "nltk.grammar.ProbabilisticProduction.__init__", + "name": "__init__", + "lineno": 408, + "scope": "ProbabilisticProduction", + "is_async": false + }, + { + "id": "nltk.grammar.ProbabilisticProduction.__str__", + "name": "__str__", + "lineno": 421, + "scope": "ProbabilisticProduction", + "is_async": false + }, + { + "id": "nltk.grammar.ProbabilisticProduction.__eq__", + "name": "__eq__", + "lineno": 426, + "scope": "ProbabilisticProduction", + "is_async": false + }, + { + "id": "nltk.grammar.ProbabilisticProduction.__ne__", + "name": "__ne__", + "lineno": 434, + "scope": "ProbabilisticProduction", + "is_async": false + }, + { + "id": "nltk.grammar.ProbabilisticProduction.__hash__", + "name": "__hash__", + "lineno": 437, + "scope": "ProbabilisticProduction", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.__init__", + "name": "__init__", + "lineno": 456, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG._calculate_indexes", + "name": "_calculate_indexes", + "lineno": 483, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG._calculate_leftcorners", + "name": "_calculate_leftcorners", + "lineno": 508, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.fromstring", + "name": "fromstring", + "lineno": 542, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.start", + "name": "start", + "lineno": 553, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.productions", + "name": "productions", + "lineno": 563, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.leftcorners", + "name": "leftcorners", + "lineno": 608, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.is_leftcorner", + "name": "is_leftcorner", + "lineno": 623, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.leftcorner_parents", + "name": "leftcorner_parents", + "lineno": 644, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.check_coverage", + "name": "check_coverage", + "lineno": 656, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG._calculate_grammar_forms", + "name": "_calculate_grammar_forms", + "lineno": 670, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.is_lexical", + "name": "is_lexical", + "lineno": 681, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.is_nonlexical", + "name": "is_nonlexical", + "lineno": 687, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.min_len", + "name": "min_len", + "lineno": 700, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.max_len", + "name": "max_len", + "lineno": 706, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.is_nonempty", + "name": "is_nonempty", + "lineno": 712, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.is_binarised", + "name": "is_binarised", + "lineno": 718, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.is_flexible_chomsky_normal_form", + "name": "is_flexible_chomsky_normal_form", + "lineno": 725, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.is_chomsky_normal_form", + "name": "is_chomsky_normal_form", + "lineno": 732, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.chomsky_normal_form", + "name": "chomsky_normal_form", + "lineno": 739, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.remove_unitary_rules", + "name": "remove_unitary_rules", + "lineno": 762, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.binarize", + "name": "binarize", + "lineno": 788, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.eliminate_start", + "name": "eliminate_start", + "lineno": 821, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.remove_mixed_rules", + "name": "remove_mixed_rules", + "lineno": 842, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.__repr__", + "name": "__repr__", + "lineno": 883, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.CFG.__str__", + "name": "__str__", + "lineno": 886, + "scope": "CFG", + "is_async": false + }, + { + "id": "nltk.grammar.FeatureGrammar.__init__", + "name": "__init__", + "lineno": 905, + "scope": "FeatureGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.FeatureGrammar._calculate_indexes", + "name": "_calculate_indexes", + "lineno": 921, + "scope": "FeatureGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.FeatureGrammar.fromstring", + "name": "fromstring", + "lineno": 951, + "scope": "FeatureGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.FeatureGrammar.productions", + "name": "productions", + "lineno": 982, + "scope": "FeatureGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.FeatureGrammar.leftcorners", + "name": "leftcorners", + "lineno": 1024, + "scope": "FeatureGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.FeatureGrammar.leftcorner_parents", + "name": "leftcorner_parents", + "lineno": 1031, + "scope": "FeatureGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.FeatureGrammar._get_type_if_possible", + "name": "_get_type_if_possible", + "lineno": 1038, + "scope": "FeatureGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.FeatureValueType.__init__", + "name": "__init__", + "lineno": 1057, + "scope": "FeatureValueType", + "is_async": false + }, + { + "id": "nltk.grammar.FeatureValueType.__repr__", + "name": "__repr__", + "lineno": 1060, + "scope": "FeatureValueType", + "is_async": false + }, + { + "id": "nltk.grammar.FeatureValueType.__eq__", + "name": "__eq__", + "lineno": 1063, + "scope": "FeatureValueType", + "is_async": false + }, + { + "id": "nltk.grammar.FeatureValueType.__ne__", + "name": "__ne__", + "lineno": 1066, + "scope": "FeatureValueType", + "is_async": false + }, + { + "id": "nltk.grammar.FeatureValueType.__lt__", + "name": "__lt__", + "lineno": 1069, + "scope": "FeatureValueType", + "is_async": false + }, + { + "id": "nltk.grammar.FeatureValueType.__hash__", + "name": "__hash__", + "lineno": 1074, + "scope": "FeatureValueType", + "is_async": false + }, + { + "id": "nltk.grammar.DependencyGrammar.__init__", + "name": "__init__", + "lineno": 1085, + "scope": "DependencyGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.DependencyGrammar.fromstring", + "name": "fromstring", + "lineno": 1095, + "scope": "DependencyGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.DependencyGrammar.contains", + "name": "contains", + "lineno": 1109, + "scope": "DependencyGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.DependencyGrammar.__contains__", + "name": "__contains__", + "lineno": 1126, + "scope": "DependencyGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.DependencyGrammar.__str__", + "name": "__str__", + "lineno": 1155, + "scope": "DependencyGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.DependencyGrammar.__repr__", + "name": "__repr__", + "lineno": 1166, + "scope": "DependencyGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.ProbabilisticDependencyGrammar.__init__", + "name": "__init__", + "lineno": 1176, + "scope": "ProbabilisticDependencyGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.ProbabilisticDependencyGrammar.contains", + "name": "contains", + "lineno": 1181, + "scope": "ProbabilisticDependencyGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.ProbabilisticDependencyGrammar.__str__", + "name": "__str__", + "lineno": 1198, + "scope": "ProbabilisticDependencyGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.ProbabilisticDependencyGrammar.__repr__", + "name": "__repr__", + "lineno": 1217, + "scope": "ProbabilisticDependencyGrammar", + "is_async": false + }, + { + "id": "nltk.grammar.PCFG.__init__", + "name": "__init__", + "lineno": 1248, + "scope": "PCFG", + "is_async": false + }, + { + "id": "nltk.grammar.PCFG.fromstring", + "name": "fromstring", + "lineno": 1275, + "scope": "PCFG", + "is_async": false + }, + { + "id": "nltk.grammar.induce_pcfg", + "name": "induce_pcfg", + "lineno": 1296, + "scope": null, + "is_async": false + }, + { + "id": "nltk.grammar._read_cfg_production", + "name": "_read_cfg_production", + "lineno": 1333, + "scope": null, + "is_async": false + }, + { + "id": "nltk.grammar._read_pcfg_production", + "name": "_read_pcfg_production", + "lineno": 1340, + "scope": null, + "is_async": false + }, + { + "id": "nltk.grammar._read_fcfg_production", + "name": "_read_fcfg_production", + "lineno": 1347, + "scope": null, + "is_async": false + }, + { + "id": "nltk.grammar._read_production", + "name": "_read_production", + "lineno": 1362, + "scope": null, + "is_async": false + }, + { + "id": "nltk.grammar.read_grammar", + "name": "read_grammar", + "lineno": 1427, + "scope": null, + "is_async": false + }, + { + "id": "nltk.grammar.standard_nonterm_parser", + "name": "standard_nonterm_parser", + "lineno": 1485, + "scope": null, + "is_async": false + }, + { + "id": "nltk.grammar._read_dependency_production", + "name": "_read_dependency_production", + "lineno": 1512, + "scope": null, + "is_async": false + }, + { + "id": "nltk.grammar.cfg_demo", + "name": "cfg_demo", + "lineno": 1532, + "scope": null, + "is_async": false + }, + { + "id": "nltk.grammar.pcfg_demo", + "name": "pcfg_demo", + "lineno": 1572, + "scope": null, + "is_async": false + }, + { + "id": "nltk.grammar.fcfg_demo", + "name": "fcfg_demo", + "lineno": 1670, + "scope": null, + "is_async": false + }, + { + "id": "nltk.grammar.dg_demo", + "name": "dg_demo", + "lineno": 1678, + "scope": null, + "is_async": false + }, + { + "id": "nltk.grammar.sdg_demo", + "name": "sdg_demo", + "lineno": 1693, + "scope": null, + "is_async": false + }, + { + "id": "nltk.grammar.demo", + "name": "demo", + "lineno": 1721, + "scope": null, + "is_async": false + } + ], + "nltk.help": [ + { + "id": "nltk.help.brown_tagset", + "name": "brown_tagset", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "nltk.help.claws5_tagset", + "name": "claws5_tagset", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "nltk.help.upenn_tagset", + "name": "upenn_tagset", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "nltk.help._print_entries", + "name": "_print_entries", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "nltk.help._format_tagset", + "name": "_format_tagset", + "lineno": 46, + "scope": null, + "is_async": false + } + ], + "nltk.internals": [ + { + "id": "nltk.internals.config_java", + "name": "config_java", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.java", + "name": "java", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.ReadError.__init__", + "name": "__init__", + "lineno": 165, + "scope": "ReadError", + "is_async": false + }, + { + "id": "nltk.internals.ReadError.__str__", + "name": "__str__", + "lineno": 170, + "scope": "ReadError", + "is_async": false + }, + { + "id": "nltk.internals.read_str", + "name": "read_str", + "lineno": 177, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.read_int", + "name": "read_int", + "lineno": 239, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.read_number", + "name": "read_number", + "lineno": 277, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.overridden", + "name": "overridden", + "lineno": 320, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals._mro", + "name": "_mro", + "lineno": 351, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals._add_epytext_field", + "name": "_add_epytext_field", + "lineno": 374, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.deprecated", + "name": "deprecated", + "lineno": 395, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.deprecated.decorator", + "name": "decorator", + "lineno": 407, + "scope": "deprecated", + "is_async": false + }, + { + "id": "nltk.internals.deprecated.decorator.newFunc", + "name": "newFunc", + "lineno": 411, + "scope": "deprecated.decorator", + "is_async": false + }, + { + "id": "nltk.internals.Deprecated.__new__", + "name": "__new__", + "lineno": 443, + "scope": "Deprecated", + "is_async": false + }, + { + "id": "nltk.internals.Counter.__init__", + "name": "__init__", + "lineno": 481, + "scope": "Counter", + "is_async": false + }, + { + "id": "nltk.internals.Counter.get", + "name": "get", + "lineno": 484, + "scope": "Counter", + "is_async": false + }, + { + "id": "nltk.internals.find_file_iter", + "name": "find_file_iter", + "lineno": 494, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.find_file", + "name": "find_file", + "lineno": 625, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.find_dir", + "name": "find_dir", + "lineno": 633, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.find_binary_iter", + "name": "find_binary_iter", + "lineno": 643, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.find_binary", + "name": "find_binary", + "lineno": 668, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.find_jar_iter", + "name": "find_jar_iter", + "lineno": 684, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.find_jar", + "name": "find_jar", + "lineno": 826, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.find_jars_within_path", + "name": "find_jars_within_path", + "lineno": 842, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals._decode_stdoutdata", + "name": "_decode_stdoutdata", + "lineno": 850, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.import_from_stdlib", + "name": "import_from_stdlib", + "lineno": 866, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.__new__", + "name": "__new__", + "lineno": 901, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.__init__", + "name": "__init__", + "lineno": 912, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.unwrap", + "name": "unwrap", + "lineno": 927, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.__repr__", + "name": "__repr__", + "lineno": 937, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.__str__", + "name": "__str__", + "lineno": 946, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.__getattr__", + "name": "__getattr__", + "lineno": 959, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.__setattr__", + "name": "__setattr__", + "lineno": 962, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.__delattr__", + "name": "__delattr__", + "lineno": 965, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.__setitem__", + "name": "__setitem__", + "lineno": 968, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.__delitem__", + "name": "__delitem__", + "lineno": 971, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.__setslice__", + "name": "__setslice__", + "lineno": 974, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.__delslice__", + "name": "__delslice__", + "lineno": 977, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.__len__", + "name": "__len__", + "lineno": 980, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.__getitem__", + "name": "__getitem__", + "lineno": 987, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.__getslice__", + "name": "__getslice__", + "lineno": 990, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.getchildren", + "name": "getchildren", + "lineno": 993, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.getiterator", + "name": "getiterator", + "lineno": 996, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.makeelement", + "name": "makeelement", + "lineno": 999, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.find", + "name": "find", + "lineno": 1002, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.ElementWrapper.findall", + "name": "findall", + "lineno": 1009, + "scope": "ElementWrapper", + "is_async": false + }, + { + "id": "nltk.internals.slice_bounds", + "name": "slice_bounds", + "lineno": 1018, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.is_writable", + "name": "is_writable", + "lineno": 1089, + "scope": null, + "is_async": false + }, + { + "id": "nltk.internals.raise_unorderable_types", + "name": "raise_unorderable_types", + "lineno": 1121, + "scope": null, + "is_async": false + } + ], + "nltk.jsontags": [ + { + "id": "nltk.jsontags.register_tag", + "name": "register_tag", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "nltk.jsontags.JSONTaggedEncoder.default", + "name": "default", + "lineno": 33, + "scope": "JSONTaggedEncoder", + "is_async": false + }, + { + "id": "nltk.jsontags.JSONTaggedDecoder.decode", + "name": "decode", + "lineno": 47, + "scope": "JSONTaggedDecoder", + "is_async": false + }, + { + "id": "nltk.jsontags.JSONTaggedDecoder.decode_obj", + "name": "decode_obj", + "lineno": 54, + "scope": "JSONTaggedDecoder", + "is_async": false + } + ], + "nltk.langnames": [ + { + "id": "nltk.langnames.langname", + "name": "langname", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "nltk.langnames.langcode", + "name": "langcode", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "nltk.langnames.tag2q", + "name": "tag2q", + "lineno": 136, + "scope": null, + "is_async": false + }, + { + "id": "nltk.langnames.inverse_dict", + "name": "inverse_dict", + "lineno": 161, + "scope": null, + "is_async": false + }, + { + "id": "nltk.langnames.q2tag", + "name": "q2tag", + "lineno": 174, + "scope": null, + "is_async": false + }, + { + "id": "nltk.langnames.q2name", + "name": "q2name", + "lineno": 206, + "scope": null, + "is_async": false + }, + { + "id": "nltk.langnames.lang2q", + "name": "lang2q", + "lineno": 233, + "scope": null, + "is_async": false + } + ], + "nltk.lazyimport": [ + { + "id": "nltk.lazyimport.LazyModule.__init__", + "name": "__init__", + "lineno": 62, + "scope": "LazyModule", + "is_async": false + }, + { + "id": "nltk.lazyimport.LazyModule.__lazymodule_import", + "name": "__lazymodule_import", + "lineno": 83, + "scope": "LazyModule", + "is_async": false + }, + { + "id": "nltk.lazyimport.LazyModule.__getattr__", + "name": "__getattr__", + "lineno": 107, + "scope": "LazyModule", + "is_async": false + }, + { + "id": "nltk.lazyimport.LazyModule.__setattr__", + "name": "__setattr__", + "lineno": 119, + "scope": "LazyModule", + "is_async": false + }, + { + "id": "nltk.lazyimport.LazyModule.__repr__", + "name": "__repr__", + "lineno": 136, + "scope": "LazyModule", + "is_async": false + } + ], + "nltk.pathsec": [ + { + "id": "nltk.pathsec._get_allowed_roots", + "name": "_get_allowed_roots", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "nltk.pathsec.validate_path", + "name": "validate_path", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "nltk.pathsec.validate_zip_archive", + "name": "validate_zip_archive", + "lineno": 159, + "scope": null, + "is_async": false + }, + { + "id": "nltk.pathsec.validate_zip_archive._audit", + "name": "_audit", + "lineno": 166, + "scope": "validate_zip_archive", + "is_async": false + }, + { + "id": "nltk.pathsec._resolve_hostname", + "name": "_resolve_hostname", + "lineno": 196, + "scope": null, + "is_async": false + }, + { + "id": "nltk.pathsec._ip_is_forbidden", + "name": "_ip_is_forbidden", + "lineno": 210, + "scope": null, + "is_async": false + }, + { + "id": "nltk.pathsec.validate_network_url", + "name": "validate_network_url", + "lineno": 233, + "scope": null, + "is_async": false + }, + { + "id": "nltk.pathsec._ValidatingRedirectHandler.redirect_request", + "name": "redirect_request", + "lineno": 293, + "scope": "_ValidatingRedirectHandler", + "is_async": false + }, + { + "id": "nltk.pathsec._resolve_and_validate_host", + "name": "_resolve_and_validate_host", + "lineno": 298, + "scope": null, + "is_async": false + }, + { + "id": "nltk.pathsec._pinned_connection", + "name": "_pinned_connection", + "lineno": 326, + "scope": null, + "is_async": false + }, + { + "id": "nltk.pathsec._SafeHTTPConnection.connect", + "name": "connect", + "lineno": 365, + "scope": "_SafeHTTPConnection", + "is_async": false + }, + { + "id": "nltk.pathsec._SafeHTTPSConnection.connect", + "name": "connect", + "lineno": 378, + "scope": "_SafeHTTPSConnection", + "is_async": false + }, + { + "id": "nltk.pathsec._SafeHTTPHandler.http_open", + "name": "http_open", + "lineno": 386, + "scope": "_SafeHTTPHandler", + "is_async": false + }, + { + "id": "nltk.pathsec._SafeHTTPSHandler.https_open", + "name": "https_open", + "lineno": 391, + "scope": "_SafeHTTPSHandler", + "is_async": false + }, + { + "id": "nltk.pathsec.urlopen", + "name": "urlopen", + "lineno": 400, + "scope": null, + "is_async": false + }, + { + "id": "nltk.pathsec.open", + "name": "open", + "lineno": 453, + "scope": null, + "is_async": false + }, + { + "id": "nltk.pathsec.ZipFile.__init__", + "name": "__init__", + "lineno": 462, + "scope": "ZipFile", + "is_async": false + }, + { + "id": "nltk.pathsec.ZipFile.extract", + "name": "extract", + "lineno": 467, + "scope": "ZipFile", + "is_async": false + }, + { + "id": "nltk.pathsec.ZipFile.extractall", + "name": "extractall", + "lineno": 471, + "scope": "ZipFile", + "is_async": false + } + ], + "nltk.picklesec": [ + { + "id": "nltk.picklesec.RestrictedUnpickler.find_class", + "name": "find_class", + "lineno": 36, + "scope": "RestrictedUnpickler", + "is_async": false + }, + { + "id": "nltk.picklesec.WarningUnpickler.__init__", + "name": "__init__", + "lineno": 44, + "scope": "WarningUnpickler", + "is_async": false + }, + { + "id": "nltk.picklesec.WarningUnpickler.load", + "name": "load", + "lineno": 49, + "scope": "WarningUnpickler", + "is_async": false + }, + { + "id": "nltk.picklesec.pickle_load", + "name": "pickle_load", + "lineno": 61, + "scope": null, + "is_async": false + } + ], + "nltk.probability": [ + { + "id": "nltk.probability.FreqDist.__init__", + "name": "__init__", + "lineno": 86, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.N", + "name": "N", + "lineno": 107, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.__setitem__", + "name": "__setitem__", + "lineno": 121, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.__delitem__", + "name": "__delitem__", + "lineno": 128, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.update", + "name": "update", + "lineno": 135, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.setdefault", + "name": "setdefault", + "lineno": 142, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.B", + "name": "B", + "lineno": 149, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.hapaxes", + "name": "hapaxes", + "lineno": 160, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.Nr", + "name": "Nr", + "lineno": 168, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.r_Nr", + "name": "r_Nr", + "lineno": 171, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist._cumulative_frequencies", + "name": "_cumulative_frequencies", + "lineno": 192, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.freq", + "name": "freq", + "lineno": 209, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.max", + "name": "max", + "lineno": 229, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.plot", + "name": "plot", + "lineno": 247, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.tabulate", + "name": "tabulate", + "lineno": 311, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.copy", + "name": "copy", + "lineno": 346, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.__add__", + "name": "__add__", + "lineno": 356, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.__sub__", + "name": "__sub__", + "lineno": 366, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.__or__", + "name": "__or__", + "lineno": 376, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.__and__", + "name": "__and__", + "lineno": 386, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.__le__", + "name": "__le__", + "lineno": 396, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.__ge__", + "name": "__ge__", + "lineno": 429, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.__repr__", + "name": "__repr__", + "lineno": 439, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.pprint", + "name": "pprint", + "lineno": 447, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.pformat", + "name": "pformat", + "lineno": 457, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.__str__", + "name": "__str__", + "lineno": 470, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.FreqDist.__iter__", + "name": "__iter__", + "lineno": 478, + "scope": "FreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ProbDistI.__init__", + "name": "__init__", + "lineno": 512, + "scope": "ProbDistI", + "is_async": false + }, + { + "id": "nltk.probability.ProbDistI.prob", + "name": "prob", + "lineno": 518, + "scope": "ProbDistI", + "is_async": false + }, + { + "id": "nltk.probability.ProbDistI.logprob", + "name": "logprob", + "lineno": 529, + "scope": "ProbDistI", + "is_async": false + }, + { + "id": "nltk.probability.ProbDistI.max", + "name": "max", + "lineno": 543, + "scope": "ProbDistI", + "is_async": false + }, + { + "id": "nltk.probability.ProbDistI.samples", + "name": "samples", + "lineno": 553, + "scope": "ProbDistI", + "is_async": false + }, + { + "id": "nltk.probability.ProbDistI.discount", + "name": "discount", + "lineno": 562, + "scope": "ProbDistI", + "is_async": false + }, + { + "id": "nltk.probability.ProbDistI.generate", + "name": "generate", + "lineno": 572, + "scope": "ProbDistI", + "is_async": false + }, + { + "id": "nltk.probability.UniformProbDist.__init__", + "name": "__init__", + "lineno": 603, + "scope": "UniformProbDist", + "is_async": false + }, + { + "id": "nltk.probability.UniformProbDist.prob", + "name": "prob", + "lineno": 621, + "scope": "UniformProbDist", + "is_async": false + }, + { + "id": "nltk.probability.UniformProbDist.max", + "name": "max", + "lineno": 624, + "scope": "UniformProbDist", + "is_async": false + }, + { + "id": "nltk.probability.UniformProbDist.samples", + "name": "samples", + "lineno": 627, + "scope": "UniformProbDist", + "is_async": false + }, + { + "id": "nltk.probability.UniformProbDist.__repr__", + "name": "__repr__", + "lineno": 630, + "scope": "UniformProbDist", + "is_async": false + }, + { + "id": "nltk.probability.RandomProbDist.__init__", + "name": "__init__", + "lineno": 641, + "scope": "RandomProbDist", + "is_async": false + }, + { + "id": "nltk.probability.RandomProbDist.unirand", + "name": "unirand", + "lineno": 650, + "scope": "RandomProbDist", + "is_async": false + }, + { + "id": "nltk.probability.RandomProbDist.max", + "name": "max", + "lineno": 671, + "scope": "RandomProbDist", + "is_async": false + }, + { + "id": "nltk.probability.RandomProbDist.prob", + "name": "prob", + "lineno": 676, + "scope": "RandomProbDist", + "is_async": false + }, + { + "id": "nltk.probability.RandomProbDist.samples", + "name": "samples", + "lineno": 679, + "scope": "RandomProbDist", + "is_async": false + }, + { + "id": "nltk.probability.RandomProbDist.__repr__", + "name": "__repr__", + "lineno": 682, + "scope": "RandomProbDist", + "is_async": false + }, + { + "id": "nltk.probability.DictionaryProbDist.__init__", + "name": "__init__", + "lineno": 693, + "scope": "DictionaryProbDist", + "is_async": false + }, + { + "id": "nltk.probability.DictionaryProbDist.prob", + "name": "prob", + "lineno": 735, + "scope": "DictionaryProbDist", + "is_async": false + }, + { + "id": "nltk.probability.DictionaryProbDist.logprob", + "name": "logprob", + "lineno": 741, + "scope": "DictionaryProbDist", + "is_async": false + }, + { + "id": "nltk.probability.DictionaryProbDist.max", + "name": "max", + "lineno": 752, + "scope": "DictionaryProbDist", + "is_async": false + }, + { + "id": "nltk.probability.DictionaryProbDist.samples", + "name": "samples", + "lineno": 757, + "scope": "DictionaryProbDist", + "is_async": false + }, + { + "id": "nltk.probability.DictionaryProbDist.__repr__", + "name": "__repr__", + "lineno": 760, + "scope": "DictionaryProbDist", + "is_async": false + }, + { + "id": "nltk.probability.MLEProbDist.__init__", + "name": "__init__", + "lineno": 773, + "scope": "MLEProbDist", + "is_async": false + }, + { + "id": "nltk.probability.MLEProbDist.freqdist", + "name": "freqdist", + "lineno": 784, + "scope": "MLEProbDist", + "is_async": false + }, + { + "id": "nltk.probability.MLEProbDist.prob", + "name": "prob", + "lineno": 793, + "scope": "MLEProbDist", + "is_async": false + }, + { + "id": "nltk.probability.MLEProbDist.max", + "name": "max", + "lineno": 796, + "scope": "MLEProbDist", + "is_async": false + }, + { + "id": "nltk.probability.MLEProbDist.samples", + "name": "samples", + "lineno": 799, + "scope": "MLEProbDist", + "is_async": false + }, + { + "id": "nltk.probability.MLEProbDist.__repr__", + "name": "__repr__", + "lineno": 802, + "scope": "MLEProbDist", + "is_async": false + }, + { + "id": "nltk.probability.LidstoneProbDist.__init__", + "name": "__init__", + "lineno": 825, + "scope": "LidstoneProbDist", + "is_async": false + }, + { + "id": "nltk.probability.LidstoneProbDist.freqdist", + "name": "freqdist", + "lineno": 875, + "scope": "LidstoneProbDist", + "is_async": false + }, + { + "id": "nltk.probability.LidstoneProbDist.prob", + "name": "prob", + "lineno": 884, + "scope": "LidstoneProbDist", + "is_async": false + }, + { + "id": "nltk.probability.LidstoneProbDist.max", + "name": "max", + "lineno": 888, + "scope": "LidstoneProbDist", + "is_async": false + }, + { + "id": "nltk.probability.LidstoneProbDist.samples", + "name": "samples", + "lineno": 894, + "scope": "LidstoneProbDist", + "is_async": false + }, + { + "id": "nltk.probability.LidstoneProbDist.discount", + "name": "discount", + "lineno": 897, + "scope": "LidstoneProbDist", + "is_async": false + }, + { + "id": "nltk.probability.LidstoneProbDist.__repr__", + "name": "__repr__", + "lineno": 901, + "scope": "LidstoneProbDist", + "is_async": false + }, + { + "id": "nltk.probability.LaplaceProbDist.__init__", + "name": "__init__", + "lineno": 921, + "scope": "LaplaceProbDist", + "is_async": false + }, + { + "id": "nltk.probability.LaplaceProbDist.__repr__", + "name": "__repr__", + "lineno": 938, + "scope": "LaplaceProbDist", + "is_async": false + }, + { + "id": "nltk.probability.ELEProbDist.__init__", + "name": "__init__", + "lineno": 957, + "scope": "ELEProbDist", + "is_async": false + }, + { + "id": "nltk.probability.ELEProbDist.__repr__", + "name": "__repr__", + "lineno": 974, + "scope": "ELEProbDist", + "is_async": false + }, + { + "id": "nltk.probability.HeldoutProbDist.__init__", + "name": "__init__", + "lineno": 1027, + "scope": "HeldoutProbDist", + "is_async": false + }, + { + "id": "nltk.probability.HeldoutProbDist._calculate_Tr", + "name": "_calculate_Tr", + "lineno": 1061, + "scope": "HeldoutProbDist", + "is_async": false + }, + { + "id": "nltk.probability.HeldoutProbDist._calculate_estimate", + "name": "_calculate_estimate", + "lineno": 1075, + "scope": "HeldoutProbDist", + "is_async": false + }, + { + "id": "nltk.probability.HeldoutProbDist.base_fdist", + "name": "base_fdist", + "lineno": 1103, + "scope": "HeldoutProbDist", + "is_async": false + }, + { + "id": "nltk.probability.HeldoutProbDist.heldout_fdist", + "name": "heldout_fdist", + "lineno": 1112, + "scope": "HeldoutProbDist", + "is_async": false + }, + { + "id": "nltk.probability.HeldoutProbDist.samples", + "name": "samples", + "lineno": 1121, + "scope": "HeldoutProbDist", + "is_async": false + }, + { + "id": "nltk.probability.HeldoutProbDist.prob", + "name": "prob", + "lineno": 1124, + "scope": "HeldoutProbDist", + "is_async": false + }, + { + "id": "nltk.probability.HeldoutProbDist.max", + "name": "max", + "lineno": 1129, + "scope": "HeldoutProbDist", + "is_async": false + }, + { + "id": "nltk.probability.HeldoutProbDist.discount", + "name": "discount", + "lineno": 1135, + "scope": "HeldoutProbDist", + "is_async": false + }, + { + "id": "nltk.probability.HeldoutProbDist.__repr__", + "name": "__repr__", + "lineno": 1138, + "scope": "HeldoutProbDist", + "is_async": false + }, + { + "id": "nltk.probability.CrossValidationProbDist.__init__", + "name": "__init__", + "lineno": 1158, + "scope": "CrossValidationProbDist", + "is_async": false + }, + { + "id": "nltk.probability.CrossValidationProbDist.freqdists", + "name": "freqdists", + "lineno": 1185, + "scope": "CrossValidationProbDist", + "is_async": false + }, + { + "id": "nltk.probability.CrossValidationProbDist.samples", + "name": "samples", + "lineno": 1193, + "scope": "CrossValidationProbDist", + "is_async": false + }, + { + "id": "nltk.probability.CrossValidationProbDist.prob", + "name": "prob", + "lineno": 1197, + "scope": "CrossValidationProbDist", + "is_async": false + }, + { + "id": "nltk.probability.CrossValidationProbDist.discount", + "name": "discount", + "lineno": 1205, + "scope": "CrossValidationProbDist", + "is_async": false + }, + { + "id": "nltk.probability.CrossValidationProbDist.__repr__", + "name": "__repr__", + "lineno": 1208, + "scope": "CrossValidationProbDist", + "is_async": false + }, + { + "id": "nltk.probability.WittenBellProbDist.__init__", + "name": "__init__", + "lineno": 1232, + "scope": "WittenBellProbDist", + "is_async": false + }, + { + "id": "nltk.probability.WittenBellProbDist.prob", + "name": "prob", + "lineno": 1275, + "scope": "WittenBellProbDist", + "is_async": false + }, + { + "id": "nltk.probability.WittenBellProbDist.max", + "name": "max", + "lineno": 1280, + "scope": "WittenBellProbDist", + "is_async": false + }, + { + "id": "nltk.probability.WittenBellProbDist.samples", + "name": "samples", + "lineno": 1283, + "scope": "WittenBellProbDist", + "is_async": false + }, + { + "id": "nltk.probability.WittenBellProbDist.freqdist", + "name": "freqdist", + "lineno": 1286, + "scope": "WittenBellProbDist", + "is_async": false + }, + { + "id": "nltk.probability.WittenBellProbDist.discount", + "name": "discount", + "lineno": 1289, + "scope": "WittenBellProbDist", + "is_async": false + }, + { + "id": "nltk.probability.WittenBellProbDist.__repr__", + "name": "__repr__", + "lineno": 1292, + "scope": "WittenBellProbDist", + "is_async": false + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist.__init__", + "name": "__init__", + "lineno": 1382, + "scope": "SimpleGoodTuringProbDist", + "is_async": false + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist._r_Nr_non_zero", + "name": "_r_Nr_non_zero", + "lineno": 1404, + "scope": "SimpleGoodTuringProbDist", + "is_async": false + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist._r_Nr", + "name": "_r_Nr", + "lineno": 1409, + "scope": "SimpleGoodTuringProbDist", + "is_async": false + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist.find_best_fit", + "name": "find_best_fit", + "lineno": 1419, + "scope": "SimpleGoodTuringProbDist", + "is_async": false + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist._switch", + "name": "_switch", + "lineno": 1460, + "scope": "SimpleGoodTuringProbDist", + "is_async": false + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist._variance", + "name": "_variance", + "lineno": 1480, + "scope": "SimpleGoodTuringProbDist", + "is_async": false + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist._renormalize", + "name": "_renormalize", + "lineno": 1486, + "scope": "SimpleGoodTuringProbDist", + "is_async": false + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist.smoothedNr", + "name": "smoothedNr", + "lineno": 1500, + "scope": "SimpleGoodTuringProbDist", + "is_async": false + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist.prob", + "name": "prob", + "lineno": 1516, + "scope": "SimpleGoodTuringProbDist", + "is_async": false + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist._prob_measure", + "name": "_prob_measure", + "lineno": 1535, + "scope": "SimpleGoodTuringProbDist", + "is_async": false + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist.check", + "name": "check", + "lineno": 1551, + "scope": "SimpleGoodTuringProbDist", + "is_async": false + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist.discount", + "name": "discount", + "lineno": 1558, + "scope": "SimpleGoodTuringProbDist", + "is_async": false + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist.max", + "name": "max", + "lineno": 1565, + "scope": "SimpleGoodTuringProbDist", + "is_async": false + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist.samples", + "name": "samples", + "lineno": 1568, + "scope": "SimpleGoodTuringProbDist", + "is_async": false + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist.freqdist", + "name": "freqdist", + "lineno": 1571, + "scope": "SimpleGoodTuringProbDist", + "is_async": false + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist.__repr__", + "name": "__repr__", + "lineno": 1574, + "scope": "SimpleGoodTuringProbDist", + "is_async": false + }, + { + "id": "nltk.probability.MutableProbDist.__init__", + "name": "__init__", + "lineno": 1590, + "scope": "MutableProbDist", + "is_async": false + }, + { + "id": "nltk.probability.MutableProbDist.max", + "name": "max", + "lineno": 1614, + "scope": "MutableProbDist", + "is_async": false + }, + { + "id": "nltk.probability.MutableProbDist.samples", + "name": "samples", + "lineno": 1618, + "scope": "MutableProbDist", + "is_async": false + }, + { + "id": "nltk.probability.MutableProbDist.prob", + "name": "prob", + "lineno": 1622, + "scope": "MutableProbDist", + "is_async": false + }, + { + "id": "nltk.probability.MutableProbDist.logprob", + "name": "logprob", + "lineno": 1629, + "scope": "MutableProbDist", + "is_async": false + }, + { + "id": "nltk.probability.MutableProbDist.update", + "name": "update", + "lineno": 1636, + "scope": "MutableProbDist", + "is_async": false + }, + { + "id": "nltk.probability.KneserNeyProbDist.__init__", + "name": "__init__", + "lineno": 1705, + "scope": "KneserNeyProbDist", + "is_async": false + }, + { + "id": "nltk.probability.KneserNeyProbDist.prob", + "name": "prob", + "lineno": 1740, + "scope": "KneserNeyProbDist", + "is_async": false + }, + { + "id": "nltk.probability.KneserNeyProbDist.discount", + "name": "discount", + "lineno": 1776, + "scope": "KneserNeyProbDist", + "is_async": false + }, + { + "id": "nltk.probability.KneserNeyProbDist.set_discount", + "name": "set_discount", + "lineno": 1784, + "scope": "KneserNeyProbDist", + "is_async": false + }, + { + "id": "nltk.probability.KneserNeyProbDist.samples", + "name": "samples", + "lineno": 1794, + "scope": "KneserNeyProbDist", + "is_async": false + }, + { + "id": "nltk.probability.KneserNeyProbDist.max", + "name": "max", + "lineno": 1797, + "scope": "KneserNeyProbDist", + "is_async": false + }, + { + "id": "nltk.probability.KneserNeyProbDist.__repr__", + "name": "__repr__", + "lineno": 1800, + "scope": "KneserNeyProbDist", + "is_async": false + }, + { + "id": "nltk.probability.log_likelihood", + "name": "log_likelihood", + "lineno": 1814, + "scope": null, + "is_async": false + }, + { + "id": "nltk.probability.entropy", + "name": "entropy", + "lineno": 1823, + "scope": null, + "is_async": false + }, + { + "id": "nltk.probability.ConditionalFreqDist.__init__", + "name": "__init__", + "lineno": 1881, + "scope": "ConditionalFreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalFreqDist.__reduce__", + "name": "__reduce__", + "lineno": 1897, + "scope": "ConditionalFreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalFreqDist.conditions", + "name": "conditions", + "lineno": 1901, + "scope": "ConditionalFreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalFreqDist.N", + "name": "N", + "lineno": 1913, + "scope": "ConditionalFreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalFreqDist.plot", + "name": "plot", + "lineno": 1922, + "scope": "ConditionalFreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalFreqDist.tabulate", + "name": "tabulate", + "lineno": 2014, + "scope": "ConditionalFreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalFreqDist.__add__", + "name": "__add__", + "lineno": 2056, + "scope": "ConditionalFreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalFreqDist.__sub__", + "name": "__sub__", + "lineno": 2067, + "scope": "ConditionalFreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalFreqDist.__or__", + "name": "__or__", + "lineno": 2080, + "scope": "ConditionalFreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalFreqDist.__and__", + "name": "__and__", + "lineno": 2091, + "scope": "ConditionalFreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalFreqDist.__le__", + "name": "__le__", + "lineno": 2105, + "scope": "ConditionalFreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalFreqDist.__lt__", + "name": "__lt__", + "lineno": 2112, + "scope": "ConditionalFreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalFreqDist.__ge__", + "name": "__ge__", + "lineno": 2117, + "scope": "ConditionalFreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalFreqDist.__gt__", + "name": "__gt__", + "lineno": 2122, + "scope": "ConditionalFreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalFreqDist.deepcopy", + "name": "deepcopy", + "lineno": 2127, + "scope": "ConditionalFreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalFreqDist.__repr__", + "name": "__repr__", + "lineno": 2134, + "scope": "ConditionalFreqDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalProbDistI.__init__", + "name": "__init__", + "lineno": 2158, + "scope": "ConditionalProbDistI", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalProbDistI.conditions", + "name": "conditions", + "lineno": 2163, + "scope": "ConditionalProbDistI", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalProbDistI.__repr__", + "name": "__repr__", + "lineno": 2173, + "scope": "ConditionalProbDistI", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalProbDist.__init__", + "name": "__init__", + "lineno": 2216, + "scope": "ConditionalProbDist", + "is_async": false + }, + { + "id": "nltk.probability.ConditionalProbDist.__missing__", + "name": "__missing__", + "lineno": 2249, + "scope": "ConditionalProbDist", + "is_async": false + }, + { + "id": "nltk.probability.DictionaryConditionalProbDist.__init__", + "name": "__init__", + "lineno": 2262, + "scope": "DictionaryConditionalProbDist", + "is_async": false + }, + { + "id": "nltk.probability.DictionaryConditionalProbDist.__missing__", + "name": "__missing__", + "lineno": 2270, + "scope": "DictionaryConditionalProbDist", + "is_async": false + }, + { + "id": "nltk.probability.add_logs", + "name": "add_logs", + "lineno": 2283, + "scope": null, + "is_async": false + }, + { + "id": "nltk.probability.sum_logs", + "name": "sum_logs", + "lineno": 2298, + "scope": null, + "is_async": false + }, + { + "id": "nltk.probability.ProbabilisticMixIn.__init__", + "name": "__init__", + "lineno": 2333, + "scope": "ProbabilisticMixIn", + "is_async": false + }, + { + "id": "nltk.probability.ProbabilisticMixIn.set_prob", + "name": "set_prob", + "lineno": 2355, + "scope": "ProbabilisticMixIn", + "is_async": false + }, + { + "id": "nltk.probability.ProbabilisticMixIn.set_logprob", + "name": "set_logprob", + "lineno": 2365, + "scope": "ProbabilisticMixIn", + "is_async": false + }, + { + "id": "nltk.probability.ProbabilisticMixIn.prob", + "name": "prob", + "lineno": 2377, + "scope": "ProbabilisticMixIn", + "is_async": false + }, + { + "id": "nltk.probability.ProbabilisticMixIn.logprob", + "name": "logprob", + "lineno": 2389, + "scope": "ProbabilisticMixIn", + "is_async": false + }, + { + "id": "nltk.probability.ImmutableProbabilisticMixIn.set_prob", + "name": "set_prob", + "lineno": 2404, + "scope": "ImmutableProbabilisticMixIn", + "is_async": false + }, + { + "id": "nltk.probability.ImmutableProbabilisticMixIn.set_logprob", + "name": "set_logprob", + "lineno": 2407, + "scope": "ImmutableProbabilisticMixIn", + "is_async": false + }, + { + "id": "nltk.probability._get_kwarg", + "name": "_get_kwarg", + "lineno": 2414, + "scope": null, + "is_async": false + }, + { + "id": "nltk.probability._create_rand_fdist", + "name": "_create_rand_fdist", + "lineno": 2428, + "scope": null, + "is_async": false + }, + { + "id": "nltk.probability._create_sum_pdist", + "name": "_create_sum_pdist", + "lineno": 2444, + "scope": null, + "is_async": false + }, + { + "id": "nltk.probability.demo", + "name": "demo", + "lineno": 2456, + "scope": null, + "is_async": false + }, + { + "id": "nltk.probability.gt_demo", + "name": "gt_demo", + "lineno": 2534, + "scope": null, + "is_async": false + } + ], + "nltk.tabdata": [ + { + "id": "nltk.tabdata.rm_nl", + "name": "rm_nl", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tabdata.TabEncoder.list2txt", + "name": "list2txt", + "lineno": 18, + "scope": "TabEncoder", + "is_async": false + }, + { + "id": "nltk.tabdata.TabEncoder.set2txt", + "name": "set2txt", + "lineno": 21, + "scope": "TabEncoder", + "is_async": false + }, + { + "id": "nltk.tabdata.TabEncoder.tup2tab", + "name": "tup2tab", + "lineno": 24, + "scope": "TabEncoder", + "is_async": false + }, + { + "id": "nltk.tabdata.TabEncoder.tups2tab", + "name": "tups2tab", + "lineno": 27, + "scope": "TabEncoder", + "is_async": false + }, + { + "id": "nltk.tabdata.TabEncoder.dict2tab", + "name": "dict2tab", + "lineno": 30, + "scope": "TabEncoder", + "is_async": false + }, + { + "id": "nltk.tabdata.TabEncoder.ivdict2tab", + "name": "ivdict2tab", + "lineno": 33, + "scope": "TabEncoder", + "is_async": false + }, + { + "id": "nltk.tabdata.TabDecoder.txt2list", + "name": "txt2list", + "lineno": 40, + "scope": "TabDecoder", + "is_async": false + }, + { + "id": "nltk.tabdata.TabDecoder.txt2set", + "name": "txt2set", + "lineno": 43, + "scope": "TabDecoder", + "is_async": false + }, + { + "id": "nltk.tabdata.TabDecoder.tab2tup", + "name": "tab2tup", + "lineno": 46, + "scope": "TabDecoder", + "is_async": false + }, + { + "id": "nltk.tabdata.TabDecoder.tab2tups", + "name": "tab2tups", + "lineno": 49, + "scope": "TabDecoder", + "is_async": false + }, + { + "id": "nltk.tabdata.TabDecoder.tab2dict", + "name": "tab2dict", + "lineno": 52, + "scope": "TabDecoder", + "is_async": false + }, + { + "id": "nltk.tabdata.TabDecoder.tab2ivdict", + "name": "tab2ivdict", + "lineno": 55, + "scope": "TabDecoder", + "is_async": false + }, + { + "id": "nltk.tabdata.MaxentEncoder.tupdict2tab", + "name": "tupdict2tab", + "lineno": 67, + "scope": "MaxentEncoder", + "is_async": false + }, + { + "id": "nltk.tabdata.MaxentEncoder.tupdict2tab.rep", + "name": "rep", + "lineno": 68, + "scope": "MaxentEncoder.tupdict2tab", + "is_async": false + }, + { + "id": "nltk.tabdata.MaxentDecoder.tupkey2dict", + "name": "tupkey2dict", + "lineno": 82, + "scope": "MaxentDecoder", + "is_async": false + }, + { + "id": "nltk.tabdata.MaxentDecoder.tupkey2dict.rep", + "name": "rep", + "lineno": 84, + "scope": "MaxentDecoder.tupkey2dict", + "is_async": false + }, + { + "id": "nltk.tabdata.PunktDecoder.tab2intdict", + "name": "tab2intdict", + "lineno": 105, + "scope": "PunktDecoder", + "is_async": false + } + ], + "nltk.text": [ + { + "id": "nltk.text.ContextIndex._default_context", + "name": "_default_context", + "lineno": 48, + "scope": "ContextIndex", + "is_async": false + }, + { + "id": "nltk.text.ContextIndex.__init__", + "name": "__init__", + "lineno": 54, + "scope": "ContextIndex", + "is_async": false + }, + { + "id": "nltk.text.ContextIndex.tokens", + "name": "tokens", + "lineno": 70, + "scope": "ContextIndex", + "is_async": false + }, + { + "id": "nltk.text.ContextIndex.word_similarity_dict", + "name": "word_similarity_dict", + "lineno": 78, + "scope": "ContextIndex", + "is_async": false + }, + { + "id": "nltk.text.ContextIndex.similar_words", + "name": "similar_words", + "lineno": 93, + "scope": "ContextIndex", + "is_async": false + }, + { + "id": "nltk.text.ContextIndex.common_contexts", + "name": "common_contexts", + "lineno": 103, + "scope": "ContextIndex", + "is_async": false + }, + { + "id": "nltk.text.ConcordanceIndex.__init__", + "name": "__init__", + "lineno": 136, + "scope": "ConcordanceIndex", + "is_async": false + }, + { + "id": "nltk.text.ConcordanceIndex.tokens", + "name": "tokens", + "lineno": 162, + "scope": "ConcordanceIndex", + "is_async": false + }, + { + "id": "nltk.text.ConcordanceIndex.offsets", + "name": "offsets", + "lineno": 170, + "scope": "ConcordanceIndex", + "is_async": false + }, + { + "id": "nltk.text.ConcordanceIndex.__repr__", + "name": "__repr__", + "lineno": 180, + "scope": "ConcordanceIndex", + "is_async": false + }, + { + "id": "nltk.text.ConcordanceIndex.find_concordance", + "name": "find_concordance", + "lineno": 186, + "scope": "ConcordanceIndex", + "is_async": false + }, + { + "id": "nltk.text.ConcordanceIndex.print_concordance", + "name": "print_concordance", + "lineno": 234, + "scope": "ConcordanceIndex", + "is_async": false + }, + { + "id": "nltk.text.TokenSearcher.__init__", + "name": "__init__", + "lineno": 268, + "scope": "TokenSearcher", + "is_async": false + }, + { + "id": "nltk.text.TokenSearcher.findall", + "name": "findall", + "lineno": 271, + "scope": "TokenSearcher", + "is_async": false + }, + { + "id": "nltk.text.Text.__init__", + "name": "__init__", + "lineno": 339, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.__getitem__", + "name": "__getitem__", + "lineno": 362, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.__len__", + "name": "__len__", + "lineno": 365, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.concordance", + "name": "concordance", + "lineno": 372, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.concordance_list", + "name": "concordance_list", + "lineno": 393, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.collocation_list", + "name": "collocation_list", + "lineno": 413, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.collocations", + "name": "collocations", + "lineno": 448, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.count", + "name": "count", + "lineno": 472, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.index", + "name": "index", + "lineno": 478, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.readability", + "name": "readability", + "lineno": 484, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.similar", + "name": "similar", + "lineno": 488, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.common_contexts", + "name": "common_contexts", + "lineno": 522, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.dispersion_plot", + "name": "dispersion_plot", + "lineno": 550, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text._train_default_ngram_lm", + "name": "_train_default_ngram_lm", + "lineno": 563, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.generate", + "name": "generate", + "lineno": 569, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.plot", + "name": "plot", + "lineno": 615, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.vocab", + "name": "vocab", + "lineno": 622, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.findall", + "name": "findall", + "lineno": 631, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text._context", + "name": "_context", + "lineno": 667, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.__str__", + "name": "__str__", + "lineno": 691, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.Text.__repr__", + "name": "__repr__", + "lineno": 694, + "scope": "Text", + "is_async": false + }, + { + "id": "nltk.text.TextCollection.__init__", + "name": "__init__", + "lineno": 715, + "scope": "TextCollection", + "is_async": false + }, + { + "id": "nltk.text.TextCollection.tf", + "name": "tf", + "lineno": 723, + "scope": "TextCollection", + "is_async": false + }, + { + "id": "nltk.text.TextCollection.idf", + "name": "idf", + "lineno": 727, + "scope": "TextCollection", + "is_async": false + }, + { + "id": "nltk.text.TextCollection.tf_idf", + "name": "tf_idf", + "lineno": 741, + "scope": "TextCollection", + "is_async": false + }, + { + "id": "nltk.text.demo", + "name": "demo", + "lineno": 745, + "scope": null, + "is_async": false + } + ], + "nltk.tgrep": [ + { + "id": "nltk.tgrep.ancestors", + "name": "ancestors", + "lineno": 130, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep.unique_ancestors", + "name": "unique_ancestors", + "lineno": 148, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._descendants", + "name": "_descendants", + "lineno": 165, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._leftmost_descendants", + "name": "_leftmost_descendants", + "lineno": 177, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._rightmost_descendants", + "name": "_rightmost_descendants", + "lineno": 189, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._istree", + "name": "_istree", + "lineno": 201, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._unique_descendants", + "name": "_unique_descendants", + "lineno": 206, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._before", + "name": "_before", + "lineno": 219, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._immediately_before", + "name": "_immediately_before", + "lineno": 231, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._after", + "name": "_after", + "lineno": 257, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._immediately_after", + "name": "_immediately_after", + "lineno": 269, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_node_literal_value", + "name": "_tgrep_node_literal_value", + "lineno": 298, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_macro_use_action", + "name": "_tgrep_macro_use_action", + "lineno": 306, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_macro_use_action.macro_use", + "name": "macro_use", + "lineno": 314, + "scope": "_tgrep_macro_use_action", + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_node_action", + "name": "_tgrep_node_action", + "lineno": 322, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_parens_action", + "name": "_tgrep_parens_action", + "lineno": 371, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_nltk_tree_pos_action", + "name": "_tgrep_nltk_tree_pos_action", + "lineno": 382, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_relation_action", + "name": "_tgrep_relation_action", + "lineno": 398, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_conjunction_action", + "name": "_tgrep_conjunction_action", + "lineno": 629, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_segmented_pattern_action", + "name": "_tgrep_segmented_pattern_action", + "lineno": 664, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_segmented_pattern_action.pattern_segment_pred", + "name": "pattern_segment_pred", + "lineno": 694, + "scope": "_tgrep_segmented_pattern_action", + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_node_label_use_action", + "name": "_tgrep_node_label_use_action", + "lineno": 706, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_node_label_pred_use_action", + "name": "_tgrep_node_label_pred_use_action", + "lineno": 725, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_node_label_pred_use_action.node_label_use_pred", + "name": "node_label_use_pred", + "lineno": 743, + "scope": "_tgrep_node_label_pred_use_action", + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_bind_node_label_action", + "name": "_tgrep_bind_node_label_action", + "lineno": 754, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_bind_node_label_action.node_label_bind_pred", + "name": "node_label_bind_pred", + "lineno": 776, + "scope": "_tgrep_bind_node_label_action", + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_rel_disjunction_action", + "name": "_tgrep_rel_disjunction_action", + "lineno": 793, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._macro_defn_action", + "name": "_macro_defn_action", + "lineno": 808, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_exprs_action", + "name": "_tgrep_exprs_action", + "lineno": 817, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep._tgrep_exprs_action.top_level_pred", + "name": "top_level_pred", + "lineno": 841, + "scope": "_tgrep_exprs_action", + "is_async": false + }, + { + "id": "nltk.tgrep._build_tgrep_parser", + "name": "_build_tgrep_parser", + "lineno": 849, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep.tgrep_tokenize", + "name": "tgrep_tokenize", + "lineno": 953, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep.tgrep_compile", + "name": "tgrep_compile", + "lineno": 963, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep.treepositions_no_leaves", + "name": "treepositions_no_leaves", + "lineno": 974, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep.tgrep_positions", + "name": "tgrep_positions", + "lineno": 989, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tgrep.tgrep_nodes", + "name": "tgrep_nodes", + "lineno": 1016, + "scope": null, + "is_async": false + } + ], + "nltk.toolbox": [ + { + "id": "nltk.toolbox.StandardFormat.__init__", + "name": "__init__", + "lineno": 26, + "scope": "StandardFormat", + "is_async": false + }, + { + "id": "nltk.toolbox.StandardFormat.open", + "name": "open", + "lineno": 31, + "scope": "StandardFormat", + "is_async": false + }, + { + "id": "nltk.toolbox.StandardFormat.open_string", + "name": "open_string", + "lineno": 43, + "scope": "StandardFormat", + "is_async": false + }, + { + "id": "nltk.toolbox.StandardFormat.raw_fields", + "name": "raw_fields", + "lineno": 52, + "scope": "StandardFormat", + "is_async": false + }, + { + "id": "nltk.toolbox.StandardFormat.fields", + "name": "fields", + "lineno": 91, + "scope": "StandardFormat", + "is_async": false + }, + { + "id": "nltk.toolbox.StandardFormat.close", + "name": "close", + "lineno": 132, + "scope": "StandardFormat", + "is_async": false + }, + { + "id": "nltk.toolbox.ToolboxData.parse", + "name": "parse", + "lineno": 142, + "scope": "ToolboxData", + "is_async": false + }, + { + "id": "nltk.toolbox.ToolboxData._record_parse", + "name": "_record_parse", + "lineno": 148, + "scope": "ToolboxData", + "is_async": false + }, + { + "id": "nltk.toolbox.ToolboxData._tree2etree", + "name": "_tree2etree", + "lineno": 224, + "scope": "ToolboxData", + "is_async": false + }, + { + "id": "nltk.toolbox.ToolboxData._chunk_parse", + "name": "_chunk_parse", + "lineno": 237, + "scope": "ToolboxData", + "is_async": false + }, + { + "id": "nltk.toolbox.to_sfm_string", + "name": "to_sfm_string", + "lineno": 274, + "scope": null, + "is_async": false + }, + { + "id": "nltk.toolbox.ToolboxSettings.__init__", + "name": "__init__", + "lineno": 327, + "scope": "ToolboxSettings", + "is_async": false + }, + { + "id": "nltk.toolbox.ToolboxSettings.parse", + "name": "parse", + "lineno": 330, + "scope": "ToolboxSettings", + "is_async": false + }, + { + "id": "nltk.toolbox.to_settings_string", + "name": "to_settings_string", + "lineno": 364, + "scope": null, + "is_async": false + }, + { + "id": "nltk.toolbox._to_settings_string", + "name": "_to_settings_string", + "lineno": 377, + "scope": null, + "is_async": false + }, + { + "id": "nltk.toolbox.remove_blanks", + "name": "remove_blanks", + "lineno": 397, + "scope": null, + "is_async": false + }, + { + "id": "nltk.toolbox.add_default_fields", + "name": "add_default_fields", + "lineno": 412, + "scope": null, + "is_async": false + }, + { + "id": "nltk.toolbox.sort_fields", + "name": "sort_fields", + "lineno": 428, + "scope": null, + "is_async": false + }, + { + "id": "nltk.toolbox._sort_fields", + "name": "_sort_fields", + "lineno": 445, + "scope": null, + "is_async": false + }, + { + "id": "nltk.toolbox.add_blank_lines", + "name": "add_blank_lines", + "lineno": 461, + "scope": null, + "is_async": false + }, + { + "id": "nltk.toolbox.demo", + "name": "demo", + "lineno": 494, + "scope": null, + "is_async": false + } + ], + "nltk.treeprettyprinter": [], + "nltk.treetransforms": [], + "nltk.util": [ + { + "id": "nltk.util.usage", + "name": "usage", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.in_idle", + "name": "in_idle", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.pr", + "name": "pr", + "lineno": 104, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.print_string", + "name": "print_string", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.tokenwrap", + "name": "tokenwrap", + "lineno": 130, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.cut_string", + "name": "cut_string", + "lineno": 144, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.Index.__init__", + "name": "__init__", + "lineno": 185, + "scope": "Index", + "is_async": false + }, + { + "id": "nltk.util.re_show", + "name": "re_show", + "lineno": 196, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.filestring", + "name": "filestring", + "lineno": 221, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.breadth_first", + "name": "breadth_first", + "lineno": 275, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.edge_closure", + "name": "edge_closure", + "lineno": 300, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.edges2dot", + "name": "edges2dot", + "lineno": 342, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.unweighted_minimum_spanning_digraph", + "name": "unweighted_minimum_spanning_digraph", + "lineno": 385, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.acyclic_breadth_first", + "name": "acyclic_breadth_first", + "lineno": 431, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.acyclic_depth_first", + "name": "acyclic_depth_first", + "lineno": 471, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.acyclic_branches_depth_first", + "name": "acyclic_branches_depth_first", + "lineno": 544, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.acyclic_dic2tree", + "name": "acyclic_dic2tree", + "lineno": 628, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.unweighted_minimum_spanning_dict", + "name": "unweighted_minimum_spanning_dict", + "lineno": 639, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.unweighted_minimum_spanning_tree", + "name": "unweighted_minimum_spanning_tree", + "lineno": 684, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.guess_encoding", + "name": "guess_encoding", + "lineno": 719, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.unique_list", + "name": "unique_list", + "lineno": 780, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.invert_dict", + "name": "invert_dict", + "lineno": 791, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.transitive_closure", + "name": "transitive_closure", + "lineno": 808, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.invert_graph", + "name": "invert_graph", + "lineno": 842, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.clean_html", + "name": "clean_html", + "lineno": 863, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.clean_url", + "name": "clean_url", + "lineno": 869, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.flatten", + "name": "flatten", + "lineno": 880, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.pad_sequence", + "name": "pad_sequence", + "lineno": 909, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.ngrams", + "name": "ngrams", + "lineno": 952, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.bigrams", + "name": "bigrams", + "lineno": 1001, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.trigrams", + "name": "trigrams", + "lineno": 1020, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.everygrams", + "name": "everygrams", + "lineno": 1039, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.skipgrams", + "name": "skipgrams", + "lineno": 1100, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.binary_search_file", + "name": "binary_search_file", + "lineno": 1144, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.set_proxy", + "name": "set_proxy", + "lineno": 1221, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.elementtree_indent", + "name": "elementtree_indent", + "lineno": 1261, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.choose", + "name": "choose", + "lineno": 1293, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.pairwise", + "name": "pairwise", + "lineno": 1328, + "scope": null, + "is_async": false + }, + { + "id": "nltk.util.parallelize_preprocess", + "name": "parallelize_preprocess", + "lineno": 1340, + "scope": null, + "is_async": false + } + ], + "nltk.wsd": [ + { + "id": "nltk.wsd.lesk", + "name": "lesk", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "nltk": [ + { + "id": "nltk._fake_PIPE", + "name": "_fake_PIPE", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "nltk._fake_Popen", + "name": "_fake_Popen", + "lineno": 122, + "scope": null, + "is_async": false + }, + { + "id": "nltk.demo", + "name": "demo", + "lineno": 206, + "scope": null, + "is_async": false + } + ], + "nltk.app.chartparser_app": [ + { + "id": "nltk.app.chartparser_app.EdgeList._init_colortags", + "name": "_init_colortags", + "lineno": 95, + "scope": "EdgeList", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.EdgeList._item_repr", + "name": "_item_repr", + "lineno": 103, + "scope": "EdgeList", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.__init__", + "name": "__init__", + "lineno": 129, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView._init_quit", + "name": "_init_quit", + "lineno": 159, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView._init_matrix", + "name": "_init_matrix", + "lineno": 163, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView._init_numedges", + "name": "_init_numedges", + "lineno": 169, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView._init_list", + "name": "_init_list", + "lineno": 173, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView._init_list.cb", + "name": "cb", + "lineno": 177, + "scope": "ChartMatrixView._init_list", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.destroy", + "name": "destroy", + "lineno": 183, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.set_chart", + "name": "set_chart", + "lineno": 192, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.update", + "name": "update", + "lineno": 198, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.activate", + "name": "activate", + "lineno": 235, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.inactivate", + "name": "inactivate", + "lineno": 239, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.add_callback", + "name": "add_callback", + "lineno": 243, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.remove_callback", + "name": "remove_callback", + "lineno": 246, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView._fire_callbacks", + "name": "_fire_callbacks", + "lineno": 255, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.select_cell", + "name": "select_cell", + "lineno": 261, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.deselect_cell", + "name": "deselect_cell", + "lineno": 276, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView._click_cell", + "name": "_click_cell", + "lineno": 283, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.view_edge", + "name": "view_edge", + "lineno": 289, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.mark_edge", + "name": "mark_edge", + "lineno": 293, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.unmark_edge", + "name": "unmark_edge", + "lineno": 299, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.markonly_edge", + "name": "markonly_edge", + "lineno": 304, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.draw", + "name": "draw", + "lineno": 310, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.draw.cb", + "name": "cb", + "lineno": 367, + "scope": "ChartMatrixView.draw", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView.pack", + "name": "pack", + "lineno": 388, + "scope": "ChartMatrixView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartResultsView.__init__", + "name": "__init__", + "lineno": 398, + "scope": "ChartResultsView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartResultsView.update", + "name": "update", + "lineno": 431, + "scope": "ChartResultsView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartResultsView._add", + "name": "_add", + "lineno": 445, + "scope": "ChartResultsView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartResultsView._click", + "name": "_click", + "lineno": 463, + "scope": "ChartResultsView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartResultsView._color", + "name": "_color", + "lineno": 471, + "scope": "ChartResultsView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartResultsView.print_all", + "name": "print_all", + "lineno": 479, + "scope": "ChartResultsView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartResultsView.print_selection", + "name": "print_selection", + "lineno": 484, + "scope": "ChartResultsView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartResultsView.clear", + "name": "clear", + "lineno": 505, + "scope": "ChartResultsView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartResultsView.set_chart", + "name": "set_chart", + "lineno": 517, + "scope": "ChartResultsView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartResultsView.set_grammar", + "name": "set_grammar", + "lineno": 522, + "scope": "ChartResultsView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartResultsView.destroy", + "name": "destroy", + "lineno": 527, + "scope": "ChartResultsView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartResultsView.pack", + "name": "pack", + "lineno": 536, + "scope": "ChartResultsView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer.__init__", + "name": "__init__", + "lineno": 579, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer.destroy", + "name": "destroy", + "lineno": 617, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer.mainloop", + "name": "mainloop", + "lineno": 626, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._init_menubar", + "name": "_init_menubar", + "lineno": 634, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._init_divider", + "name": "_init_divider", + "lineno": 673, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._init_chartviews", + "name": "_init_chartviews", + "lineno": 677, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._init_buttons", + "name": "_init_buttons", + "lineno": 738, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._init_bindings", + "name": "_init_bindings", + "lineno": 753, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._select_left", + "name": "_select_left", + "lineno": 762, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._select_right", + "name": "_select_right", + "lineno": 770, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._apply_op", + "name": "_apply_op", + "lineno": 778, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer.save_chart_dialog", + "name": "save_chart_dialog", + "lineno": 791, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer.load_chart_dialog", + "name": "load_chart_dialog", + "lineno": 803, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer.load_chart", + "name": "load_chart", + "lineno": 814, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._update_chartviews", + "name": "_update_chartviews", + "lineno": 833, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer.select_edge", + "name": "select_edge", + "lineno": 842, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer.select_cell", + "name": "select_cell", + "lineno": 856, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._difference", + "name": "_difference", + "lineno": 865, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._intersection", + "name": "_intersection", + "lineno": 876, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._union", + "name": "_union", + "lineno": 887, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._swapcharts", + "name": "_swapcharts", + "lineno": 899, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._checkcompat", + "name": "_checkcompat", + "lineno": 904, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._update", + "name": "_update", + "lineno": 921, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._clear_out_chart", + "name": "_clear_out_chart", + "lineno": 932, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartComparer._detach_out", + "name": "_detach_out", + "lineno": 938, + "scope": "ChartComparer", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.__init__", + "name": "__init__", + "lineno": 999, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.__init__.destroy1", + "name": "destroy1", + "lineno": 1038, + "scope": "ChartView.__init__", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.__init__.destroy2", + "name": "destroy2", + "lineno": 1041, + "scope": "ChartView.__init__", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._init_fonts", + "name": "_init_fonts", + "lineno": 1088, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._sb_canvas", + "name": "_sb_canvas", + "lineno": 1095, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.scroll_up", + "name": "scroll_up", + "lineno": 1114, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.scroll_down", + "name": "scroll_down", + "lineno": 1117, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.page_up", + "name": "page_up", + "lineno": 1120, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.page_down", + "name": "page_down", + "lineno": 1123, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._grow", + "name": "_grow", + "lineno": 1126, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.set_font_size", + "name": "set_font_size", + "lineno": 1147, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.get_font_size", + "name": "get_font_size", + "lineno": 1155, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._configure", + "name": "_configure", + "lineno": 1158, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.update", + "name": "update", + "lineno": 1169, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._edge_conflict", + "name": "_edge_conflict", + "lineno": 1194, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._analyze_edge", + "name": "_analyze_edge", + "lineno": 1207, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._add_edge", + "name": "_add_edge", + "lineno": 1241, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.view_edge", + "name": "view_edge", + "lineno": 1284, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._draw_edge", + "name": "_draw_edge", + "lineno": 1299, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._draw_edge.cb", + "name": "cb", + "lineno": 1341, + "scope": "ChartView._draw_edge", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._color_edge", + "name": "_color_edge", + "lineno": 1352, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.mark_edge", + "name": "mark_edge", + "lineno": 1383, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.unmark_edge", + "name": "unmark_edge", + "lineno": 1390, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.markonly_edge", + "name": "markonly_edge", + "lineno": 1403, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._analyze", + "name": "_analyze", + "lineno": 1407, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._resize", + "name": "_resize", + "lineno": 1445, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._draw_loclines", + "name": "_draw_loclines", + "lineno": 1465, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._draw_sentence", + "name": "_draw_sentence", + "lineno": 1506, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.erase_tree", + "name": "erase_tree", + "lineno": 1532, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.draw_tree", + "name": "draw_tree", + "lineno": 1539, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.cycle_tree", + "name": "cycle_tree", + "lineno": 1571, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._draw_treecycle", + "name": "_draw_treecycle", + "lineno": 1575, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._draw_treecycle.cb", + "name": "cb", + "lineno": 1602, + "scope": "ChartView._draw_treecycle", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._draw_treetok", + "name": "_draw_treetok", + "lineno": 1608, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.draw", + "name": "draw", + "lineno": 1688, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.add_callback", + "name": "add_callback", + "lineno": 1713, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView.remove_callback", + "name": "remove_callback", + "lineno": 1716, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartView._fire_callbacks", + "name": "_fire_callbacks", + "lineno": 1725, + "scope": "ChartView", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.EdgeRule.__init__", + "name": "__init__", + "lineno": 1746, + "scope": "EdgeRule", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.EdgeRule.apply", + "name": "apply", + "lineno": 1751, + "scope": "EdgeRule", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.EdgeRule.__str__", + "name": "__str__", + "lineno": 1756, + "scope": "EdgeRule", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.__init__", + "name": "__init__", + "lineno": 1783, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.destroy", + "name": "destroy", + "lineno": 1820, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.mainloop", + "name": "mainloop", + "lineno": 1826, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._init_parser", + "name": "_init_parser", + "lineno": 1841, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._reset_parser", + "name": "_reset_parser", + "lineno": 1846, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._init_fonts", + "name": "_init_fonts", + "lineno": 1861, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._init_animation", + "name": "_init_animation", + "lineno": 1873, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._init_chartview", + "name": "_init_chartview", + "lineno": 1885, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._init_rulelabel", + "name": "_init_rulelabel", + "lineno": 1889, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._init_buttons", + "name": "_init_buttons", + "lineno": 1901, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._init_bindings", + "name": "_init_bindings", + "lineno": 1982, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._init_menubar", + "name": "_init_menubar", + "lineno": 2011, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._click_cv_edge", + "name": "_click_cv_edge", + "lineno": 2174, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._select_matrix_edge", + "name": "_select_matrix_edge", + "lineno": 2184, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._select_edge", + "name": "_select_edge", + "lineno": 2188, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._deselect_edge", + "name": "_deselect_edge", + "lineno": 2199, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._show_new_edge", + "name": "_show_new_edge", + "lineno": 2208, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.help", + "name": "help", + "lineno": 2230, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.about", + "name": "about", + "lineno": 2249, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.load_chart", + "name": "load_chart", + "lineno": 2264, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.save_chart", + "name": "save_chart", + "lineno": 2287, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.load_grammar", + "name": "load_grammar", + "lineno": 2301, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.save_grammar", + "name": "save_grammar", + "lineno": 2319, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.reset", + "name": "reset", + "lineno": 2341, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.edit_grammar", + "name": "edit_grammar", + "lineno": 2356, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.set_grammar", + "name": "set_grammar", + "lineno": 2359, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.edit_sentence", + "name": "edit_sentence", + "lineno": 2365, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.set_sentence", + "name": "set_sentence", + "lineno": 2371, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.view_matrix", + "name": "view_matrix", + "lineno": 2379, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.view_results", + "name": "view_results", + "lineno": 2385, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.resize", + "name": "resize", + "lineno": 2394, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.set_font_size", + "name": "set_font_size", + "lineno": 2398, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.get_font_size", + "name": "get_font_size", + "lineno": 2404, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.apply_strategy", + "name": "apply_strategy", + "lineno": 2411, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._stop_animation", + "name": "_stop_animation", + "lineno": 2451, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._animate_strategy", + "name": "_animate_strategy", + "lineno": 2454, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._apply_strategy", + "name": "_apply_strategy", + "lineno": 2467, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp._display_rule", + "name": "_display_rule", + "lineno": 2474, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.top_down_init", + "name": "top_down_init", + "lineno": 2499, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.top_down_predict", + "name": "top_down_predict", + "lineno": 2502, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.bottom_up", + "name": "bottom_up", + "lineno": 2505, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.bottom_up_leftcorner", + "name": "bottom_up_leftcorner", + "lineno": 2508, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.fundamental", + "name": "fundamental", + "lineno": 2511, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.bottom_up_strategy", + "name": "bottom_up_strategy", + "lineno": 2514, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.bottom_up_leftcorner_strategy", + "name": "bottom_up_leftcorner_strategy", + "lineno": 2517, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp.top_down_strategy", + "name": "top_down_strategy", + "lineno": 2520, + "scope": "ChartParserApp", + "is_async": false + }, + { + "id": "nltk.app.chartparser_app.app", + "name": "app", + "lineno": 2524, + "scope": null, + "is_async": false + } + ], + "nltk.app.chunkparser_app": [ + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp.normalize_grammar", + "name": "normalize_grammar", + "lineno": 308, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp.__init__", + "name": "__init__", + "lineno": 319, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._init_bindings", + "name": "_init_bindings", + "lineno": 426, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._init_fonts", + "name": "_init_fonts", + "lineno": 440, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._init_menubar", + "name": "_init_menubar", + "lineno": 449, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp.toggle_show_trace", + "name": "toggle_show_trace", + "lineno": 547, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._eval_plot", + "name": "_eval_plot", + "lineno": 557, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._eval_demon", + "name": "_eval_demon", + "lineno": 694, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._adaptively_modify_eval_chunk", + "name": "_adaptively_modify_eval_chunk", + "lineno": 769, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "name": "_init_widgets", + "lineno": 793, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp.show_trace", + "name": "show_trace", + "lineno": 984, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp.show_help", + "name": "show_help", + "lineno": 1047, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._history_prev", + "name": "_history_prev", + "lineno": 1081, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._history_next", + "name": "_history_next", + "lineno": 1085, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._view_history", + "name": "_view_history", + "lineno": 1089, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._devset_next", + "name": "_devset_next", + "lineno": 1130, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._devset_prev", + "name": "_devset_prev", + "lineno": 1134, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp.destroy", + "name": "destroy", + "lineno": 1138, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._devset_scroll", + "name": "_devset_scroll", + "lineno": 1144, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp.show_devset", + "name": "show_devset", + "lineno": 1158, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._chunks", + "name": "_chunks", + "lineno": 1203, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._syntax_highlight_grammar", + "name": "_syntax_highlight_grammar", + "lineno": 1215, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._grammarcheck", + "name": "_grammarcheck", + "lineno": 1242, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp.update", + "name": "update", + "lineno": 1259, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._highlight_devset", + "name": "_highlight_devset", + "lineno": 1310, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._chunkparse", + "name": "_chunkparse", + "lineno": 1333, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp._color_chunk", + "name": "_color_chunk", + "lineno": 1344, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp.reset", + "name": "reset", + "lineno": 1352, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp.save_grammar", + "name": "save_grammar", + "lineno": 1377, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp.load_grammar", + "name": "load_grammar", + "lineno": 1407, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp.save_history", + "name": "save_history", + "lineno": 1423, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp.about", + "name": "about", + "lineno": 1456, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp.set_devset_size", + "name": "set_devset_size", + "lineno": 1466, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp.resize", + "name": "resize", + "lineno": 1474, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp.mainloop", + "name": "mainloop", + "lineno": 1481, + "scope": "RegexpChunkApp", + "is_async": false + }, + { + "id": "nltk.app.chunkparser_app.app", + "name": "app", + "lineno": 1493, + "scope": null, + "is_async": false + } + ], + "nltk.app.collocations_app": [ + { + "id": "nltk.app.collocations_app.CollocationsView.__init__", + "name": "__init__", + "lineno": 78, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView._init_top", + "name": "_init_top", + "lineno": 88, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView._init_widgets", + "name": "_init_widgets", + "lineno": 95, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView._init_corpus_select", + "name": "_init_corpus_select", + "lineno": 105, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView._init_status", + "name": "_init_status", + "lineno": 134, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView._init_menubar", + "name": "_init_menubar", + "lineno": 146, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView.set_result_size", + "name": "set_result_size", + "lineno": 185, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView._init_results_box", + "name": "_init_results_box", + "lineno": 188, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView._init_paging", + "name": "_init_paging", + "lineno": 219, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView.reset_current_page", + "name": "reset_current_page", + "lineno": 244, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView._poll", + "name": "_poll", + "lineno": 247, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView.handle_error_loading_corpus", + "name": "handle_error_loading_corpus", + "lineno": 259, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView.handle_corpus_loaded", + "name": "handle_corpus_loaded", + "lineno": 266, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView.corpus_selected", + "name": "corpus_selected", + "lineno": 276, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView.previous", + "name": "previous", + "lineno": 280, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView.__next__", + "name": "__next__", + "lineno": 288, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView.load_corpus", + "name": "load_corpus", + "lineno": 296, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView.freeze_editable", + "name": "freeze_editable", + "lineno": 302, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView.clear_results_box", + "name": "clear_results_box", + "lineno": 306, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView.fire_event", + "name": "fire_event", + "lineno": 311, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView.destroy", + "name": "destroy", + "lineno": 315, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView.mainloop", + "name": "mainloop", + "lineno": 322, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView.unfreeze_editable", + "name": "unfreeze_editable", + "lineno": 327, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView.set_paging_button_states", + "name": "set_paging_button_states", + "lineno": 330, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsView.write_results", + "name": "write_results", + "lineno": 340, + "scope": "CollocationsView", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsModel.__init__", + "name": "__init__", + "lineno": 350, + "scope": "CollocationsModel", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsModel.reset_results", + "name": "reset_results", + "lineno": 359, + "scope": "CollocationsModel", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsModel.load_corpus", + "name": "load_corpus", + "lineno": 363, + "scope": "CollocationsModel", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsModel.non_default_corpora", + "name": "non_default_corpora", + "lineno": 370, + "scope": "CollocationsModel", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsModel.is_last_page", + "name": "is_last_page", + "lineno": 377, + "scope": "CollocationsModel", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsModel.next", + "name": "next", + "lineno": 384, + "scope": "CollocationsModel", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsModel.prev", + "name": "prev", + "lineno": 396, + "scope": "CollocationsModel", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsModel.LoadCorpus.__init__", + "name": "__init__", + "lineno": 402, + "scope": "CollocationsModel.LoadCorpus", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.CollocationsModel.LoadCorpus.run", + "name": "run", + "lineno": 406, + "scope": "CollocationsModel.LoadCorpus", + "is_async": false + }, + { + "id": "nltk.app.collocations_app.app", + "name": "app", + "lineno": 430, + "scope": null, + "is_async": false + } + ], + "nltk.app.concordance_app": [ + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.__init__", + "name": "__init__", + "lineno": 131, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView._init_top", + "name": "_init_top", + "lineno": 141, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView._init_widgets", + "name": "_init_widgets", + "lineno": 148, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView._init_menubar", + "name": "_init_menubar", + "lineno": 159, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.set_result_size", + "name": "set_result_size", + "lineno": 254, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.set_cntx_af_len", + "name": "set_cntx_af_len", + "lineno": 257, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.set_cntx_bf_len", + "name": "set_cntx_bf_len", + "lineno": 260, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView._init_corpus_select", + "name": "_init_corpus_select", + "lineno": 263, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView._init_status", + "name": "_init_status", + "lineno": 292, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView._init_query_box", + "name": "_init_query_box", + "lineno": 304, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.search_enter_keypress_handler", + "name": "search_enter_keypress_handler", + "lineno": 321, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView._init_results_box", + "name": "_init_results_box", + "lineno": 324, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView._init_paging", + "name": "_init_paging", + "lineno": 361, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.previous", + "name": "previous", + "lineno": 386, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.__next__", + "name": "__next__", + "lineno": 391, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.about", + "name": "about", + "lineno": 396, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView._bind_event_handlers", + "name": "_bind_event_handlers", + "lineno": 406, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView._poll", + "name": "_poll", + "lineno": 412, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.handle_error_loading_corpus", + "name": "handle_error_loading_corpus", + "lineno": 428, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.handle_corpus_loaded", + "name": "handle_corpus_loaded", + "lineno": 434, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.handle_search_terminated", + "name": "handle_search_terminated", + "lineno": 440, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.handle_search_error", + "name": "handle_search_error", + "lineno": 452, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.corpus_selected", + "name": "corpus_selected", + "lineno": 456, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.load_corpus", + "name": "load_corpus", + "lineno": 460, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.search", + "name": "search", + "lineno": 466, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.write_results", + "name": "write_results", + "lineno": 477, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.words_and_labels", + "name": "words_and_labels", + "lineno": 505, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.pad", + "name": "pad", + "lineno": 526, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.destroy", + "name": "destroy", + "lineno": 533, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.clear_all", + "name": "clear_all", + "lineno": 540, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.clear_results_box", + "name": "clear_results_box", + "lineno": 545, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.freeze_editable", + "name": "freeze_editable", + "lineno": 550, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.unfreeze_editable", + "name": "unfreeze_editable", + "lineno": 556, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.set_paging_button_states", + "name": "set_paging_button_states", + "lineno": 561, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.fire_event", + "name": "fire_event", + "lineno": 571, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchView.mainloop", + "name": "mainloop", + "lineno": 575, + "scope": "ConcordanceSearchView", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.__init__", + "name": "__init__", + "lineno": 582, + "scope": "ConcordanceSearchModel", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.non_default_corpora", + "name": "non_default_corpora", + "lineno": 592, + "scope": "ConcordanceSearchModel", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.load_corpus", + "name": "load_corpus", + "lineno": 599, + "scope": "ConcordanceSearchModel", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.search", + "name": "search", + "lineno": 605, + "scope": "ConcordanceSearchModel", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.next", + "name": "next", + "lineno": 610, + "scope": "ConcordanceSearchModel", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.prev", + "name": "prev", + "lineno": 617, + "scope": "ConcordanceSearchModel", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.reset_results", + "name": "reset_results", + "lineno": 621, + "scope": "ConcordanceSearchModel", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.reset_query", + "name": "reset_query", + "lineno": 626, + "scope": "ConcordanceSearchModel", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.set_results", + "name": "set_results", + "lineno": 629, + "scope": "ConcordanceSearchModel", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.get_results", + "name": "get_results", + "lineno": 632, + "scope": "ConcordanceSearchModel", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.has_more_pages", + "name": "has_more_pages", + "lineno": 635, + "scope": "ConcordanceSearchModel", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.LoadCorpus.__init__", + "name": "__init__", + "lineno": 643, + "scope": "ConcordanceSearchModel.LoadCorpus", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.LoadCorpus.run", + "name": "run", + "lineno": 647, + "scope": "ConcordanceSearchModel.LoadCorpus", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.SearchCorpus.__init__", + "name": "__init__", + "lineno": 659, + "scope": "ConcordanceSearchModel.SearchCorpus", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.SearchCorpus.run", + "name": "run", + "lineno": 663, + "scope": "ConcordanceSearchModel.SearchCorpus", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.SearchCorpus.processed_query", + "name": "processed_query", + "lineno": 688, + "scope": "ConcordanceSearchModel.SearchCorpus", + "is_async": false + }, + { + "id": "nltk.app.concordance_app.app", + "name": "app", + "lineno": 701, + "scope": null, + "is_async": false + } + ], + "nltk.app.nemo_app": [ + { + "id": "nltk.app.nemo_app.Zone.__init__", + "name": "__init__", + "lineno": 51, + "scope": "Zone", + "is_async": false + }, + { + "id": "nltk.app.nemo_app.Zone.initScrollText", + "name": "initScrollText", + "lineno": 68, + "scope": "Zone", + "is_async": false + }, + { + "id": "nltk.app.nemo_app.Zone.refresh", + "name": "refresh", + "lineno": 78, + "scope": "Zone", + "is_async": false + }, + { + "id": "nltk.app.nemo_app.FindZone.addTags", + "name": "addTags", + "lineno": 88, + "scope": "FindZone", + "is_async": false + }, + { + "id": "nltk.app.nemo_app.FindZone.substitute", + "name": "substitute", + "lineno": 98, + "scope": "FindZone", + "is_async": false + }, + { + "id": "nltk.app.nemo_app.ReplaceZone.addTags", + "name": "addTags", + "lineno": 121, + "scope": "ReplaceZone", + "is_async": false + }, + { + "id": "nltk.app.nemo_app.ReplaceZone.substitute", + "name": "substitute", + "lineno": 129, + "scope": "ReplaceZone", + "is_async": false + }, + { + "id": "nltk.app.nemo_app.launchRefresh", + "name": "launchRefresh", + "lineno": 137, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.nemo_app.app", + "name": "app", + "lineno": 142, + "scope": null, + "is_async": false + } + ], + "nltk.app.rdparser_app": [ + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.__init__", + "name": "__init__", + "lineno": 88, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._init_fonts", + "name": "_init_fonts", + "lineno": 130, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._init_grammar", + "name": "_init_grammar", + "lineno": 147, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._init_bindings", + "name": "_init_bindings", + "lineno": 183, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._init_buttons", + "name": "_init_buttons", + "lineno": 216, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._configure", + "name": "_configure", + "lineno": 264, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._init_feedback", + "name": "_init_feedback", + "lineno": 271, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._init_canvas", + "name": "_init_canvas", + "lineno": 294, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._init_menubar", + "name": "_init_menubar", + "lineno": 311, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._get", + "name": "_get", + "lineno": 446, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._redraw", + "name": "_redraw", + "lineno": 457, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._redraw_quick", + "name": "_redraw_quick", + "lineno": 502, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._highlight_nodes", + "name": "_highlight_nodes", + "lineno": 508, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._highlight_prodlist", + "name": "_highlight_prodlist", + "lineno": 517, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._position_text", + "name": "_position_text", + "lineno": 535, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._tree_leaves", + "name": "_tree_leaves", + "lineno": 569, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.destroy", + "name": "destroy", + "lineno": 584, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.reset", + "name": "reset", + "lineno": 591, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.autostep", + "name": "autostep", + "lineno": 598, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.cancel_autostep", + "name": "cancel_autostep", + "lineno": 607, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.step", + "name": "step", + "lineno": 612, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.match", + "name": "match", + "lineno": 616, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.expand", + "name": "expand", + "lineno": 620, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.backtrack", + "name": "backtrack", + "lineno": 624, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._step", + "name": "_step", + "lineno": 628, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._expand", + "name": "_expand", + "lineno": 649, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._match", + "name": "_match", + "lineno": 667, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._backtrack", + "name": "_backtrack", + "lineno": 682, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.about", + "name": "about", + "lineno": 702, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.help", + "name": "help", + "lineno": 714, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.postscript", + "name": "postscript", + "lineno": 733, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.mainloop", + "name": "mainloop", + "lineno": 737, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.resize", + "name": "resize", + "lineno": 748, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._toggle_grammar", + "name": "_toggle_grammar", + "lineno": 762, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._prodlist_select", + "name": "_prodlist_select", + "lineno": 784, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._animate_expand", + "name": "_animate_expand", + "lineno": 809, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._makeroom", + "name": "_makeroom", + "lineno": 874, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._animate_expand_frame", + "name": "_animate_expand_frame", + "lineno": 900, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._animate_backtrack", + "name": "_animate_backtrack", + "lineno": 923, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._animate_backtrack_frame", + "name": "_animate_backtrack_frame", + "lineno": 943, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._animate_match_backtrack", + "name": "_animate_match_backtrack", + "lineno": 958, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._animate_match", + "name": "_animate_match", + "lineno": 966, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._animate_match_frame", + "name": "_animate_match_frame", + "lineno": 974, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp._animate_match_backtrack_frame", + "name": "_animate_match_backtrack_frame", + "lineno": 986, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.edit_grammar", + "name": "edit_grammar", + "lineno": 1000, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.set_grammar", + "name": "set_grammar", + "lineno": 1003, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.edit_sentence", + "name": "edit_sentence", + "lineno": 1010, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp.set_sentence", + "name": "set_sentence", + "lineno": 1016, + "scope": "RecursiveDescentApp", + "is_async": false + }, + { + "id": "nltk.app.rdparser_app.app", + "name": "app", + "lineno": 1021, + "scope": null, + "is_async": false + } + ], + "nltk.app.srparser_app": [ + { + "id": "nltk.app.srparser_app.ShiftReduceApp.__init__", + "name": "__init__", + "lineno": 98, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._init_fonts", + "name": "_init_fonts", + "lineno": 140, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._init_grammar", + "name": "_init_grammar", + "lineno": 152, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._init_bindings", + "name": "_init_bindings", + "lineno": 193, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._init_buttons", + "name": "_init_buttons", + "lineno": 227, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._init_menubar", + "name": "_init_menubar", + "lineno": 263, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._init_feedback", + "name": "_init_feedback", + "lineno": 394, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._init_canvas", + "name": "_init_canvas", + "lineno": 417, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._redraw", + "name": "_redraw", + "lineno": 450, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._redraw.drag_shift", + "name": "drag_shift", + "lineno": 525, + "scope": "ShiftReduceApp._redraw", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._draw_stack_top", + "name": "_draw_stack_top", + "lineno": 537, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._highlight_productions", + "name": "_highlight_productions", + "lineno": 542, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp.destroy", + "name": "destroy", + "lineno": 553, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp.reset", + "name": "reset", + "lineno": 559, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp.step", + "name": "step", + "lineno": 565, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp.shift", + "name": "shift", + "lineno": 578, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp.reduce", + "name": "reduce", + "lineno": 592, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp.undo", + "name": "undo", + "lineno": 605, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp.postscript", + "name": "postscript", + "lineno": 611, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp.mainloop", + "name": "mainloop", + "lineno": 614, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp.resize", + "name": "resize", + "lineno": 629, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp.help", + "name": "help", + "lineno": 646, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp.about", + "name": "about", + "lineno": 664, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp.edit_grammar", + "name": "edit_grammar", + "lineno": 674, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp.set_grammar", + "name": "set_grammar", + "lineno": 677, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp.edit_sentence", + "name": "edit_sentence", + "lineno": 684, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp.set_sentence", + "name": "set_sentence", + "lineno": 690, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._toggle_grammar", + "name": "_toggle_grammar", + "lineno": 698, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._prodlist_select", + "name": "_prodlist_select", + "lineno": 709, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._popup_reduce", + "name": "_popup_reduce", + "lineno": 729, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._animate_shift", + "name": "_animate_shift", + "lineno": 746, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._animate_shift_frame", + "name": "_animate_shift_frame", + "lineno": 762, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._animate_reduce", + "name": "_animate_reduce", + "lineno": 779, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._animate_reduce_frame", + "name": "_animate_reduce_frame", + "lineno": 795, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._highlight_hover", + "name": "_highlight_hover", + "lineno": 857, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.ShiftReduceApp._clear_hover", + "name": "_clear_hover", + "lineno": 880, + "scope": "ShiftReduceApp", + "is_async": false + }, + { + "id": "nltk.app.srparser_app.app", + "name": "app", + "lineno": 892, + "scope": null, + "is_async": false + } + ], + "nltk.app.wordfreq_app": [ + { + "id": "nltk.app.wordfreq_app.plot_word_freq_dist", + "name": "plot_word_freq_dist", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordfreq_app.app", + "name": "app", + "lineno": 28, + "scope": null, + "is_async": false + } + ], + "nltk.app.wordnet_app": [ + { + "id": "nltk.app.wordnet_app.MyServerHandler.do_HEAD", + "name": "do_HEAD", + "lineno": 81, + "scope": "MyServerHandler", + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.MyServerHandler.do_GET", + "name": "do_GET", + "lineno": 84, + "scope": "MyServerHandler", + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.MyServerHandler.send_head", + "name": "send_head", + "lineno": 162, + "scope": "MyServerHandler", + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.MyServerHandler.log_message", + "name": "log_message", + "lineno": 167, + "scope": "MyServerHandler", + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.get_unique_counter_from_url", + "name": "get_unique_counter_from_url", + "lineno": 177, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.wnb", + "name": "wnb", + "lineno": 189, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.startBrowser", + "name": "startBrowser", + "lineno": 261, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.startBrowser.run", + "name": "run", + "lineno": 262, + "scope": "startBrowser", + "is_async": false + }, + { + "id": "nltk.app.wordnet_app._pos_tuples", + "name": "_pos_tuples", + "lineno": 292, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app._pos_match", + "name": "_pos_match", + "lineno": 301, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.lemma_property", + "name": "lemma_property", + "lineno": 350, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.lemma_property.flattern", + "name": "flattern", + "lineno": 351, + "scope": "lemma_property", + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.rebuild_tree", + "name": "rebuild_tree", + "lineno": 360, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.get_relations_data", + "name": "get_relations_data", + "lineno": 366, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app._bold", + "name": "_bold", + "lineno": 487, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app._center", + "name": "_center", + "lineno": 491, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app._hlev", + "name": "_hlev", + "lineno": 495, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app._italic", + "name": "_italic", + "lineno": 499, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app._li", + "name": "_li", + "lineno": 503, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.pg", + "name": "pg", + "lineno": 507, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app._ul", + "name": "_ul", + "lineno": 522, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app._abbc", + "name": "_abbc", + "lineno": 526, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app._get_synset", + "name": "_get_synset", + "lineno": 536, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app._collect_one_synset", + "name": "_collect_one_synset", + "lineno": 544, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app._collect_one_synset.format_lemma", + "name": "format_lemma", + "lineno": 572, + "scope": "_collect_one_synset", + "is_async": false + }, + { + "id": "nltk.app.wordnet_app._collect_all_synsets", + "name": "_collect_all_synsets", + "lineno": 589, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app._synset_relations", + "name": "_synset_relations", + "lineno": 600, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app._synset_relations.relation_html", + "name": "relation_html", + "lineno": 618, + "scope": "_synset_relations", + "is_async": false + }, + { + "id": "nltk.app.wordnet_app._synset_relations.make_synset_html", + "name": "make_synset_html", + "lineno": 636, + "scope": "_synset_relations", + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.Reference.__init__", + "name": "__init__", + "lineno": 667, + "scope": "Reference", + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.Reference.encode", + "name": "encode", + "lineno": 681, + "scope": "Reference", + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.Reference.decode", + "name": "decode", + "lineno": 692, + "scope": "Reference", + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.Reference.toggle_synset_relation", + "name": "toggle_synset_relation", + "lineno": 700, + "scope": "Reference", + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.Reference.toggle_synset", + "name": "toggle_synset", + "lineno": 715, + "scope": "Reference", + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.make_lookup_link", + "name": "make_lookup_link", + "lineno": 727, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.page_from_word", + "name": "page_from_word", + "lineno": 731, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.page_from_href", + "name": "page_from_href", + "lineno": 745, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.page_from_reference", + "name": "page_from_reference", + "lineno": 759, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.get_static_page_by_path", + "name": "get_static_page_by_path", + "lineno": 808, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.get_static_web_help_page", + "name": "get_static_web_help_page", + "lineno": 829, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.get_static_welcome_message", + "name": "get_static_welcome_message", + "lineno": 875, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.get_static_index_page", + "name": "get_static_index_page", + "lineno": 899, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.get_static_upper_page", + "name": "get_static_upper_page", + "lineno": 929, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.usage", + "name": "usage", + "lineno": 968, + "scope": null, + "is_async": false + }, + { + "id": "nltk.app.wordnet_app.app", + "name": "app", + "lineno": 975, + "scope": null, + "is_async": false + } + ], + "nltk.app": [], + "nltk.ccg.api": [ + { + "id": "nltk.ccg.api.AbstractCCGCategory.is_primitive", + "name": "is_primitive", + "lineno": 21, + "scope": "AbstractCCGCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.AbstractCCGCategory.is_function", + "name": "is_function", + "lineno": 27, + "scope": "AbstractCCGCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.AbstractCCGCategory.is_var", + "name": "is_var", + "lineno": 33, + "scope": "AbstractCCGCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.AbstractCCGCategory.substitute", + "name": "substitute", + "lineno": 39, + "scope": "AbstractCCGCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.AbstractCCGCategory.can_unify", + "name": "can_unify", + "lineno": 46, + "scope": "AbstractCCGCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.AbstractCCGCategory.__str__", + "name": "__str__", + "lineno": 55, + "scope": "AbstractCCGCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.AbstractCCGCategory.__eq__", + "name": "__eq__", + "lineno": 58, + "scope": "AbstractCCGCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.AbstractCCGCategory.__ne__", + "name": "__ne__", + "lineno": 64, + "scope": "AbstractCCGCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.AbstractCCGCategory.__lt__", + "name": "__lt__", + "lineno": 67, + "scope": "AbstractCCGCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.AbstractCCGCategory.__hash__", + "name": "__hash__", + "lineno": 75, + "scope": "AbstractCCGCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.CCGVar.__init__", + "name": "__init__", + "lineno": 92, + "scope": "CCGVar", + "is_async": false + }, + { + "id": "nltk.ccg.api.CCGVar.new_id", + "name": "new_id", + "lineno": 104, + "scope": "CCGVar", + "is_async": false + }, + { + "id": "nltk.ccg.api.CCGVar.reset_id", + "name": "reset_id", + "lineno": 112, + "scope": "CCGVar", + "is_async": false + }, + { + "id": "nltk.ccg.api.CCGVar.is_primitive", + "name": "is_primitive", + "lineno": 115, + "scope": "CCGVar", + "is_async": false + }, + { + "id": "nltk.ccg.api.CCGVar.is_function", + "name": "is_function", + "lineno": 118, + "scope": "CCGVar", + "is_async": false + }, + { + "id": "nltk.ccg.api.CCGVar.is_var", + "name": "is_var", + "lineno": 121, + "scope": "CCGVar", + "is_async": false + }, + { + "id": "nltk.ccg.api.CCGVar.substitute", + "name": "substitute", + "lineno": 124, + "scope": "CCGVar", + "is_async": false + }, + { + "id": "nltk.ccg.api.CCGVar.can_unify", + "name": "can_unify", + "lineno": 133, + "scope": "CCGVar", + "is_async": false + }, + { + "id": "nltk.ccg.api.CCGVar.id", + "name": "id", + "lineno": 141, + "scope": "CCGVar", + "is_async": false + }, + { + "id": "nltk.ccg.api.CCGVar.__str__", + "name": "__str__", + "lineno": 144, + "scope": "CCGVar", + "is_async": false + }, + { + "id": "nltk.ccg.api.Direction.__init__", + "name": "__init__", + "lineno": 156, + "scope": "Direction", + "is_async": false + }, + { + "id": "nltk.ccg.api.Direction.is_forward", + "name": "is_forward", + "lineno": 164, + "scope": "Direction", + "is_async": false + }, + { + "id": "nltk.ccg.api.Direction.is_backward", + "name": "is_backward", + "lineno": 167, + "scope": "Direction", + "is_async": false + }, + { + "id": "nltk.ccg.api.Direction.dir", + "name": "dir", + "lineno": 170, + "scope": "Direction", + "is_async": false + }, + { + "id": "nltk.ccg.api.Direction.restrs", + "name": "restrs", + "lineno": 173, + "scope": "Direction", + "is_async": false + }, + { + "id": "nltk.ccg.api.Direction.is_variable", + "name": "is_variable", + "lineno": 182, + "scope": "Direction", + "is_async": false + }, + { + "id": "nltk.ccg.api.Direction.can_unify", + "name": "can_unify", + "lineno": 188, + "scope": "Direction", + "is_async": false + }, + { + "id": "nltk.ccg.api.Direction.substitute", + "name": "substitute", + "lineno": 198, + "scope": "Direction", + "is_async": false + }, + { + "id": "nltk.ccg.api.Direction.can_compose", + "name": "can_compose", + "lineno": 208, + "scope": "Direction", + "is_async": false + }, + { + "id": "nltk.ccg.api.Direction.can_cross", + "name": "can_cross", + "lineno": 211, + "scope": "Direction", + "is_async": false + }, + { + "id": "nltk.ccg.api.Direction.__eq__", + "name": "__eq__", + "lineno": 214, + "scope": "Direction", + "is_async": false + }, + { + "id": "nltk.ccg.api.Direction.__ne__", + "name": "__ne__", + "lineno": 220, + "scope": "Direction", + "is_async": false + }, + { + "id": "nltk.ccg.api.Direction.__lt__", + "name": "__lt__", + "lineno": 223, + "scope": "Direction", + "is_async": false + }, + { + "id": "nltk.ccg.api.Direction.__hash__", + "name": "__hash__", + "lineno": 231, + "scope": "Direction", + "is_async": false + }, + { + "id": "nltk.ccg.api.Direction.__str__", + "name": "__str__", + "lineno": 238, + "scope": "Direction", + "is_async": false + }, + { + "id": "nltk.ccg.api.Direction.__neg__", + "name": "__neg__", + "lineno": 245, + "scope": "Direction", + "is_async": false + }, + { + "id": "nltk.ccg.api.PrimitiveCategory.__init__", + "name": "__init__", + "lineno": 259, + "scope": "PrimitiveCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.PrimitiveCategory.is_primitive", + "name": "is_primitive", + "lineno": 264, + "scope": "PrimitiveCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.PrimitiveCategory.is_function", + "name": "is_function", + "lineno": 267, + "scope": "PrimitiveCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.PrimitiveCategory.is_var", + "name": "is_var", + "lineno": 270, + "scope": "PrimitiveCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.PrimitiveCategory.restrs", + "name": "restrs", + "lineno": 273, + "scope": "PrimitiveCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.PrimitiveCategory.categ", + "name": "categ", + "lineno": 276, + "scope": "PrimitiveCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.PrimitiveCategory.substitute", + "name": "substitute", + "lineno": 280, + "scope": "PrimitiveCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.PrimitiveCategory.can_unify", + "name": "can_unify", + "lineno": 286, + "scope": "PrimitiveCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.PrimitiveCategory.__str__", + "name": "__str__", + "lineno": 298, + "scope": "PrimitiveCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.FunctionalCategory.__init__", + "name": "__init__", + "lineno": 312, + "scope": "FunctionalCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.FunctionalCategory.is_primitive", + "name": "is_primitive", + "lineno": 318, + "scope": "FunctionalCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.FunctionalCategory.is_function", + "name": "is_function", + "lineno": 321, + "scope": "FunctionalCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.FunctionalCategory.is_var", + "name": "is_var", + "lineno": 324, + "scope": "FunctionalCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.FunctionalCategory.substitute", + "name": "substitute", + "lineno": 329, + "scope": "FunctionalCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.FunctionalCategory.can_unify", + "name": "can_unify", + "lineno": 337, + "scope": "FunctionalCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.FunctionalCategory.arg", + "name": "arg", + "lineno": 358, + "scope": "FunctionalCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.FunctionalCategory.res", + "name": "res", + "lineno": 361, + "scope": "FunctionalCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.FunctionalCategory.dir", + "name": "dir", + "lineno": 364, + "scope": "FunctionalCategory", + "is_async": false + }, + { + "id": "nltk.ccg.api.FunctionalCategory.__str__", + "name": "__str__", + "lineno": 367, + "scope": "FunctionalCategory", + "is_async": false + } + ], + "nltk.ccg.chart": [ + { + "id": "nltk.ccg.chart.CCGEdge.__init__", + "name": "__init__", + "lineno": 59, + "scope": "CCGEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGEdge.lhs", + "name": "lhs", + "lineno": 66, + "scope": "CCGEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGEdge.span", + "name": "span", + "lineno": 69, + "scope": "CCGEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGEdge.start", + "name": "start", + "lineno": 72, + "scope": "CCGEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGEdge.end", + "name": "end", + "lineno": 75, + "scope": "CCGEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGEdge.length", + "name": "length", + "lineno": 78, + "scope": "CCGEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGEdge.rhs", + "name": "rhs", + "lineno": 81, + "scope": "CCGEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGEdge.dot", + "name": "dot", + "lineno": 84, + "scope": "CCGEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGEdge.is_complete", + "name": "is_complete", + "lineno": 87, + "scope": "CCGEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGEdge.is_incomplete", + "name": "is_incomplete", + "lineno": 90, + "scope": "CCGEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGEdge.nextsym", + "name": "nextsym", + "lineno": 93, + "scope": "CCGEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGEdge.categ", + "name": "categ", + "lineno": 96, + "scope": "CCGEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGEdge.rule", + "name": "rule", + "lineno": 99, + "scope": "CCGEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGLeafEdge.__init__", + "name": "__init__", + "lineno": 108, + "scope": "CCGLeafEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGLeafEdge.lhs", + "name": "lhs", + "lineno": 115, + "scope": "CCGLeafEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGLeafEdge.span", + "name": "span", + "lineno": 118, + "scope": "CCGLeafEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGLeafEdge.start", + "name": "start", + "lineno": 121, + "scope": "CCGLeafEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGLeafEdge.end", + "name": "end", + "lineno": 124, + "scope": "CCGLeafEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGLeafEdge.length", + "name": "length", + "lineno": 127, + "scope": "CCGLeafEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGLeafEdge.rhs", + "name": "rhs", + "lineno": 130, + "scope": "CCGLeafEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGLeafEdge.dot", + "name": "dot", + "lineno": 133, + "scope": "CCGLeafEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGLeafEdge.is_complete", + "name": "is_complete", + "lineno": 136, + "scope": "CCGLeafEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGLeafEdge.is_incomplete", + "name": "is_incomplete", + "lineno": 139, + "scope": "CCGLeafEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGLeafEdge.nextsym", + "name": "nextsym", + "lineno": 142, + "scope": "CCGLeafEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGLeafEdge.token", + "name": "token", + "lineno": 145, + "scope": "CCGLeafEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGLeafEdge.categ", + "name": "categ", + "lineno": 148, + "scope": "CCGLeafEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGLeafEdge.leaf", + "name": "leaf", + "lineno": 151, + "scope": "CCGLeafEdge", + "is_async": false + }, + { + "id": "nltk.ccg.chart.BinaryCombinatorRule.__init__", + "name": "__init__", + "lineno": 163, + "scope": "BinaryCombinatorRule", + "is_async": false + }, + { + "id": "nltk.ccg.chart.BinaryCombinatorRule.apply", + "name": "apply", + "lineno": 167, + "scope": "BinaryCombinatorRule", + "is_async": false + }, + { + "id": "nltk.ccg.chart.BinaryCombinatorRule.__str__", + "name": "__str__", + "lineno": 185, + "scope": "BinaryCombinatorRule", + "is_async": false + }, + { + "id": "nltk.ccg.chart.ForwardTypeRaiseRule.__init__", + "name": "__init__", + "lineno": 200, + "scope": "ForwardTypeRaiseRule", + "is_async": false + }, + { + "id": "nltk.ccg.chart.ForwardTypeRaiseRule.apply", + "name": "apply", + "lineno": 203, + "scope": "ForwardTypeRaiseRule", + "is_async": false + }, + { + "id": "nltk.ccg.chart.ForwardTypeRaiseRule.__str__", + "name": "__str__", + "lineno": 212, + "scope": "ForwardTypeRaiseRule", + "is_async": false + }, + { + "id": "nltk.ccg.chart.BackwardTypeRaiseRule.__init__", + "name": "__init__", + "lineno": 223, + "scope": "BackwardTypeRaiseRule", + "is_async": false + }, + { + "id": "nltk.ccg.chart.BackwardTypeRaiseRule.apply", + "name": "apply", + "lineno": 226, + "scope": "BackwardTypeRaiseRule", + "is_async": false + }, + { + "id": "nltk.ccg.chart.BackwardTypeRaiseRule.__str__", + "name": "__str__", + "lineno": 235, + "scope": "BackwardTypeRaiseRule", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGChartParser.__init__", + "name": "__init__", + "lineno": 267, + "scope": "CCGChartParser", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGChartParser.lexicon", + "name": "lexicon", + "lineno": 272, + "scope": "CCGChartParser", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGChartParser.parse", + "name": "parse", + "lineno": 276, + "scope": "CCGChartParser", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGChart.__init__", + "name": "__init__", + "lineno": 310, + "scope": "CCGChart", + "is_async": false + }, + { + "id": "nltk.ccg.chart.CCGChart._trees", + "name": "_trees", + "lineno": 316, + "scope": "CCGChart", + "is_async": false + }, + { + "id": "nltk.ccg.chart.compute_semantics", + "name": "compute_semantics", + "lineno": 348, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.chart.printCCGDerivation", + "name": "printCCGDerivation", + "lineno": 375, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.chart.printCCGTree", + "name": "printCCGTree", + "lineno": 400, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.chart.demo", + "name": "demo", + "lineno": 473, + "scope": null, + "is_async": false + } + ], + "nltk.ccg.combinator": [ + { + "id": "nltk.ccg.combinator.UndirectedBinaryCombinator.can_combine", + "name": "can_combine", + "lineno": 29, + "scope": "UndirectedBinaryCombinator", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.UndirectedBinaryCombinator.combine", + "name": "combine", + "lineno": 33, + "scope": "UndirectedBinaryCombinator", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.DirectedBinaryCombinator.can_combine", + "name": "can_combine", + "lineno": 46, + "scope": "DirectedBinaryCombinator", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.DirectedBinaryCombinator.combine", + "name": "combine", + "lineno": 50, + "scope": "DirectedBinaryCombinator", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.ForwardCombinator.__init__", + "name": "__init__", + "lineno": 62, + "scope": "ForwardCombinator", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.ForwardCombinator.can_combine", + "name": "can_combine", + "lineno": 67, + "scope": "ForwardCombinator", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.ForwardCombinator.combine", + "name": "combine", + "lineno": 72, + "scope": "ForwardCombinator", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.ForwardCombinator.__str__", + "name": "__str__", + "lineno": 75, + "scope": "ForwardCombinator", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.BackwardCombinator.__init__", + "name": "__init__", + "lineno": 84, + "scope": "BackwardCombinator", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.BackwardCombinator.can_combine", + "name": "can_combine", + "lineno": 89, + "scope": "BackwardCombinator", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.BackwardCombinator.combine", + "name": "combine", + "lineno": 94, + "scope": "BackwardCombinator", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.BackwardCombinator.__str__", + "name": "__str__", + "lineno": 97, + "scope": "BackwardCombinator", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.UndirectedFunctionApplication.can_combine", + "name": "can_combine", + "lineno": 109, + "scope": "UndirectedFunctionApplication", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.UndirectedFunctionApplication.combine", + "name": "combine", + "lineno": 115, + "scope": "UndirectedFunctionApplication", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.UndirectedFunctionApplication.__str__", + "name": "__str__", + "lineno": 125, + "scope": "UndirectedFunctionApplication", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.forwardOnly", + "name": "forwardOnly", + "lineno": 133, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.combinator.backwardOnly", + "name": "backwardOnly", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.combinator.UndirectedComposition.can_combine", + "name": "can_combine", + "lineno": 155, + "scope": "UndirectedComposition", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.UndirectedComposition.combine", + "name": "combine", + "lineno": 164, + "scope": "UndirectedComposition", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.UndirectedComposition.__str__", + "name": "__str__", + "lineno": 176, + "scope": "UndirectedComposition", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.bothForward", + "name": "bothForward", + "lineno": 181, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.combinator.bothBackward", + "name": "bothBackward", + "lineno": 185, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.combinator.crossedDirs", + "name": "crossedDirs", + "lineno": 190, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.combinator.backwardBxConstraint", + "name": "backwardBxConstraint", + "lineno": 194, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.combinator.UndirectedSubstitution.can_combine", + "name": "can_combine", + "lineno": 223, + "scope": "UndirectedSubstitution", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.UndirectedSubstitution.combine", + "name": "combine", + "lineno": 240, + "scope": "UndirectedSubstitution", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.UndirectedSubstitution.__str__", + "name": "__str__", + "lineno": 246, + "scope": "UndirectedSubstitution", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.forwardSConstraint", + "name": "forwardSConstraint", + "lineno": 251, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.combinator.backwardSxConstraint", + "name": "backwardSxConstraint", + "lineno": 258, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.combinator.innermostFunction", + "name": "innermostFunction", + "lineno": 273, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.combinator.UndirectedTypeRaise.can_combine", + "name": "can_combine", + "lineno": 284, + "scope": "UndirectedTypeRaise", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.UndirectedTypeRaise.combine", + "name": "combine", + "lineno": 303, + "scope": "UndirectedTypeRaise", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.UndirectedTypeRaise.__str__", + "name": "__str__", + "lineno": 319, + "scope": "UndirectedTypeRaise", + "is_async": false + }, + { + "id": "nltk.ccg.combinator.forwardTConstraint", + "name": "forwardTConstraint", + "lineno": 328, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.combinator.backwardTConstraint", + "name": "backwardTConstraint", + "lineno": 333, + "scope": null, + "is_async": false + } + ], + "nltk.ccg.lexicon": [ + { + "id": "nltk.ccg.lexicon.Token.__init__", + "name": "__init__", + "lineno": 59, + "scope": "Token", + "is_async": false + }, + { + "id": "nltk.ccg.lexicon.Token.categ", + "name": "categ", + "lineno": 64, + "scope": "Token", + "is_async": false + }, + { + "id": "nltk.ccg.lexicon.Token.semantics", + "name": "semantics", + "lineno": 67, + "scope": "Token", + "is_async": false + }, + { + "id": "nltk.ccg.lexicon.Token.__str__", + "name": "__str__", + "lineno": 70, + "scope": "Token", + "is_async": false + }, + { + "id": "nltk.ccg.lexicon.Token.__cmp__", + "name": "__cmp__", + "lineno": 76, + "scope": "Token", + "is_async": false + }, + { + "id": "nltk.ccg.lexicon.CCGLexicon.__init__", + "name": "__init__", + "lineno": 91, + "scope": "CCGLexicon", + "is_async": false + }, + { + "id": "nltk.ccg.lexicon.CCGLexicon.categories", + "name": "categories", + "lineno": 97, + "scope": "CCGLexicon", + "is_async": false + }, + { + "id": "nltk.ccg.lexicon.CCGLexicon.start", + "name": "start", + "lineno": 103, + "scope": "CCGLexicon", + "is_async": false + }, + { + "id": "nltk.ccg.lexicon.CCGLexicon.__str__", + "name": "__str__", + "lineno": 109, + "scope": "CCGLexicon", + "is_async": false + }, + { + "id": "nltk.ccg.lexicon.matchBrackets", + "name": "matchBrackets", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.lexicon.nextCategory", + "name": "nextCategory", + "lineno": 155, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.lexicon.parseApplication", + "name": "parseApplication", + "lineno": 165, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.lexicon.parseSubscripts", + "name": "parseSubscripts", + "lineno": 172, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.lexicon.parsePrimitiveCategory", + "name": "parsePrimitiveCategory", + "lineno": 181, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.lexicon.augParseCategory", + "name": "augParseCategory", + "lineno": 211, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.lexicon.fromstring", + "name": "fromstring", + "lineno": 243, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.lexicon.parseLexicon", + "name": "parseLexicon", + "lineno": 293, + "scope": null, + "is_async": false + } + ], + "nltk.ccg.logic": [ + { + "id": "nltk.ccg.logic.barendregt_normalize", + "name": "barendregt_normalize", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.logic.compute_function_semantics", + "name": "compute_function_semantics", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.logic.compute_type_raised_semantics", + "name": "compute_type_raised_semantics", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.logic.compute_composition_semantics", + "name": "compute_composition_semantics", + "lineno": 112, + "scope": null, + "is_async": false + }, + { + "id": "nltk.ccg.logic.compute_substitution_semantics", + "name": "compute_substitution_semantics", + "lineno": 131, + "scope": null, + "is_async": false + } + ], + "nltk.ccg": [], + "nltk.chat.eliza": [ + { + "id": "nltk.chat.eliza.eliza_chat", + "name": "eliza_chat", + "lineno": 322, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chat.eliza.demo", + "name": "demo", + "lineno": 332, + "scope": null, + "is_async": false + } + ], + "nltk.chat.iesha": [ + { + "id": "nltk.chat.iesha.iesha_chat", + "name": "iesha_chat", + "lineno": 145, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chat.iesha.demo", + "name": "demo", + "lineno": 155, + "scope": null, + "is_async": false + } + ], + "nltk.chat.rude": [ + { + "id": "nltk.chat.rude.rude_chat", + "name": "rude_chat", + "lineno": 111, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chat.rude.demo", + "name": "demo", + "lineno": 120, + "scope": null, + "is_async": false + } + ], + "nltk.chat.suntsu": [ + { + "id": "nltk.chat.suntsu.suntsu_chat", + "name": "suntsu_chat", + "lineno": 126, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chat.suntsu.demo", + "name": "demo", + "lineno": 135, + "scope": null, + "is_async": false + } + ], + "nltk.chat.util": [ + { + "id": "nltk.chat.util.Chat.__init__", + "name": "__init__", + "lineno": 35, + "scope": "Chat", + "is_async": false + }, + { + "id": "nltk.chat.util.Chat._compile_reflections", + "name": "_compile_reflections", + "lineno": 55, + "scope": "Chat", + "is_async": false + }, + { + "id": "nltk.chat.util.Chat._substitute", + "name": "_substitute", + "lineno": 61, + "scope": "Chat", + "is_async": false + }, + { + "id": "nltk.chat.util.Chat._wildcards", + "name": "_wildcards", + "lineno": 75, + "scope": "Chat", + "is_async": false + }, + { + "id": "nltk.chat.util.Chat.respond", + "name": "respond", + "lineno": 87, + "scope": "Chat", + "is_async": false + }, + { + "id": "nltk.chat.util.Chat.converse", + "name": "converse", + "lineno": 113, + "scope": "Chat", + "is_async": false + } + ], + "nltk.chat.zen": [ + { + "id": "nltk.chat.zen.zen_chat", + "name": "zen_chat", + "lineno": 311, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chat.zen.demo", + "name": "demo", + "lineno": 324, + "scope": null, + "is_async": false + } + ], + "nltk.chat": [ + { + "id": "nltk.chat.chatbots", + "name": "chatbots", + "lineno": 35, + "scope": null, + "is_async": false + } + ], + "nltk.chunk.api": [ + { + "id": "nltk.chunk.api.ChunkParserI.parse", + "name": "parse", + "lineno": 27, + "scope": "ChunkParserI", + "is_async": false + }, + { + "id": "nltk.chunk.api.ChunkParserI.evaluate", + "name": "evaluate", + "lineno": 39, + "scope": "ChunkParserI", + "is_async": false + }, + { + "id": "nltk.chunk.api.ChunkParserI.accuracy", + "name": "accuracy", + "lineno": 42, + "scope": "ChunkParserI", + "is_async": false + } + ], + "nltk.chunk.named_entity": [ + { + "id": "nltk.chunk.named_entity.NEChunkParserTagger.__init__", + "name": "__init__", + "lineno": 36, + "scope": "NEChunkParserTagger", + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.NEChunkParserTagger._classifier_builder", + "name": "_classifier_builder", + "lineno": 44, + "scope": "NEChunkParserTagger", + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.NEChunkParserTagger._english_wordlist", + "name": "_english_wordlist", + "lineno": 53, + "scope": "NEChunkParserTagger", + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.NEChunkParserTagger._feature_detector", + "name": "_feature_detector", + "lineno": 63, + "scope": "NEChunkParserTagger", + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.NEChunkParser.__init__", + "name": "__init__", + "lineno": 127, + "scope": "NEChunkParser", + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.NEChunkParser.parse", + "name": "parse", + "lineno": 130, + "scope": "NEChunkParser", + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.NEChunkParser._train", + "name": "_train", + "lineno": 138, + "scope": "NEChunkParser", + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.NEChunkParser._tagged_to_parse", + "name": "_tagged_to_parse", + "lineno": 144, + "scope": "NEChunkParser", + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.NEChunkParser._parse_to_tagged", + "name": "_parse_to_tagged", + "lineno": 163, + "scope": "NEChunkParser", + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.shape", + "name": "shape", + "lineno": 181, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.simplify_pos", + "name": "simplify_pos", + "lineno": 197, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.postag_tree", + "name": "postag_tree", + "lineno": 204, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.load_ace_data", + "name": "load_ace_data", + "lineno": 219, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.load_ace_file", + "name": "load_ace_file", + "lineno": 229, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.load_ace_file.subfunc", + "name": "subfunc", + "lineno": 254, + "scope": "load_ace_file", + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.cmp_chunks", + "name": "cmp_chunks", + "lineno": 302, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.Maxent_NE_Chunker.__init__", + "name": "__init__", + "lineno": 325, + "scope": "Maxent_NE_Chunker", + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.Maxent_NE_Chunker.load_params", + "name": "load_params", + "lineno": 331, + "scope": "Maxent_NE_Chunker", + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.Maxent_NE_Chunker.save_params", + "name": "save_params", + "lineno": 340, + "scope": "Maxent_NE_Chunker", + "is_async": false + }, + { + "id": "nltk.chunk.named_entity.build_model", + "name": "build_model", + "lineno": 353, + "scope": null, + "is_async": false + } + ], + "nltk.chunk.regexp": [ + { + "id": "nltk.chunk.regexp.ChunkString.__init__", + "name": "__init__", + "lineno": 72, + "scope": "ChunkString", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.ChunkString._tag", + "name": "_tag", + "lineno": 101, + "scope": "ChunkString", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.ChunkString._verify", + "name": "_verify", + "lineno": 109, + "scope": "ChunkString", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.ChunkString.to_chunkstruct", + "name": "to_chunkstruct", + "lineno": 152, + "scope": "ChunkString", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.ChunkString.xform", + "name": "xform", + "lineno": 184, + "scope": "ChunkString", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.ChunkString.__repr__", + "name": "__repr__", + "lineno": 224, + "scope": "ChunkString", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.ChunkString.__str__", + "name": "__str__", + "lineno": 235, + "scope": "ChunkString", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpChunkRule.__init__", + "name": "__init__", + "lineno": 283, + "scope": "RegexpChunkRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpChunkRule.apply", + "name": "apply", + "lineno": 307, + "scope": "RegexpChunkRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpChunkRule.descr", + "name": "descr", + "lineno": 322, + "scope": "RegexpChunkRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpChunkRule.__repr__", + "name": "__repr__", + "lineno": 331, + "scope": "RegexpChunkRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpChunkRule.fromstring", + "name": "fromstring", + "lineno": 352, + "scope": "RegexpChunkRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.ChunkRule.__init__", + "name": "__init__", + "lineno": 407, + "scope": "ChunkRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.ChunkRule.__repr__", + "name": "__repr__", + "lineno": 427, + "scope": "ChunkRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.StripRule.__init__", + "name": "__init__", + "lineno": 451, + "scope": "StripRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.StripRule.__repr__", + "name": "__repr__", + "lineno": 472, + "scope": "StripRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.UnChunkRule.__init__", + "name": "__init__", + "lineno": 495, + "scope": "UnChunkRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.UnChunkRule.__repr__", + "name": "__repr__", + "lineno": 512, + "scope": "UnChunkRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.MergeRule.__init__", + "name": "__init__", + "lineno": 537, + "scope": "MergeRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.MergeRule.__repr__", + "name": "__repr__", + "lineno": 576, + "scope": "MergeRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.SplitRule.__init__", + "name": "__init__", + "lineno": 607, + "scope": "SplitRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.SplitRule.__repr__", + "name": "__repr__", + "lineno": 645, + "scope": "SplitRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.ExpandLeftRule.__init__", + "name": "__init__", + "lineno": 676, + "scope": "ExpandLeftRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.ExpandLeftRule.__repr__", + "name": "__repr__", + "lineno": 715, + "scope": "ExpandLeftRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.ExpandRightRule.__init__", + "name": "__init__", + "lineno": 746, + "scope": "ExpandRightRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.ExpandRightRule.__repr__", + "name": "__repr__", + "lineno": 785, + "scope": "ExpandRightRule", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.ChunkRuleWithContext.__init__", + "name": "__init__", + "lineno": 822, + "scope": "ChunkRuleWithContext", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.ChunkRuleWithContext.__repr__", + "name": "__repr__", + "lineno": 869, + "scope": "ChunkRuleWithContext", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.tag_pattern2re_pattern", + "name": "tag_pattern2re_pattern", + "lineno": 899, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.regexp.tag_pattern2re_pattern.reverse_str", + "name": "reverse_str", + "lineno": 950, + "scope": "tag_pattern2re_pattern", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpChunkParser.__init__", + "name": "__init__", + "lineno": 990, + "scope": "RegexpChunkParser", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpChunkParser._trace_apply", + "name": "_trace_apply", + "lineno": 1016, + "scope": "RegexpChunkParser", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpChunkParser._notrace_apply", + "name": "_notrace_apply", + "lineno": 1039, + "scope": "RegexpChunkParser", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpChunkParser.parse", + "name": "parse", + "lineno": 1053, + "scope": "RegexpChunkParser", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpChunkParser.rules", + "name": "rules", + "lineno": 1096, + "scope": "RegexpChunkParser", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpChunkParser.__repr__", + "name": "__repr__", + "lineno": 1103, + "scope": "RegexpChunkParser", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpChunkParser.__str__", + "name": "__str__", + "lineno": 1111, + "scope": "RegexpChunkParser", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpParser.__init__", + "name": "__init__", + "lineno": 1176, + "scope": "RegexpParser", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpParser._read_grammar", + "name": "_read_grammar", + "lineno": 1214, + "scope": "RegexpParser", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpParser._add_stage", + "name": "_add_stage", + "lineno": 1245, + "scope": "RegexpParser", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpParser.parse", + "name": "parse", + "lineno": 1257, + "scope": "RegexpParser", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpParser.__repr__", + "name": "__repr__", + "lineno": 1281, + "scope": "RegexpParser", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.RegexpParser.__str__", + "name": "__str__", + "lineno": 1288, + "scope": "RegexpParser", + "is_async": false + }, + { + "id": "nltk.chunk.regexp.demo_eval", + "name": "demo_eval", + "lineno": 1306, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.regexp.demo", + "name": "demo", + "lineno": 1369, + "scope": null, + "is_async": false + } + ], + "nltk.chunk.util": [ + { + "id": "nltk.chunk.util.accuracy", + "name": "accuracy", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.util.ChunkScore.__init__", + "name": "__init__", + "lineno": 114, + "scope": "ChunkScore", + "is_async": false + }, + { + "id": "nltk.chunk.util.ChunkScore._updateMeasures", + "name": "_updateMeasures", + "lineno": 133, + "scope": "ChunkScore", + "is_async": false + }, + { + "id": "nltk.chunk.util.ChunkScore.score", + "name": "score", + "lineno": 143, + "scope": "ChunkScore", + "is_async": false + }, + { + "id": "nltk.chunk.util.ChunkScore.accuracy", + "name": "accuracy", + "lineno": 172, + "scope": "ChunkScore", + "is_async": false + }, + { + "id": "nltk.chunk.util.ChunkScore.precision", + "name": "precision", + "lineno": 184, + "scope": "ChunkScore", + "is_async": false + }, + { + "id": "nltk.chunk.util.ChunkScore.recall", + "name": "recall", + "lineno": 198, + "scope": "ChunkScore", + "is_async": false + }, + { + "id": "nltk.chunk.util.ChunkScore.f_measure", + "name": "f_measure", + "lineno": 212, + "scope": "ChunkScore", + "is_async": false + }, + { + "id": "nltk.chunk.util.ChunkScore.missed", + "name": "missed", + "lineno": 231, + "scope": "ChunkScore", + "is_async": false + }, + { + "id": "nltk.chunk.util.ChunkScore.incorrect", + "name": "incorrect", + "lineno": 243, + "scope": "ChunkScore", + "is_async": false + }, + { + "id": "nltk.chunk.util.ChunkScore.correct", + "name": "correct", + "lineno": 254, + "scope": "ChunkScore", + "is_async": false + }, + { + "id": "nltk.chunk.util.ChunkScore.guessed", + "name": "guessed", + "lineno": 264, + "scope": "ChunkScore", + "is_async": false + }, + { + "id": "nltk.chunk.util.ChunkScore.__len__", + "name": "__len__", + "lineno": 274, + "scope": "ChunkScore", + "is_async": false + }, + { + "id": "nltk.chunk.util.ChunkScore.__repr__", + "name": "__repr__", + "lineno": 278, + "scope": "ChunkScore", + "is_async": false + }, + { + "id": "nltk.chunk.util.ChunkScore.__str__", + "name": "__str__", + "lineno": 286, + "scope": "ChunkScore", + "is_async": false + }, + { + "id": "nltk.chunk.util._chunksets", + "name": "_chunksets", + "lineno": 306, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.util.tagstr2tree", + "name": "tagstr2tree", + "lineno": 319, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.util.conllstr2tree", + "name": "conllstr2tree", + "lineno": 373, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.util.tree2conlltags", + "name": "tree2conlltags", + "lineno": 426, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.util.conlltags2tree", + "name": "conlltags2tree", + "lineno": 453, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.util.tree2conllstr", + "name": "tree2conllstr", + "lineno": 489, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.util._ieer_read_text", + "name": "_ieer_read_text", + "lineno": 519, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.util.ieerstr2tree", + "name": "ieerstr2tree", + "lineno": 551, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.util.demo", + "name": "demo", + "lineno": 594, + "scope": null, + "is_async": false + } + ], + "nltk.chunk": [ + { + "id": "nltk.chunk.ne_chunker", + "name": "ne_chunker", + "lineno": 170, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.ne_chunk", + "name": "ne_chunk", + "lineno": 177, + "scope": null, + "is_async": false + }, + { + "id": "nltk.chunk.ne_chunk_sents", + "name": "ne_chunk_sents", + "lineno": 196, + "scope": null, + "is_async": false + } + ], + "nltk.classify.api": [ + { + "id": "nltk.classify.api.ClassifierI.labels", + "name": "labels", + "lineno": 43, + "scope": "ClassifierI", + "is_async": false + }, + { + "id": "nltk.classify.api.ClassifierI.classify", + "name": "classify", + "lineno": 50, + "scope": "ClassifierI", + "is_async": false + }, + { + "id": "nltk.classify.api.ClassifierI.prob_classify", + "name": "prob_classify", + "lineno": 60, + "scope": "ClassifierI", + "is_async": false + }, + { + "id": "nltk.classify.api.ClassifierI.classify_many", + "name": "classify_many", + "lineno": 71, + "scope": "ClassifierI", + "is_async": false + }, + { + "id": "nltk.classify.api.ClassifierI.prob_classify_many", + "name": "prob_classify_many", + "lineno": 81, + "scope": "ClassifierI", + "is_async": false + }, + { + "id": "nltk.classify.api.MultiClassifierI.labels", + "name": "labels", + "lineno": 107, + "scope": "MultiClassifierI", + "is_async": false + }, + { + "id": "nltk.classify.api.MultiClassifierI.classify", + "name": "classify", + "lineno": 114, + "scope": "MultiClassifierI", + "is_async": false + }, + { + "id": "nltk.classify.api.MultiClassifierI.prob_classify", + "name": "prob_classify", + "lineno": 124, + "scope": "MultiClassifierI", + "is_async": false + }, + { + "id": "nltk.classify.api.MultiClassifierI.classify_many", + "name": "classify_many", + "lineno": 135, + "scope": "MultiClassifierI", + "is_async": false + }, + { + "id": "nltk.classify.api.MultiClassifierI.prob_classify_many", + "name": "prob_classify_many", + "lineno": 145, + "scope": "MultiClassifierI", + "is_async": false + } + ], + "nltk.classify.decisiontree": [ + { + "id": "nltk.classify.decisiontree.DecisionTreeClassifier.__init__", + "name": "__init__", + "lineno": 21, + "scope": "DecisionTreeClassifier", + "is_async": false + }, + { + "id": "nltk.classify.decisiontree.DecisionTreeClassifier.labels", + "name": "labels", + "lineno": 42, + "scope": "DecisionTreeClassifier", + "is_async": false + }, + { + "id": "nltk.classify.decisiontree.DecisionTreeClassifier.classify", + "name": "classify", + "lineno": 51, + "scope": "DecisionTreeClassifier", + "is_async": false + }, + { + "id": "nltk.classify.decisiontree.DecisionTreeClassifier.error", + "name": "error", + "lineno": 65, + "scope": "DecisionTreeClassifier", + "is_async": false + }, + { + "id": "nltk.classify.decisiontree.DecisionTreeClassifier.pretty_format", + "name": "pretty_format", + "lineno": 72, + "scope": "DecisionTreeClassifier", + "is_async": false + }, + { + "id": "nltk.classify.decisiontree.DecisionTreeClassifier.pseudocode", + "name": "pseudocode", + "lineno": 102, + "scope": "DecisionTreeClassifier", + "is_async": false + }, + { + "id": "nltk.classify.decisiontree.DecisionTreeClassifier.__str__", + "name": "__str__", + "lineno": 133, + "scope": "DecisionTreeClassifier", + "is_async": false + }, + { + "id": "nltk.classify.decisiontree.DecisionTreeClassifier.train", + "name": "train", + "lineno": 137, + "scope": "DecisionTreeClassifier", + "is_async": false + }, + { + "id": "nltk.classify.decisiontree.DecisionTreeClassifier.leaf", + "name": "leaf", + "lineno": 189, + "scope": "DecisionTreeClassifier", + "is_async": false + }, + { + "id": "nltk.classify.decisiontree.DecisionTreeClassifier.stump", + "name": "stump", + "lineno": 194, + "scope": "DecisionTreeClassifier", + "is_async": false + }, + { + "id": "nltk.classify.decisiontree.DecisionTreeClassifier.refine", + "name": "refine", + "lineno": 206, + "scope": "DecisionTreeClassifier", + "is_async": false + }, + { + "id": "nltk.classify.decisiontree.DecisionTreeClassifier.best_stump", + "name": "best_stump", + "lineno": 259, + "scope": "DecisionTreeClassifier", + "is_async": false + }, + { + "id": "nltk.classify.decisiontree.DecisionTreeClassifier.binary_stump", + "name": "binary_stump", + "lineno": 277, + "scope": "DecisionTreeClassifier", + "is_async": false + }, + { + "id": "nltk.classify.decisiontree.DecisionTreeClassifier.best_binary_stump", + "name": "best_binary_stump", + "lineno": 300, + "scope": "DecisionTreeClassifier", + "is_async": false + }, + { + "id": "nltk.classify.decisiontree.f", + "name": "f", + "lineno": 334, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.decisiontree.demo", + "name": "demo", + "lineno": 338, + "scope": null, + "is_async": false + } + ], + "nltk.classify.maxent": [ + { + "id": "nltk.classify.maxent.MaxentClassifier.__init__", + "name": "__init__", + "lineno": 97, + "scope": "MaxentClassifier", + "is_async": false + }, + { + "id": "nltk.classify.maxent.MaxentClassifier.labels", + "name": "labels", + "lineno": 120, + "scope": "MaxentClassifier", + "is_async": false + }, + { + "id": "nltk.classify.maxent.MaxentClassifier.set_weights", + "name": "set_weights", + "lineno": 123, + "scope": "MaxentClassifier", + "is_async": false + }, + { + "id": "nltk.classify.maxent.MaxentClassifier.weights", + "name": "weights", + "lineno": 132, + "scope": "MaxentClassifier", + "is_async": false + }, + { + "id": "nltk.classify.maxent.MaxentClassifier.classify", + "name": "classify", + "lineno": 139, + "scope": "MaxentClassifier", + "is_async": false + }, + { + "id": "nltk.classify.maxent.MaxentClassifier.prob_classify", + "name": "prob_classify", + "lineno": 142, + "scope": "MaxentClassifier", + "is_async": false + }, + { + "id": "nltk.classify.maxent.MaxentClassifier.explain", + "name": "explain", + "lineno": 162, + "scope": "MaxentClassifier", + "is_async": false + }, + { + "id": "nltk.classify.maxent.MaxentClassifier.most_informative_features", + "name": "most_informative_features", + "lineno": 206, + "scope": "MaxentClassifier", + "is_async": false + }, + { + "id": "nltk.classify.maxent.MaxentClassifier.show_most_informative_features", + "name": "show_most_informative_features", + "lineno": 220, + "scope": "MaxentClassifier", + "is_async": false + }, + { + "id": "nltk.classify.maxent.MaxentClassifier.__repr__", + "name": "__repr__", + "lineno": 236, + "scope": "MaxentClassifier", + "is_async": false + }, + { + "id": "nltk.classify.maxent.MaxentClassifier.train", + "name": "train", + "lineno": 247, + "scope": "MaxentClassifier", + "is_async": false + }, + { + "id": "nltk.classify.maxent.MaxentFeatureEncodingI.encode", + "name": "encode", + "lineno": 379, + "scope": "MaxentFeatureEncodingI", + "is_async": false + }, + { + "id": "nltk.classify.maxent.MaxentFeatureEncodingI.length", + "name": "length", + "lineno": 391, + "scope": "MaxentFeatureEncodingI", + "is_async": false + }, + { + "id": "nltk.classify.maxent.MaxentFeatureEncodingI.labels", + "name": "labels", + "lineno": 399, + "scope": "MaxentFeatureEncodingI", + "is_async": false + }, + { + "id": "nltk.classify.maxent.MaxentFeatureEncodingI.describe", + "name": "describe", + "lineno": 408, + "scope": "MaxentFeatureEncodingI", + "is_async": false + }, + { + "id": "nltk.classify.maxent.MaxentFeatureEncodingI.train", + "name": "train", + "lineno": 416, + "scope": "MaxentFeatureEncodingI", + "is_async": false + }, + { + "id": "nltk.classify.maxent.FunctionBackedMaxentFeatureEncoding.__init__", + "name": "__init__", + "lineno": 435, + "scope": "FunctionBackedMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.FunctionBackedMaxentFeatureEncoding.encode", + "name": "encode", + "lineno": 463, + "scope": "FunctionBackedMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.FunctionBackedMaxentFeatureEncoding.length", + "name": "length", + "lineno": 466, + "scope": "FunctionBackedMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.FunctionBackedMaxentFeatureEncoding.labels", + "name": "labels", + "lineno": 469, + "scope": "FunctionBackedMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.FunctionBackedMaxentFeatureEncoding.describe", + "name": "describe", + "lineno": 472, + "scope": "FunctionBackedMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.BinaryMaxentFeatureEncoding.__init__", + "name": "__init__", + "lineno": 517, + "scope": "BinaryMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.BinaryMaxentFeatureEncoding.encode", + "name": "encode", + "lineno": 566, + "scope": "BinaryMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.BinaryMaxentFeatureEncoding.describe", + "name": "describe", + "lineno": 593, + "scope": "BinaryMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.BinaryMaxentFeatureEncoding.labels", + "name": "labels", + "lineno": 618, + "scope": "BinaryMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.BinaryMaxentFeatureEncoding.length", + "name": "length", + "lineno": 622, + "scope": "BinaryMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.BinaryMaxentFeatureEncoding.train", + "name": "train", + "lineno": 627, + "scope": "BinaryMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.GISEncoding.__init__", + "name": "__init__", + "lineno": 693, + "scope": "GISEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.GISEncoding.C", + "name": "C", + "lineno": 710, + "scope": "GISEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.GISEncoding.encode", + "name": "encode", + "lineno": 715, + "scope": "GISEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.GISEncoding.length", + "name": "length", + "lineno": 729, + "scope": "GISEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.GISEncoding.describe", + "name": "describe", + "lineno": 732, + "scope": "GISEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.TadmEventMaxentFeatureEncoding.__init__", + "name": "__init__", + "lineno": 740, + "scope": "TadmEventMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.TadmEventMaxentFeatureEncoding.encode", + "name": "encode", + "lineno": 747, + "scope": "TadmEventMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.TadmEventMaxentFeatureEncoding.labels", + "name": "labels", + "lineno": 762, + "scope": "TadmEventMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.TadmEventMaxentFeatureEncoding.describe", + "name": "describe", + "lineno": 765, + "scope": "TadmEventMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.TadmEventMaxentFeatureEncoding.length", + "name": "length", + "lineno": 770, + "scope": "TadmEventMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.TadmEventMaxentFeatureEncoding.train", + "name": "train", + "lineno": 774, + "scope": "TadmEventMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.TypedMaxentFeatureEncoding.__init__", + "name": "__init__", + "lineno": 852, + "scope": "TypedMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.TypedMaxentFeatureEncoding.encode", + "name": "encode", + "lineno": 901, + "scope": "TypedMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.TypedMaxentFeatureEncoding.describe", + "name": "describe", + "lineno": 933, + "scope": "TypedMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.TypedMaxentFeatureEncoding.labels", + "name": "labels", + "lineno": 958, + "scope": "TypedMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.TypedMaxentFeatureEncoding.length", + "name": "length", + "lineno": 962, + "scope": "TypedMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.TypedMaxentFeatureEncoding.train", + "name": "train", + "lineno": 967, + "scope": "TypedMaxentFeatureEncoding", + "is_async": false + }, + { + "id": "nltk.classify.maxent.train_maxent_classifier_with_gis", + "name": "train_maxent_classifier_with_gis", + "lineno": 1028, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.maxent.calculate_empirical_fcount", + "name": "calculate_empirical_fcount", + "lineno": 1124, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.maxent.calculate_estimated_fcount", + "name": "calculate_estimated_fcount", + "lineno": 1134, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.maxent.train_maxent_classifier_with_iis", + "name": "train_maxent_classifier_with_iis", + "lineno": 1152, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.maxent.calculate_nfmap", + "name": "calculate_nfmap", + "lineno": 1242, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.maxent.calculate_deltas", + "name": "calculate_deltas", + "lineno": 1270, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.maxent.train_maxent_classifier_with_megam", + "name": "train_maxent_classifier_with_megam", + "lineno": 1405, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.maxent.TadmMaxentClassifier.train", + "name": "train", + "lineno": 1499, + "scope": "TadmMaxentClassifier", + "is_async": false + }, + { + "id": "nltk.classify.maxent.load_maxent_params", + "name": "load_maxent_params", + "lineno": 1560, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.maxent.save_maxent_params", + "name": "save_maxent_params", + "lineno": 1583, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.maxent.maxent_pos_tagger", + "name": "maxent_pos_tagger", + "lineno": 1606, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.maxent.demo", + "name": "demo", + "lineno": 1621, + "scope": null, + "is_async": false + } + ], + "nltk.classify.megam": [ + { + "id": "nltk.classify.megam.config_megam", + "name": "config_megam", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.megam.write_megam_file", + "name": "write_megam_file", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.megam.parse_megam_weights", + "name": "parse_megam_weights", + "lineno": 126, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.megam._write_megam_features", + "name": "_write_megam_features", + "lineno": 144, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.megam.call_megam", + "name": "call_megam", + "lineno": 161, + "scope": null, + "is_async": false + } + ], + "nltk.classify.naivebayes": [ + { + "id": "nltk.classify.naivebayes.NaiveBayesClassifier.__init__", + "name": "__init__", + "lineno": 64, + "scope": "NaiveBayesClassifier", + "is_async": false + }, + { + "id": "nltk.classify.naivebayes.NaiveBayesClassifier.labels", + "name": "labels", + "lineno": 85, + "scope": "NaiveBayesClassifier", + "is_async": false + }, + { + "id": "nltk.classify.naivebayes.NaiveBayesClassifier.classify", + "name": "classify", + "lineno": 88, + "scope": "NaiveBayesClassifier", + "is_async": false + }, + { + "id": "nltk.classify.naivebayes.NaiveBayesClassifier.prob_classify", + "name": "prob_classify", + "lineno": 91, + "scope": "NaiveBayesClassifier", + "is_async": false + }, + { + "id": "nltk.classify.naivebayes.NaiveBayesClassifier.show_most_informative_features", + "name": "show_most_informative_features", + "lineno": 124, + "scope": "NaiveBayesClassifier", + "is_async": false + }, + { + "id": "nltk.classify.naivebayes.NaiveBayesClassifier.show_most_informative_features.labelprob", + "name": "labelprob", + "lineno": 131, + "scope": "NaiveBayesClassifier.show_most_informative_features", + "is_async": false + }, + { + "id": "nltk.classify.naivebayes.NaiveBayesClassifier.most_informative_features", + "name": "most_informative_features", + "lineno": 154, + "scope": "NaiveBayesClassifier", + "is_async": false + }, + { + "id": "nltk.classify.naivebayes.NaiveBayesClassifier.train", + "name": "train", + "lineno": 198, + "scope": "NaiveBayesClassifier", + "is_async": false + }, + { + "id": "nltk.classify.naivebayes.demo", + "name": "demo", + "lineno": 252, + "scope": null, + "is_async": false + } + ], + "nltk.classify.positivenaivebayes": [ + { + "id": "nltk.classify.positivenaivebayes.PositiveNaiveBayesClassifier.train", + "name": "train", + "lineno": 90, + "scope": "PositiveNaiveBayesClassifier", + "is_async": false + }, + { + "id": "nltk.classify.positivenaivebayes.demo", + "name": "demo", + "lineno": 176, + "scope": null, + "is_async": false + } + ], + "nltk.classify.rte_classify": [ + { + "id": "nltk.classify.rte_classify.RTEFeatureExtractor.__init__", + "name": "__init__", + "lineno": 31, + "scope": "RTEFeatureExtractor", + "is_async": false + }, + { + "id": "nltk.classify.rte_classify.RTEFeatureExtractor.overlap", + "name": "overlap", + "lineno": 79, + "scope": "RTEFeatureExtractor", + "is_async": false + }, + { + "id": "nltk.classify.rte_classify.RTEFeatureExtractor.hyp_extra", + "name": "hyp_extra", + "lineno": 98, + "scope": "RTEFeatureExtractor", + "is_async": false + }, + { + "id": "nltk.classify.rte_classify.RTEFeatureExtractor._ne", + "name": "_ne", + "lineno": 114, + "scope": "RTEFeatureExtractor", + "is_async": false + }, + { + "id": "nltk.classify.rte_classify.RTEFeatureExtractor._lemmatize", + "name": "_lemmatize", + "lineno": 126, + "scope": "RTEFeatureExtractor", + "is_async": false + }, + { + "id": "nltk.classify.rte_classify.rte_features", + "name": "rte_features", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.rte_classify.rte_featurize", + "name": "rte_featurize", + "lineno": 151, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.rte_classify.rte_classifier", + "name": "rte_classifier", + "lineno": 155, + "scope": null, + "is_async": false + } + ], + "nltk.classify.scikitlearn": [ + { + "id": "nltk.classify.scikitlearn.SklearnClassifier.__init__", + "name": "__init__", + "lineno": 49, + "scope": "SklearnClassifier", + "is_async": false + }, + { + "id": "nltk.classify.scikitlearn.SklearnClassifier.__repr__", + "name": "__repr__", + "lineno": 69, + "scope": "SklearnClassifier", + "is_async": false + }, + { + "id": "nltk.classify.scikitlearn.SklearnClassifier.classify_many", + "name": "classify_many", + "lineno": 72, + "scope": "SklearnClassifier", + "is_async": false + }, + { + "id": "nltk.classify.scikitlearn.SklearnClassifier.prob_classify_many", + "name": "prob_classify_many", + "lineno": 84, + "scope": "SklearnClassifier", + "is_async": false + }, + { + "id": "nltk.classify.scikitlearn.SklearnClassifier.labels", + "name": "labels", + "lineno": 95, + "scope": "SklearnClassifier", + "is_async": false + }, + { + "id": "nltk.classify.scikitlearn.SklearnClassifier.train", + "name": "train", + "lineno": 102, + "scope": "SklearnClassifier", + "is_async": false + }, + { + "id": "nltk.classify.scikitlearn.SklearnClassifier._make_probdist", + "name": "_make_probdist", + "lineno": 118, + "scope": "SklearnClassifier", + "is_async": false + } + ], + "nltk.classify.senna": [ + { + "id": "nltk.classify.senna.Senna.__init__", + "name": "__init__", + "lineno": 50, + "scope": "Senna", + "is_async": false + }, + { + "id": "nltk.classify.senna.Senna.executable", + "name": "executable", + "lineno": 71, + "scope": "Senna", + "is_async": false + }, + { + "id": "nltk.classify.senna.Senna._map", + "name": "_map", + "lineno": 89, + "scope": "Senna", + "is_async": false + }, + { + "id": "nltk.classify.senna.Senna.tag", + "name": "tag", + "lineno": 102, + "scope": "Senna", + "is_async": false + }, + { + "id": "nltk.classify.senna.Senna.tag_sents", + "name": "tag_sents", + "lineno": 108, + "scope": "Senna", + "is_async": false + } + ], + "nltk.classify.svm": [ + { + "id": "nltk.classify.svm.SvmClassifier.__init__", + "name": "__init__", + "lineno": 16, + "scope": "SvmClassifier", + "is_async": false + } + ], + "nltk.classify.tadm": [ + { + "id": "nltk.classify.tadm.config_tadm", + "name": "config_tadm", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.tadm.write_tadm_file", + "name": "write_tadm_file", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.tadm.parse_tadm_weights", + "name": "parse_tadm_weights", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.tadm.call_tadm", + "name": "call_tadm", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.tadm.names_demo", + "name": "names_demo", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.tadm.encoding_demo", + "name": "encoding_demo", + "lineno": 102, + "scope": null, + "is_async": false + } + ], + "nltk.classify.textcat": [ + { + "id": "nltk.classify.textcat.TextCat.__init__", + "name": "__init__", + "lineno": 55, + "scope": "TextCat", + "is_async": false + }, + { + "id": "nltk.classify.textcat.TextCat.remove_punctuation", + "name": "remove_punctuation", + "lineno": 71, + "scope": "TextCat", + "is_async": false + }, + { + "id": "nltk.classify.textcat.TextCat.profile", + "name": "profile", + "lineno": 75, + "scope": "TextCat", + "is_async": false + }, + { + "id": "nltk.classify.textcat.TextCat.calc_dist", + "name": "calc_dist", + "lineno": 95, + "scope": "TextCat", + "is_async": false + }, + { + "id": "nltk.classify.textcat.TextCat.lang_dists", + "name": "lang_dists", + "lineno": 116, + "scope": "TextCat", + "is_async": false + }, + { + "id": "nltk.classify.textcat.TextCat.guess_language", + "name": "guess_language", + "lineno": 134, + "scope": "TextCat", + "is_async": false + }, + { + "id": "nltk.classify.textcat.demo", + "name": "demo", + "lineno": 218, + "scope": null, + "is_async": false + } + ], + "nltk.classify.util": [ + { + "id": "nltk.classify.util.apply_features", + "name": "apply_features", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.util.apply_features.lazy_func", + "name": "lazy_func", + "lineno": 65, + "scope": "apply_features", + "is_async": false + }, + { + "id": "nltk.classify.util.attested_labels", + "name": "attested_labels", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.util.log_likelihood", + "name": "log_likelihood", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.util.accuracy", + "name": "accuracy", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.util.CutoffChecker.__init__", + "name": "__init__", + "lineno": 109, + "scope": "CutoffChecker", + "is_async": false + }, + { + "id": "nltk.classify.util.CutoffChecker.check", + "name": "check", + "lineno": 119, + "scope": "CutoffChecker", + "is_async": false + }, + { + "id": "nltk.classify.util.names_demo_features", + "name": "names_demo_features", + "lineno": 160, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.util.binary_names_demo_features", + "name": "binary_names_demo_features", + "lineno": 171, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.util.names_demo", + "name": "names_demo", + "lineno": 184, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.util.partial_names_demo", + "name": "partial_names_demo", + "lineno": 231, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.util.wsd_demo", + "name": "wsd_demo", + "lineno": 290, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.util.check_megam_config", + "name": "check_megam_config", + "lineno": 336, + "scope": null, + "is_async": false + } + ], + "nltk.classify.weka": [ + { + "id": "nltk.classify.weka.config_weka", + "name": "config_weka", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.weka._check_weka_version", + "name": "_check_weka_version", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "nltk.classify.weka.WekaClassifier.__init__", + "name": "__init__", + "lineno": 84, + "scope": "WekaClassifier", + "is_async": false + }, + { + "id": "nltk.classify.weka.WekaClassifier.prob_classify_many", + "name": "prob_classify_many", + "lineno": 88, + "scope": "WekaClassifier", + "is_async": false + }, + { + "id": "nltk.classify.weka.WekaClassifier.classify_many", + "name": "classify_many", + "lineno": 91, + "scope": "WekaClassifier", + "is_async": false + }, + { + "id": "nltk.classify.weka.WekaClassifier._classify_many", + "name": "_classify_many", + "lineno": 94, + "scope": "WekaClassifier", + "is_async": false + }, + { + "id": "nltk.classify.weka.WekaClassifier.parse_weka_distribution", + "name": "parse_weka_distribution", + "lineno": 138, + "scope": "WekaClassifier", + "is_async": false + }, + { + "id": "nltk.classify.weka.WekaClassifier.parse_weka_output", + "name": "parse_weka_output", + "lineno": 143, + "scope": "WekaClassifier", + "is_async": false + }, + { + "id": "nltk.classify.weka.WekaClassifier.train", + "name": "train", + "lineno": 201, + "scope": "WekaClassifier", + "is_async": false + }, + { + "id": "nltk.classify.weka.ARFF_Formatter.__init__", + "name": "__init__", + "lineno": 255, + "scope": "ARFF_Formatter", + "is_async": false + }, + { + "id": "nltk.classify.weka.ARFF_Formatter.format", + "name": "format", + "lineno": 266, + "scope": "ARFF_Formatter", + "is_async": false + }, + { + "id": "nltk.classify.weka.ARFF_Formatter.labels", + "name": "labels", + "lineno": 270, + "scope": "ARFF_Formatter", + "is_async": false + }, + { + "id": "nltk.classify.weka.ARFF_Formatter.write", + "name": "write", + "lineno": 274, + "scope": "ARFF_Formatter", + "is_async": false + }, + { + "id": "nltk.classify.weka.ARFF_Formatter.from_train", + "name": "from_train", + "lineno": 282, + "scope": "ARFF_Formatter", + "is_async": false + }, + { + "id": "nltk.classify.weka.ARFF_Formatter.header_section", + "name": "header_section", + "lineno": 313, + "scope": "ARFF_Formatter", + "is_async": false + }, + { + "id": "nltk.classify.weka.ARFF_Formatter.data_section", + "name": "data_section", + "lineno": 334, + "scope": "ARFF_Formatter", + "is_async": false + }, + { + "id": "nltk.classify.weka.ARFF_Formatter._fmt_arff_val", + "name": "_fmt_arff_val", + "lineno": 360, + "scope": "ARFF_Formatter", + "is_async": false + }, + { + "id": "nltk.classify.weka.make_classifier", + "name": "make_classifier", + "lineno": 374, + "scope": null, + "is_async": false + } + ], + "nltk.classify": [], + "nltk.cluster.api": [ + { + "id": "nltk.cluster.api.ClusterI.cluster", + "name": "cluster", + "lineno": 20, + "scope": "ClusterI", + "is_async": false + }, + { + "id": "nltk.cluster.api.ClusterI.classify", + "name": "classify", + "lineno": 27, + "scope": "ClusterI", + "is_async": false + }, + { + "id": "nltk.cluster.api.ClusterI.likelihood", + "name": "likelihood", + "lineno": 33, + "scope": "ClusterI", + "is_async": false + }, + { + "id": "nltk.cluster.api.ClusterI.classification_probdist", + "name": "classification_probdist", + "lineno": 43, + "scope": "ClusterI", + "is_async": false + }, + { + "id": "nltk.cluster.api.ClusterI.num_clusters", + "name": "num_clusters", + "lineno": 58, + "scope": "ClusterI", + "is_async": false + }, + { + "id": "nltk.cluster.api.ClusterI.cluster_names", + "name": "cluster_names", + "lineno": 63, + "scope": "ClusterI", + "is_async": false + }, + { + "id": "nltk.cluster.api.ClusterI.cluster_name", + "name": "cluster_name", + "lineno": 70, + "scope": "ClusterI", + "is_async": false + } + ], + "nltk.cluster.em": [ + { + "id": "nltk.cluster.em.EMClusterer.__init__", + "name": "__init__", + "lineno": 31, + "scope": "EMClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.em.EMClusterer.num_clusters", + "name": "num_clusters", + "lineno": 71, + "scope": "EMClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.em.EMClusterer.cluster_vectorspace", + "name": "cluster_vectorspace", + "lineno": 74, + "scope": "EMClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.em.EMClusterer.classify_vectorspace", + "name": "classify_vectorspace", + "lineno": 134, + "scope": "EMClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.em.EMClusterer.likelihood_vectorspace", + "name": "likelihood_vectorspace", + "lineno": 144, + "scope": "EMClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.em.EMClusterer._gaussian", + "name": "_gaussian", + "lineno": 150, + "scope": "EMClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.em.EMClusterer._loglikelihood", + "name": "_loglikelihood", + "lineno": 166, + "scope": "EMClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.em.EMClusterer.__repr__", + "name": "__repr__", + "lineno": 175, + "scope": "EMClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.em.demo", + "name": "demo", + "lineno": 179, + "scope": null, + "is_async": false + } + ], + "nltk.cluster.gaac": [ + { + "id": "nltk.cluster.gaac.GAAClusterer.__init__", + "name": "__init__", + "lineno": 29, + "scope": "GAAClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.gaac.GAAClusterer.cluster", + "name": "cluster", + "lineno": 35, + "scope": "GAAClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.gaac.GAAClusterer.cluster_vectorspace", + "name": "cluster_vectorspace", + "lineno": 42, + "scope": "GAAClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.gaac.GAAClusterer._merge_similarities", + "name": "_merge_similarities", + "lineno": 80, + "scope": "GAAClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.gaac.GAAClusterer.update_clusters", + "name": "update_clusters", + "lineno": 99, + "scope": "GAAClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.gaac.GAAClusterer.classify_vectorspace", + "name": "classify_vectorspace", + "lineno": 117, + "scope": "GAAClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.gaac.GAAClusterer.dendrogram", + "name": "dendrogram", + "lineno": 126, + "scope": "GAAClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.gaac.GAAClusterer.num_clusters", + "name": "num_clusters", + "lineno": 133, + "scope": "GAAClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.gaac.GAAClusterer.__repr__", + "name": "__repr__", + "lineno": 136, + "scope": "GAAClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.gaac.demo", + "name": "demo", + "lineno": 140, + "scope": null, + "is_async": false + } + ], + "nltk.cluster.kmeans": [ + { + "id": "nltk.cluster.kmeans.KMeansClusterer.__init__", + "name": "__init__", + "lineno": 32, + "scope": "KMeansClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.kmeans.KMeansClusterer.cluster_vectorspace", + "name": "cluster_vectorspace", + "lineno": 80, + "scope": "KMeansClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.kmeans.KMeansClusterer._cluster_vectorspace", + "name": "_cluster_vectorspace", + "lineno": 112, + "scope": "KMeansClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.kmeans.KMeansClusterer.classify_vectorspace", + "name": "classify_vectorspace", + "lineno": 140, + "scope": "KMeansClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.kmeans.KMeansClusterer.num_clusters", + "name": "num_clusters", + "lineno": 151, + "scope": "KMeansClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.kmeans.KMeansClusterer.means", + "name": "means", + "lineno": 157, + "scope": "KMeansClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.kmeans.KMeansClusterer._sum_distances", + "name": "_sum_distances", + "lineno": 163, + "scope": "KMeansClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.kmeans.KMeansClusterer._centroid", + "name": "_centroid", + "lineno": 169, + "scope": "KMeansClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.kmeans.KMeansClusterer.__repr__", + "name": "__repr__", + "lineno": 187, + "scope": "KMeansClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.kmeans.demo", + "name": "demo", + "lineno": 194, + "scope": null, + "is_async": false + } + ], + "nltk.cluster.util": [ + { + "id": "nltk.cluster.util.VectorSpaceClusterer.__init__", + "name": "__init__", + "lineno": 28, + "scope": "VectorSpaceClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.util.VectorSpaceClusterer.cluster", + "name": "cluster", + "lineno": 40, + "scope": "VectorSpaceClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.util.VectorSpaceClusterer.cluster_vectorspace", + "name": "cluster_vectorspace", + "lineno": 66, + "scope": "VectorSpaceClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.util.VectorSpaceClusterer.classify", + "name": "classify", + "lineno": 71, + "scope": "VectorSpaceClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.util.VectorSpaceClusterer.classify_vectorspace", + "name": "classify_vectorspace", + "lineno": 80, + "scope": "VectorSpaceClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.util.VectorSpaceClusterer.likelihood", + "name": "likelihood", + "lineno": 85, + "scope": "VectorSpaceClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.util.VectorSpaceClusterer.likelihood_vectorspace", + "name": "likelihood_vectorspace", + "lineno": 92, + "scope": "VectorSpaceClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.util.VectorSpaceClusterer.vector", + "name": "vector", + "lineno": 99, + "scope": "VectorSpaceClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.util.VectorSpaceClusterer._normalise", + "name": "_normalise", + "lineno": 109, + "scope": "VectorSpaceClusterer", + "is_async": false + }, + { + "id": "nltk.cluster.util.euclidean_distance", + "name": "euclidean_distance", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "nltk.cluster.util.cosine_distance", + "name": "cosine_distance", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "nltk.cluster.util._DendrogramNode.__init__", + "name": "__init__", + "lineno": 136, + "scope": "_DendrogramNode", + "is_async": false + }, + { + "id": "nltk.cluster.util._DendrogramNode.leaves", + "name": "leaves", + "lineno": 140, + "scope": "_DendrogramNode", + "is_async": false + }, + { + "id": "nltk.cluster.util._DendrogramNode.groups", + "name": "groups", + "lineno": 151, + "scope": "_DendrogramNode", + "is_async": false + }, + { + "id": "nltk.cluster.util._DendrogramNode.__lt__", + "name": "__lt__", + "lineno": 172, + "scope": "_DendrogramNode", + "is_async": false + }, + { + "id": "nltk.cluster.util.Dendrogram.__init__", + "name": "__init__", + "lineno": 184, + "scope": "Dendrogram", + "is_async": false + }, + { + "id": "nltk.cluster.util.Dendrogram.merge", + "name": "merge", + "lineno": 193, + "scope": "Dendrogram", + "is_async": false + }, + { + "id": "nltk.cluster.util.Dendrogram.groups", + "name": "groups", + "lineno": 209, + "scope": "Dendrogram", + "is_async": false + }, + { + "id": "nltk.cluster.util.Dendrogram.show", + "name": "show", + "lineno": 221, + "scope": "Dendrogram", + "is_async": false + }, + { + "id": "nltk.cluster.util.Dendrogram.show.format", + "name": "format", + "lineno": 251, + "scope": "Dendrogram.show", + "is_async": false + }, + { + "id": "nltk.cluster.util.Dendrogram.show.display", + "name": "display", + "lineno": 254, + "scope": "Dendrogram.show", + "is_async": false + }, + { + "id": "nltk.cluster.util.Dendrogram.__repr__", + "name": "__repr__", + "lineno": 294, + "scope": "Dendrogram", + "is_async": false + } + ], + "nltk.cluster": [], + "nltk.corpus.europarl_raw": [], + "nltk.corpus.util": [ + { + "id": "nltk.corpus.util.LazyCorpusLoader.__init__", + "name": "__init__", + "lineno": 52, + "scope": "LazyCorpusLoader", + "is_async": false + }, + { + "id": "nltk.corpus.util.LazyCorpusLoader.__load", + "name": "__load", + "lineno": 69, + "scope": "LazyCorpusLoader", + "is_async": false + }, + { + "id": "nltk.corpus.util.LazyCorpusLoader.__load._unload", + "name": "_unload", + "lineno": 107, + "scope": "LazyCorpusLoader.__load", + "is_async": false + }, + { + "id": "nltk.corpus.util.LazyCorpusLoader.__getattr__", + "name": "__getattr__", + "lineno": 117, + "scope": "LazyCorpusLoader", + "is_async": false + }, + { + "id": "nltk.corpus.util.LazyCorpusLoader.__repr__", + "name": "__repr__", + "lineno": 134, + "scope": "LazyCorpusLoader", + "is_async": false + }, + { + "id": "nltk.corpus.util.LazyCorpusLoader._unload", + "name": "_unload", + "lineno": 140, + "scope": "LazyCorpusLoader", + "is_async": false + }, + { + "id": "nltk.corpus.util._make_bound_method", + "name": "_make_bound_method", + "lineno": 147, + "scope": null, + "is_async": false + } + ], + "nltk.corpus": [ + { + "id": "nltk.corpus.demo", + "name": "demo", + "lineno": 519, + "scope": null, + "is_async": false + } + ], + "nltk.corpus.reader.aligned": [ + { + "id": "nltk.corpus.reader.aligned.AlignedCorpusReader.__init__", + "name": "__init__", + "lineno": 24, + "scope": "AlignedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.aligned.AlignedCorpusReader.words", + "name": "words", + "lineno": 50, + "scope": "AlignedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.aligned.AlignedCorpusReader.sents", + "name": "sents", + "lineno": 71, + "scope": "AlignedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.aligned.AlignedCorpusReader.aligned_sents", + "name": "aligned_sents", + "lineno": 93, + "scope": "AlignedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.aligned.AlignedSentCorpusView.__init__", + "name": "__init__", + "lineno": 121, + "scope": "AlignedSentCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.aligned.AlignedSentCorpusView.read_block", + "name": "read_block", + "lineno": 138, + "scope": "AlignedSentCorpusView", + "is_async": false + } + ], + "nltk.corpus.reader.api": [ + { + "id": "nltk.corpus.reader.api.CorpusReader.__init__", + "name": "__init__", + "lineno": 41, + "scope": "CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CorpusReader.__repr__", + "name": "__repr__", + "lineno": 117, + "scope": "CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CorpusReader.ensure_loaded", + "name": "ensure_loaded", + "lineno": 124, + "scope": "CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CorpusReader.readme", + "name": "readme", + "lineno": 133, + "scope": "CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CorpusReader.license", + "name": "license", + "lineno": 140, + "scope": "CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CorpusReader.citation", + "name": "citation", + "lineno": 147, + "scope": "CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CorpusReader.fileids", + "name": "fileids", + "lineno": 154, + "scope": "CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CorpusReader.abspath", + "name": "abspath", + "lineno": 161, + "scope": "CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CorpusReader.abspaths", + "name": "abspaths", + "lineno": 172, + "scope": "CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CorpusReader.raw", + "name": "raw", + "lineno": 206, + "scope": "CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CorpusReader.open", + "name": "open", + "lineno": 222, + "scope": "CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CorpusReader.encoding", + "name": "encoding", + "lineno": 246, + "scope": "CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CorpusReader._get_root", + "name": "_get_root", + "lineno": 257, + "scope": "CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CategorizedCorpusReader.__init__", + "name": "__init__", + "lineno": 292, + "scope": "CategorizedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CategorizedCorpusReader._init", + "name": "_init", + "lineno": 343, + "scope": "CategorizedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CategorizedCorpusReader._add", + "name": "_add", + "lineno": 370, + "scope": "CategorizedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CategorizedCorpusReader.categories", + "name": "categories", + "lineno": 374, + "scope": "CategorizedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CategorizedCorpusReader.fileids", + "name": "fileids", + "lineno": 387, + "scope": "CategorizedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CategorizedCorpusReader._resolve", + "name": "_resolve", + "lineno": 406, + "scope": "CategorizedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CategorizedCorpusReader.raw", + "name": "raw", + "lineno": 414, + "scope": "CategorizedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CategorizedCorpusReader.words", + "name": "words", + "lineno": 417, + "scope": "CategorizedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CategorizedCorpusReader.sents", + "name": "sents", + "lineno": 420, + "scope": "CategorizedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.CategorizedCorpusReader.paras", + "name": "paras", + "lineno": 423, + "scope": "CategorizedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader._parse", + "name": "_parse", + "lineno": 448, + "scope": "SyntaxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader._word", + "name": "_word", + "lineno": 451, + "scope": "SyntaxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader._tag", + "name": "_tag", + "lineno": 454, + "scope": "SyntaxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader._read_block", + "name": "_read_block", + "lineno": 457, + "scope": "SyntaxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader.parsed_sents", + "name": "parsed_sents", + "lineno": 460, + "scope": "SyntaxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader.tagged_sents", + "name": "tagged_sents", + "lineno": 469, + "scope": "SyntaxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader.tagged_sents.reader", + "name": "reader", + "lineno": 470, + "scope": "SyntaxCorpusReader.tagged_sents", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader.sents", + "name": "sents", + "lineno": 480, + "scope": "SyntaxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 489, + "scope": "SyntaxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader.tagged_words.reader", + "name": "reader", + "lineno": 490, + "scope": "SyntaxCorpusReader.tagged_words", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader.words", + "name": "words", + "lineno": 500, + "scope": "SyntaxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader._read_word_block", + "name": "_read_word_block", + "lineno": 511, + "scope": "SyntaxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader._read_tagged_word_block", + "name": "_read_tagged_word_block", + "lineno": 514, + "scope": "SyntaxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader._read_sent_block", + "name": "_read_sent_block", + "lineno": 517, + "scope": "SyntaxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader._read_tagged_sent_block", + "name": "_read_tagged_sent_block", + "lineno": 520, + "scope": "SyntaxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader._read_parsed_sent_block", + "name": "_read_parsed_sent_block", + "lineno": 525, + "scope": "SyntaxCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.bcp47": [ + { + "id": "nltk.corpus.reader.bcp47.BCP47CorpusReader.__init__", + "name": "__init__", + "lineno": 32, + "scope": "BCP47CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bcp47.BCP47CorpusReader.load_wiki_q", + "name": "load_wiki_q", + "lineno": 44, + "scope": "BCP47CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bcp47.BCP47CorpusReader.wiki_dict", + "name": "wiki_dict", + "lineno": 49, + "scope": "BCP47CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bcp47.BCP47CorpusReader.subdiv_dict", + "name": "subdiv_dict", + "lineno": 56, + "scope": "BCP47CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bcp47.BCP47CorpusReader.morphology", + "name": "morphology", + "lineno": 60, + "scope": "BCP47CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bcp47.BCP47CorpusReader.data_dict", + "name": "data_dict", + "lineno": 81, + "scope": "BCP47CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bcp47.BCP47CorpusReader.val2str", + "name": "val2str", + "lineno": 127, + "scope": "BCP47CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bcp47.BCP47CorpusReader.lang2str", + "name": "lang2str", + "lineno": 134, + "scope": "BCP47CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bcp47.BCP47CorpusReader.parse_tag", + "name": "parse_tag", + "lineno": 142, + "scope": "BCP47CorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bcp47.BCP47CorpusReader.name", + "name": "name", + "lineno": 191, + "scope": "BCP47CorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.bnc": [ + { + "id": "nltk.corpus.reader.bnc.BNCCorpusReader.__init__", + "name": "__init__", + "lineno": 31, + "scope": "BNCCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bnc.BNCCorpusReader.words", + "name": "words", + "lineno": 35, + "scope": "BNCCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bnc.BNCCorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 47, + "scope": "BNCCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bnc.BNCCorpusReader.sents", + "name": "sents", + "lineno": 63, + "scope": "BNCCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bnc.BNCCorpusReader.tagged_sents", + "name": "tagged_sents", + "lineno": 76, + "scope": "BNCCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bnc.BNCCorpusReader._views", + "name": "_views", + "lineno": 93, + "scope": "BNCCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bnc.BNCCorpusReader._words", + "name": "_words", + "lineno": 103, + "scope": "BNCCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bnc._all_xmlwords_in", + "name": "_all_xmlwords_in", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.bnc.BNCSentence.__init__", + "name": "__init__", + "lineno": 158, + "scope": "BNCSentence", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bnc.BNCWordView.__init__", + "name": "__init__", + "lineno": 184, + "scope": "BNCWordView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bnc.BNCWordView.handle_header", + "name": "handle_header", + "lineno": 216, + "scope": "BNCWordView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bnc.BNCWordView.handle_elt", + "name": "handle_elt", + "lineno": 236, + "scope": "BNCWordView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bnc.BNCWordView.handle_word", + "name": "handle_word", + "lineno": 242, + "scope": "BNCWordView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bnc.BNCWordView.handle_sent", + "name": "handle_sent", + "lineno": 256, + "scope": "BNCWordView", + "is_async": false + } + ], + "nltk.corpus.reader.bracket_parse": [ + { + "id": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader.__init__", + "name": "__init__", + "lineno": 34, + "scope": "BracketParseCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader._read_block", + "name": "_read_block", + "lineno": 61, + "scope": "BracketParseCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader._normalize", + "name": "_normalize", + "lineno": 79, + "scope": "BracketParseCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader._parse", + "name": "_parse", + "lineno": 86, + "scope": "BracketParseCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader._tag", + "name": "_tag", + "lineno": 113, + "scope": "BracketParseCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader._word", + "name": "_word", + "lineno": 121, + "scope": "BracketParseCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bracket_parse.CategorizedBracketParseCorpusReader.__init__", + "name": "__init__", + "lineno": 134, + "scope": "CategorizedBracketParseCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bracket_parse.CategorizedBracketParseCorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 146, + "scope": "CategorizedBracketParseCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bracket_parse.CategorizedBracketParseCorpusReader.tagged_sents", + "name": "tagged_sents", + "lineno": 149, + "scope": "CategorizedBracketParseCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bracket_parse.CategorizedBracketParseCorpusReader.tagged_paras", + "name": "tagged_paras", + "lineno": 152, + "scope": "CategorizedBracketParseCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bracket_parse.CategorizedBracketParseCorpusReader.parsed_words", + "name": "parsed_words", + "lineno": 155, + "scope": "CategorizedBracketParseCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bracket_parse.CategorizedBracketParseCorpusReader.parsed_sents", + "name": "parsed_sents", + "lineno": 158, + "scope": "CategorizedBracketParseCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bracket_parse.CategorizedBracketParseCorpusReader.parsed_paras", + "name": "parsed_paras", + "lineno": 161, + "scope": "CategorizedBracketParseCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bracket_parse.AlpinoCorpusReader.__init__", + "name": "__init__", + "lineno": 176, + "scope": "AlpinoCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bracket_parse.AlpinoCorpusReader._normalize", + "name": "_normalize", + "lineno": 186, + "scope": "AlpinoCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bracket_parse.AlpinoCorpusReader._tag", + "name": "_tag", + "lineno": 220, + "scope": "AlpinoCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.bracket_parse.AlpinoCorpusReader._word", + "name": "_word", + "lineno": 234, + "scope": "AlpinoCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.categorized_sents": [ + { + "id": "nltk.corpus.reader.categorized_sents.CategorizedSentencesCorpusReader.__init__", + "name": "__init__", + "lineno": 75, + "scope": "CategorizedSentencesCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.categorized_sents.CategorizedSentencesCorpusReader.sents", + "name": "sents", + "lineno": 99, + "scope": "CategorizedSentencesCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.categorized_sents.CategorizedSentencesCorpusReader.words", + "name": "words", + "lineno": 123, + "scope": "CategorizedSentencesCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.categorized_sents.CategorizedSentencesCorpusReader._read_sent_block", + "name": "_read_sent_block", + "lineno": 147, + "scope": "CategorizedSentencesCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.categorized_sents.CategorizedSentencesCorpusReader._read_word_block", + "name": "_read_word_block", + "lineno": 164, + "scope": "CategorizedSentencesCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.chasen": [ + { + "id": "nltk.corpus.reader.chasen.ChasenCorpusReader.__init__", + "name": "__init__", + "lineno": 15, + "scope": "ChasenCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chasen.ChasenCorpusReader.words", + "name": "words", + "lineno": 19, + "scope": "ChasenCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chasen.ChasenCorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 27, + "scope": "ChasenCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chasen.ChasenCorpusReader.sents", + "name": "sents", + "lineno": 35, + "scope": "ChasenCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chasen.ChasenCorpusReader.tagged_sents", + "name": "tagged_sents", + "lineno": 43, + "scope": "ChasenCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chasen.ChasenCorpusReader.paras", + "name": "paras", + "lineno": 51, + "scope": "ChasenCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chasen.ChasenCorpusReader.tagged_paras", + "name": "tagged_paras", + "lineno": 59, + "scope": "ChasenCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chasen.ChasenCorpusView.__init__", + "name": "__init__", + "lineno": 74, + "scope": "ChasenCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chasen.ChasenCorpusView.read_block", + "name": "read_block", + "lineno": 89, + "scope": "ChasenCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chasen.demo", + "name": "demo", + "lineno": 129, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.chasen.test", + "name": "test", + "lineno": 144, + "scope": null, + "is_async": false + } + ], + "nltk.corpus.reader.childes": [ + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader.__init__", + "name": "__init__", + "lineno": 38, + "scope": "CHILDESCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader.words", + "name": "words", + "lineno": 42, + "scope": "CHILDESCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 82, + "scope": "CHILDESCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader.sents", + "name": "sents", + "lineno": 124, + "scope": "CHILDESCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader.tagged_sents", + "name": "tagged_sents", + "lineno": 166, + "scope": "CHILDESCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader.corpus", + "name": "corpus", + "lineno": 208, + "scope": "CHILDESCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_corpus", + "name": "_get_corpus", + "lineno": 217, + "scope": "CHILDESCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader.participants", + "name": "participants", + "lineno": 224, + "scope": "CHILDESCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_participants", + "name": "_get_participants", + "lineno": 234, + "scope": "CHILDESCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_participants.dictOfDicts", + "name": "dictOfDicts", + "lineno": 236, + "scope": "CHILDESCorpusReader._get_participants", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader.age", + "name": "age", + "lineno": 249, + "scope": "CHILDESCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_age", + "name": "_get_age", + "lineno": 264, + "scope": "CHILDESCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader.convert_age", + "name": "convert_age", + "lineno": 277, + "scope": "CHILDESCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader.MLU", + "name": "MLU", + "lineno": 289, + "scope": "CHILDESCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader._getMLU", + "name": "_getMLU", + "lineno": 302, + "scope": "CHILDESCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_words", + "name": "_get_words", + "lineno": 350, + "scope": "CHILDESCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader.webview_file", + "name": "webview_file", + "lineno": 515, + "scope": "CHILDESCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.childes.demo", + "name": "demo", + "lineno": 566, + "scope": null, + "is_async": false + } + ], + "nltk.corpus.reader.chunked": [ + { + "id": "nltk.corpus.reader.chunked.ChunkedCorpusReader.__init__", + "name": "__init__", + "lineno": 38, + "scope": "ChunkedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chunked.ChunkedCorpusReader.words", + "name": "words", + "lineno": 58, + "scope": "ChunkedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chunked.ChunkedCorpusReader.sents", + "name": "sents", + "lineno": 71, + "scope": "ChunkedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chunked.ChunkedCorpusReader.paras", + "name": "paras", + "lineno": 85, + "scope": "ChunkedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chunked.ChunkedCorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 99, + "scope": "ChunkedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chunked.ChunkedCorpusReader.tagged_sents", + "name": "tagged_sents", + "lineno": 115, + "scope": "ChunkedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chunked.ChunkedCorpusReader.tagged_paras", + "name": "tagged_paras", + "lineno": 131, + "scope": "ChunkedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chunked.ChunkedCorpusReader.chunked_words", + "name": "chunked_words", + "lineno": 147, + "scope": "ChunkedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chunked.ChunkedCorpusReader.chunked_sents", + "name": "chunked_sents", + "lineno": 165, + "scope": "ChunkedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chunked.ChunkedCorpusReader.chunked_paras", + "name": "chunked_paras", + "lineno": 183, + "scope": "ChunkedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chunked.ChunkedCorpusReader._read_block", + "name": "_read_block", + "lineno": 201, + "scope": "ChunkedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chunked.ChunkedCorpusView.__init__", + "name": "__init__", + "lineno": 206, + "scope": "ChunkedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chunked.ChunkedCorpusView.read_block", + "name": "read_block", + "lineno": 231, + "scope": "ChunkedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.chunked.ChunkedCorpusView._untag", + "name": "_untag", + "lineno": 265, + "scope": "ChunkedCorpusView", + "is_async": false + } + ], + "nltk.corpus.reader.cmudict": [ + { + "id": "nltk.corpus.reader.cmudict.CMUDictCorpusReader.entries", + "name": "entries", + "lineno": 54, + "scope": "CMUDictCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.cmudict.CMUDictCorpusReader.words", + "name": "words", + "lineno": 66, + "scope": "CMUDictCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.cmudict.CMUDictCorpusReader.dict", + "name": "dict", + "lineno": 72, + "scope": "CMUDictCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.cmudict.read_cmudict_block", + "name": "read_cmudict_block", + "lineno": 80, + "scope": null, + "is_async": false + } + ], + "nltk.corpus.reader.comparative_sents": [ + { + "id": "nltk.corpus.reader.comparative_sents.Comparison.__init__", + "name": "__init__", + "lineno": 56, + "scope": "Comparison", + "is_async": false + }, + { + "id": "nltk.corpus.reader.comparative_sents.Comparison.__repr__", + "name": "__repr__", + "lineno": 82, + "scope": "Comparison", + "is_async": false + }, + { + "id": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader.__init__", + "name": "__init__", + "lineno": 116, + "scope": "ComparativeSentencesCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader.comparisons", + "name": "comparisons", + "lineno": 138, + "scope": "ComparativeSentencesCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader.keywords", + "name": "keywords", + "lineno": 158, + "scope": "ComparativeSentencesCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader.keywords_readme", + "name": "keywords_readme", + "lineno": 177, + "scope": "ComparativeSentencesCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader.sents", + "name": "sents", + "lineno": 191, + "scope": "ComparativeSentencesCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader.words", + "name": "words", + "lineno": 208, + "scope": "ComparativeSentencesCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader._read_comparison_block", + "name": "_read_comparison_block", + "lineno": 224, + "scope": "ComparativeSentencesCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader._read_keyword_block", + "name": "_read_keyword_block", + "lineno": 277, + "scope": "ComparativeSentencesCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader._read_sent_block", + "name": "_read_sent_block", + "lineno": 283, + "scope": "ComparativeSentencesCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader._read_word_block", + "name": "_read_word_block", + "lineno": 305, + "scope": "ComparativeSentencesCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.conll": [ + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.__init__", + "name": "__init__", + "lineno": 67, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.words", + "name": "words", + "lineno": 100, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.sents", + "name": "sents", + "lineno": 104, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 108, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.tagged_words.get_tagged_words", + "name": "get_tagged_words", + "lineno": 111, + "scope": "ConllCorpusReader.tagged_words", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.tagged_sents", + "name": "tagged_sents", + "lineno": 116, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.tagged_sents.get_tagged_words", + "name": "get_tagged_words", + "lineno": 119, + "scope": "ConllCorpusReader.tagged_sents", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.chunked_words", + "name": "chunked_words", + "lineno": 124, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.chunked_words.get_chunked_words", + "name": "get_chunked_words", + "lineno": 129, + "scope": "ConllCorpusReader.chunked_words", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.chunked_sents", + "name": "chunked_sents", + "lineno": 134, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.chunked_sents.get_chunked_words", + "name": "get_chunked_words", + "lineno": 139, + "scope": "ConllCorpusReader.chunked_sents", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.parsed_sents", + "name": "parsed_sents", + "lineno": 144, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.parsed_sents.get_parsed_sent", + "name": "get_parsed_sent", + "lineno": 149, + "scope": "ConllCorpusReader.parsed_sents", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.srl_spans", + "name": "srl_spans", + "lineno": 154, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.srl_instances", + "name": "srl_instances", + "lineno": 158, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.srl_instances.get_srl_instances", + "name": "get_srl_instances", + "lineno": 163, + "scope": "ConllCorpusReader.srl_instances", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.iob_words", + "name": "iob_words", + "lineno": 171, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.iob_words.get_iob_words", + "name": "get_iob_words", + "lineno": 180, + "scope": "ConllCorpusReader.iob_words", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.iob_sents", + "name": "iob_sents", + "lineno": 185, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader.iob_sents.get_iob_words", + "name": "get_iob_words", + "lineno": 194, + "scope": "ConllCorpusReader.iob_sents", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader._grids", + "name": "_grids", + "lineno": 203, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader._read_grid_block", + "name": "_read_grid_block", + "lineno": 214, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader._get_words", + "name": "_get_words", + "lineno": 241, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader._get_tagged_words", + "name": "_get_tagged_words", + "lineno": 244, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader._get_iob_words", + "name": "_get_iob_words", + "lineno": 250, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader._get_chunked_words", + "name": "_get_chunked_words", + "lineno": 262, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader._get_parsed_sent", + "name": "_get_parsed_sent", + "lineno": 296, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_spans", + "name": "_get_srl_spans", + "lineno": 333, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_instances", + "name": "_get_srl_instances", + "lineno": 365, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader._require", + "name": "_require", + "lineno": 401, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "name": "_get_column", + "lineno": 409, + "scope": "ConllCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllSRLInstance.__init__", + "name": "__init__", + "lineno": 421, + "scope": "ConllSRLInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllSRLInstance.__repr__", + "name": "__repr__", + "lineno": 463, + "scope": "ConllSRLInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllSRLInstance.pprint", + "name": "pprint", + "lineno": 471, + "scope": "ConllSRLInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllSRLInstanceList.__init__", + "name": "__init__", + "lineno": 496, + "scope": "ConllSRLInstanceList", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllSRLInstanceList.__str__", + "name": "__str__", + "lineno": 500, + "scope": "ConllSRLInstanceList", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllSRLInstanceList.pprint", + "name": "pprint", + "lineno": 503, + "scope": "ConllSRLInstanceList", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllSRLInstanceList._tree2conll", + "name": "_tree2conll", + "lineno": 543, + "scope": "ConllSRLInstanceList", + "is_async": false + }, + { + "id": "nltk.corpus.reader.conll.ConllChunkCorpusReader.__init__", + "name": "__init__", + "lineno": 567, + "scope": "ConllChunkCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.crubadan": [ + { + "id": "nltk.corpus.reader.crubadan.CrubadanCorpusReader.__init__", + "name": "__init__", + "lineno": 37, + "scope": "CrubadanCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.crubadan.CrubadanCorpusReader.lang_freq", + "name": "lang_freq", + "lineno": 42, + "scope": "CrubadanCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.crubadan.CrubadanCorpusReader.langs", + "name": "langs", + "lineno": 51, + "scope": "CrubadanCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.crubadan.CrubadanCorpusReader.iso_to_crubadan", + "name": "iso_to_crubadan", + "lineno": 55, + "scope": "CrubadanCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.crubadan.CrubadanCorpusReader.crubadan_to_iso", + "name": "crubadan_to_iso", + "lineno": 61, + "scope": "CrubadanCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.crubadan.CrubadanCorpusReader._load_lang_mapping_data", + "name": "_load_lang_mapping_data", + "lineno": 67, + "scope": "CrubadanCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.crubadan.CrubadanCorpusReader._load_lang_ngrams", + "name": "_load_lang_ngrams", + "lineno": 83, + "scope": "CrubadanCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.dependency": [ + { + "id": "nltk.corpus.reader.dependency.DependencyCorpusReader.__init__", + "name": "__init__", + "lineno": 17, + "scope": "DependencyCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.dependency.DependencyCorpusReader.words", + "name": "words", + "lineno": 30, + "scope": "DependencyCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.dependency.DependencyCorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 38, + "scope": "DependencyCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.dependency.DependencyCorpusReader.sents", + "name": "sents", + "lineno": 46, + "scope": "DependencyCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.dependency.DependencyCorpusReader.tagged_sents", + "name": "tagged_sents", + "lineno": 54, + "scope": "DependencyCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.dependency.DependencyCorpusReader.parsed_sents", + "name": "parsed_sents", + "lineno": 62, + "scope": "DependencyCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.dependency.DependencyCorpusView.__init__", + "name": "__init__", + "lineno": 75, + "scope": "DependencyCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.dependency.DependencyCorpusView.read_block", + "name": "read_block", + "lineno": 90, + "scope": "DependencyCorpusView", + "is_async": false + } + ], + "nltk.corpus.reader.framenet": [ + { + "id": "nltk.corpus.reader.framenet.mimic_wrap", + "name": "mimic_wrap", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.mimic_wrap._", + "name": "_", + "lineno": 40, + "scope": "mimic_wrap", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._pretty_longstring", + "name": "_pretty_longstring", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._pretty_any", + "name": "_pretty_any", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._pretty_semtype", + "name": "_pretty_semtype", + "lineno": 90, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._pretty_frame_relation_type", + "name": "_pretty_frame_relation_type", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._pretty_frame_relation", + "name": "_pretty_frame_relation", + "lineno": 140, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._pretty_fe_relation", + "name": "_pretty_fe_relation", + "lineno": 155, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._pretty_lu", + "name": "_pretty_lu", + "lineno": 170, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._pretty_exemplars", + "name": "_pretty_exemplars", + "lineno": 222, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._pretty_fulltext_sentences", + "name": "_pretty_fulltext_sentences", + "lineno": 240, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._pretty_fulltext_sentence", + "name": "_pretty_fulltext_sentence", + "lineno": 262, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._pretty_pos", + "name": "_pretty_pos", + "lineno": 284, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._pretty_annotation", + "name": "_pretty_annotation", + "lineno": 331, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._annotation_ascii", + "name": "_annotation_ascii", + "lineno": 432, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._annotation_ascii_frames", + "name": "_annotation_ascii_frames", + "lineno": 450, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._annotation_ascii_FE_layer", + "name": "_annotation_ascii_FE_layer", + "lineno": 550, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._annotation_ascii_FEs", + "name": "_annotation_ascii_FEs", + "lineno": 576, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._pretty_fe", + "name": "_pretty_fe", + "lineno": 645, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._pretty_frame", + "name": "_pretty_frame", + "lineno": 688, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet._reject_unsafe_path_component", + "name": "_reject_unsafe_path_component", + "lineno": 760, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.AttrDict.__init__", + "name": "__init__", + "lineno": 798, + "scope": "AttrDict", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.AttrDict.__setattr__", + "name": "__setattr__", + "lineno": 802, + "scope": "AttrDict", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.AttrDict.__getattr__", + "name": "__getattr__", + "lineno": 805, + "scope": "AttrDict", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.AttrDict.__getitem__", + "name": "__getitem__", + "lineno": 810, + "scope": "AttrDict", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.AttrDict._short_repr", + "name": "_short_repr", + "lineno": 816, + "scope": "AttrDict", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.AttrDict._str", + "name": "_str", + "lineno": 832, + "scope": "AttrDict", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.AttrDict.__str__", + "name": "__str__", + "lineno": 875, + "scope": "AttrDict", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.AttrDict.__repr__", + "name": "__repr__", + "lineno": 878, + "scope": "AttrDict", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.SpecialList.__init__", + "name": "__init__", + "lineno": 888, + "scope": "SpecialList", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.SpecialList._str", + "name": "_str", + "lineno": 892, + "scope": "SpecialList", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.SpecialList.__str__", + "name": "__str__", + "lineno": 904, + "scope": "SpecialList", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.SpecialList.__repr__", + "name": "__repr__", + "lineno": 907, + "scope": "SpecialList", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.Future.__init__", + "name": "__init__", + "lineno": 917, + "scope": "Future", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.Future._data", + "name": "_data", + "lineno": 926, + "scope": "Future", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.Future.__nonzero__", + "name": "__nonzero__", + "lineno": 932, + "scope": "Future", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.Future.__len__", + "name": "__len__", + "lineno": 935, + "scope": "Future", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.Future.__setitem__", + "name": "__setitem__", + "lineno": 938, + "scope": "Future", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.Future.__getitem__", + "name": "__getitem__", + "lineno": 941, + "scope": "Future", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.Future.__getattr__", + "name": "__getattr__", + "lineno": 944, + "scope": "Future", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.Future.__str__", + "name": "__str__", + "lineno": 947, + "scope": "Future", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.Future.__repr__", + "name": "__repr__", + "lineno": 950, + "scope": "Future", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.PrettyDict.__init__", + "name": "__init__", + "lineno": 961, + "scope": "PrettyDict", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.PrettyDict.__repr__", + "name": "__repr__", + "lineno": 966, + "scope": "PrettyDict", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.PrettyList.__init__", + "name": "__init__", + "lineno": 984, + "scope": "PrettyList", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.PrettyList.__repr__", + "name": "__repr__", + "lineno": 989, + "scope": "PrettyList", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.PrettyLazyMap.__repr__", + "name": "__repr__", + "lineno": 1018, + "scope": "PrettyLazyMap", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.PrettyLazyIteratorList.__repr__", + "name": "__repr__", + "lineno": 1044, + "scope": "PrettyLazyIteratorList", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.PrettyLazyConcatenation.__repr__", + "name": "__repr__", + "lineno": 1070, + "scope": "PrettyLazyConcatenation", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.PrettyLazyConcatenation.__add__", + "name": "__add__", + "lineno": 1087, + "scope": "PrettyLazyConcatenation", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.PrettyLazyConcatenation.__radd__", + "name": "__radd__", + "lineno": 1091, + "scope": "PrettyLazyConcatenation", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.warnings", + "name": "warnings", + "lineno": 1118, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.__init__", + "name": "__init__", + "lineno": 1127, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.help", + "name": "help", + "lineno": 1154, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildframeindex", + "name": "_buildframeindex", + "lineno": 1238, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildcorpusindex", + "name": "_buildcorpusindex", + "lineno": 1251, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildluindex", + "name": "_buildluindex", + "lineno": 1264, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildrelationindex", + "name": "_buildrelationindex", + "lineno": 1277, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._warn", + "name": "_warn", + "lineno": 1315, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.buildindexes", + "name": "buildindexes", + "lineno": 1320, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.doc", + "name": "doc", + "lineno": 1333, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_by_id", + "name": "frame_by_id", + "lineno": 1407, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_by_name", + "name": "frame_by_name", + "lineno": 1451, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame", + "name": "frame", + "lineno": 1524, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.frames_by_lemma", + "name": "frames_by_lemma", + "lineno": 1602, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.lu_basic", + "name": "lu_basic", + "lineno": 1629, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.lu", + "name": "lu", + "lineno": 1662, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._lu_file", + "name": "_lu_file", + "lineno": 1831, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._loadsemtypes", + "name": "_loadsemtypes", + "lineno": 1871, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.propagate_semtypes", + "name": "propagate_semtypes", + "lineno": 1907, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtype", + "name": "semtype", + "lineno": 1964, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtype_inherits", + "name": "semtype_inherits", + "lineno": 1996, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.frames", + "name": "frames", + "lineno": 2008, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_ids_and_names", + "name": "frame_ids_and_names", + "lineno": 2082, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.fes", + "name": "fes", + "lineno": 2095, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.lus", + "name": "lus", + "lineno": 2147, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.lu_ids_and_names", + "name": "lu_ids_and_names", + "lineno": 2286, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.docs_metadata", + "name": "docs_metadata", + "lineno": 2300, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.docs", + "name": "docs", + "lineno": 2347, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.sents", + "name": "sents", + "lineno": 2354, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.annotations", + "name": "annotations", + "lineno": 2366, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars", + "name": "exemplars", + "lineno": 2398, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars._matching_exs", + "name": "_matching_exs", + "lineno": 2480, + "scope": "FramenetCorpusReader.exemplars", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._exemplar_of_fes", + "name": "_exemplar_of_fes", + "lineno": 2509, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.ft_sents", + "name": "ft_sents", + "lineno": 2523, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_relation_types", + "name": "frame_relation_types", + "lineno": 2531, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_relations", + "name": "frame_relations", + "lineno": 2556, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.fe_relations", + "name": "fe_relations", + "lineno": 2651, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtypes", + "name": "semtypes", + "lineno": 2693, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "name": "_load_xml_attributes", + "lineno": 2713, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._strip_tags", + "name": "_strip_tags", + "lineno": 2757, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_elt", + "name": "_handle_elt", + "lineno": 2800, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextindex_elt", + "name": "_handle_fulltextindex_elt", + "lineno": 2804, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "name": "_handle_frame_elt", + "lineno": 2837, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fecoreset_elt", + "name": "_handle_fecoreset_elt", + "lineno": 2908, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framerelationtype_elt", + "name": "_handle_framerelationtype_elt", + "lineno": 2917, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framerelation_elt", + "name": "_handle_framerelation_elt", + "lineno": 2933, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextannotation_elt", + "name": "_handle_fulltextannotation_elt", + "lineno": 2949, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltext_sentence_elt", + "name": "_handle_fulltext_sentence_elt", + "lineno": 2968, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextannotationset_elt", + "name": "_handle_fulltextannotationset_elt", + "lineno": 3017, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextlayer_elt", + "name": "_handle_fulltextlayer_elt", + "lineno": 3034, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framelexunit_elt", + "name": "_handle_framelexunit_elt", + "lineno": 3048, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lexunit_elt", + "name": "_handle_lexunit_elt", + "lineno": 3082, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lusubcorpus_elt", + "name": "_handle_lusubcorpus_elt", + "lineno": 3119, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lusentence_elt", + "name": "_handle_lusentence_elt", + "lineno": 3137, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_luannotationset_elt", + "name": "_handle_luannotationset_elt", + "lineno": 3183, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lulayer_elt", + "name": "_handle_lulayer_elt", + "lineno": 3291, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fe_elt", + "name": "_handle_fe_elt", + "lineno": 3304, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_semtype_elt", + "name": "_handle_semtype_elt", + "lineno": 3326, + "scope": "FramenetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.framenet.demo", + "name": "demo", + "lineno": 3346, + "scope": null, + "is_async": false + } + ], + "nltk.corpus.reader.ieer": [ + { + "id": "nltk.corpus.reader.ieer.IEERDocument.__init__", + "name": "__init__", + "lineno": 43, + "scope": "IEERDocument", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ieer.IEERDocument.__repr__", + "name": "__repr__", + "lineno": 50, + "scope": "IEERDocument", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ieer.IEERCorpusReader.docs", + "name": "docs", + "lineno": 66, + "scope": "IEERCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ieer.IEERCorpusReader.parsed_docs", + "name": "parsed_docs", + "lineno": 74, + "scope": "IEERCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ieer.IEERCorpusReader._read_parsed_block", + "name": "_read_parsed_block", + "lineno": 82, + "scope": "IEERCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ieer.IEERCorpusReader._parse", + "name": "_parse", + "lineno": 90, + "scope": "IEERCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ieer.IEERCorpusReader._read_block", + "name": "_read_block", + "lineno": 97, + "scope": "IEERCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.indian": [ + { + "id": "nltk.corpus.reader.indian.IndianCorpusReader.words", + "name": "words", + "lineno": 31, + "scope": "IndianCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.indian.IndianCorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 39, + "scope": "IndianCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.indian.IndianCorpusReader.sents", + "name": "sents", + "lineno": 51, + "scope": "IndianCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.indian.IndianCorpusReader.tagged_sents", + "name": "tagged_sents", + "lineno": 59, + "scope": "IndianCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.indian.IndianCorpusView.__init__", + "name": "__init__", + "lineno": 73, + "scope": "IndianCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.indian.IndianCorpusView.read_block", + "name": "read_block", + "lineno": 81, + "scope": "IndianCorpusView", + "is_async": false + } + ], + "nltk.corpus.reader.ipipan": [ + { + "id": "nltk.corpus.reader.ipipan._parse_args", + "name": "_parse_args", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan._parse_args.decorator", + "name": "decorator", + "lineno": 16, + "scope": "_parse_args", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.__init__", + "name": "__init__", + "lineno": 61, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.channels", + "name": "channels", + "lineno": 64, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.domains", + "name": "domains", + "lineno": 69, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.categories", + "name": "categories", + "lineno": 74, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.fileids", + "name": "fileids", + "lineno": 81, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.sents", + "name": "sents", + "lineno": 105, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.paras", + "name": "paras", + "lineno": 116, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.words", + "name": "words", + "lineno": 127, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.tagged_sents", + "name": "tagged_sents", + "lineno": 136, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.tagged_paras", + "name": "tagged_paras", + "lineno": 145, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 154, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_morph_files", + "name": "_list_morph_files", + "lineno": 159, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_header_files", + "name": "_list_header_files", + "lineno": 162, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._parse_header", + "name": "_parse_header", + "lineno": 168, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_morph_files_by", + "name": "_list_morph_files_by", + "lineno": 176, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._get_tag", + "name": "_get_tag", + "lineno": 189, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._map_category", + "name": "_map_category", + "lineno": 201, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._view", + "name": "_view", + "lineno": 208, + "scope": "IPIPANCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusView.__init__", + "name": "__init__", + "lineno": 248, + "scope": "IPIPANCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusView.read_block", + "name": "read_block", + "lineno": 262, + "scope": "IPIPANCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusView._read_data", + "name": "_read_data", + "lineno": 340, + "scope": "IPIPANCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusView._seek", + "name": "_seek", + "lineno": 347, + "scope": "IPIPANCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusView._append_space", + "name": "_append_space", + "lineno": 350, + "scope": "IPIPANCorpusView", + "is_async": false + } + ], + "nltk.corpus.reader.knbc": [ + { + "id": "nltk.corpus.reader.knbc.KNBCorpusReader.__init__", + "name": "__init__", + "lineno": 55, + "scope": "KNBCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.knbc.KNBCorpusReader._read_block", + "name": "_read_block", + "lineno": 64, + "scope": "KNBCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.knbc.KNBCorpusReader._word", + "name": "_word", + "lineno": 68, + "scope": "KNBCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.knbc.KNBCorpusReader._tag", + "name": "_tag", + "lineno": 79, + "scope": "KNBCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.knbc.KNBCorpusReader._parse", + "name": "_parse", + "lineno": 90, + "scope": "KNBCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.knbc.demo", + "name": "demo", + "lineno": 132, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.knbc.demo._knbc_fileids_sort", + "name": "_knbc_fileids_sort", + "lineno": 143, + "scope": "demo", + "is_async": false + }, + { + "id": "nltk.corpus.reader.knbc.test", + "name": "test", + "lineno": 173, + "scope": null, + "is_async": false + } + ], + "nltk.corpus.reader.lin": [ + { + "id": "nltk.corpus.reader.lin.LinThesaurusCorpusReader.__defaultdict_factory", + "name": "__defaultdict_factory", + "lineno": 23, + "scope": "LinThesaurusCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.lin.LinThesaurusCorpusReader.__init__", + "name": "__init__", + "lineno": 27, + "scope": "LinThesaurusCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.lin.LinThesaurusCorpusReader.similarity", + "name": "similarity", + "lineno": 63, + "scope": "LinThesaurusCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.lin.LinThesaurusCorpusReader.scored_synonyms", + "name": "scored_synonyms", + "lineno": 102, + "scope": "LinThesaurusCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.lin.LinThesaurusCorpusReader.synonyms", + "name": "synonyms", + "lineno": 122, + "scope": "LinThesaurusCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.lin.LinThesaurusCorpusReader.__contains__", + "name": "__contains__", + "lineno": 141, + "scope": "LinThesaurusCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.lin.demo", + "name": "demo", + "lineno": 161, + "scope": null, + "is_async": false + } + ], + "nltk.corpus.reader.markdown": [ + { + "id": "nltk.corpus.reader.markdown.comma_separated_string_args", + "name": "comma_separated_string_args", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.comma_separated_string_args.wrapper", + "name": "wrapper", + "lineno": 18, + "scope": "comma_separated_string_args", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.read_parse_blankline_block", + "name": "read_parse_blankline_block", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.MarkdownBlock.__init__", + "name": "__init__", + "lineno": 43, + "scope": "MarkdownBlock", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.MarkdownBlock.__repr__", + "name": "__repr__", + "lineno": 47, + "scope": "MarkdownBlock", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.MarkdownBlock.__str__", + "name": "__str__", + "lineno": 50, + "scope": "MarkdownBlock", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.MarkdownBlock.raw", + "name": "raw", + "lineno": 57, + "scope": "MarkdownBlock", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.MarkdownBlock.words", + "name": "words", + "lineno": 61, + "scope": "MarkdownBlock", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.MarkdownBlock.sents", + "name": "sents", + "lineno": 65, + "scope": "MarkdownBlock", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.MarkdownBlock.paras", + "name": "paras", + "lineno": 69, + "scope": "MarkdownBlock", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CodeBlock.__init__", + "name": "__init__", + "lineno": 77, + "scope": "CodeBlock", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CodeBlock.sents", + "name": "sents", + "lineno": 82, + "scope": "CodeBlock", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CodeBlock.lines", + "name": "lines", + "lineno": 86, + "scope": "CodeBlock", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CodeBlock.paras", + "name": "paras", + "lineno": 90, + "scope": "CodeBlock", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.MarkdownSection.__init__", + "name": "__init__", + "lineno": 98, + "scope": "MarkdownSection", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.MarkdownCorpusReader.__init__", + "name": "__init__", + "lineno": 110, + "scope": "MarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.MarkdownCorpusReader._read_word_block", + "name": "_read_word_block", + "lineno": 126, + "scope": "MarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.__init__", + "name": "__init__", + "lineno": 142, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.categories", + "name": "categories", + "lineno": 166, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.fileids", + "name": "fileids", + "lineno": 170, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.raw", + "name": "raw", + "lineno": 179, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.words", + "name": "words", + "lineno": 183, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.sents", + "name": "sents", + "lineno": 187, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.paras", + "name": "paras", + "lineno": 191, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.concatenated_view", + "name": "concatenated_view", + "lineno": 196, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.metadata_reader", + "name": "metadata_reader", + "lineno": 206, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.metadata", + "name": "metadata", + "lineno": 216, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.blockquote_reader", + "name": "blockquote_reader", + "lineno": 219, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.blockquotes", + "name": "blockquotes", + "lineno": 240, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.code_block_reader", + "name": "code_block_reader", + "lineno": 243, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.code_blocks", + "name": "code_blocks", + "lineno": 254, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.image_reader", + "name": "image_reader", + "lineno": 257, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.images", + "name": "images", + "lineno": 272, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.link_reader", + "name": "link_reader", + "lineno": 275, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.links", + "name": "links", + "lineno": 290, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.list_reader", + "name": "list_reader", + "lineno": 293, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.lists", + "name": "lists", + "lineno": 317, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.section_reader", + "name": "section_reader", + "lineno": 320, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.sections", + "name": "sections", + "lineno": 343, + "scope": "CategorizedMarkdownCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.mte": [ + { + "id": "nltk.corpus.reader.mte.xpath", + "name": "xpath", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTECorpusView.__init__", + "name": "__init__", + "lineno": 22, + "scope": "MTECorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTECorpusView.read_block", + "name": "read_block", + "lineno": 25, + "scope": "MTECorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader.__init__", + "name": "__init__", + "lineno": 51, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader._word_elt", + "name": "_word_elt", + "lineno": 55, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader._sent_elt", + "name": "_sent_elt", + "lineno": 59, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader._para_elt", + "name": "_para_elt", + "lineno": 63, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader._tagged_word_elt", + "name": "_tagged_word_elt", + "lineno": 67, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader._tagged_sent_elt", + "name": "_tagged_sent_elt", + "lineno": 89, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader._tagged_para_elt", + "name": "_tagged_para_elt", + "lineno": 98, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader._lemma_word_elt", + "name": "_lemma_word_elt", + "lineno": 107, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader._lemma_sent_elt", + "name": "_lemma_sent_elt", + "lineno": 114, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader._lemma_para_elt", + "name": "_lemma_para_elt", + "lineno": 118, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader.words", + "name": "words", + "lineno": 121, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader.sents", + "name": "sents", + "lineno": 126, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader.paras", + "name": "paras", + "lineno": 131, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader.lemma_words", + "name": "lemma_words", + "lineno": 136, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader.tagged_words", + "name": "tagged_words", + "lineno": 141, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader.lemma_sents", + "name": "lemma_sents", + "lineno": 148, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader.tagged_sents", + "name": "tagged_sents", + "lineno": 153, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader.lemma_paras", + "name": "lemma_paras", + "lineno": 160, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader.tagged_paras", + "name": "tagged_paras", + "lineno": 165, + "scope": "MTEFileReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTETagConverter.msd_to_universal", + "name": "msd_to_universal", + "lineno": 195, + "scope": "MTETagConverter", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTECorpusReader.__init__", + "name": "__init__", + "lineno": 217, + "scope": "MTECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTECorpusReader.__fileids", + "name": "__fileids", + "lineno": 232, + "scope": "MTECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTECorpusReader.words", + "name": "words", + "lineno": 245, + "scope": "MTECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTECorpusReader.sents", + "name": "sents", + "lineno": 258, + "scope": "MTECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTECorpusReader.paras", + "name": "paras", + "lineno": 272, + "scope": "MTECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTECorpusReader.lemma_words", + "name": "lemma_words", + "lineno": 286, + "scope": "MTECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTECorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 300, + "scope": "MTECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTECorpusReader.lemma_sents", + "name": "lemma_sents", + "lineno": 323, + "scope": "MTECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTECorpusReader.tagged_sents", + "name": "tagged_sents", + "lineno": 338, + "scope": "MTECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTECorpusReader.lemma_paras", + "name": "lemma_paras", + "lineno": 361, + "scope": "MTECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.mte.MTECorpusReader.tagged_paras", + "name": "tagged_paras", + "lineno": 376, + "scope": "MTECorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.nkjp": [ + { + "id": "nltk.corpus.reader.nkjp._parse_args", + "name": "_parse_args", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp._parse_args.decorator", + "name": "decorator", + "lineno": 24, + "scope": "_parse_args", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpusReader.__init__", + "name": "__init__", + "lineno": 38, + "scope": "NKJPCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpusReader.get_paths", + "name": "get_paths", + "lineno": 64, + "scope": "NKJPCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpusReader.fileids", + "name": "fileids", + "lineno": 70, + "scope": "NKJPCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpusReader._view", + "name": "_view", + "lineno": 77, + "scope": "NKJPCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpusReader.add_root", + "name": "add_root", + "lineno": 96, + "scope": "NKJPCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpusReader.header", + "name": "header", + "lineno": 132, + "scope": "NKJPCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpusReader.sents", + "name": "sents", + "lineno": 146, + "scope": "NKJPCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpusReader.words", + "name": "words", + "lineno": 160, + "scope": "NKJPCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 175, + "scope": "NKJPCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpusReader.raw", + "name": "raw", + "lineno": 194, + "scope": "NKJPCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Header_View.__init__", + "name": "__init__", + "lineno": 209, + "scope": "NKJPCorpus_Header_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Header_View.handle_query", + "name": "handle_query", + "lineno": 218, + "scope": "NKJPCorpus_Header_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Header_View.handle_elt", + "name": "handle_elt", + "lineno": 229, + "scope": "NKJPCorpus_Header_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.XML_Tool.__init__", + "name": "__init__", + "lineno": 277, + "scope": "XML_Tool", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.XML_Tool.build_preprocessed_file", + "name": "build_preprocessed_file", + "lineno": 281, + "scope": "XML_Tool", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.XML_Tool.remove_preprocessed_file", + "name": "remove_preprocessed_file", + "lineno": 306, + "scope": "XML_Tool", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.__init__", + "name": "__init__", + "lineno": 316, + "scope": "NKJPCorpus_Segmentation_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.get_segm_id", + "name": "get_segm_id", + "lineno": 330, + "scope": "NKJPCorpus_Segmentation_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.get_sent_beg", + "name": "get_sent_beg", + "lineno": 333, + "scope": "NKJPCorpus_Segmentation_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.get_sent_end", + "name": "get_sent_end", + "lineno": 337, + "scope": "NKJPCorpus_Segmentation_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.get_sentences", + "name": "get_sentences", + "lineno": 342, + "scope": "NKJPCorpus_Segmentation_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.remove_choice", + "name": "remove_choice", + "lineno": 350, + "scope": "NKJPCorpus_Segmentation_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.handle_query", + "name": "handle_query", + "lineno": 364, + "scope": "NKJPCorpus_Segmentation_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.handle_elt", + "name": "handle_elt", + "lineno": 382, + "scope": "NKJPCorpus_Segmentation_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Text_View.__init__", + "name": "__init__", + "lineno": 398, + "scope": "NKJPCorpus_Text_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Text_View.handle_query", + "name": "handle_query", + "lineno": 409, + "scope": "NKJPCorpus_Text_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Text_View.read_block", + "name": "read_block", + "lineno": 420, + "scope": "NKJPCorpus_Text_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Text_View.get_segm_id", + "name": "get_segm_id", + "lineno": 434, + "scope": "NKJPCorpus_Text_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Text_View.handle_elt", + "name": "handle_elt", + "lineno": 439, + "scope": "NKJPCorpus_Text_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Morph_View.__init__", + "name": "__init__", + "lineno": 452, + "scope": "NKJPCorpus_Morph_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Morph_View.handle_query", + "name": "handle_query", + "lineno": 460, + "scope": "NKJPCorpus_Morph_View", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Morph_View.handle_elt", + "name": "handle_elt", + "lineno": 478, + "scope": "NKJPCorpus_Morph_View", + "is_async": false + } + ], + "nltk.corpus.reader.nombank": [ + { + "id": "nltk.corpus.reader.nombank.NombankCorpusReader.__init__", + "name": "__init__", + "lineno": 32, + "scope": "NombankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankCorpusReader.instances", + "name": "instances", + "lineno": 70, + "scope": "NombankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankCorpusReader.lines", + "name": "lines", + "lineno": 84, + "scope": "NombankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankCorpusReader.roleset", + "name": "roleset", + "lineno": 95, + "scope": "NombankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankCorpusReader.rolesets", + "name": "rolesets", + "lineno": 117, + "scope": "NombankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankCorpusReader.nouns", + "name": "nouns", + "lineno": 138, + "scope": "NombankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankCorpusReader._read_instance_block", + "name": "_read_instance_block", + "lineno": 149, + "scope": "NombankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankInstance.__init__", + "name": "__init__", + "lineno": 171, + "scope": "NombankInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankInstance.roleset", + "name": "roleset", + "lineno": 221, + "scope": "NombankInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankInstance.__repr__", + "name": "__repr__", + "lineno": 229, + "scope": "NombankInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankInstance.__str__", + "name": "__str__", + "lineno": 236, + "scope": "NombankInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankInstance._get_tree", + "name": "_get_tree", + "lineno": 249, + "scope": "NombankInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankInstance.parse", + "name": "parse", + "lineno": 264, + "scope": "NombankInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankPointer.__init__", + "name": "__init__", + "lineno": 325, + "scope": "NombankPointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankChainTreePointer.__init__", + "name": "__init__", + "lineno": 331, + "scope": "NombankChainTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankChainTreePointer.__str__", + "name": "__str__", + "lineno": 337, + "scope": "NombankChainTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankChainTreePointer.__repr__", + "name": "__repr__", + "lineno": 340, + "scope": "NombankChainTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankChainTreePointer.select", + "name": "select", + "lineno": 343, + "scope": "NombankChainTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankSplitTreePointer.__init__", + "name": "__init__", + "lineno": 350, + "scope": "NombankSplitTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankSplitTreePointer.__str__", + "name": "__str__", + "lineno": 355, + "scope": "NombankSplitTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankSplitTreePointer.__repr__", + "name": "__repr__", + "lineno": 358, + "scope": "NombankSplitTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankSplitTreePointer.select", + "name": "select", + "lineno": 361, + "scope": "NombankSplitTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankTreePointer.__init__", + "name": "__init__", + "lineno": 375, + "scope": "NombankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankTreePointer.parse", + "name": "parse", + "lineno": 380, + "scope": "NombankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankTreePointer.__str__", + "name": "__str__", + "lineno": 401, + "scope": "NombankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankTreePointer.__repr__", + "name": "__repr__", + "lineno": 404, + "scope": "NombankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankTreePointer.__eq__", + "name": "__eq__", + "lineno": 407, + "scope": "NombankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankTreePointer.__ne__", + "name": "__ne__", + "lineno": 416, + "scope": "NombankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankTreePointer.__lt__", + "name": "__lt__", + "lineno": 419, + "scope": "NombankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankTreePointer.select", + "name": "select", + "lineno": 428, + "scope": "NombankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nombank.NombankTreePointer.treepos", + "name": "treepos", + "lineno": 433, + "scope": "NombankTreePointer", + "is_async": false + } + ], + "nltk.corpus.reader.nps_chat": [ + { + "id": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader.__init__", + "name": "__init__", + "lineno": 20, + "scope": "NPSChatCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader.xml_posts", + "name": "xml_posts", + "lineno": 24, + "scope": "NPSChatCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader.posts", + "name": "posts", + "lineno": 40, + "scope": "NPSChatCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader.tagged_posts", + "name": "tagged_posts", + "lineno": 50, + "scope": "NPSChatCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader.tagged_posts.reader", + "name": "reader", + "lineno": 51, + "scope": "NPSChatCorpusReader.tagged_posts", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader.words", + "name": "words", + "lineno": 61, + "scope": "NPSChatCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 64, + "scope": "NPSChatCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader._wrap_elt", + "name": "_wrap_elt", + "lineno": 67, + "scope": "NPSChatCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader._elt_to_words", + "name": "_elt_to_words", + "lineno": 70, + "scope": "NPSChatCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader._elt_to_tagged_words", + "name": "_elt_to_tagged_words", + "lineno": 73, + "scope": "NPSChatCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader._simplify_username", + "name": "_simplify_username", + "lineno": 85, + "scope": "NPSChatCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.opinion_lexicon": [ + { + "id": "nltk.corpus.reader.opinion_lexicon.IgnoreReadmeCorpusView.__init__", + "name": "__init__", + "lineno": 43, + "scope": "IgnoreReadmeCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.opinion_lexicon.OpinionLexiconCorpusReader.words", + "name": "words", + "lineno": 79, + "scope": "OpinionLexiconCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.opinion_lexicon.OpinionLexiconCorpusReader.positive", + "name": "positive", + "lineno": 100, + "scope": "OpinionLexiconCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.opinion_lexicon.OpinionLexiconCorpusReader.negative", + "name": "negative", + "lineno": 109, + "scope": "OpinionLexiconCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.opinion_lexicon.OpinionLexiconCorpusReader._read_word_block", + "name": "_read_word_block", + "lineno": 118, + "scope": "OpinionLexiconCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.panlex_lite": [ + { + "id": "nltk.corpus.reader.panlex_lite.PanLexLiteCorpusReader.__init__", + "name": "__init__", + "lineno": 45, + "scope": "PanLexLiteCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.panlex_lite.PanLexLiteCorpusReader.language_varieties", + "name": "language_varieties", + "lineno": 55, + "scope": "PanLexLiteCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.panlex_lite.PanLexLiteCorpusReader.meanings", + "name": "meanings", + "lineno": 74, + "scope": "PanLexLiteCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.panlex_lite.PanLexLiteCorpusReader.translations", + "name": "translations", + "lineno": 108, + "scope": "PanLexLiteCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.panlex_lite.Meaning.__init__", + "name": "__init__", + "lineno": 135, + "scope": "Meaning", + "is_async": false + }, + { + "id": "nltk.corpus.reader.panlex_lite.Meaning.id", + "name": "id", + "lineno": 139, + "scope": "Meaning", + "is_async": false + }, + { + "id": "nltk.corpus.reader.panlex_lite.Meaning.quality", + "name": "quality", + "lineno": 146, + "scope": "Meaning", + "is_async": false + }, + { + "id": "nltk.corpus.reader.panlex_lite.Meaning.source", + "name": "source", + "lineno": 153, + "scope": "Meaning", + "is_async": false + }, + { + "id": "nltk.corpus.reader.panlex_lite.Meaning.source_group", + "name": "source_group", + "lineno": 160, + "scope": "Meaning", + "is_async": false + }, + { + "id": "nltk.corpus.reader.panlex_lite.Meaning.expressions", + "name": "expressions", + "lineno": 167, + "scope": "Meaning", + "is_async": false + } + ], + "nltk.corpus.reader.panlex_swadesh": [ + { + "id": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader.__init__", + "name": "__init__", + "lineno": 43, + "scope": "PanlexSwadeshCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader.license", + "name": "license", + "lineno": 50, + "scope": "PanlexSwadeshCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader.language_codes", + "name": "language_codes", + "lineno": 53, + "scope": "PanlexSwadeshCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader.get_languages", + "name": "get_languages", + "lineno": 56, + "scope": "PanlexSwadeshCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader.get_macrolanguages", + "name": "get_macrolanguages", + "lineno": 62, + "scope": "PanlexSwadeshCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader.words_by_lang", + "name": "words_by_lang", + "lineno": 68, + "scope": "PanlexSwadeshCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader.words_by_iso639", + "name": "words_by_iso639", + "lineno": 75, + "scope": "PanlexSwadeshCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader.entries", + "name": "entries", + "lineno": 87, + "scope": "PanlexSwadeshCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.pl196x": [ + { + "id": "nltk.corpus.reader.pl196x.TEICorpusView.__init__", + "name": "__init__", + "lineno": 24, + "scope": "TEICorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pl196x.TEICorpusView.read_block", + "name": "read_block", + "lineno": 44, + "scope": "TEICorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pl196x.TEICorpusView._parse_tag", + "name": "_parse_tag", + "lineno": 83, + "scope": "TEICorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.__init__", + "name": "__init__", + "lineno": 95, + "scope": "Pl196xCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pl196x.Pl196xCorpusReader._init_textids", + "name": "_init_textids", + "lineno": 106, + "scope": "Pl196xCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pl196x.Pl196xCorpusReader._add_textids", + "name": "_add_textids", + "lineno": 122, + "scope": "Pl196xCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pl196x.Pl196xCorpusReader._resolve", + "name": "_resolve", + "lineno": 126, + "scope": "Pl196xCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.decode_tag", + "name": "decode_tag", + "lineno": 158, + "scope": "Pl196xCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.textids", + "name": "textids", + "lineno": 162, + "scope": "Pl196xCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.words", + "name": "words", + "lineno": 178, + "scope": "Pl196xCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.sents", + "name": "sents", + "lineno": 213, + "scope": "Pl196xCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.paras", + "name": "paras", + "lineno": 244, + "scope": "Pl196xCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 275, + "scope": "Pl196xCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_sents", + "name": "tagged_sents", + "lineno": 306, + "scope": "Pl196xCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_paras", + "name": "tagged_paras", + "lineno": 337, + "scope": "Pl196xCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.xml", + "name": "xml", + "lineno": 368, + "scope": "Pl196xCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.plaintext": [ + { + "id": "nltk.corpus.reader.plaintext.PlaintextCorpusReader.__init__", + "name": "__init__", + "lineno": 37, + "scope": "PlaintextCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.plaintext.PlaintextCorpusReader.words", + "name": "words", + "lineno": 67, + "scope": "PlaintextCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.plaintext.PlaintextCorpusReader.sents", + "name": "sents", + "lineno": 80, + "scope": "PlaintextCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.plaintext.PlaintextCorpusReader.paras", + "name": "paras", + "lineno": 100, + "scope": "PlaintextCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.plaintext.PlaintextCorpusReader._read_word_block", + "name": "_read_word_block", + "lineno": 120, + "scope": "PlaintextCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.plaintext.PlaintextCorpusReader._read_sent_block", + "name": "_read_sent_block", + "lineno": 126, + "scope": "PlaintextCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.plaintext.PlaintextCorpusReader._read_para_block", + "name": "_read_para_block", + "lineno": 137, + "scope": "PlaintextCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.plaintext.CategorizedPlaintextCorpusReader.__init__", + "name": "__init__", + "lineno": 155, + "scope": "CategorizedPlaintextCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.plaintext.PortugueseCategorizedPlaintextCorpusReader.__init__", + "name": "__init__", + "lineno": 177, + "scope": "PortugueseCategorizedPlaintextCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.plaintext.EuroparlCorpusReader._read_word_block", + "name": "_read_word_block", + "lineno": 202, + "scope": "EuroparlCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.plaintext.EuroparlCorpusReader._read_sent_block", + "name": "_read_sent_block", + "lineno": 208, + "scope": "EuroparlCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.plaintext.EuroparlCorpusReader._read_para_block", + "name": "_read_para_block", + "lineno": 214, + "scope": "EuroparlCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.plaintext.EuroparlCorpusReader.chapters", + "name": "chapters", + "lineno": 220, + "scope": "EuroparlCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.plaintext.EuroparlCorpusReader.paras", + "name": "paras", + "lineno": 234, + "scope": "EuroparlCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.ppattach": [ + { + "id": "nltk.corpus.reader.ppattach.PPAttachment.__init__", + "name": "__init__", + "lineno": 46, + "scope": "PPAttachment", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ppattach.PPAttachment.__repr__", + "name": "__repr__", + "lineno": 54, + "scope": "PPAttachment", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ppattach.PPAttachmentCorpusReader.attachments", + "name": "attachments", + "lineno": 67, + "scope": "PPAttachmentCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ppattach.PPAttachmentCorpusReader.tuples", + "name": "tuples", + "lineno": 75, + "scope": "PPAttachmentCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ppattach.PPAttachmentCorpusReader._read_tuple_block", + "name": "_read_tuple_block", + "lineno": 83, + "scope": "PPAttachmentCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ppattach.PPAttachmentCorpusReader._read_obj_block", + "name": "_read_obj_block", + "lineno": 90, + "scope": "PPAttachmentCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.propbank": [ + { + "id": "nltk.corpus.reader.propbank.PropbankCorpusReader.__init__", + "name": "__init__", + "lineno": 32, + "scope": "PropbankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankCorpusReader.instances", + "name": "instances", + "lineno": 70, + "scope": "PropbankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankCorpusReader.lines", + "name": "lines", + "lineno": 84, + "scope": "PropbankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankCorpusReader.roleset", + "name": "roleset", + "lineno": 95, + "scope": "PropbankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankCorpusReader.rolesets", + "name": "rolesets", + "lineno": 113, + "scope": "PropbankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankCorpusReader.verbs", + "name": "verbs", + "lineno": 134, + "scope": "PropbankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankCorpusReader._read_instance_block", + "name": "_read_instance_block", + "lineno": 145, + "scope": "PropbankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankInstance.__init__", + "name": "__init__", + "lineno": 167, + "scope": "PropbankInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankInstance.baseform", + "name": "baseform", + "lineno": 221, + "scope": "PropbankInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankInstance.sensenumber", + "name": "sensenumber", + "lineno": 226, + "scope": "PropbankInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankInstance.predid", + "name": "predid", + "lineno": 231, + "scope": "PropbankInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankInstance.__repr__", + "name": "__repr__", + "lineno": 235, + "scope": "PropbankInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankInstance.__str__", + "name": "__str__", + "lineno": 242, + "scope": "PropbankInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankInstance._get_tree", + "name": "_get_tree", + "lineno": 256, + "scope": "PropbankInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankInstance.parse", + "name": "parse", + "lineno": 271, + "scope": "PropbankInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankPointer.__init__", + "name": "__init__", + "lineno": 332, + "scope": "PropbankPointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankChainTreePointer.__init__", + "name": "__init__", + "lineno": 338, + "scope": "PropbankChainTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankChainTreePointer.__str__", + "name": "__str__", + "lineno": 344, + "scope": "PropbankChainTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankChainTreePointer.__repr__", + "name": "__repr__", + "lineno": 347, + "scope": "PropbankChainTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankChainTreePointer.select", + "name": "select", + "lineno": 350, + "scope": "PropbankChainTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankSplitTreePointer.__init__", + "name": "__init__", + "lineno": 357, + "scope": "PropbankSplitTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankSplitTreePointer.__str__", + "name": "__str__", + "lineno": 362, + "scope": "PropbankSplitTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankSplitTreePointer.__repr__", + "name": "__repr__", + "lineno": 365, + "scope": "PropbankSplitTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankSplitTreePointer.select", + "name": "select", + "lineno": 368, + "scope": "PropbankSplitTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankTreePointer.__init__", + "name": "__init__", + "lineno": 382, + "scope": "PropbankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankTreePointer.parse", + "name": "parse", + "lineno": 387, + "scope": "PropbankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankTreePointer.__str__", + "name": "__str__", + "lineno": 408, + "scope": "PropbankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankTreePointer.__repr__", + "name": "__repr__", + "lineno": 411, + "scope": "PropbankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankTreePointer.__eq__", + "name": "__eq__", + "lineno": 414, + "scope": "PropbankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankTreePointer.__ne__", + "name": "__ne__", + "lineno": 423, + "scope": "PropbankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankTreePointer.__lt__", + "name": "__lt__", + "lineno": 426, + "scope": "PropbankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankTreePointer.select", + "name": "select", + "lineno": 435, + "scope": "PropbankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankTreePointer.treepos", + "name": "treepos", + "lineno": 440, + "scope": "PropbankTreePointer", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankInflection.__init__", + "name": "__init__", + "lineno": 498, + "scope": "PropbankInflection", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankInflection.__str__", + "name": "__str__", + "lineno": 505, + "scope": "PropbankInflection", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankInflection.__repr__", + "name": "__repr__", + "lineno": 508, + "scope": "PropbankInflection", + "is_async": false + }, + { + "id": "nltk.corpus.reader.propbank.PropbankInflection.parse", + "name": "parse", + "lineno": 514, + "scope": "PropbankInflection", + "is_async": false + } + ], + "nltk.corpus.reader.pros_cons": [ + { + "id": "nltk.corpus.reader.pros_cons.ProsConsCorpusReader.__init__", + "name": "__init__", + "lineno": 49, + "scope": "ProsConsCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pros_cons.ProsConsCorpusReader.sents", + "name": "sents", + "lineno": 70, + "scope": "ProsConsCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pros_cons.ProsConsCorpusReader.words", + "name": "words", + "lineno": 94, + "scope": "ProsConsCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pros_cons.ProsConsCorpusReader._read_sent_block", + "name": "_read_sent_block", + "lineno": 118, + "scope": "ProsConsCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.pros_cons.ProsConsCorpusReader._read_word_block", + "name": "_read_word_block", + "lineno": 129, + "scope": "ProsConsCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.reviews": [ + { + "id": "nltk.corpus.reader.reviews.Review.__init__", + "name": "__init__", + "lineno": 88, + "scope": "Review", + "is_async": false + }, + { + "id": "nltk.corpus.reader.reviews.Review.add_line", + "name": "add_line", + "lineno": 99, + "scope": "Review", + "is_async": false + }, + { + "id": "nltk.corpus.reader.reviews.Review.features", + "name": "features", + "lineno": 108, + "scope": "Review", + "is_async": false + }, + { + "id": "nltk.corpus.reader.reviews.Review.sents", + "name": "sents", + "lineno": 121, + "scope": "Review", + "is_async": false + }, + { + "id": "nltk.corpus.reader.reviews.Review.__repr__", + "name": "__repr__", + "lineno": 130, + "scope": "Review", + "is_async": false + }, + { + "id": "nltk.corpus.reader.reviews.ReviewLine.__init__", + "name": "__init__", + "lineno": 142, + "scope": "ReviewLine", + "is_async": false + }, + { + "id": "nltk.corpus.reader.reviews.ReviewLine.__repr__", + "name": "__repr__", + "lineno": 154, + "scope": "ReviewLine", + "is_async": false + }, + { + "id": "nltk.corpus.reader.reviews.ReviewsCorpusReader.__init__", + "name": "__init__", + "lineno": 194, + "scope": "ReviewsCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.reviews.ReviewsCorpusReader.features", + "name": "features", + "lineno": 209, + "scope": "ReviewsCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.reviews.ReviewsCorpusReader.reviews", + "name": "reviews", + "lineno": 230, + "scope": "ReviewsCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.reviews.ReviewsCorpusReader.sents", + "name": "sents", + "lineno": 248, + "scope": "ReviewsCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.reviews.ReviewsCorpusReader.words", + "name": "words", + "lineno": 265, + "scope": "ReviewsCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.reviews.ReviewsCorpusReader._read_features", + "name": "_read_features", + "lineno": 282, + "scope": "ReviewsCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.reviews.ReviewsCorpusReader._read_review_block", + "name": "_read_review_block", + "lineno": 291, + "scope": "ReviewsCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.reviews.ReviewsCorpusReader._read_sent_block", + "name": "_read_sent_block", + "lineno": 324, + "scope": "ReviewsCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.reviews.ReviewsCorpusReader._read_word_block", + "name": "_read_word_block", + "lineno": 330, + "scope": "ReviewsCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.rte": [ + { + "id": "nltk.corpus.reader.rte.norm", + "name": "norm", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.rte.RTEPair.__init__", + "name": "__init__", + "lineno": 63, + "scope": "RTEPair", + "is_async": false + }, + { + "id": "nltk.corpus.reader.rte.RTEPair.__repr__", + "name": "__repr__", + "lineno": 104, + "scope": "RTEPair", + "is_async": false + }, + { + "id": "nltk.corpus.reader.rte.RTECorpusReader._read_etree", + "name": "_read_etree", + "lineno": 119, + "scope": "RTECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.rte.RTECorpusReader.pairs", + "name": "pairs", + "lineno": 136, + "scope": "RTECorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.semcor": [ + { + "id": "nltk.corpus.reader.semcor.SemcorCorpusReader.__init__", + "name": "__init__", + "lineno": 27, + "scope": "SemcorCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.semcor.SemcorCorpusReader.words", + "name": "words", + "lineno": 32, + "scope": "SemcorCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.semcor.SemcorCorpusReader.chunks", + "name": "chunks", + "lineno": 39, + "scope": "SemcorCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.semcor.SemcorCorpusReader.tagged_chunks", + "name": "tagged_chunks", + "lineno": 48, + "scope": "SemcorCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.semcor.SemcorCorpusReader.sents", + "name": "sents", + "lineno": 63, + "scope": "SemcorCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.semcor.SemcorCorpusReader.chunk_sents", + "name": "chunk_sents", + "lineno": 71, + "scope": "SemcorCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.semcor.SemcorCorpusReader.tagged_sents", + "name": "tagged_sents", + "lineno": 79, + "scope": "SemcorCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.semcor.SemcorCorpusReader._items", + "name": "_items", + "lineno": 94, + "scope": "SemcorCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.semcor.SemcorCorpusReader._words", + "name": "_words", + "lineno": 110, + "scope": "SemcorCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.semcor.SemcorCorpusReader._word", + "name": "_word", + "lineno": 148, + "scope": "SemcorCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.semcor._all_xmlwords_in", + "name": "_all_xmlwords_in", + "lineno": 225, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.semcor.SemcorSentence.__init__", + "name": "__init__", + "lineno": 242, + "scope": "SemcorSentence", + "is_async": false + }, + { + "id": "nltk.corpus.reader.semcor.SemcorWordView.__init__", + "name": "__init__", + "lineno": 252, + "scope": "SemcorWordView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.semcor.SemcorWordView.handle_elt", + "name": "handle_elt", + "lineno": 274, + "scope": "SemcorWordView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.semcor.SemcorWordView.handle_word", + "name": "handle_word", + "lineno": 280, + "scope": "SemcorWordView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.semcor.SemcorWordView.handle_sent", + "name": "handle_sent", + "lineno": 285, + "scope": "SemcorWordView", + "is_async": false + } + ], + "nltk.corpus.reader.senseval": [ + { + "id": "nltk.corpus.reader.senseval.SensevalInstance.__init__", + "name": "__init__", + "lineno": 34, + "scope": "SensevalInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.senseval.SensevalInstance.__repr__", + "name": "__repr__", + "lineno": 40, + "scope": "SensevalInstance", + "is_async": false + }, + { + "id": "nltk.corpus.reader.senseval.SensevalCorpusReader.instances", + "name": "instances", + "lineno": 50, + "scope": "SensevalCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.senseval.SensevalCorpusReader._entry", + "name": "_entry", + "lineno": 58, + "scope": "SensevalCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.senseval.SensevalCorpusView.__init__", + "name": "__init__", + "lineno": 69, + "scope": "SensevalCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.senseval.SensevalCorpusView.read_block", + "name": "read_block", + "lineno": 76, + "scope": "SensevalCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.senseval.SensevalCorpusView._parse_instance", + "name": "_parse_instance", + "lineno": 117, + "scope": "SensevalCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.senseval._fixXML", + "name": "_fixXML", + "lineno": 161, + "scope": null, + "is_async": false + } + ], + "nltk.corpus.reader.sentiwordnet": [ + { + "id": "nltk.corpus.reader.sentiwordnet.SentiWordNetCorpusReader.__init__", + "name": "__init__", + "lineno": 44, + "scope": "SentiWordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.sentiwordnet.SentiWordNetCorpusReader._parse_src_file", + "name": "_parse_src_file", + "lineno": 55, + "scope": "SentiWordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.sentiwordnet.SentiWordNetCorpusReader.senti_synset", + "name": "senti_synset", + "lineno": 68, + "scope": "SentiWordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.sentiwordnet.SentiWordNetCorpusReader.senti_synsets", + "name": "senti_synsets", + "lineno": 90, + "scope": "SentiWordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.sentiwordnet.SentiWordNetCorpusReader.all_senti_synsets", + "name": "all_senti_synsets", + "lineno": 100, + "scope": "SentiWordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.sentiwordnet.SentiSynset.__init__", + "name": "__init__", + "lineno": 111, + "scope": "SentiSynset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.sentiwordnet.SentiSynset.pos_score", + "name": "pos_score", + "lineno": 117, + "scope": "SentiSynset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.sentiwordnet.SentiSynset.neg_score", + "name": "neg_score", + "lineno": 120, + "scope": "SentiSynset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.sentiwordnet.SentiSynset.obj_score", + "name": "obj_score", + "lineno": 123, + "scope": "SentiSynset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.sentiwordnet.SentiSynset.__str__", + "name": "__str__", + "lineno": 126, + "scope": "SentiSynset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.sentiwordnet.SentiSynset.__repr__", + "name": "__repr__", + "lineno": 135, + "scope": "SentiSynset", + "is_async": false + } + ], + "nltk.corpus.reader.sinica_treebank": [ + { + "id": "nltk.corpus.reader.sinica_treebank.SinicaTreebankCorpusReader._read_block", + "name": "_read_block", + "lineno": 57, + "scope": "SinicaTreebankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.sinica_treebank.SinicaTreebankCorpusReader._parse", + "name": "_parse", + "lineno": 63, + "scope": "SinicaTreebankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.sinica_treebank.SinicaTreebankCorpusReader._tag", + "name": "_tag", + "lineno": 66, + "scope": "SinicaTreebankCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.sinica_treebank.SinicaTreebankCorpusReader._word", + "name": "_word", + "lineno": 74, + "scope": "SinicaTreebankCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.string_category": [ + { + "id": "nltk.corpus.reader.string_category.StringCategoryCorpusReader.__init__", + "name": "__init__", + "lineno": 30, + "scope": "StringCategoryCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.string_category.StringCategoryCorpusReader.tuples", + "name": "tuples", + "lineno": 39, + "scope": "StringCategoryCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.string_category.StringCategoryCorpusReader._read_tuple_block", + "name": "_read_tuple_block", + "lineno": 51, + "scope": "StringCategoryCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.switchboard": [ + { + "id": "nltk.corpus.reader.switchboard.SwitchboardTurn.__init__", + "name": "__init__", + "lineno": 23, + "scope": "SwitchboardTurn", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardTurn.__repr__", + "name": "__repr__", + "lineno": 28, + "scope": "SwitchboardTurn", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader.__init__", + "name": "__init__", + "lineno": 43, + "scope": "SwitchboardCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader.words", + "name": "words", + "lineno": 47, + "scope": "SwitchboardCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 50, + "scope": "SwitchboardCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader.tagged_words.tagged_words_block_reader", + "name": "tagged_words_block_reader", + "lineno": 51, + "scope": "SwitchboardCorpusReader.tagged_words", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader.turns", + "name": "turns", + "lineno": 56, + "scope": "SwitchboardCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader.tagged_turns", + "name": "tagged_turns", + "lineno": 59, + "scope": "SwitchboardCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader.tagged_turns.tagged_turns_block_reader", + "name": "tagged_turns_block_reader", + "lineno": 60, + "scope": "SwitchboardCorpusReader.tagged_turns", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader.discourses", + "name": "discourses", + "lineno": 65, + "scope": "SwitchboardCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader.tagged_discourses", + "name": "tagged_discourses", + "lineno": 70, + "scope": "SwitchboardCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader.tagged_discourses.tagged_discourses_block_reader", + "name": "tagged_discourses_block_reader", + "lineno": 71, + "scope": "SwitchboardCorpusReader.tagged_discourses", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._discourses_block_reader", + "name": "_discourses_block_reader", + "lineno": 78, + "scope": "SwitchboardCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._tagged_discourses_block_reader", + "name": "_tagged_discourses_block_reader", + "lineno": 89, + "scope": "SwitchboardCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._turns_block_reader", + "name": "_turns_block_reader", + "lineno": 100, + "scope": "SwitchboardCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._tagged_turns_block_reader", + "name": "_tagged_turns_block_reader", + "lineno": 103, + "scope": "SwitchboardCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._words_block_reader", + "name": "_words_block_reader", + "lineno": 106, + "scope": "SwitchboardCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._tagged_words_block_reader", + "name": "_tagged_words_block_reader", + "lineno": 109, + "scope": "SwitchboardCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._parse_utterance", + "name": "_parse_utterance", + "lineno": 115, + "scope": "SwitchboardCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.tagged": [ + { + "id": "nltk.corpus.reader.tagged.TaggedCorpusReader.__init__", + "name": "__init__", + "lineno": 39, + "scope": "TaggedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.TaggedCorpusReader.words", + "name": "words", + "lineno": 67, + "scope": "TaggedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.TaggedCorpusReader.sents", + "name": "sents", + "lineno": 91, + "scope": "TaggedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.TaggedCorpusReader.paras", + "name": "paras", + "lineno": 116, + "scope": "TaggedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.TaggedCorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 141, + "scope": "TaggedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.TaggedCorpusReader.tagged_sents", + "name": "tagged_sents", + "lineno": 170, + "scope": "TaggedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.TaggedCorpusReader.tagged_paras", + "name": "tagged_paras", + "lineno": 199, + "scope": "TaggedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.CategorizedTaggedCorpusReader.__init__", + "name": "__init__", + "lineno": 235, + "scope": "CategorizedTaggedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.CategorizedTaggedCorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 245, + "scope": "CategorizedTaggedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.CategorizedTaggedCorpusReader.tagged_sents", + "name": "tagged_sents", + "lineno": 248, + "scope": "CategorizedTaggedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.CategorizedTaggedCorpusReader.tagged_paras", + "name": "tagged_paras", + "lineno": 251, + "scope": "CategorizedTaggedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.TaggedCorpusView.__init__", + "name": "__init__", + "lineno": 264, + "scope": "TaggedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.TaggedCorpusView.read_block", + "name": "read_block", + "lineno": 287, + "scope": "TaggedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.MacMorphoCorpusReader.__init__", + "name": "__init__", + "lineno": 323, + "scope": "MacMorphoCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.MacMorphoCorpusReader._read_block", + "name": "_read_block", + "lineno": 336, + "scope": "MacMorphoCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.TimitTaggedCorpusReader.__init__", + "name": "__init__", + "lineno": 345, + "scope": "TimitTaggedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.TimitTaggedCorpusReader.paras", + "name": "paras", + "lineno": 350, + "scope": "TimitTaggedCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.tagged.TimitTaggedCorpusReader.tagged_paras", + "name": "tagged_paras", + "lineno": 353, + "scope": "TimitTaggedCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.timit": [ + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.__init__", + "name": "__init__", + "lineno": 151, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.fileids", + "name": "fileids", + "lineno": 174, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.utteranceids", + "name": "utteranceids", + "lineno": 193, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.transcription_dict", + "name": "transcription_dict", + "lineno": 226, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.spkrid", + "name": "spkrid", + "lineno": 242, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.sentid", + "name": "sentid", + "lineno": 245, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.utterance", + "name": "utterance", + "lineno": 248, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.spkrutteranceids", + "name": "spkrutteranceids", + "lineno": 251, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.spkrinfo", + "name": "spkrinfo", + "lineno": 262, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.phones", + "name": "phones", + "lineno": 281, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.phone_times", + "name": "phone_times", + "lineno": 290, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.words", + "name": "words", + "lineno": 308, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.word_times", + "name": "word_times", + "lineno": 317, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.sents", + "name": "sents", + "lineno": 332, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.sent_times", + "name": "sent_times", + "lineno": 339, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.phone_trees", + "name": "phone_trees", + "lineno": 352, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.wav", + "name": "wav", + "lineno": 383, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.audiodata", + "name": "audiodata", + "lineno": 411, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader._utterance_fileids", + "name": "_utterance_fileids", + "lineno": 421, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader.play", + "name": "play", + "lineno": 428, + "scope": "TimitCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.SpeakerInfo.__init__", + "name": "__init__", + "lineno": 481, + "scope": "SpeakerInfo", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.SpeakerInfo.__repr__", + "name": "__repr__", + "lineno": 495, + "scope": "SpeakerInfo", + "is_async": false + }, + { + "id": "nltk.corpus.reader.timit.read_timit_block", + "name": "read_timit_block", + "lineno": 501, + "scope": null, + "is_async": false + } + ], + "nltk.corpus.reader.toolbox": [ + { + "id": "nltk.corpus.reader.toolbox.ToolboxCorpusReader.xml", + "name": "xml", + "lineno": 21, + "scope": "ToolboxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.toolbox.ToolboxCorpusReader.fields", + "name": "fields", + "lineno": 29, + "scope": "ToolboxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.toolbox.ToolboxCorpusReader.entries", + "name": "entries", + "lineno": 50, + "scope": "ToolboxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.toolbox.ToolboxCorpusReader.words", + "name": "words", + "lineno": 67, + "scope": "ToolboxCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.toolbox.demo", + "name": "demo", + "lineno": 71, + "scope": null, + "is_async": false + } + ], + "nltk.corpus.reader.twitter": [ + { + "id": "nltk.corpus.reader.twitter.TwitterCorpusReader.__init__", + "name": "__init__", + "lineno": 58, + "scope": "TwitterCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.twitter.TwitterCorpusReader.docs", + "name": "docs", + "lineno": 78, + "scope": "TwitterCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.twitter.TwitterCorpusReader.strings", + "name": "strings", + "lineno": 95, + "scope": "TwitterCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.twitter.TwitterCorpusReader.tokenized", + "name": "tokenized", + "lineno": 114, + "scope": "TwitterCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.twitter.TwitterCorpusReader._read_tweets", + "name": "_read_tweets", + "lineno": 125, + "scope": "TwitterCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.udhr": [ + { + "id": "nltk.corpus.reader.udhr.UdhrCorpusReader.__init__", + "name": "__init__", + "lineno": 68, + "scope": "UdhrCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.util": [ + { + "id": "nltk.corpus.reader.util.StreamBackedCorpusView.__init__", + "name": "__init__", + "lineno": 126, + "scope": "StreamBackedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.StreamBackedCorpusView.read_block", + "name": "read_block", + "lineno": 192, + "scope": "StreamBackedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.StreamBackedCorpusView._open", + "name": "_open", + "lineno": 203, + "scope": "StreamBackedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.StreamBackedCorpusView.close", + "name": "close", + "lineno": 218, + "scope": "StreamBackedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.StreamBackedCorpusView.__enter__", + "name": "__enter__", + "lineno": 231, + "scope": "StreamBackedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.StreamBackedCorpusView.__exit__", + "name": "__exit__", + "lineno": 234, + "scope": "StreamBackedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.StreamBackedCorpusView.__len__", + "name": "__len__", + "lineno": 237, + "scope": "StreamBackedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.StreamBackedCorpusView.__getitem__", + "name": "__getitem__", + "lineno": 245, + "scope": "StreamBackedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.StreamBackedCorpusView.iterate_from", + "name": "iterate_from", + "lineno": 272, + "scope": "StreamBackedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.StreamBackedCorpusView.__add__", + "name": "__add__", + "lineno": 365, + "scope": "StreamBackedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.StreamBackedCorpusView.__radd__", + "name": "__radd__", + "lineno": 368, + "scope": "StreamBackedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.StreamBackedCorpusView.__mul__", + "name": "__mul__", + "lineno": 371, + "scope": "StreamBackedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.StreamBackedCorpusView.__rmul__", + "name": "__rmul__", + "lineno": 374, + "scope": "StreamBackedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.ConcatenatedCorpusView.__init__", + "name": "__init__", + "lineno": 385, + "scope": "ConcatenatedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.ConcatenatedCorpusView.__len__", + "name": "__len__", + "lineno": 399, + "scope": "ConcatenatedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.ConcatenatedCorpusView.close", + "name": "close", + "lineno": 407, + "scope": "ConcatenatedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.ConcatenatedCorpusView.iterate_from", + "name": "iterate_from", + "lineno": 411, + "scope": "ConcatenatedCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.concat", + "name": "concat", + "lineno": 435, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.read_whitespace_block", + "name": "read_whitespace_block", + "lineno": 492, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.read_wordpunct_block", + "name": "read_wordpunct_block", + "lineno": 499, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.read_line_block", + "name": "read_line_block", + "lineno": 506, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.read_blankline_block", + "name": "read_blankline_block", + "lineno": 516, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.read_alignedsent_block", + "name": "read_alignedsent_block", + "lineno": 535, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.read_regexp_block", + "name": "read_regexp_block", + "lineno": 554, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.read_sexpr_block", + "name": "read_sexpr_block", + "lineno": 589, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.util._sub_space", + "name": "_sub_space", + "lineno": 659, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.util._parse_sexpr_block", + "name": "_parse_sexpr_block", + "lineno": 665, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.find_corpus_fileids", + "name": "find_corpus_fileids", + "lineno": 712, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.util._path_from", + "name": "_path_from", + "lineno": 779, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.util.tagged_treebank_para_block_reader", + "name": "tagged_treebank_para_block_reader", + "lineno": 795, + "scope": null, + "is_async": false + } + ], + "nltk.corpus.reader.verbnet": [ + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.__init__", + "name": "__init__", + "lineno": 40, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.version", + "name": "version", + "lineno": 79, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.lemmas", + "name": "lemmas", + "lineno": 95, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.wordnetids", + "name": "wordnetids", + "lineno": 108, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.classids", + "name": "classids", + "lineno": 127, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.vnclass", + "name": "vnclass", + "lineno": 155, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.fileids", + "name": "fileids", + "lineno": 188, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.frames", + "name": "frames", + "lineno": 204, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.subclasses", + "name": "subclasses", + "lineno": 232, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.themroles", + "name": "themroles", + "lineno": 250, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._index", + "name": "_index", + "lineno": 281, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._index_helper", + "name": "_index_helper", + "lineno": 292, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._quick_index", + "name": "_quick_index", + "lineno": 304, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.longid", + "name": "longid", + "lineno": 338, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.shortid", + "name": "shortid", + "lineno": 353, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._get_semantics_within_frame", + "name": "_get_semantics_within_frame", + "lineno": 371, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._get_example_within_frame", + "name": "_get_example_within_frame", + "lineno": 398, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._get_description_within_frame", + "name": "_get_description_within_frame", + "lineno": 414, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._get_syntactic_list_within_frame", + "name": "_get_syntactic_list_within_frame", + "lineno": 430, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint", + "name": "pprint", + "lineno": 464, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_subclasses", + "name": "pprint_subclasses", + "lineno": 485, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_members", + "name": "pprint_members", + "lineno": 505, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_themroles", + "name": "pprint_themroles", + "lineno": 525, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_frames", + "name": "pprint_frames", + "lineno": 549, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_single_frame", + "name": "_pprint_single_frame", + "lineno": 565, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_example_within_frame", + "name": "_pprint_example_within_frame", + "lineno": 583, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_description_within_frame", + "name": "_pprint_description_within_frame", + "lineno": 595, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_syntax_within_frame", + "name": "_pprint_syntax_within_frame", + "lineno": 609, + "scope": "VerbnetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_semantics_within_frame", + "name": "_pprint_semantics_within_frame", + "lineno": 637, + "scope": "VerbnetCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.wordlist": [ + { + "id": "nltk.corpus.reader.wordlist.WordListCorpusReader.words", + "name": "words", + "lineno": 20, + "scope": "WordListCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordlist.SwadeshCorpusReader.entries", + "name": "entries", + "lineno": 43, + "scope": "SwadeshCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordlist.NonbreakingPrefixesCorpusReader.words", + "name": "words", + "lineno": 87, + "scope": "NonbreakingPrefixesCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordlist.UnicharsCorpusReader.chars", + "name": "chars", + "lineno": 140, + "scope": "UnicharsCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordlist.MWAPPDBCorpusReader.entries", + "name": "entries", + "lineno": 178, + "scope": "MWAPPDBCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader.wordnet": [ + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.hypernyms", + "name": "hypernyms", + "lineno": 138, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject._hypernyms", + "name": "_hypernyms", + "lineno": 141, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.instance_hypernyms", + "name": "instance_hypernyms", + "lineno": 144, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject._instance_hypernyms", + "name": "_instance_hypernyms", + "lineno": 147, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.hyponyms", + "name": "hyponyms", + "lineno": 150, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.instance_hyponyms", + "name": "instance_hyponyms", + "lineno": 153, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.member_holonyms", + "name": "member_holonyms", + "lineno": 156, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.substance_holonyms", + "name": "substance_holonyms", + "lineno": 159, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.part_holonyms", + "name": "part_holonyms", + "lineno": 162, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.member_meronyms", + "name": "member_meronyms", + "lineno": 165, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.substance_meronyms", + "name": "substance_meronyms", + "lineno": 168, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.part_meronyms", + "name": "part_meronyms", + "lineno": 171, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.topic_domains", + "name": "topic_domains", + "lineno": 174, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.in_topic_domains", + "name": "in_topic_domains", + "lineno": 177, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.region_domains", + "name": "region_domains", + "lineno": 180, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.in_region_domains", + "name": "in_region_domains", + "lineno": 183, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.usage_domains", + "name": "usage_domains", + "lineno": 186, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.in_usage_domains", + "name": "in_usage_domains", + "lineno": 189, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.attributes", + "name": "attributes", + "lineno": 192, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.entailments", + "name": "entailments", + "lineno": 195, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.causes", + "name": "causes", + "lineno": 198, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.also_sees", + "name": "also_sees", + "lineno": 201, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.verb_groups", + "name": "verb_groups", + "lineno": 204, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.similar_tos", + "name": "similar_tos", + "lineno": 207, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.__hash__", + "name": "__hash__", + "lineno": 210, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.__eq__", + "name": "__eq__", + "lineno": 213, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject.__lt__", + "name": "__lt__", + "lineno": 218, + "scope": "_WordNetObject", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Lemma.__init__", + "name": "__init__", + "lineno": 285, + "scope": "Lemma", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Lemma.name", + "name": "name", + "lineno": 306, + "scope": "Lemma", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Lemma.syntactic_marker", + "name": "syntactic_marker", + "lineno": 309, + "scope": "Lemma", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Lemma.synset", + "name": "synset", + "lineno": 312, + "scope": "Lemma", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Lemma.frame_strings", + "name": "frame_strings", + "lineno": 315, + "scope": "Lemma", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Lemma.frame_ids", + "name": "frame_ids", + "lineno": 318, + "scope": "Lemma", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Lemma.lang", + "name": "lang", + "lineno": 321, + "scope": "Lemma", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Lemma.key", + "name": "key", + "lineno": 324, + "scope": "Lemma", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Lemma.__repr__", + "name": "__repr__", + "lineno": 327, + "scope": "Lemma", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Lemma._related", + "name": "_related", + "lineno": 331, + "scope": "Lemma", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Lemma.count", + "name": "count", + "lineno": 342, + "scope": "Lemma", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Lemma.antonyms", + "name": "antonyms", + "lineno": 346, + "scope": "Lemma", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Lemma.derivationally_related_forms", + "name": "derivationally_related_forms", + "lineno": 349, + "scope": "Lemma", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Lemma.pertainyms", + "name": "pertainyms", + "lineno": 352, + "scope": "Lemma", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.__init__", + "name": "__init__", + "lineno": 425, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.pos", + "name": "pos", + "lineno": 444, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.offset", + "name": "offset", + "lineno": 447, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.name", + "name": "name", + "lineno": 450, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.frame_ids", + "name": "frame_ids", + "lineno": 453, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset._doc", + "name": "_doc", + "lineno": 456, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.definition", + "name": "definition", + "lineno": 472, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.examples", + "name": "examples", + "lineno": 476, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.lexname", + "name": "lexname", + "lineno": 480, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset._needs_root", + "name": "_needs_root", + "lineno": 483, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.lemma_names", + "name": "lemma_names", + "lineno": 489, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.lemmas", + "name": "lemmas", + "lineno": 502, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.root_hypernyms", + "name": "root_hypernyms", + "lineno": 523, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.max_depth", + "name": "max_depth", + "lineno": 550, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.min_depth", + "name": "min_depth", + "lineno": 564, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.closure", + "name": "closure", + "lineno": 578, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.tree", + "name": "tree", + "lineno": 619, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.hypernym_paths", + "name": "hypernym_paths", + "lineno": 666, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.common_hypernyms", + "name": "common_hypernyms", + "lineno": 686, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.lowest_common_hypernyms", + "name": "lowest_common_hypernyms", + "lineno": 709, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.hypernym_distances", + "name": "hypernym_distances", + "lineno": 768, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset._shortest_hypernym_paths", + "name": "_shortest_hypernym_paths", + "lineno": 790, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.shortest_path_distance", + "name": "shortest_path_distance", + "lineno": 814, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.path_similarity", + "name": "path_similarity", + "lineno": 847, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.lch_similarity", + "name": "lch_similarity", + "lineno": 882, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.wup_similarity", + "name": "wup_similarity", + "lineno": 931, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.res_similarity", + "name": "res_similarity", + "lineno": 1008, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.jcn_similarity", + "name": "jcn_similarity", + "lineno": 1028, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.lin_similarity", + "name": "lin_similarity", + "lineno": 1062, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset._iter_hypernym_lists", + "name": "_iter_hypernym_lists", + "lineno": 1082, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset.__repr__", + "name": "__repr__", + "lineno": 1100, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.Synset._related", + "name": "_related", + "lineno": 1103, + "scope": "Synset", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.__init__", + "name": "__init__", + "lineno": 1157, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.index_sense", + "name": "index_sense", + "lineno": 1228, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.map_to_many", + "name": "map_to_many", + "lineno": 1246, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.map_to_one", + "name": "map_to_one", + "lineno": 1260, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.map_wn", + "name": "map_wn", + "lineno": 1286, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.split_synsets", + "name": "split_synsets", + "lineno": 1293, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.merged_synsets", + "name": "merged_synsets", + "lineno": 1298, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.of2ss", + "name": "of2ss", + "lineno": 1312, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.ss2of", + "name": "ss2of", + "lineno": 1316, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lang_data", + "name": "_load_lang_data", + "lineno": 1321, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.add_provs", + "name": "add_provs", + "lineno": 1349, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.add_omw", + "name": "add_omw", + "lineno": 1363, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.add_exomw", + "name": "add_exomw", + "lineno": 1367, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.langs", + "name": "langs", + "lineno": 1383, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader._scan_satellites", + "name": "_scan_satellites", + "lineno": 1387, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lemma_pos_offset_map", + "name": "_load_lemma_pos_offset_map", + "lineno": 1411, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lemma_pos_offset_map._next_token", + "name": "_next_token", + "lineno": 1421, + "scope": "WordNetCorpusReader._load_lemma_pos_offset_map", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_exception_map", + "name": "_load_exception_map", + "lineno": 1467, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader._compute_max_depth", + "name": "_compute_max_depth", + "lineno": 1477, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.get_version", + "name": "get_version", + "lineno": 1499, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.lemma", + "name": "lemma", + "lineno": 1513, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.lemma_from_key", + "name": "lemma_from_key", + "lineno": 1527, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synset", + "name": "synset", + "lineno": 1554, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader._data_file", + "name": "_data_file", + "lineno": 1586, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synset_from_pos_and_offset", + "name": "synset_from_pos_and_offset", + "lineno": 1598, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_offset", + "name": "_synset_from_pos_and_offset", + "lineno": 1632, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "name": "_synset_from_pos_and_line", + "lineno": 1640, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "name": "_next_token", + "lineno": 1658, + "scope": "WordNetCorpusReader._synset_from_pos_and_line", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synset_from_sense_key", + "name": "synset_from_sense_key", + "lineno": 1761, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synsets", + "name": "synsets", + "lineno": 1805, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.lemmas", + "name": "lemmas", + "lineno": 1836, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.all_lemma_names", + "name": "all_lemma_names", + "lineno": 1862, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.all_omw_synsets", + "name": "all_omw_synsets", + "lineno": 1888, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.all_synsets", + "name": "all_synsets", + "lineno": 1902, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.all_eng_synsets", + "name": "all_eng_synsets", + "lineno": 1912, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.words", + "name": "words", + "lineno": 1967, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synonyms", + "name": "synonyms", + "lineno": 1971, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.doc", + "name": "doc", + "lineno": 1978, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.license", + "name": "license", + "lineno": 1996, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.readme", + "name": "readme", + "lineno": 2001, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.citation", + "name": "citation", + "lineno": 2006, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.lemma_count", + "name": "lemma_count", + "lineno": 2014, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.path_similarity", + "name": "path_similarity", + "lineno": 2029, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.lch_similarity", + "name": "lch_similarity", + "lineno": 2034, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.wup_similarity", + "name": "wup_similarity", + "lineno": 2039, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.res_similarity", + "name": "res_similarity", + "lineno": 2044, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.jcn_similarity", + "name": "jcn_similarity", + "lineno": 2049, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.lin_similarity", + "name": "lin_similarity", + "lineno": 2054, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.morphy", + "name": "morphy", + "lineno": 2063, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader._morphy", + "name": "_morphy", + "lineno": 2119, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader._morphy.apply_rules", + "name": "apply_rules", + "lineno": 2129, + "scope": "WordNetCorpusReader._morphy", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader._morphy.filter_forms", + "name": "filter_forms", + "lineno": 2137, + "scope": "WordNetCorpusReader._morphy", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.tag2pos", + "name": "tag2pos", + "lineno": 2158, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.ic", + "name": "ic", + "lineno": 2193, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.custom_lemmas", + "name": "custom_lemmas", + "lineno": 2249, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.disable_custom_lemmas", + "name": "disable_custom_lemmas", + "lineno": 2317, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.digraph", + "name": "digraph", + "lineno": 2326, + "scope": "WordNetCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader.digraph.add_lemma", + "name": "add_lemma", + "lineno": 2383, + "scope": "WordNetCorpusReader.digraph", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetICCorpusReader.__init__", + "name": "__init__", + "lineno": 2414, + "scope": "WordNetICCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetICCorpusReader.ic", + "name": "ic", + "lineno": 2421, + "scope": "WordNetICCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.path_similarity", + "name": "path_similarity", + "lineno": 2462, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.lch_similarity", + "name": "lch_similarity", + "lineno": 2468, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.wup_similarity", + "name": "wup_similarity", + "lineno": 2472, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.res_similarity", + "name": "res_similarity", + "lineno": 2476, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.jcn_similarity", + "name": "jcn_similarity", + "lineno": 2480, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.lin_similarity", + "name": "lin_similarity", + "lineno": 2484, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._lcs_ic", + "name": "_lcs_ic", + "lineno": 2496, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet.information_content", + "name": "information_content", + "lineno": 2536, + "scope": null, + "is_async": false + }, + { + "id": "nltk.corpus.reader.wordnet._get_pos", + "name": "_get_pos", + "lineno": 2557, + "scope": null, + "is_async": false + } + ], + "nltk.corpus.reader.xmldocs": [ + { + "id": "nltk.corpus.reader.xmldocs.XMLCorpusReader.__init__", + "name": "__init__", + "lineno": 33, + "scope": "XMLCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.xmldocs.XMLCorpusReader.xml", + "name": "xml", + "lineno": 37, + "scope": "XMLCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.xmldocs.XMLCorpusReader.words", + "name": "words", + "lineno": 52, + "scope": "XMLCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.xmldocs.XMLCorpusView.__init__", + "name": "__init__", + "lineno": 117, + "scope": "XMLCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.xmldocs.XMLCorpusView._detect_encoding", + "name": "_detect_encoding", + "lineno": 153, + "scope": "XMLCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.xmldocs.XMLCorpusView.handle_elt", + "name": "handle_elt", + "lineno": 182, + "scope": "XMLCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.xmldocs.XMLCorpusView._read_xml_fragment", + "name": "_read_xml_fragment", + "lineno": 241, + "scope": "XMLCorpusView", + "is_async": false + }, + { + "id": "nltk.corpus.reader.xmldocs.XMLCorpusView.read_block", + "name": "read_block", + "lineno": 290, + "scope": "XMLCorpusView", + "is_async": false + } + ], + "nltk.corpus.reader.ycoe": [ + { + "id": "nltk.corpus.reader.ycoe.YCOECorpusReader.__init__", + "name": "__init__", + "lineno": 37, + "scope": "YCOECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ycoe.YCOECorpusReader.documents", + "name": "documents", + "lineno": 57, + "scope": "YCOECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ycoe.YCOECorpusReader.fileids", + "name": "fileids", + "lineno": 73, + "scope": "YCOECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ycoe.YCOECorpusReader._getfileids", + "name": "_getfileids", + "lineno": 89, + "scope": "YCOECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ycoe.YCOECorpusReader.words", + "name": "words", + "lineno": 112, + "scope": "YCOECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ycoe.YCOECorpusReader.sents", + "name": "sents", + "lineno": 115, + "scope": "YCOECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ycoe.YCOECorpusReader.paras", + "name": "paras", + "lineno": 118, + "scope": "YCOECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ycoe.YCOECorpusReader.tagged_words", + "name": "tagged_words", + "lineno": 121, + "scope": "YCOECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ycoe.YCOECorpusReader.tagged_sents", + "name": "tagged_sents", + "lineno": 124, + "scope": "YCOECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ycoe.YCOECorpusReader.tagged_paras", + "name": "tagged_paras", + "lineno": 127, + "scope": "YCOECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ycoe.YCOECorpusReader.parsed_sents", + "name": "parsed_sents", + "lineno": 130, + "scope": "YCOECorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ycoe.YCOEParseCorpusReader._parse", + "name": "_parse", + "lineno": 138, + "scope": "YCOEParseCorpusReader", + "is_async": false + }, + { + "id": "nltk.corpus.reader.ycoe.YCOETaggedCorpusReader.__init__", + "name": "__init__", + "lineno": 146, + "scope": "YCOETaggedCorpusReader", + "is_async": false + } + ], + "nltk.corpus.reader": [], + "nltk.draw.cfg": [ + { + "id": "nltk.draw.cfg.ProductionList._init_colortags", + "name": "_init_colortags", + "lineno": 82, + "scope": "ProductionList", + "is_async": false + }, + { + "id": "nltk.draw.cfg.ProductionList._item_repr", + "name": "_item_repr", + "lineno": 89, + "scope": "ProductionList", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor.__init__", + "name": "__init__", + "lineno": 175, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._init_startframe", + "name": "_init_startframe", + "lineno": 198, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._init_buttons", + "name": "_init_buttons", + "lineno": 206, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._init_bindings", + "name": "_init_bindings", + "lineno": 224, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._init_prodframe", + "name": "_init_prodframe", + "lineno": 245, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._init_prodframe.cycle", + "name": "cycle", + "lineno": 277, + "scope": "CFGEditor._init_prodframe", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._clear_tags", + "name": "_clear_tags", + "lineno": 334, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._check_analyze", + "name": "_check_analyze", + "lineno": 345, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._replace_arrows", + "name": "_replace_arrows", + "lineno": 357, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._analyze_token", + "name": "_analyze_token", + "lineno": 379, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._init_nonterminal_tag", + "name": "_init_nonterminal_tag", + "lineno": 403, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._init_nonterminal_tag.enter", + "name": "enter", + "lineno": 408, + "scope": "CFGEditor._init_nonterminal_tag", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._init_nonterminal_tag.leave", + "name": "leave", + "lineno": 411, + "scope": "CFGEditor._init_nonterminal_tag", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._analyze_line", + "name": "_analyze_line", + "lineno": 417, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._analyze_line.analyze_token", + "name": "analyze_token", + "lineno": 431, + "scope": "CFGEditor._analyze_line", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._mark_error", + "name": "_mark_error", + "lineno": 440, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._analyze", + "name": "_analyze", + "lineno": 464, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._parse_productions", + "name": "_parse_productions", + "lineno": 473, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._destroy", + "name": "_destroy", + "lineno": 510, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._ok", + "name": "_ok", + "lineno": 516, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._apply", + "name": "_apply", + "lineno": 520, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._reset", + "name": "_reset", + "lineno": 527, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._cancel", + "name": "_cancel", + "lineno": 535, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGEditor._help", + "name": "_help", + "lineno": 542, + "scope": "CFGEditor", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGDemo.__init__", + "name": "__init__", + "lineno": 567, + "scope": "CFGDemo", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGDemo._init_bindings", + "name": "_init_bindings", + "lineno": 595, + "scope": "CFGDemo", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGDemo._init_menubar", + "name": "_init_menubar", + "lineno": 598, + "scope": "CFGDemo", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGDemo._init_buttons", + "name": "_init_buttons", + "lineno": 601, + "scope": "CFGDemo", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGDemo._init_grammar", + "name": "_init_grammar", + "lineno": 604, + "scope": "CFGDemo", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGDemo._init_treelet", + "name": "_init_treelet", + "lineno": 611, + "scope": "CFGDemo", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGDemo._init_workspace", + "name": "_init_workspace", + "lineno": 616, + "scope": "CFGDemo", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGDemo.reset_workspace", + "name": "reset_workspace", + "lineno": 626, + "scope": "CFGDemo", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGDemo.workspace_markprod", + "name": "workspace_markprod", + "lineno": 658, + "scope": "CFGDemo", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGDemo._markproduction", + "name": "_markproduction", + "lineno": 661, + "scope": "CFGDemo", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGDemo._selectprod_cb", + "name": "_selectprod_cb", + "lineno": 692, + "scope": "CFGDemo", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGDemo.destroy", + "name": "destroy", + "lineno": 723, + "scope": "CFGDemo", + "is_async": false + }, + { + "id": "nltk.draw.cfg.CFGDemo.mainloop", + "name": "mainloop", + "lineno": 726, + "scope": "CFGDemo", + "is_async": false + }, + { + "id": "nltk.draw.cfg.demo2", + "name": "demo2", + "lineno": 730, + "scope": null, + "is_async": false + }, + { + "id": "nltk.draw.cfg.demo", + "name": "demo", + "lineno": 771, + "scope": null, + "is_async": false + }, + { + "id": "nltk.draw.cfg.demo.cb", + "name": "cb", + "lineno": 801, + "scope": "demo", + "is_async": false + }, + { + "id": "nltk.draw.cfg.demo3", + "name": "demo3", + "lineno": 811, + "scope": null, + "is_async": false + }, + { + "id": "nltk.draw.cfg.demo3.destroy", + "name": "destroy", + "lineno": 845, + "scope": "demo3", + "is_async": false + } + ], + "nltk.draw.dispersion": [ + { + "id": "nltk.draw.dispersion.dispersion_plot", + "name": "dispersion_plot", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "nltk.draw.table": [ + { + "id": "nltk.draw.table.MultiListbox.__init__", + "name": "__init__", + "lineno": 62, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox._resize_column", + "name": "_resize_column", + "lineno": 156, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox._resize_column_motion_cb", + "name": "_resize_column_motion_cb", + "lineno": 189, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox._resize_column_buttonrelease_cb", + "name": "_resize_column_buttonrelease_cb", + "lineno": 198, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.column_names", + "name": "column_names", + "lineno": 207, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.column_labels", + "name": "column_labels", + "lineno": 215, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.listboxes", + "name": "listboxes", + "lineno": 228, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox._select", + "name": "_select", + "lineno": 242, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox._scroll", + "name": "_scroll", + "lineno": 249, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox._pagesize", + "name": "_pagesize", + "lineno": 254, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.select", + "name": "select", + "lineno": 262, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.configure", + "name": "configure", + "lineno": 298, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.__setitem__", + "name": "__setitem__", + "lineno": 319, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.rowconfigure", + "name": "rowconfigure", + "lineno": 326, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.columnconfigure", + "name": "columnconfigure", + "lineno": 335, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.itemconfigure", + "name": "itemconfigure", + "lineno": 358, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.insert", + "name": "insert", + "lineno": 371, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.get", + "name": "get", + "lineno": 388, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.bbox", + "name": "bbox", + "lineno": 401, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.hide_column", + "name": "hide_column", + "lineno": 415, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.show_column", + "name": "show_column", + "lineno": 429, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.bind_to_labels", + "name": "bind_to_labels", + "lineno": 448, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.bind_to_listboxes", + "name": "bind_to_listboxes", + "lineno": 460, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.bind_to_columns", + "name": "bind_to_columns", + "lineno": 473, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.curselection", + "name": "curselection", + "lineno": 492, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.selection_includes", + "name": "selection_includes", + "lineno": 495, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.itemcget", + "name": "itemcget", + "lineno": 498, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.size", + "name": "size", + "lineno": 501, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.index", + "name": "index", + "lineno": 504, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.nearest", + "name": "nearest", + "lineno": 507, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.activate", + "name": "activate", + "lineno": 511, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.delete", + "name": "delete", + "lineno": 515, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.scan_mark", + "name": "scan_mark", + "lineno": 519, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.scan_dragto", + "name": "scan_dragto", + "lineno": 523, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.see", + "name": "see", + "lineno": 527, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.selection_anchor", + "name": "selection_anchor", + "lineno": 531, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.selection_clear", + "name": "selection_clear", + "lineno": 535, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.selection_set", + "name": "selection_set", + "lineno": 539, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.yview", + "name": "yview", + "lineno": 543, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.yview_moveto", + "name": "yview_moveto", + "lineno": 548, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.MultiListbox.yview_scroll", + "name": "yview_scroll", + "lineno": 552, + "scope": "MultiListbox", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.__init__", + "name": "__init__", + "lineno": 620, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.pack", + "name": "pack", + "lineno": 704, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.grid", + "name": "grid", + "lineno": 709, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.focus", + "name": "focus", + "lineno": 714, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.bind", + "name": "bind", + "lineno": 718, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.rowconfigure", + "name": "rowconfigure", + "lineno": 723, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.columnconfigure", + "name": "columnconfigure", + "lineno": 727, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.itemconfigure", + "name": "itemconfigure", + "lineno": 732, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.bind_to_labels", + "name": "bind_to_labels", + "lineno": 737, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.bind_to_listboxes", + "name": "bind_to_listboxes", + "lineno": 741, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.bind_to_columns", + "name": "bind_to_columns", + "lineno": 745, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.insert", + "name": "insert", + "lineno": 757, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.extend", + "name": "extend", + "lineno": 777, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.append", + "name": "append", + "lineno": 790, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.clear", + "name": "clear", + "lineno": 801, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.__getitem__", + "name": "__getitem__", + "lineno": 810, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.__setitem__", + "name": "__setitem__", + "lineno": 826, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.__delitem__", + "name": "__delitem__", + "lineno": 865, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.__len__", + "name": "__len__", + "lineno": 878, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table._checkrow", + "name": "_checkrow", + "lineno": 884, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.column_names", + "name": "column_names", + "lineno": 900, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.column_index", + "name": "column_index", + "lineno": 904, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.hide_column", + "name": "hide_column", + "lineno": 917, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.show_column", + "name": "show_column", + "lineno": 921, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.selected_row", + "name": "selected_row", + "lineno": 929, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.select", + "name": "select", + "lineno": 941, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table.sort_by", + "name": "sort_by", + "lineno": 949, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table._sort", + "name": "_sort", + "lineno": 990, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table._fill_table", + "name": "_fill_table", + "lineno": 1009, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table._get_itemconfig", + "name": "_get_itemconfig", + "lineno": 1024, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table._save_config_info", + "name": "_save_config_info", + "lineno": 1035, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table._restore_config_info", + "name": "_restore_config_info", + "lineno": 1075, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.Table._check_table_vs_mlb", + "name": "_check_table_vs_mlb", + "lineno": 1109, + "scope": "Table", + "is_async": false + }, + { + "id": "nltk.draw.table.demo", + "name": "demo", + "lineno": 1135, + "scope": null, + "is_async": false + } + ], + "nltk.draw.tree": [ + { + "id": "nltk.draw.tree.TreeSegmentWidget.__init__", + "name": "__init__", + "lineno": 64, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget.__setitem__", + "name": "__setitem__", + "lineno": 95, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget.__getitem__", + "name": "__getitem__", + "lineno": 139, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget.label", + "name": "label", + "lineno": 163, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget.subtrees", + "name": "subtrees", + "lineno": 166, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget.set_label", + "name": "set_label", + "lineno": 169, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget.replace_child", + "name": "replace_child", + "lineno": 178, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget.remove_child", + "name": "remove_child", + "lineno": 188, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget.insert_child", + "name": "insert_child", + "lineno": 195, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget._tags", + "name": "_tags", + "lineno": 204, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget._subtree_top", + "name": "_subtree_top", + "lineno": 210, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget._node_bottom", + "name": "_node_bottom", + "lineno": 220, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget._update", + "name": "_update", + "lineno": 227, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget._maintain_order", + "name": "_maintain_order", + "lineno": 268, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget._maintain_order_vertical", + "name": "_maintain_order_vertical", + "lineno": 274, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget._maintain_order_horizontal", + "name": "_maintain_order_horizontal", + "lineno": 316, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget._manage_horizontal", + "name": "_manage_horizontal", + "lineno": 358, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget._manage_vertical", + "name": "_manage_vertical", + "lineno": 380, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget._manage", + "name": "_manage", + "lineno": 401, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeSegmentWidget.__repr__", + "name": "__repr__", + "lineno": 418, + "scope": "TreeSegmentWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree._tree_to_treeseg", + "name": "_tree_to_treeseg", + "lineno": 422, + "scope": null, + "is_async": false + }, + { + "id": "nltk.draw.tree.tree_to_treesegment", + "name": "tree_to_treesegment", + "lineno": 452, + "scope": null, + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeWidget.__init__", + "name": "__init__", + "lineno": 550, + "scope": "TreeWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeWidget.expanded_tree", + "name": "expanded_tree", + "lineno": 585, + "scope": "TreeWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeWidget.collapsed_tree", + "name": "collapsed_tree", + "lineno": 596, + "scope": "TreeWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeWidget.bind_click_trees", + "name": "bind_click_trees", + "lineno": 607, + "scope": "TreeWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeWidget.bind_drag_trees", + "name": "bind_drag_trees", + "lineno": 616, + "scope": "TreeWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeWidget.bind_click_leaves", + "name": "bind_click_leaves", + "lineno": 625, + "scope": "TreeWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeWidget.bind_drag_leaves", + "name": "bind_drag_leaves", + "lineno": 634, + "scope": "TreeWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeWidget.bind_click_nodes", + "name": "bind_click_nodes", + "lineno": 643, + "scope": "TreeWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeWidget.bind_drag_nodes", + "name": "bind_drag_nodes", + "lineno": 652, + "scope": "TreeWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeWidget._make_collapsed_trees", + "name": "_make_collapsed_trees", + "lineno": 661, + "scope": "TreeWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeWidget._make_expanded_tree", + "name": "_make_expanded_tree", + "lineno": 691, + "scope": "TreeWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeWidget.__setitem__", + "name": "__setitem__", + "lineno": 714, + "scope": "TreeWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeWidget.__getitem__", + "name": "__getitem__", + "lineno": 777, + "scope": "TreeWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeWidget._tags", + "name": "_tags", + "lineno": 803, + "scope": "TreeWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeWidget._manage", + "name": "_manage", + "lineno": 806, + "scope": "TreeWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeWidget.toggle_collapsed", + "name": "toggle_collapsed", + "lineno": 816, + "scope": "TreeWidget", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeView.__init__", + "name": "__init__", + "lineno": 854, + "scope": "TreeView", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeView._layout", + "name": "_layout", + "lineno": 897, + "scope": "TreeView", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeView._init_menubar", + "name": "_init_menubar", + "lineno": 910, + "scope": "TreeView", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeView.resize", + "name": "resize", + "lineno": 965, + "scope": "TreeView", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeView.destroy", + "name": "destroy", + "lineno": 983, + "scope": "TreeView", + "is_async": false + }, + { + "id": "nltk.draw.tree.TreeView.mainloop", + "name": "mainloop", + "lineno": 989, + "scope": "TreeView", + "is_async": false + }, + { + "id": "nltk.draw.tree.draw_trees", + "name": "draw_trees", + "lineno": 1001, + "scope": null, + "is_async": false + }, + { + "id": "nltk.draw.tree.demo", + "name": "demo", + "lineno": 1017, + "scope": null, + "is_async": false + }, + { + "id": "nltk.draw.tree.demo.fill", + "name": "fill", + "lineno": 1020, + "scope": "demo", + "is_async": false + }, + { + "id": "nltk.draw.tree.demo.boxit", + "name": "boxit", + "lineno": 1044, + "scope": "demo", + "is_async": false + }, + { + "id": "nltk.draw.tree.demo.ovalit", + "name": "ovalit", + "lineno": 1048, + "scope": "demo", + "is_async": false + }, + { + "id": "nltk.draw.tree.demo.color", + "name": "color", + "lineno": 1054, + "scope": "demo", + "is_async": false + }, + { + "id": "nltk.draw.tree.demo.color2", + "name": "color2", + "lineno": 1057, + "scope": "demo", + "is_async": false + }, + { + "id": "nltk.draw.tree.demo.orientswitch", + "name": "orientswitch", + "lineno": 1081, + "scope": "demo", + "is_async": false + } + ], + "nltk.draw.util": [ + { + "id": "nltk.draw.util.CanvasWidget.__init__", + "name": "__init__", + "lineno": 178, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.bbox", + "name": "bbox", + "lineno": 234, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.width", + "name": "width", + "lineno": 249, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.height", + "name": "height", + "lineno": 260, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.parent", + "name": "parent", + "lineno": 271, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.child_widgets", + "name": "child_widgets", + "lineno": 280, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.canvas", + "name": "canvas", + "lineno": 289, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.move", + "name": "move", + "lineno": 296, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.moveto", + "name": "moveto", + "lineno": 318, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.destroy", + "name": "destroy", + "lineno": 350, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.update", + "name": "update", + "lineno": 375, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.manage", + "name": "manage", + "lineno": 402, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.tags", + "name": "tags", + "lineno": 414, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.__setitem__", + "name": "__setitem__", + "lineno": 429, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.__getitem__", + "name": "__getitem__", + "lineno": 442, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.__repr__", + "name": "__repr__", + "lineno": 454, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.hide", + "name": "hide", + "lineno": 461, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.show", + "name": "show", + "lineno": 471, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.hidden", + "name": "hidden", + "lineno": 481, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.bind_click", + "name": "bind_click", + "lineno": 492, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.bind_drag", + "name": "bind_drag", + "lineno": 508, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.unbind_click", + "name": "unbind_click", + "lineno": 522, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.unbind_drag", + "name": "unbind_drag", + "lineno": 536, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.__press_cb", + "name": "__press_cb", + "lineno": 549, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.__start_drag", + "name": "__start_drag", + "lineno": 585, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.__motion_cb", + "name": "__motion_cb", + "lineno": 595, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.__release_cb", + "name": "__release_cb", + "lineno": 605, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.__drag", + "name": "__drag", + "lineno": 632, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget.__click", + "name": "__click", + "lineno": 648, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget._add_child_widget", + "name": "_add_child_widget", + "lineno": 668, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget._remove_child_widget", + "name": "_remove_child_widget", + "lineno": 688, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget._tags", + "name": "_tags", + "lineno": 709, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget._manage", + "name": "_manage", + "lineno": 717, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasWidget._update", + "name": "_update", + "lineno": 727, + "scope": "CanvasWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.TextWidget.__init__", + "name": "__init__", + "lineno": 757, + "scope": "TextWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.TextWidget.__setitem__", + "name": "__setitem__", + "lineno": 771, + "scope": "TextWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.TextWidget.__getitem__", + "name": "__getitem__", + "lineno": 779, + "scope": "TextWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.TextWidget._tags", + "name": "_tags", + "lineno": 789, + "scope": "TextWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.TextWidget.text", + "name": "text", + "lineno": 792, + "scope": "TextWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.TextWidget.set_text", + "name": "set_text", + "lineno": 799, + "scope": "TextWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.TextWidget.__repr__", + "name": "__repr__", + "lineno": 811, + "scope": "TextWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SymbolWidget.__init__", + "name": "__init__", + "lineno": 854, + "scope": "SymbolWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SymbolWidget.symbol", + "name": "symbol", + "lineno": 868, + "scope": "SymbolWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SymbolWidget.set_symbol", + "name": "set_symbol", + "lineno": 876, + "scope": "SymbolWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SymbolWidget.__repr__", + "name": "__repr__", + "lineno": 888, + "scope": "SymbolWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SymbolWidget.symbolsheet", + "name": "symbolsheet", + "lineno": 892, + "scope": "SymbolWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SymbolWidget.symbolsheet.destroy", + "name": "destroy", + "lineno": 900, + "scope": "SymbolWidget.symbolsheet", + "is_async": false + }, + { + "id": "nltk.draw.util.AbstractContainerWidget.__init__", + "name": "__init__", + "lineno": 935, + "scope": "AbstractContainerWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.AbstractContainerWidget._manage", + "name": "_manage", + "lineno": 951, + "scope": "AbstractContainerWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.AbstractContainerWidget.child", + "name": "child", + "lineno": 954, + "scope": "AbstractContainerWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.AbstractContainerWidget.set_child", + "name": "set_child", + "lineno": 961, + "scope": "AbstractContainerWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.AbstractContainerWidget.__repr__", + "name": "__repr__", + "lineno": 975, + "scope": "AbstractContainerWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.BoxWidget.__init__", + "name": "__init__", + "lineno": 995, + "scope": "BoxWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.BoxWidget.__setitem__", + "name": "__setitem__", + "lineno": 1012, + "scope": "BoxWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.BoxWidget.__getitem__", + "name": "__getitem__", + "lineno": 1020, + "scope": "BoxWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.BoxWidget._update", + "name": "_update", + "lineno": 1030, + "scope": "BoxWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.BoxWidget._tags", + "name": "_tags", + "lineno": 1037, + "scope": "BoxWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.OvalWidget.__init__", + "name": "__init__", + "lineno": 1055, + "scope": "OvalWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.OvalWidget.__setitem__", + "name": "__setitem__", + "lineno": 1078, + "scope": "OvalWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.OvalWidget.__getitem__", + "name": "__getitem__", + "lineno": 1108, + "scope": "OvalWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.OvalWidget._update", + "name": "_update", + "lineno": 1123, + "scope": "OvalWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.OvalWidget._tags", + "name": "_tags", + "lineno": 1155, + "scope": "OvalWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.ParenWidget.__init__", + "name": "__init__", + "lineno": 1173, + "scope": "ParenWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.ParenWidget.__setitem__", + "name": "__setitem__", + "lineno": 1189, + "scope": "ParenWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.ParenWidget.__getitem__", + "name": "__getitem__", + "lineno": 1199, + "scope": "ParenWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.ParenWidget._update", + "name": "_update", + "lineno": 1207, + "scope": "ParenWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.ParenWidget._tags", + "name": "_tags", + "lineno": 1213, + "scope": "ParenWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.BracketWidget.__init__", + "name": "__init__", + "lineno": 1228, + "scope": "BracketWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.BracketWidget.__setitem__", + "name": "__setitem__", + "lineno": 1244, + "scope": "BracketWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.BracketWidget.__getitem__", + "name": "__getitem__", + "lineno": 1254, + "scope": "BracketWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.BracketWidget._update", + "name": "_update", + "lineno": 1262, + "scope": "BracketWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.BracketWidget._tags", + "name": "_tags", + "lineno": 1272, + "scope": "BracketWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SequenceWidget.__init__", + "name": "__init__", + "lineno": 1291, + "scope": "SequenceWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SequenceWidget.__setitem__", + "name": "__setitem__", + "lineno": 1310, + "scope": "SequenceWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SequenceWidget.__getitem__", + "name": "__getitem__", + "lineno": 1322, + "scope": "SequenceWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SequenceWidget._tags", + "name": "_tags", + "lineno": 1332, + "scope": "SequenceWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SequenceWidget._yalign", + "name": "_yalign", + "lineno": 1335, + "scope": "SequenceWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SequenceWidget._update", + "name": "_update", + "lineno": 1343, + "scope": "SequenceWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SequenceWidget._manage", + "name": "_manage", + "lineno": 1368, + "scope": "SequenceWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SequenceWidget.__repr__", + "name": "__repr__", + "lineno": 1393, + "scope": "SequenceWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SequenceWidget.replace_child", + "name": "replace_child", + "lineno": 1399, + "scope": "SequenceWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SequenceWidget.remove_child", + "name": "remove_child", + "lineno": 1417, + "scope": "SequenceWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SequenceWidget.insert_child", + "name": "insert_child", + "lineno": 1431, + "scope": "SequenceWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.StackWidget.__init__", + "name": "__init__", + "lineno": 1463, + "scope": "StackWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.StackWidget.__setitem__", + "name": "__setitem__", + "lineno": 1482, + "scope": "StackWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.StackWidget.__getitem__", + "name": "__getitem__", + "lineno": 1494, + "scope": "StackWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.StackWidget._tags", + "name": "_tags", + "lineno": 1504, + "scope": "StackWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.StackWidget._xalign", + "name": "_xalign", + "lineno": 1507, + "scope": "StackWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.StackWidget._update", + "name": "_update", + "lineno": 1515, + "scope": "StackWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.StackWidget._manage", + "name": "_manage", + "lineno": 1540, + "scope": "StackWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.StackWidget.__repr__", + "name": "__repr__", + "lineno": 1565, + "scope": "StackWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.StackWidget.replace_child", + "name": "replace_child", + "lineno": 1571, + "scope": "StackWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.StackWidget.remove_child", + "name": "remove_child", + "lineno": 1589, + "scope": "StackWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.StackWidget.insert_child", + "name": "insert_child", + "lineno": 1603, + "scope": "StackWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SpaceWidget.__init__", + "name": "__init__", + "lineno": 1630, + "scope": "SpaceWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SpaceWidget.set_width", + "name": "set_width", + "lineno": 1651, + "scope": "SpaceWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SpaceWidget.set_height", + "name": "set_height", + "lineno": 1662, + "scope": "SpaceWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SpaceWidget._tags", + "name": "_tags", + "lineno": 1673, + "scope": "SpaceWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.SpaceWidget.__repr__", + "name": "__repr__", + "lineno": 1676, + "scope": "SpaceWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.ScrollWatcherWidget.__init__", + "name": "__init__", + "lineno": 1688, + "scope": "ScrollWatcherWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.ScrollWatcherWidget.add_child", + "name": "add_child", + "lineno": 1705, + "scope": "ScrollWatcherWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.ScrollWatcherWidget.remove_child", + "name": "remove_child", + "lineno": 1718, + "scope": "ScrollWatcherWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.ScrollWatcherWidget._tags", + "name": "_tags", + "lineno": 1730, + "scope": "ScrollWatcherWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.ScrollWatcherWidget._update", + "name": "_update", + "lineno": 1733, + "scope": "ScrollWatcherWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.ScrollWatcherWidget._adjust_scrollregion", + "name": "_adjust_scrollregion", + "lineno": 1736, + "scope": "ScrollWatcherWidget", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasFrame.__init__", + "name": "__init__", + "lineno": 1781, + "scope": "CanvasFrame", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasFrame._init_menubar", + "name": "_init_menubar", + "lineno": 1826, + "scope": "CanvasFrame", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasFrame.print_to_file", + "name": "print_to_file", + "lineno": 1843, + "scope": "CanvasFrame", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasFrame.scrollregion", + "name": "scrollregion", + "lineno": 1873, + "scope": "CanvasFrame", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasFrame.canvas", + "name": "canvas", + "lineno": 1882, + "scope": "CanvasFrame", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasFrame.add_widget", + "name": "add_widget", + "lineno": 1889, + "scope": "CanvasFrame", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasFrame._find_room", + "name": "_find_room", + "lineno": 1919, + "scope": "CanvasFrame", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasFrame.destroy_widget", + "name": "destroy_widget", + "lineno": 1960, + "scope": "CanvasFrame", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasFrame.remove_widget", + "name": "remove_widget", + "lineno": 1968, + "scope": "CanvasFrame", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasFrame.pack", + "name": "pack", + "lineno": 1972, + "scope": "CanvasFrame", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasFrame.destroy", + "name": "destroy", + "lineno": 1980, + "scope": "CanvasFrame", + "is_async": false + }, + { + "id": "nltk.draw.util.CanvasFrame.mainloop", + "name": "mainloop", + "lineno": 1990, + "scope": "CanvasFrame", + "is_async": false + }, + { + "id": "nltk.draw.util.ShowText.__init__", + "name": "__init__", + "lineno": 2014, + "scope": "ShowText", + "is_async": false + }, + { + "id": "nltk.draw.util.ShowText.find_dimentions", + "name": "find_dimentions", + "lineno": 2049, + "scope": "ShowText", + "is_async": false + }, + { + "id": "nltk.draw.util.ShowText.destroy", + "name": "destroy", + "lineno": 2067, + "scope": "ShowText", + "is_async": false + }, + { + "id": "nltk.draw.util.ShowText.mainloop", + "name": "mainloop", + "lineno": 2073, + "scope": "ShowText", + "is_async": false + }, + { + "id": "nltk.draw.util.EntryDialog.__init__", + "name": "__init__", + "lineno": 2095, + "scope": "EntryDialog", + "is_async": false + }, + { + "id": "nltk.draw.util.EntryDialog._reset", + "name": "_reset", + "lineno": 2138, + "scope": "EntryDialog", + "is_async": false + }, + { + "id": "nltk.draw.util.EntryDialog._cancel", + "name": "_cancel", + "lineno": 2144, + "scope": "EntryDialog", + "is_async": false + }, + { + "id": "nltk.draw.util.EntryDialog._ok", + "name": "_ok", + "lineno": 2151, + "scope": "EntryDialog", + "is_async": false + }, + { + "id": "nltk.draw.util.EntryDialog._apply", + "name": "_apply", + "lineno": 2155, + "scope": "EntryDialog", + "is_async": false + }, + { + "id": "nltk.draw.util.EntryDialog._destroy", + "name": "_destroy", + "lineno": 2159, + "scope": "EntryDialog", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList.__init__", + "name": "__init__", + "lineno": 2186, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList._init_colortags", + "name": "_init_colortags", + "lineno": 2215, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList._item_repr", + "name": "_item_repr", + "lineno": 2223, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList.get", + "name": "get", + "lineno": 2235, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList.set", + "name": "set", + "lineno": 2244, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList.unmark", + "name": "unmark", + "lineno": 2267, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList.mark", + "name": "mark", + "lineno": 2283, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList.markonly", + "name": "markonly", + "lineno": 2293, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList.view", + "name": "view", + "lineno": 2301, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList.add_callback", + "name": "add_callback", + "lineno": 2313, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList.remove_callback", + "name": "remove_callback", + "lineno": 2336, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList.pack", + "name": "pack", + "lineno": 2363, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList.grid", + "name": "grid", + "lineno": 2367, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList.focus", + "name": "focus", + "lineno": 2371, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList._init_itemframe", + "name": "_init_itemframe", + "lineno": 2379, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList._fire_callback", + "name": "_fire_callback", + "lineno": 2404, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList._buttonpress", + "name": "_buttonpress", + "lineno": 2414, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.ColorizedList._keypress", + "name": "_keypress", + "lineno": 2420, + "scope": "ColorizedList", + "is_async": false + }, + { + "id": "nltk.draw.util.MutableOptionMenu.__init__", + "name": "__init__", + "lineno": 2455, + "scope": "MutableOptionMenu", + "is_async": false + }, + { + "id": "nltk.draw.util.MutableOptionMenu.add", + "name": "add", + "lineno": 2485, + "scope": "MutableOptionMenu", + "is_async": false + }, + { + "id": "nltk.draw.util.MutableOptionMenu.add.set", + "name": "set", + "lineno": 2489, + "scope": "MutableOptionMenu.add", + "is_async": false + }, + { + "id": "nltk.draw.util.MutableOptionMenu.set", + "name": "set", + "lineno": 2495, + "scope": "MutableOptionMenu", + "is_async": false + }, + { + "id": "nltk.draw.util.MutableOptionMenu.remove", + "name": "remove", + "lineno": 2500, + "scope": "MutableOptionMenu", + "is_async": false + }, + { + "id": "nltk.draw.util.MutableOptionMenu.__getitem__", + "name": "__getitem__", + "lineno": 2506, + "scope": "MutableOptionMenu", + "is_async": false + }, + { + "id": "nltk.draw.util.MutableOptionMenu.destroy", + "name": "destroy", + "lineno": 2511, + "scope": "MutableOptionMenu", + "is_async": false + }, + { + "id": "nltk.draw.util.demo", + "name": "demo", + "lineno": 2522, + "scope": null, + "is_async": false + }, + { + "id": "nltk.draw.util.demo.fill", + "name": "fill", + "lineno": 2527, + "scope": "demo", + "is_async": false + }, + { + "id": "nltk.draw.util.demo.color", + "name": "color", + "lineno": 2532, + "scope": "demo", + "is_async": false + } + ], + "nltk.draw": [], + "nltk.huggingface.dataset": [ + { + "id": "nltk.huggingface.dataset._is_cached", + "name": "_is_cached", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "nltk.huggingface.dataset._serialise", + "name": "_serialise", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "nltk.huggingface.dataset._load_hf_dataset", + "name": "_load_hf_dataset", + "lineno": 144, + "scope": null, + "is_async": false + }, + { + "id": "nltk.huggingface.dataset.HFDatasetPathPointer.__init__", + "name": "__init__", + "lineno": 190, + "scope": "HFDatasetPathPointer", + "is_async": false + }, + { + "id": "nltk.huggingface.dataset.HFDatasetPathPointer.open", + "name": "open", + "lineno": 196, + "scope": "HFDatasetPathPointer", + "is_async": false + }, + { + "id": "nltk.huggingface.dataset.HFDatasetPathPointer.file_size", + "name": "file_size", + "lineno": 205, + "scope": "HFDatasetPathPointer", + "is_async": false + }, + { + "id": "nltk.huggingface.dataset.HFDatasetPathPointer.join", + "name": "join", + "lineno": 208, + "scope": "HFDatasetPathPointer", + "is_async": false + }, + { + "id": "nltk.huggingface.dataset.HFDatasetPathPointer.fileids", + "name": "fileids", + "lineno": 213, + "scope": "HFDatasetPathPointer", + "is_async": false + }, + { + "id": "nltk.huggingface.dataset.HFDatasetPathPointer.path", + "name": "path", + "lineno": 236, + "scope": "HFDatasetPathPointer", + "is_async": false + }, + { + "id": "nltk.huggingface.dataset.HFDatasetPathPointer.__str__", + "name": "__str__", + "lineno": 240, + "scope": "HFDatasetPathPointer", + "is_async": false + }, + { + "id": "nltk.huggingface.dataset.HFDatasetPathPointer.__repr__", + "name": "__repr__", + "lineno": 243, + "scope": "HFDatasetPathPointer", + "is_async": false + }, + { + "id": "nltk.huggingface.dataset._register_path_pointer", + "name": "_register_path_pointer", + "lineno": 248, + "scope": null, + "is_async": false + }, + { + "id": "nltk.huggingface.dataset.download", + "name": "download", + "lineno": 265, + "scope": null, + "is_async": false + }, + { + "id": "nltk.huggingface.dataset.load_data", + "name": "load_data", + "lineno": 313, + "scope": null, + "is_async": false + } + ], + "nltk.huggingface": [], + "nltk.inference.api": [ + { + "id": "nltk.inference.api.Prover.prove", + "name": "prove", + "lineno": 32, + "scope": "Prover", + "is_async": false + }, + { + "id": "nltk.inference.api.Prover._prove", + "name": "_prove", + "lineno": 40, + "scope": "Prover", + "is_async": false + }, + { + "id": "nltk.inference.api.ModelBuilder.build_model", + "name": "build_model", + "lineno": 55, + "scope": "ModelBuilder", + "is_async": false + }, + { + "id": "nltk.inference.api.ModelBuilder._build_model", + "name": "_build_model", + "lineno": 64, + "scope": "ModelBuilder", + "is_async": false + }, + { + "id": "nltk.inference.api.TheoremToolCommand.add_assumptions", + "name": "add_assumptions", + "lineno": 79, + "scope": "TheoremToolCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.TheoremToolCommand.retract_assumptions", + "name": "retract_assumptions", + "lineno": 88, + "scope": "TheoremToolCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.TheoremToolCommand.assumptions", + "name": "assumptions", + "lineno": 100, + "scope": "TheoremToolCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.TheoremToolCommand.goal", + "name": "goal", + "lineno": 108, + "scope": "TheoremToolCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.TheoremToolCommand.print_assumptions", + "name": "print_assumptions", + "lineno": 116, + "scope": "TheoremToolCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.ProverCommand.prove", + "name": "prove", + "lineno": 129, + "scope": "ProverCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.ProverCommand.proof", + "name": "proof", + "lineno": 135, + "scope": "ProverCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.ProverCommand.get_prover", + "name": "get_prover", + "lineno": 143, + "scope": "ProverCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.ModelBuilderCommand.build_model", + "name": "build_model", + "lineno": 158, + "scope": "ModelBuilderCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.ModelBuilderCommand.model", + "name": "model", + "lineno": 166, + "scope": "ModelBuilderCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.ModelBuilderCommand.get_model_builder", + "name": "get_model_builder", + "lineno": 175, + "scope": "ModelBuilderCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.BaseTheoremToolCommand.__init__", + "name": "__init__", + "lineno": 188, + "scope": "BaseTheoremToolCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.BaseTheoremToolCommand.add_assumptions", + "name": "add_assumptions", + "lineno": 206, + "scope": "BaseTheoremToolCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.BaseTheoremToolCommand.retract_assumptions", + "name": "retract_assumptions", + "lineno": 216, + "scope": "BaseTheoremToolCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.BaseTheoremToolCommand.assumptions", + "name": "assumptions", + "lineno": 236, + "scope": "BaseTheoremToolCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.BaseTheoremToolCommand.goal", + "name": "goal", + "lineno": 244, + "scope": "BaseTheoremToolCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.BaseTheoremToolCommand.print_assumptions", + "name": "print_assumptions", + "lineno": 252, + "scope": "BaseTheoremToolCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.BaseProverCommand.__init__", + "name": "__init__", + "lineno": 266, + "scope": "BaseProverCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.BaseProverCommand.prove", + "name": "prove", + "lineno": 279, + "scope": "BaseProverCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.BaseProverCommand.proof", + "name": "proof", + "lineno": 290, + "scope": "BaseProverCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.BaseProverCommand.decorate_proof", + "name": "decorate_proof", + "lineno": 301, + "scope": "BaseProverCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.BaseProverCommand.get_prover", + "name": "get_prover", + "lineno": 310, + "scope": "BaseProverCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.BaseModelBuilderCommand.__init__", + "name": "__init__", + "lineno": 321, + "scope": "BaseModelBuilderCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.BaseModelBuilderCommand.build_model", + "name": "build_model", + "lineno": 334, + "scope": "BaseModelBuilderCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.BaseModelBuilderCommand.model", + "name": "model", + "lineno": 345, + "scope": "BaseModelBuilderCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.BaseModelBuilderCommand._decorate_model", + "name": "_decorate_model", + "lineno": 357, + "scope": "BaseModelBuilderCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.BaseModelBuilderCommand.get_model_builder", + "name": "get_model_builder", + "lineno": 365, + "scope": "BaseModelBuilderCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.TheoremToolCommandDecorator.__init__", + "name": "__init__", + "lineno": 375, + "scope": "TheoremToolCommandDecorator", + "is_async": false + }, + { + "id": "nltk.inference.api.TheoremToolCommandDecorator.assumptions", + "name": "assumptions", + "lineno": 385, + "scope": "TheoremToolCommandDecorator", + "is_async": false + }, + { + "id": "nltk.inference.api.TheoremToolCommandDecorator.goal", + "name": "goal", + "lineno": 388, + "scope": "TheoremToolCommandDecorator", + "is_async": false + }, + { + "id": "nltk.inference.api.TheoremToolCommandDecorator.add_assumptions", + "name": "add_assumptions", + "lineno": 391, + "scope": "TheoremToolCommandDecorator", + "is_async": false + }, + { + "id": "nltk.inference.api.TheoremToolCommandDecorator.retract_assumptions", + "name": "retract_assumptions", + "lineno": 395, + "scope": "TheoremToolCommandDecorator", + "is_async": false + }, + { + "id": "nltk.inference.api.TheoremToolCommandDecorator.print_assumptions", + "name": "print_assumptions", + "lineno": 399, + "scope": "TheoremToolCommandDecorator", + "is_async": false + }, + { + "id": "nltk.inference.api.ProverCommandDecorator.__init__", + "name": "__init__", + "lineno": 409, + "scope": "ProverCommandDecorator", + "is_async": false + }, + { + "id": "nltk.inference.api.ProverCommandDecorator.prove", + "name": "prove", + "lineno": 419, + "scope": "ProverCommandDecorator", + "is_async": false + }, + { + "id": "nltk.inference.api.ProverCommandDecorator.proof", + "name": "proof", + "lineno": 427, + "scope": "ProverCommandDecorator", + "is_async": false + }, + { + "id": "nltk.inference.api.ProverCommandDecorator.decorate_proof", + "name": "decorate_proof", + "lineno": 438, + "scope": "ProverCommandDecorator", + "is_async": false + }, + { + "id": "nltk.inference.api.ProverCommandDecorator.get_prover", + "name": "get_prover", + "lineno": 447, + "scope": "ProverCommandDecorator", + "is_async": false + }, + { + "id": "nltk.inference.api.ModelBuilderCommandDecorator.__init__", + "name": "__init__", + "lineno": 457, + "scope": "ModelBuilderCommandDecorator", + "is_async": false + }, + { + "id": "nltk.inference.api.ModelBuilderCommandDecorator.build_model", + "name": "build_model", + "lineno": 467, + "scope": "ModelBuilderCommandDecorator", + "is_async": false + }, + { + "id": "nltk.inference.api.ModelBuilderCommandDecorator.model", + "name": "model", + "lineno": 479, + "scope": "ModelBuilderCommandDecorator", + "is_async": false + }, + { + "id": "nltk.inference.api.ModelBuilderCommandDecorator._decorate_model", + "name": "_decorate_model", + "lineno": 491, + "scope": "ModelBuilderCommandDecorator", + "is_async": false + }, + { + "id": "nltk.inference.api.ModelBuilderCommandDecorator.get_model_builder", + "name": "get_model_builder", + "lineno": 500, + "scope": "ModelBuilderCommandDecorator", + "is_async": false + }, + { + "id": "nltk.inference.api.ParallelProverBuilder.__init__", + "name": "__init__", + "lineno": 512, + "scope": "ParallelProverBuilder", + "is_async": false + }, + { + "id": "nltk.inference.api.ParallelProverBuilder._prove", + "name": "_prove", + "lineno": 516, + "scope": "ParallelProverBuilder", + "is_async": false + }, + { + "id": "nltk.inference.api.ParallelProverBuilder._build_model", + "name": "_build_model", + "lineno": 519, + "scope": "ParallelProverBuilder", + "is_async": false + }, + { + "id": "nltk.inference.api.ParallelProverBuilder._run", + "name": "_run", + "lineno": 522, + "scope": "ParallelProverBuilder", + "is_async": false + }, + { + "id": "nltk.inference.api.ParallelProverBuilderCommand.__init__", + "name": "__init__", + "lineno": 559, + "scope": "ParallelProverBuilderCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.ParallelProverBuilderCommand.prove", + "name": "prove", + "lineno": 563, + "scope": "ParallelProverBuilderCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.ParallelProverBuilderCommand.build_model", + "name": "build_model", + "lineno": 566, + "scope": "ParallelProverBuilderCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.ParallelProverBuilderCommand._run", + "name": "_run", + "lineno": 569, + "scope": "ParallelProverBuilderCommand", + "is_async": false + }, + { + "id": "nltk.inference.api.TheoremToolThread.__init__", + "name": "__init__", + "lineno": 593, + "scope": "TheoremToolThread", + "is_async": false + }, + { + "id": "nltk.inference.api.TheoremToolThread.run", + "name": "run", + "lineno": 600, + "scope": "TheoremToolThread", + "is_async": false + }, + { + "id": "nltk.inference.api.TheoremToolThread.result", + "name": "result", + "lineno": 613, + "scope": "TheoremToolThread", + "is_async": false + } + ], + "nltk.inference.discourse": [ + { + "id": "nltk.inference.discourse.ReadingCommand.parse_to_readings", + "name": "parse_to_readings", + "lineno": 64, + "scope": "ReadingCommand", + "is_async": false + }, + { + "id": "nltk.inference.discourse.ReadingCommand.process_thread", + "name": "process_thread", + "lineno": 70, + "scope": "ReadingCommand", + "is_async": false + }, + { + "id": "nltk.inference.discourse.ReadingCommand.combine_readings", + "name": "combine_readings", + "lineno": 83, + "scope": "ReadingCommand", + "is_async": false + }, + { + "id": "nltk.inference.discourse.ReadingCommand.to_fol", + "name": "to_fol", + "lineno": 92, + "scope": "ReadingCommand", + "is_async": false + }, + { + "id": "nltk.inference.discourse.CfgReadingCommand.__init__", + "name": "__init__", + "lineno": 104, + "scope": "CfgReadingCommand", + "is_async": false + }, + { + "id": "nltk.inference.discourse.CfgReadingCommand.parse_to_readings", + "name": "parse_to_readings", + "lineno": 114, + "scope": "CfgReadingCommand", + "is_async": false + }, + { + "id": "nltk.inference.discourse.CfgReadingCommand.combine_readings", + "name": "combine_readings", + "lineno": 122, + "scope": "CfgReadingCommand", + "is_async": false + }, + { + "id": "nltk.inference.discourse.CfgReadingCommand.to_fol", + "name": "to_fol", + "lineno": 126, + "scope": "CfgReadingCommand", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DrtGlueReadingCommand.__init__", + "name": "__init__", + "lineno": 132, + "scope": "DrtGlueReadingCommand", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DrtGlueReadingCommand.parse_to_readings", + "name": "parse_to_readings", + "lineno": 148, + "scope": "DrtGlueReadingCommand", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DrtGlueReadingCommand.process_thread", + "name": "process_thread", + "lineno": 152, + "scope": "DrtGlueReadingCommand", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DrtGlueReadingCommand.combine_readings", + "name": "combine_readings", + "lineno": 159, + "scope": "DrtGlueReadingCommand", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DrtGlueReadingCommand.to_fol", + "name": "to_fol", + "lineno": 164, + "scope": "DrtGlueReadingCommand", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester.__init__", + "name": "__init__", + "lineno": 174, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester.sentences", + "name": "sentences", + "lineno": 205, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester.add_sentence", + "name": "add_sentence", + "lineno": 212, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester.retract_sentence", + "name": "retract_sentence", + "lineno": 246, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester.grammar", + "name": "grammar", + "lineno": 270, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester._get_readings", + "name": "_get_readings", + "lineno": 280, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester._construct_readings", + "name": "_construct_readings", + "lineno": 288, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester._construct_threads", + "name": "_construct_threads", + "lineno": 302, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester._show_readings", + "name": "_show_readings", + "lineno": 319, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester._show_threads", + "name": "_show_threads", + "lineno": 336, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester.readings", + "name": "readings", + "lineno": 358, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester.expand_threads", + "name": "expand_threads", + "lineno": 389, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester._check_consistency", + "name": "_check_consistency", + "lineno": 412, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester.models", + "name": "models", + "lineno": 446, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester.add_background", + "name": "add_background", + "lineno": 474, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester.background", + "name": "background", + "lineno": 494, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.DiscourseTester.multiply", + "name": "multiply", + "lineno": 506, + "scope": "DiscourseTester", + "is_async": false + }, + { + "id": "nltk.inference.discourse.load_fol", + "name": "load_fol", + "lineno": 529, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.discourse.discourse_demo", + "name": "discourse_demo", + "lineno": 554, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.discourse.drt_discourse_demo", + "name": "drt_discourse_demo", + "lineno": 612, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.discourse.spacer", + "name": "spacer", + "lineno": 628, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.discourse.demo", + "name": "demo", + "lineno": 632, + "scope": null, + "is_async": false + } + ], + "nltk.inference.mace": [ + { + "id": "nltk.inference.mace.MaceCommand.__init__", + "name": "__init__", + "lineno": 31, + "scope": "MaceCommand", + "is_async": false + }, + { + "id": "nltk.inference.mace.MaceCommand.valuation", + "name": "valuation", + "lineno": 50, + "scope": "MaceCommand", + "is_async": false + }, + { + "id": "nltk.inference.mace.MaceCommand._convert2val", + "name": "_convert2val", + "lineno": 53, + "scope": "MaceCommand", + "is_async": false + }, + { + "id": "nltk.inference.mace.MaceCommand._make_relation_set", + "name": "_make_relation_set", + "lineno": 99, + "scope": "MaceCommand", + "is_async": false + }, + { + "id": "nltk.inference.mace.MaceCommand._make_relation_tuple", + "name": "_make_relation_tuple", + "lineno": 116, + "scope": "MaceCommand", + "is_async": false + }, + { + "id": "nltk.inference.mace.MaceCommand._make_model_var", + "name": "_make_model_var", + "lineno": 134, + "scope": "MaceCommand", + "is_async": false + }, + { + "id": "nltk.inference.mace.MaceCommand._decorate_model", + "name": "_decorate_model", + "lineno": 172, + "scope": "MaceCommand", + "is_async": false + }, + { + "id": "nltk.inference.mace.MaceCommand._transform_output", + "name": "_transform_output", + "lineno": 189, + "scope": "MaceCommand", + "is_async": false + }, + { + "id": "nltk.inference.mace.MaceCommand._call_interpformat", + "name": "_call_interpformat", + "lineno": 210, + "scope": "MaceCommand", + "is_async": false + }, + { + "id": "nltk.inference.mace.Mace.__init__", + "name": "__init__", + "lineno": 232, + "scope": "Mace", + "is_async": false + }, + { + "id": "nltk.inference.mace.Mace._build_model", + "name": "_build_model", + "lineno": 237, + "scope": "Mace", + "is_async": false + }, + { + "id": "nltk.inference.mace.Mace._call_mace4", + "name": "_call_mace4", + "lineno": 252, + "scope": "Mace", + "is_async": false + }, + { + "id": "nltk.inference.mace.spacer", + "name": "spacer", + "lineno": 272, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.mace.decode_result", + "name": "decode_result", + "lineno": 276, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.mace.test_model_found", + "name": "test_model_found", + "lineno": 288, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.mace.test_build_model", + "name": "test_build_model", + "lineno": 302, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.mace.test_transform_output", + "name": "test_transform_output", + "lineno": 335, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.mace.test_make_relation_set", + "name": "test_make_relation_set", + "lineno": 353, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.mace.demo", + "name": "demo", + "lineno": 376, + "scope": null, + "is_async": false + } + ], + "nltk.inference.nonmonotonic": [ + { + "id": "nltk.inference.nonmonotonic.get_domain", + "name": "get_domain", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.ClosedDomainProver.assumptions", + "name": "assumptions", + "lineno": 56, + "scope": "ClosedDomainProver", + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.ClosedDomainProver.goal", + "name": "goal", + "lineno": 62, + "scope": "ClosedDomainProver", + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "name": "replace_quants", + "lineno": 67, + "scope": "ClosedDomainProver", + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.UniqueNamesProver.assumptions", + "name": "assumptions", + "lineno": 109, + "scope": "UniqueNamesProver", + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.SetHolder.__getitem__", + "name": "__getitem__", + "lineno": 151, + "scope": "SetHolder", + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "name": "assumptions", + "lineno": 198, + "scope": "ClosedWorldProver", + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.ClosedWorldProver._make_unique_signature", + "name": "_make_unique_signature", + "lineno": 243, + "scope": "ClosedWorldProver", + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.ClosedWorldProver._make_antecedent", + "name": "_make_antecedent", + "lineno": 250, + "scope": "ClosedWorldProver", + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.ClosedWorldProver._make_predicate_dict", + "name": "_make_predicate_dict", + "lineno": 260, + "scope": "ClosedWorldProver", + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.ClosedWorldProver._map_predicates", + "name": "_map_predicates", + "lineno": 272, + "scope": "ClosedWorldProver", + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.PredHolder.__init__", + "name": "__init__", + "lineno": 319, + "scope": "PredHolder", + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.PredHolder.append_sig", + "name": "append_sig", + "lineno": 324, + "scope": "PredHolder", + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.PredHolder.append_prop", + "name": "append_prop", + "lineno": 328, + "scope": "PredHolder", + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.PredHolder.validate_sig_len", + "name": "validate_sig_len", + "lineno": 332, + "scope": "PredHolder", + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.PredHolder.__str__", + "name": "__str__", + "lineno": 338, + "scope": "PredHolder", + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.PredHolder.__repr__", + "name": "__repr__", + "lineno": 341, + "scope": "PredHolder", + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.closed_domain_demo", + "name": "closed_domain_demo", + "lineno": 345, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.unique_names_demo", + "name": "unique_names_demo", + "lineno": 414, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.closed_world_demo", + "name": "closed_world_demo", + "lineno": 443, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.combination_prover_demo", + "name": "combination_prover_demo", + "lineno": 487, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.default_reasoning_demo", + "name": "default_reasoning_demo", + "lineno": 501, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.print_proof", + "name": "print_proof", + "lineno": 545, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.nonmonotonic.demo", + "name": "demo", + "lineno": 552, + "scope": null, + "is_async": false + } + ], + "nltk.inference.prover9": [ + { + "id": "nltk.inference.prover9.Prover9CommandParent.print_assumptions", + "name": "print_assumptions", + "lineno": 54, + "scope": "Prover9CommandParent", + "is_async": false + }, + { + "id": "nltk.inference.prover9.Prover9Command.__init__", + "name": "__init__", + "lineno": 77, + "scope": "Prover9Command", + "is_async": false + }, + { + "id": "nltk.inference.prover9.Prover9Command.decorate_proof", + "name": "decorate_proof", + "lineno": 100, + "scope": "Prover9Command", + "is_async": false + }, + { + "id": "nltk.inference.prover9.Prover9Parent.config_prover9", + "name": "config_prover9", + "lineno": 121, + "scope": "Prover9Parent", + "is_async": false + }, + { + "id": "nltk.inference.prover9.Prover9Parent.prover9_input", + "name": "prover9_input", + "lineno": 137, + "scope": "Prover9Parent", + "is_async": false + }, + { + "id": "nltk.inference.prover9.Prover9Parent.binary_locations", + "name": "binary_locations", + "lineno": 158, + "scope": "Prover9Parent", + "is_async": false + }, + { + "id": "nltk.inference.prover9.Prover9Parent._find_binary", + "name": "_find_binary", + "lineno": 173, + "scope": "Prover9Parent", + "is_async": false + }, + { + "id": "nltk.inference.prover9.Prover9Parent._call", + "name": "_call", + "lineno": 186, + "scope": "Prover9Parent", + "is_async": false + }, + { + "id": "nltk.inference.prover9.convert_to_prover9", + "name": "convert_to_prover9", + "lineno": 222, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.prover9._convert_to_prover9", + "name": "_convert_to_prover9", + "lineno": 243, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.prover9.Prover9.__init__", + "name": "__init__", + "lineno": 311, + "scope": "Prover9", + "is_async": false + }, + { + "id": "nltk.inference.prover9.Prover9._prove", + "name": "_prove", + "lineno": 317, + "scope": "Prover9", + "is_async": false + }, + { + "id": "nltk.inference.prover9.Prover9.prover9_input", + "name": "prover9_input", + "lineno": 332, + "scope": "Prover9", + "is_async": false + }, + { + "id": "nltk.inference.prover9.Prover9._call_prover9", + "name": "_call_prover9", + "lineno": 339, + "scope": "Prover9", + "is_async": false + }, + { + "id": "nltk.inference.prover9.Prover9._call_prooftrans", + "name": "_call_prooftrans", + "lineno": 374, + "scope": "Prover9", + "is_async": false + }, + { + "id": "nltk.inference.prover9.Prover9Exception.__init__", + "name": "__init__", + "lineno": 390, + "scope": "Prover9Exception", + "is_async": false + }, + { + "id": "nltk.inference.prover9.test_config", + "name": "test_config", + "lineno": 410, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.prover9.test_convert_to_prover9", + "name": "test_convert_to_prover9", + "lineno": 422, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.prover9.test_prove", + "name": "test_prove", + "lineno": 431, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.prover9.spacer", + "name": "spacer", + "lineno": 488, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.prover9.demo", + "name": "demo", + "lineno": 492, + "scope": null, + "is_async": false + } + ], + "nltk.inference.resolution": [ + { + "id": "nltk.inference.resolution.ResolutionProver._prove", + "name": "_prove", + "lineno": 42, + "scope": "ResolutionProver", + "is_async": false + }, + { + "id": "nltk.inference.resolution.ResolutionProver._attempt_proof", + "name": "_attempt_proof", + "lineno": 75, + "scope": "ResolutionProver", + "is_async": false + }, + { + "id": "nltk.inference.resolution.ResolutionProverCommand.__init__", + "name": "__init__", + "lineno": 109, + "scope": "ResolutionProverCommand", + "is_async": false + }, + { + "id": "nltk.inference.resolution.ResolutionProverCommand.prove", + "name": "prove", + "lineno": 125, + "scope": "ResolutionProverCommand", + "is_async": false + }, + { + "id": "nltk.inference.resolution.ResolutionProverCommand.find_answers", + "name": "find_answers", + "lineno": 138, + "scope": "ResolutionProverCommand", + "is_async": false + }, + { + "id": "nltk.inference.resolution.ResolutionProverCommand._decorate_clauses", + "name": "_decorate_clauses", + "lineno": 154, + "scope": "ResolutionProverCommand", + "is_async": false + }, + { + "id": "nltk.inference.resolution.Clause.__init__", + "name": "__init__", + "lineno": 175, + "scope": "Clause", + "is_async": false + }, + { + "id": "nltk.inference.resolution.Clause.unify", + "name": "unify", + "lineno": 180, + "scope": "Clause", + "is_async": false + }, + { + "id": "nltk.inference.resolution.Clause.isSubsetOf", + "name": "isSubsetOf", + "lineno": 227, + "scope": "Clause", + "is_async": false + }, + { + "id": "nltk.inference.resolution.Clause.subsumes", + "name": "subsumes", + "lineno": 239, + "scope": "Clause", + "is_async": false + }, + { + "id": "nltk.inference.resolution.Clause.__getslice__", + "name": "__getslice__", + "lineno": 277, + "scope": "Clause", + "is_async": false + }, + { + "id": "nltk.inference.resolution.Clause.__sub__", + "name": "__sub__", + "lineno": 280, + "scope": "Clause", + "is_async": false + }, + { + "id": "nltk.inference.resolution.Clause.__add__", + "name": "__add__", + "lineno": 283, + "scope": "Clause", + "is_async": false + }, + { + "id": "nltk.inference.resolution.Clause.is_tautology", + "name": "is_tautology", + "lineno": 286, + "scope": "Clause", + "is_async": false + }, + { + "id": "nltk.inference.resolution.Clause.free", + "name": "free", + "lineno": 310, + "scope": "Clause", + "is_async": false + }, + { + "id": "nltk.inference.resolution.Clause.replace", + "name": "replace", + "lineno": 313, + "scope": "Clause", + "is_async": false + }, + { + "id": "nltk.inference.resolution.Clause.substitute_bindings", + "name": "substitute_bindings", + "lineno": 323, + "scope": "Clause", + "is_async": false + }, + { + "id": "nltk.inference.resolution.Clause.__str__", + "name": "__str__", + "lineno": 333, + "scope": "Clause", + "is_async": false + }, + { + "id": "nltk.inference.resolution.Clause.__repr__", + "name": "__repr__", + "lineno": 336, + "scope": "Clause", + "is_async": false + }, + { + "id": "nltk.inference.resolution._iterate_first", + "name": "_iterate_first", + "lineno": 340, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.resolution._iterate_second", + "name": "_iterate_second", + "lineno": 384, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.resolution._unify_terms", + "name": "_unify_terms", + "lineno": 423, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.resolution._complete_unify_path", + "name": "_complete_unify_path", + "lineno": 469, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.resolution._subsumes_finalize", + "name": "_subsumes_finalize", + "lineno": 479, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.resolution.clausify", + "name": "clausify", + "lineno": 491, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.resolution._clausify", + "name": "_clausify", + "lineno": 505, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.resolution.BindingDict.__init__", + "name": "__init__", + "lineno": 530, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.inference.resolution.BindingDict.__setitem__", + "name": "__setitem__", + "lineno": 540, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.inference.resolution.BindingDict.__getitem__", + "name": "__getitem__", + "lineno": 579, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.inference.resolution.BindingDict.__contains__", + "name": "__contains__", + "lineno": 592, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.inference.resolution.BindingDict.__add__", + "name": "__add__", + "lineno": 595, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.inference.resolution.BindingDict.__len__", + "name": "__len__", + "lineno": 614, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.inference.resolution.BindingDict.__str__", + "name": "__str__", + "lineno": 617, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.inference.resolution.BindingDict.__repr__", + "name": "__repr__", + "lineno": 621, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.inference.resolution.most_general_unification", + "name": "most_general_unification", + "lineno": 625, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.resolution._mgu_var", + "name": "_mgu_var", + "lineno": 652, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.resolution.BindingException.__init__", + "name": "__init__", + "lineno": 660, + "scope": "BindingException", + "is_async": false + }, + { + "id": "nltk.inference.resolution.UnificationException.__init__", + "name": "__init__", + "lineno": 668, + "scope": "UnificationException", + "is_async": false + }, + { + "id": "nltk.inference.resolution.DebugObject.__init__", + "name": "__init__", + "lineno": 673, + "scope": "DebugObject", + "is_async": false + }, + { + "id": "nltk.inference.resolution.DebugObject.__add__", + "name": "__add__", + "lineno": 677, + "scope": "DebugObject", + "is_async": false + }, + { + "id": "nltk.inference.resolution.DebugObject.line", + "name": "line", + "lineno": 680, + "scope": "DebugObject", + "is_async": false + }, + { + "id": "nltk.inference.resolution.testResolutionProver", + "name": "testResolutionProver", + "lineno": 685, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.resolution.resolution_test", + "name": "resolution_test", + "lineno": 716, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.resolution.test_clausify", + "name": "test_clausify", + "lineno": 722, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.resolution.demo", + "name": "demo", + "lineno": 748, + "scope": null, + "is_async": false + } + ], + "nltk.inference.tableau": [ + { + "id": "nltk.inference.tableau.TableauProver._prove", + "name": "_prove", + "lineno": 44, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof", + "name": "_attempt_proof", + "lineno": 68, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_atom", + "name": "_attempt_proof_atom", + "lineno": 103, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_n_atom", + "name": "_attempt_proof_n_atom", + "lineno": 126, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_prop", + "name": "_attempt_proof_prop", + "lineno": 149, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_n_prop", + "name": "_attempt_proof_n_prop", + "lineno": 163, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_app", + "name": "_attempt_proof_app", + "lineno": 177, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_n_app", + "name": "_attempt_proof_n_app", + "lineno": 194, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_n_eq", + "name": "_attempt_proof_n_eq", + "lineno": 212, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_d_neg", + "name": "_attempt_proof_d_neg", + "lineno": 231, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_n_all", + "name": "_attempt_proof_n_all", + "lineno": 237, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_n_some", + "name": "_attempt_proof_n_some", + "lineno": 245, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_and", + "name": "_attempt_proof_and", + "lineno": 253, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_n_or", + "name": "_attempt_proof_n_or", + "lineno": 260, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_n_imp", + "name": "_attempt_proof_n_imp", + "lineno": 267, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_or", + "name": "_attempt_proof_or", + "lineno": 274, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_imp", + "name": "_attempt_proof_imp", + "lineno": 284, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_n_and", + "name": "_attempt_proof_n_and", + "lineno": 294, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_iff", + "name": "_attempt_proof_iff", + "lineno": 304, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_n_iff", + "name": "_attempt_proof_n_iff", + "lineno": 316, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_eq", + "name": "_attempt_proof_eq", + "lineno": 328, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_some", + "name": "_attempt_proof_some", + "lineno": 341, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver._attempt_proof_all", + "name": "_attempt_proof_all", + "lineno": 351, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProver.is_atom", + "name": "is_atom", + "lineno": 395, + "scope": "TableauProver", + "is_async": false + }, + { + "id": "nltk.inference.tableau.TableauProverCommand.__init__", + "name": "__init__", + "lineno": 413, + "scope": "TableauProverCommand", + "is_async": false + }, + { + "id": "nltk.inference.tableau.Agenda.__init__", + "name": "__init__", + "lineno": 430, + "scope": "Agenda", + "is_async": false + }, + { + "id": "nltk.inference.tableau.Agenda.clone", + "name": "clone", + "lineno": 433, + "scope": "Agenda", + "is_async": false + }, + { + "id": "nltk.inference.tableau.Agenda.__getitem__", + "name": "__getitem__", + "lineno": 455, + "scope": "Agenda", + "is_async": false + }, + { + "id": "nltk.inference.tableau.Agenda.put", + "name": "put", + "lineno": 458, + "scope": "Agenda", + "is_async": false + }, + { + "id": "nltk.inference.tableau.Agenda.put_all", + "name": "put_all", + "lineno": 469, + "scope": "Agenda", + "is_async": false + }, + { + "id": "nltk.inference.tableau.Agenda.put_atoms", + "name": "put_atoms", + "lineno": 473, + "scope": "Agenda", + "is_async": false + }, + { + "id": "nltk.inference.tableau.Agenda.pop_first", + "name": "pop_first", + "lineno": 480, + "scope": "Agenda", + "is_async": false + }, + { + "id": "nltk.inference.tableau.Agenda.replace_all", + "name": "replace_all", + "lineno": 497, + "scope": "Agenda", + "is_async": false + }, + { + "id": "nltk.inference.tableau.Agenda.mark_alls_fresh", + "name": "mark_alls_fresh", + "lineno": 504, + "scope": "Agenda", + "is_async": false + }, + { + "id": "nltk.inference.tableau.Agenda.mark_neqs_fresh", + "name": "mark_neqs_fresh", + "lineno": 508, + "scope": "Agenda", + "is_async": false + }, + { + "id": "nltk.inference.tableau.Agenda._categorize_expression", + "name": "_categorize_expression", + "lineno": 512, + "scope": "Agenda", + "is_async": false + }, + { + "id": "nltk.inference.tableau.Agenda._categorize_NegatedExpression", + "name": "_categorize_NegatedExpression", + "lineno": 538, + "scope": "Agenda", + "is_async": false + }, + { + "id": "nltk.inference.tableau.Debug.__init__", + "name": "__init__", + "lineno": 568, + "scope": "Debug", + "is_async": false + }, + { + "id": "nltk.inference.tableau.Debug.__add__", + "name": "__add__", + "lineno": 576, + "scope": "Debug", + "is_async": false + }, + { + "id": "nltk.inference.tableau.Debug.line", + "name": "line", + "lineno": 579, + "scope": "Debug", + "is_async": false + }, + { + "id": "nltk.inference.tableau.testTableauProver", + "name": "testTableauProver", + "lineno": 627, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.tableau.testHigherOrderTableauProver", + "name": "testHigherOrderTableauProver", + "lineno": 679, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.tableau.tableau_test", + "name": "tableau_test", + "lineno": 695, + "scope": null, + "is_async": false + }, + { + "id": "nltk.inference.tableau.demo", + "name": "demo", + "lineno": 706, + "scope": null, + "is_async": false + } + ], + "nltk.inference": [], + "nltk.lm.api": [ + { + "id": "nltk.lm.api.Smoothing.__init__", + "name": "__init__", + "lineno": 29, + "scope": "Smoothing", + "is_async": false + }, + { + "id": "nltk.lm.api.Smoothing.unigram_score", + "name": "unigram_score", + "lineno": 40, + "scope": "Smoothing", + "is_async": false + }, + { + "id": "nltk.lm.api.Smoothing.alpha_gamma", + "name": "alpha_gamma", + "lineno": 44, + "scope": "Smoothing", + "is_async": false + }, + { + "id": "nltk.lm.api._mean", + "name": "_mean", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "nltk.lm.api._random_generator", + "name": "_random_generator", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "nltk.lm.api._weighted_choice", + "name": "_weighted_choice", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "nltk.lm.api.LanguageModel.__init__", + "name": "__init__", + "lineno": 81, + "scope": "LanguageModel", + "is_async": false + }, + { + "id": "nltk.lm.api.LanguageModel.fit", + "name": "fit", + "lineno": 105, + "scope": "LanguageModel", + "is_async": false + }, + { + "id": "nltk.lm.api.LanguageModel.score", + "name": "score", + "lineno": 119, + "scope": "LanguageModel", + "is_async": false + }, + { + "id": "nltk.lm.api.LanguageModel.unmasked_score", + "name": "unmasked_score", + "lineno": 130, + "scope": "LanguageModel", + "is_async": false + }, + { + "id": "nltk.lm.api.LanguageModel.logscore", + "name": "logscore", + "lineno": 145, + "scope": "LanguageModel", + "is_async": false + }, + { + "id": "nltk.lm.api.LanguageModel.context_counts", + "name": "context_counts", + "lineno": 153, + "scope": "LanguageModel", + "is_async": false + }, + { + "id": "nltk.lm.api.LanguageModel.entropy", + "name": "entropy", + "lineno": 164, + "scope": "LanguageModel", + "is_async": false + }, + { + "id": "nltk.lm.api.LanguageModel.perplexity", + "name": "perplexity", + "lineno": 178, + "scope": "LanguageModel", + "is_async": false + }, + { + "id": "nltk.lm.api.LanguageModel.generate", + "name": "generate", + "lineno": 186, + "scope": "LanguageModel", + "is_async": false + } + ], + "nltk.lm.counter": [ + { + "id": "nltk.lm.counter.NgramCounter.__init__", + "name": "__init__", + "lineno": 89, + "scope": "NgramCounter", + "is_async": false + }, + { + "id": "nltk.lm.counter.NgramCounter.update", + "name": "update", + "lineno": 105, + "scope": "NgramCounter", + "is_async": false + }, + { + "id": "nltk.lm.counter.NgramCounter.N", + "name": "N", + "lineno": 131, + "scope": "NgramCounter", + "is_async": false + }, + { + "id": "nltk.lm.counter.NgramCounter.__getitem__", + "name": "__getitem__", + "lineno": 145, + "scope": "NgramCounter", + "is_async": false + }, + { + "id": "nltk.lm.counter.NgramCounter.__str__", + "name": "__str__", + "lineno": 154, + "scope": "NgramCounter", + "is_async": false + }, + { + "id": "nltk.lm.counter.NgramCounter.__len__", + "name": "__len__", + "lineno": 159, + "scope": "NgramCounter", + "is_async": false + }, + { + "id": "nltk.lm.counter.NgramCounter.__contains__", + "name": "__contains__", + "lineno": 162, + "scope": "NgramCounter", + "is_async": false + } + ], + "nltk.lm.models": [ + { + "id": "nltk.lm.models.MLE.unmasked_score", + "name": "unmasked_score", + "lineno": 20, + "scope": "MLE", + "is_async": false + }, + { + "id": "nltk.lm.models.Lidstone.__init__", + "name": "__init__", + "lineno": 37, + "scope": "Lidstone", + "is_async": false + }, + { + "id": "nltk.lm.models.Lidstone.unmasked_score", + "name": "unmasked_score", + "lineno": 41, + "scope": "Lidstone", + "is_async": false + }, + { + "id": "nltk.lm.models.Laplace.__init__", + "name": "__init__", + "lineno": 59, + "scope": "Laplace", + "is_async": false + }, + { + "id": "nltk.lm.models.StupidBackoff.__init__", + "name": "__init__", + "lineno": 72, + "scope": "StupidBackoff", + "is_async": false + }, + { + "id": "nltk.lm.models.StupidBackoff.unmasked_score", + "name": "unmasked_score", + "lineno": 76, + "scope": "StupidBackoff", + "is_async": false + }, + { + "id": "nltk.lm.models.InterpolatedLanguageModel.__init__", + "name": "__init__", + "lineno": 105, + "scope": "InterpolatedLanguageModel", + "is_async": false + }, + { + "id": "nltk.lm.models.InterpolatedLanguageModel.unmasked_score", + "name": "unmasked_score", + "lineno": 110, + "scope": "InterpolatedLanguageModel", + "is_async": false + }, + { + "id": "nltk.lm.models.WittenBellInterpolated.__init__", + "name": "__init__", + "lineno": 136, + "scope": "WittenBellInterpolated", + "is_async": false + }, + { + "id": "nltk.lm.models.AbsoluteDiscountingInterpolated.__init__", + "name": "__init__", + "lineno": 143, + "scope": "AbsoluteDiscountingInterpolated", + "is_async": false + }, + { + "id": "nltk.lm.models.KneserNeyInterpolated.__init__", + "name": "__init__", + "lineno": 152, + "scope": "KneserNeyInterpolated", + "is_async": false + } + ], + "nltk.lm.preprocessing": [ + { + "id": "nltk.lm.preprocessing.padded_everygrams", + "name": "padded_everygrams", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "nltk.lm.preprocessing.padded_everygram_pipeline", + "name": "padded_everygram_pipeline", + "lineno": 34, + "scope": null, + "is_async": false + } + ], + "nltk.lm.smoothing": [ + { + "id": "nltk.lm.smoothing._count_values_gt_zero", + "name": "_count_values_gt_zero", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "nltk.lm.smoothing.WittenBell.__init__", + "name": "__init__", + "lineno": 39, + "scope": "WittenBell", + "is_async": false + }, + { + "id": "nltk.lm.smoothing.WittenBell.alpha_gamma", + "name": "alpha_gamma", + "lineno": 42, + "scope": "WittenBell", + "is_async": false + }, + { + "id": "nltk.lm.smoothing.WittenBell._gamma", + "name": "_gamma", + "lineno": 47, + "scope": "WittenBell", + "is_async": false + }, + { + "id": "nltk.lm.smoothing.WittenBell.unigram_score", + "name": "unigram_score", + "lineno": 51, + "scope": "WittenBell", + "is_async": false + }, + { + "id": "nltk.lm.smoothing.AbsoluteDiscounting.__init__", + "name": "__init__", + "lineno": 58, + "scope": "AbsoluteDiscounting", + "is_async": false + }, + { + "id": "nltk.lm.smoothing.AbsoluteDiscounting.alpha_gamma", + "name": "alpha_gamma", + "lineno": 62, + "scope": "AbsoluteDiscounting", + "is_async": false + }, + { + "id": "nltk.lm.smoothing.AbsoluteDiscounting._gamma", + "name": "_gamma", + "lineno": 70, + "scope": "AbsoluteDiscounting", + "is_async": false + }, + { + "id": "nltk.lm.smoothing.AbsoluteDiscounting.unigram_score", + "name": "unigram_score", + "lineno": 74, + "scope": "AbsoluteDiscounting", + "is_async": false + }, + { + "id": "nltk.lm.smoothing.KneserNey.__init__", + "name": "__init__", + "lineno": 91, + "scope": "KneserNey", + "is_async": false + }, + { + "id": "nltk.lm.smoothing.KneserNey.unigram_score", + "name": "unigram_score", + "lineno": 96, + "scope": "KneserNey", + "is_async": false + }, + { + "id": "nltk.lm.smoothing.KneserNey.alpha_gamma", + "name": "alpha_gamma", + "lineno": 100, + "scope": "KneserNey", + "is_async": false + }, + { + "id": "nltk.lm.smoothing.KneserNey._continuation_counts", + "name": "_continuation_counts", + "lineno": 111, + "scope": "KneserNey", + "is_async": false + } + ], + "nltk.lm.util": [ + { + "id": "nltk.lm.util.log_base2", + "name": "log_base2", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "nltk.lm.vocabulary": [ + { + "id": "nltk.lm.vocabulary._dispatched_lookup", + "name": "_dispatched_lookup", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "nltk.lm.vocabulary._", + "name": "_", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "nltk.lm.vocabulary._string_lookup", + "name": "_string_lookup", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "nltk.lm.vocabulary.Vocabulary.__init__", + "name": "__init__", + "lineno": 127, + "scope": "Vocabulary", + "is_async": false + }, + { + "id": "nltk.lm.vocabulary.Vocabulary.cutoff", + "name": "cutoff", + "lineno": 147, + "scope": "Vocabulary", + "is_async": false + }, + { + "id": "nltk.lm.vocabulary.Vocabulary.update", + "name": "update", + "lineno": 155, + "scope": "Vocabulary", + "is_async": false + }, + { + "id": "nltk.lm.vocabulary.Vocabulary.lookup", + "name": "lookup", + "lineno": 164, + "scope": "Vocabulary", + "is_async": false + }, + { + "id": "nltk.lm.vocabulary.Vocabulary.__getitem__", + "name": "__getitem__", + "lineno": 188, + "scope": "Vocabulary", + "is_async": false + }, + { + "id": "nltk.lm.vocabulary.Vocabulary.__contains__", + "name": "__contains__", + "lineno": 191, + "scope": "Vocabulary", + "is_async": false + }, + { + "id": "nltk.lm.vocabulary.Vocabulary.__iter__", + "name": "__iter__", + "lineno": 196, + "scope": "Vocabulary", + "is_async": false + }, + { + "id": "nltk.lm.vocabulary.Vocabulary.__len__", + "name": "__len__", + "lineno": 204, + "scope": "Vocabulary", + "is_async": false + }, + { + "id": "nltk.lm.vocabulary.Vocabulary.__eq__", + "name": "__eq__", + "lineno": 208, + "scope": "Vocabulary", + "is_async": false + }, + { + "id": "nltk.lm.vocabulary.Vocabulary.__str__", + "name": "__str__", + "lineno": 215, + "scope": "Vocabulary", + "is_async": false + } + ], + "nltk.lm": [], + "nltk.metrics.agreement": [ + { + "id": "nltk.metrics.agreement.AnnotationTask.__init__", + "name": "__init__", + "lineno": 96, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.__str__", + "name": "__str__", + "lineno": 115, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.load_array", + "name": "load_array", + "lineno": 124, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.agr", + "name": "agr", + "lineno": 136, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.Nk", + "name": "Nk", + "lineno": 155, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.Nik", + "name": "Nik", + "lineno": 158, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.Nck", + "name": "Nck", + "lineno": 161, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.N", + "name": "N", + "lineno": 165, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask._grouped_data", + "name": "_grouped_data", + "lineno": 180, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.Ao", + "name": "Ao", + "lineno": 184, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask._pairwise_average", + "name": "_pairwise_average", + "lineno": 195, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.avg_Ao", + "name": "avg_Ao", + "lineno": 210, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.Do_Kw_pairwise", + "name": "Do_Kw_pairwise", + "lineno": 216, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.Do_Kw", + "name": "Do_Kw", + "lineno": 228, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.S", + "name": "S", + "lineno": 237, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.pi", + "name": "pi", + "lineno": 243, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.Ae_kappa", + "name": "Ae_kappa", + "lineno": 255, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.kappa_pairwise", + "name": "kappa_pairwise", + "lineno": 263, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.kappa", + "name": "kappa", + "lineno": 270, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.multi_kappa", + "name": "multi_kappa", + "lineno": 277, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.Disagreement", + "name": "Disagreement", + "lineno": 285, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.alpha", + "name": "alpha", + "lineno": 293, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.weighted_kappa_pairwise", + "name": "weighted_kappa_pairwise", + "lineno": 328, + "scope": "AnnotationTask", + "is_async": false + }, + { + "id": "nltk.metrics.agreement.AnnotationTask.weighted_kappa", + "name": "weighted_kappa", + "lineno": 343, + "scope": "AnnotationTask", + "is_async": false + } + ], + "nltk.metrics.aline": [ + { + "id": "nltk.metrics.aline.align", + "name": "align", + "lineno": 1355, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.aline._retrieve", + "name": "_retrieve", + "lineno": 1412, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.aline._validate_segments", + "name": "_validate_segments", + "lineno": 1469, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.aline.sigma_skip", + "name": "sigma_skip", + "lineno": 1478, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.aline.sigma_sub", + "name": "sigma_sub", + "lineno": 1487, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.aline.sigma_exp", + "name": "sigma_exp", + "lineno": 1496, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.aline.delta", + "name": "delta", + "lineno": 1509, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.aline.diff", + "name": "diff", + "lineno": 1526, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.aline.R", + "name": "R", + "lineno": 1536, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.aline.V", + "name": "V", + "lineno": 1547, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.aline.demo", + "name": "demo", + "lineno": 1561, + "scope": null, + "is_async": false + } + ], + "nltk.metrics.association": [ + { + "id": "nltk.metrics.association.fisher_exact", + "name": "fisher_exact", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.association.NgramAssocMeasures._contingency", + "name": "_contingency", + "lineno": 68, + "scope": "NgramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.NgramAssocMeasures._marginals", + "name": "_marginals", + "lineno": 76, + "scope": "NgramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.NgramAssocMeasures._expected_values", + "name": "_expected_values", + "lineno": 83, + "scope": "NgramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.NgramAssocMeasures.raw_freq", + "name": "raw_freq", + "lineno": 100, + "scope": "NgramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.NgramAssocMeasures.student_t", + "name": "student_t", + "lineno": 105, + "scope": "NgramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.NgramAssocMeasures.chi_sq", + "name": "chi_sq", + "lineno": 115, + "scope": "NgramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.NgramAssocMeasures.mi_like", + "name": "mi_like", + "lineno": 124, + "scope": "NgramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.NgramAssocMeasures.pmi", + "name": "pmi", + "lineno": 134, + "scope": "NgramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.NgramAssocMeasures.likelihood_ratio", + "name": "likelihood_ratio", + "lineno": 143, + "scope": "NgramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.NgramAssocMeasures.poisson_stirling", + "name": "poisson_stirling", + "lineno": 152, + "scope": "NgramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.NgramAssocMeasures.jaccard", + "name": "jaccard", + "lineno": 158, + "scope": "NgramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.BigramAssocMeasures._contingency", + "name": "_contingency", + "lineno": 195, + "scope": "BigramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.BigramAssocMeasures._marginals", + "name": "_marginals", + "lineno": 203, + "scope": "BigramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.BigramAssocMeasures._expected_values", + "name": "_expected_values", + "lineno": 208, + "scope": "BigramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.BigramAssocMeasures.phi_sq", + "name": "phi_sq", + "lineno": 216, + "scope": "BigramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.BigramAssocMeasures.chi_sq", + "name": "chi_sq", + "lineno": 227, + "scope": "BigramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.BigramAssocMeasures.fisher", + "name": "fisher", + "lineno": 235, + "scope": "BigramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.BigramAssocMeasures.dice", + "name": "dice", + "lineno": 247, + "scope": "BigramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.TrigramAssocMeasures._contingency", + "name": "_contingency", + "lineno": 276, + "scope": "TrigramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.TrigramAssocMeasures._marginals", + "name": "_marginals", + "lineno": 295, + "scope": "TrigramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.QuadgramAssocMeasures._contingency", + "name": "_contingency", + "lineno": 337, + "scope": "QuadgramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.QuadgramAssocMeasures._marginals", + "name": "_marginals", + "lineno": 397, + "scope": "QuadgramAssocMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.ContingencyMeasures.__init__", + "name": "__init__", + "lineno": 454, + "scope": "ContingencyMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.ContingencyMeasures._make_contingency_fn", + "name": "_make_contingency_fn", + "lineno": 466, + "scope": "ContingencyMeasures", + "is_async": false + }, + { + "id": "nltk.metrics.association.ContingencyMeasures._make_contingency_fn.res", + "name": "res", + "lineno": 471, + "scope": "ContingencyMeasures._make_contingency_fn", + "is_async": false + } + ], + "nltk.metrics.confusionmatrix": [ + { + "id": "nltk.metrics.confusionmatrix.ConfusionMatrix.__init__", + "name": "__init__", + "lineno": 32, + "scope": "ConfusionMatrix", + "is_async": false + }, + { + "id": "nltk.metrics.confusionmatrix.ConfusionMatrix.__init__.key", + "name": "key", + "lineno": 53, + "scope": "ConfusionMatrix.__init__", + "is_async": false + }, + { + "id": "nltk.metrics.confusionmatrix.ConfusionMatrix.__getitem__", + "name": "__getitem__", + "lineno": 83, + "scope": "ConfusionMatrix", + "is_async": false + }, + { + "id": "nltk.metrics.confusionmatrix.ConfusionMatrix.__repr__", + "name": "__repr__", + "lineno": 94, + "scope": "ConfusionMatrix", + "is_async": false + }, + { + "id": "nltk.metrics.confusionmatrix.ConfusionMatrix.__str__", + "name": "__str__", + "lineno": 97, + "scope": "ConfusionMatrix", + "is_async": false + }, + { + "id": "nltk.metrics.confusionmatrix.ConfusionMatrix.pretty_format", + "name": "pretty_format", + "lineno": 100, + "scope": "ConfusionMatrix", + "is_async": false + }, + { + "id": "nltk.metrics.confusionmatrix.ConfusionMatrix.key", + "name": "key", + "lineno": 195, + "scope": "ConfusionMatrix", + "is_async": false + }, + { + "id": "nltk.metrics.confusionmatrix.ConfusionMatrix.recall", + "name": "recall", + "lineno": 203, + "scope": "ConfusionMatrix", + "is_async": false + }, + { + "id": "nltk.metrics.confusionmatrix.ConfusionMatrix.precision", + "name": "precision", + "lineno": 225, + "scope": "ConfusionMatrix", + "is_async": false + }, + { + "id": "nltk.metrics.confusionmatrix.ConfusionMatrix.f_measure", + "name": "f_measure", + "lineno": 247, + "scope": "ConfusionMatrix", + "is_async": false + }, + { + "id": "nltk.metrics.confusionmatrix.ConfusionMatrix.evaluate", + "name": "evaluate", + "lineno": 278, + "scope": "ConfusionMatrix", + "is_async": false + }, + { + "id": "nltk.metrics.confusionmatrix.demo", + "name": "demo", + "lineno": 338, + "scope": null, + "is_async": false + } + ], + "nltk.metrics.distance": [ + { + "id": "nltk.metrics.distance._edit_dist_init", + "name": "_edit_dist_init", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.distance._last_left_t_init", + "name": "_last_left_t_init", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.distance._edit_dist_step", + "name": "_edit_dist_step", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.distance.edit_distance", + "name": "edit_distance", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.distance._edit_dist_backtrace", + "name": "_edit_dist_backtrace", + "lineno": 126, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.distance.edit_distance_align", + "name": "edit_distance_align", + "lineno": 158, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.distance.binary_distance", + "name": "binary_distance", + "lineno": 212, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.distance.jaccard_distance", + "name": "jaccard_distance", + "lineno": 228, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.distance.masi_distance", + "name": "masi_distance", + "lineno": 235, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.distance.interval_distance", + "name": "interval_distance", + "lineno": 263, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.distance.presence", + "name": "presence", + "lineno": 280, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.distance.fractional_presence", + "name": "fractional_presence", + "lineno": 286, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.distance.custom_distance", + "name": "custom_distance", + "lineno": 295, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.distance.jaro_similarity", + "name": "jaro_similarity", + "lineno": 306, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.distance.jaro_winkler_similarity", + "name": "jaro_winkler_similarity", + "lineno": 374, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.distance.demo", + "name": "demo", + "lineno": 508, + "scope": null, + "is_async": false + } + ], + "nltk.metrics.paice": [ + { + "id": "nltk.metrics.paice.get_words_from_dictionary", + "name": "get_words_from_dictionary", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.paice._truncate", + "name": "_truncate", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.paice._count_intersection", + "name": "_count_intersection", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.paice._get_derivative", + "name": "_get_derivative", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.paice._calculate_cut", + "name": "_calculate_cut", + "lineno": 113, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.paice._calculate", + "name": "_calculate", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.paice._indexes", + "name": "_indexes", + "lineno": 179, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.paice.Paice.__init__", + "name": "__init__", + "lineno": 219, + "scope": "Paice", + "is_async": false + }, + { + "id": "nltk.metrics.paice.Paice.__str__", + "name": "__str__", + "lineno": 236, + "scope": "Paice", + "is_async": false + }, + { + "id": "nltk.metrics.paice.Paice._get_truncation_indexes", + "name": "_get_truncation_indexes", + "lineno": 249, + "scope": "Paice", + "is_async": false + }, + { + "id": "nltk.metrics.paice.Paice._get_truncation_coordinates", + "name": "_get_truncation_coordinates", + "lineno": 265, + "scope": "Paice", + "is_async": false + }, + { + "id": "nltk.metrics.paice.Paice._errt", + "name": "_errt", + "lineno": 304, + "scope": "Paice", + "is_async": false + }, + { + "id": "nltk.metrics.paice.Paice.update", + "name": "update", + "lineno": 336, + "scope": "Paice", + "is_async": false + }, + { + "id": "nltk.metrics.paice.demo", + "name": "demo", + "lineno": 343, + "scope": null, + "is_async": false + } + ], + "nltk.metrics.scores": [ + { + "id": "nltk.metrics.scores.accuracy", + "name": "accuracy", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.scores.precision", + "name": "precision", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.scores.recall", + "name": "recall", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.scores.f_measure", + "name": "f_measure", + "lineno": 86, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.scores.log_likelihood", + "name": "log_likelihood", + "lineno": 119, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.scores.approxrand", + "name": "approxrand", + "lineno": 139, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.scores.demo", + "name": "demo", + "lineno": 208, + "scope": null, + "is_async": false + } + ], + "nltk.metrics.segmentation": [ + { + "id": "nltk.metrics.segmentation.windowdiff", + "name": "windowdiff", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.segmentation._init_mat", + "name": "_init_mat", + "lineno": 111, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.segmentation._ghd_aux", + "name": "_ghd_aux", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.segmentation.ghd", + "name": "ghd", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.segmentation.pk", + "name": "pk", + "lineno": 201, + "scope": null, + "is_async": false + } + ], + "nltk.metrics.spearman": [ + { + "id": "nltk.metrics.spearman._rank_dists", + "name": "_rank_dists", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.spearman.spearman_correlation", + "name": "spearman_correlation", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.spearman.ranks_from_sequence", + "name": "ranks_from_sequence", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "nltk.metrics.spearman.ranks_from_scores", + "name": "ranks_from_scores", + "lineno": 52, + "scope": null, + "is_async": false + } + ], + "nltk.metrics": [], + "nltk.misc.babelfish": [ + { + "id": "nltk.misc.babelfish.babelize_shell", + "name": "babelize_shell", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "nltk.misc.chomsky": [ + { + "id": "nltk.misc.chomsky.generate_chomsky", + "name": "generate_chomsky", + "lineno": 123, + "scope": null, + "is_async": false + } + ], + "nltk.misc.minimalset": [ + { + "id": "nltk.misc.minimalset.MinimalSet.__init__", + "name": "__init__", + "lineno": 22, + "scope": "MinimalSet", + "is_async": false + }, + { + "id": "nltk.misc.minimalset.MinimalSet.add", + "name": "add", + "lineno": 38, + "scope": "MinimalSet", + "is_async": false + }, + { + "id": "nltk.misc.minimalset.MinimalSet.contexts", + "name": "contexts", + "lineno": 60, + "scope": "MinimalSet", + "is_async": false + }, + { + "id": "nltk.misc.minimalset.MinimalSet.display", + "name": "display", + "lineno": 70, + "scope": "MinimalSet", + "is_async": false + }, + { + "id": "nltk.misc.minimalset.MinimalSet.display_all", + "name": "display_all", + "lineno": 76, + "scope": "MinimalSet", + "is_async": false + }, + { + "id": "nltk.misc.minimalset.MinimalSet.targets", + "name": "targets", + "lineno": 84, + "scope": "MinimalSet", + "is_async": false + } + ], + "nltk.misc.sort": [ + { + "id": "nltk.misc.sort.selection", + "name": "selection", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "nltk.misc.sort.bubble", + "name": "bubble", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "nltk.misc.sort._merge_lists", + "name": "_merge_lists", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "nltk.misc.sort.merge", + "name": "merge", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "nltk.misc.sort._partition", + "name": "_partition", + "lineno": 112, + "scope": null, + "is_async": false + }, + { + "id": "nltk.misc.sort._quick", + "name": "_quick", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "nltk.misc.sort.quick", + "name": "quick", + "lineno": 144, + "scope": null, + "is_async": false + }, + { + "id": "nltk.misc.sort.demo", + "name": "demo", + "lineno": 153, + "scope": null, + "is_async": false + } + ], + "nltk.misc.wordfinder": [ + { + "id": "nltk.misc.wordfinder.revword", + "name": "revword", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "nltk.misc.wordfinder.step", + "name": "step", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "nltk.misc.wordfinder.check", + "name": "check", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "nltk.misc.wordfinder.wordfinder", + "name": "wordfinder", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "nltk.misc.wordfinder.word_finder", + "name": "word_finder", + "lineno": 118, + "scope": null, + "is_async": false + } + ], + "nltk.misc": [], + "nltk.parse.api": [ + { + "id": "nltk.parse.api.ParserI.grammar", + "name": "grammar", + "lineno": 31, + "scope": "ParserI", + "is_async": false + }, + { + "id": "nltk.parse.api.ParserI.parse", + "name": "parse", + "lineno": 37, + "scope": "ParserI", + "is_async": false + }, + { + "id": "nltk.parse.api.ParserI.parse_sents", + "name": "parse_sents", + "lineno": 59, + "scope": "ParserI", + "is_async": false + }, + { + "id": "nltk.parse.api.ParserI.parse_all", + "name": "parse_all", + "lineno": 66, + "scope": "ParserI", + "is_async": false + }, + { + "id": "nltk.parse.api.ParserI.parse_one", + "name": "parse_one", + "lineno": 70, + "scope": "ParserI", + "is_async": false + } + ], + "nltk.parse.bllip": [ + { + "id": "nltk.parse.bllip._ensure_bllip_import_or_error", + "name": "_ensure_bllip_import_or_error", + "lineno": 90, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.bllip._ensure_bllip_import_or_error", + "name": "_ensure_bllip_import_or_error", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.bllip._ensure_ascii", + "name": "_ensure_ascii", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.bllip._scored_parse_to_nltk_tree", + "name": "_scored_parse_to_nltk_tree", + "lineno": 110, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.bllip.BllipParser.__init__", + "name": "__init__", + "lineno": 121, + "scope": "BllipParser", + "is_async": false + }, + { + "id": "nltk.parse.bllip.BllipParser.parse", + "name": "parse", + "lineno": 168, + "scope": "BllipParser", + "is_async": false + }, + { + "id": "nltk.parse.bllip.BllipParser.tagged_parse", + "name": "tagged_parse", + "lineno": 186, + "scope": "BllipParser", + "is_async": false + }, + { + "id": "nltk.parse.bllip.BllipParser.from_unified_model_dir", + "name": "from_unified_model_dir", + "lineno": 215, + "scope": "BllipParser", + "is_async": false + }, + { + "id": "nltk.parse.bllip.demo", + "name": "demo", + "lineno": 254, + "scope": null, + "is_async": false + } + ], + "nltk.parse.chart": [ + { + "id": "nltk.parse.chart.EdgeI.__init__", + "name": "__init__", + "lineno": 88, + "scope": "EdgeI", + "is_async": false + }, + { + "id": "nltk.parse.chart.EdgeI.span", + "name": "span", + "lineno": 96, + "scope": "EdgeI", + "is_async": false + }, + { + "id": "nltk.parse.chart.EdgeI.start", + "name": "start", + "lineno": 106, + "scope": "EdgeI", + "is_async": false + }, + { + "id": "nltk.parse.chart.EdgeI.end", + "name": "end", + "lineno": 114, + "scope": "EdgeI", + "is_async": false + }, + { + "id": "nltk.parse.chart.EdgeI.length", + "name": "length", + "lineno": 122, + "scope": "EdgeI", + "is_async": false + }, + { + "id": "nltk.parse.chart.EdgeI.lhs", + "name": "lhs", + "lineno": 134, + "scope": "EdgeI", + "is_async": false + }, + { + "id": "nltk.parse.chart.EdgeI.rhs", + "name": "rhs", + "lineno": 148, + "scope": "EdgeI", + "is_async": false + }, + { + "id": "nltk.parse.chart.EdgeI.dot", + "name": "dot", + "lineno": 158, + "scope": "EdgeI", + "is_async": false + }, + { + "id": "nltk.parse.chart.EdgeI.nextsym", + "name": "nextsym", + "lineno": 169, + "scope": "EdgeI", + "is_async": false + }, + { + "id": "nltk.parse.chart.EdgeI.is_complete", + "name": "is_complete", + "lineno": 178, + "scope": "EdgeI", + "is_async": false + }, + { + "id": "nltk.parse.chart.EdgeI.is_incomplete", + "name": "is_incomplete", + "lineno": 187, + "scope": "EdgeI", + "is_async": false + }, + { + "id": "nltk.parse.chart.EdgeI.__eq__", + "name": "__eq__", + "lineno": 200, + "scope": "EdgeI", + "is_async": false + }, + { + "id": "nltk.parse.chart.EdgeI.__ne__", + "name": "__ne__", + "lineno": 206, + "scope": "EdgeI", + "is_async": false + }, + { + "id": "nltk.parse.chart.EdgeI.__lt__", + "name": "__lt__", + "lineno": 209, + "scope": "EdgeI", + "is_async": false + }, + { + "id": "nltk.parse.chart.EdgeI.__hash__", + "name": "__hash__", + "lineno": 217, + "scope": "EdgeI", + "is_async": false + }, + { + "id": "nltk.parse.chart.TreeEdge.__init__", + "name": "__init__", + "lineno": 249, + "scope": "TreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.TreeEdge.from_production", + "name": "from_production", + "lineno": 279, + "scope": "TreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.TreeEdge.move_dot_forward", + "name": "move_dot_forward", + "lineno": 292, + "scope": "TreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.TreeEdge.lhs", + "name": "lhs", + "lineno": 310, + "scope": "TreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.TreeEdge.span", + "name": "span", + "lineno": 313, + "scope": "TreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.TreeEdge.start", + "name": "start", + "lineno": 316, + "scope": "TreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.TreeEdge.end", + "name": "end", + "lineno": 319, + "scope": "TreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.TreeEdge.length", + "name": "length", + "lineno": 322, + "scope": "TreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.TreeEdge.rhs", + "name": "rhs", + "lineno": 325, + "scope": "TreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.TreeEdge.dot", + "name": "dot", + "lineno": 328, + "scope": "TreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.TreeEdge.is_complete", + "name": "is_complete", + "lineno": 331, + "scope": "TreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.TreeEdge.is_incomplete", + "name": "is_incomplete", + "lineno": 334, + "scope": "TreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.TreeEdge.nextsym", + "name": "nextsym", + "lineno": 337, + "scope": "TreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.TreeEdge.__str__", + "name": "__str__", + "lineno": 344, + "scope": "TreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.TreeEdge.__repr__", + "name": "__repr__", + "lineno": 356, + "scope": "TreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.LeafEdge.__init__", + "name": "__init__", + "lineno": 373, + "scope": "LeafEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.LeafEdge.lhs", + "name": "lhs", + "lineno": 387, + "scope": "LeafEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.LeafEdge.span", + "name": "span", + "lineno": 390, + "scope": "LeafEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.LeafEdge.start", + "name": "start", + "lineno": 393, + "scope": "LeafEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.LeafEdge.end", + "name": "end", + "lineno": 396, + "scope": "LeafEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.LeafEdge.length", + "name": "length", + "lineno": 399, + "scope": "LeafEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.LeafEdge.rhs", + "name": "rhs", + "lineno": 402, + "scope": "LeafEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.LeafEdge.dot", + "name": "dot", + "lineno": 405, + "scope": "LeafEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.LeafEdge.is_complete", + "name": "is_complete", + "lineno": 408, + "scope": "LeafEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.LeafEdge.is_incomplete", + "name": "is_incomplete", + "lineno": 411, + "scope": "LeafEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.LeafEdge.nextsym", + "name": "nextsym", + "lineno": 414, + "scope": "LeafEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.LeafEdge.__str__", + "name": "__str__", + "lineno": 418, + "scope": "LeafEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.LeafEdge.__repr__", + "name": "__repr__", + "lineno": 421, + "scope": "LeafEdge", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.__init__", + "name": "__init__", + "lineno": 459, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.initialize", + "name": "initialize", + "lineno": 474, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.num_leaves", + "name": "num_leaves", + "lineno": 492, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.leaf", + "name": "leaf", + "lineno": 500, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.leaves", + "name": "leaves", + "lineno": 508, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.edges", + "name": "edges", + "lineno": 521, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.iteredges", + "name": "iteredges", + "lineno": 532, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.num_edges", + "name": "num_edges", + "lineno": 546, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.select", + "name": "select", + "lineno": 554, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart._add_index", + "name": "_add_index", + "lineno": 592, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart._register_with_indexes", + "name": "_register_with_indexes", + "lineno": 610, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.insert_with_backpointer", + "name": "insert_with_backpointer", + "lineno": 623, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.insert", + "name": "insert", + "lineno": 631, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart._append_edge", + "name": "_append_edge", + "lineno": 664, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.parses", + "name": "parses", + "lineno": 671, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.trees", + "name": "trees", + "lineno": 679, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart._trees", + "name": "_trees", + "lineno": 696, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.child_pointer_lists", + "name": "child_pointer_lists", + "lineno": 750, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.pretty_format_edge", + "name": "pretty_format_edge", + "lineno": 764, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.pretty_format_leaves", + "name": "pretty_format_leaves", + "lineno": 798, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.pretty_format", + "name": "pretty_format", + "lineno": 817, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.Chart.dot_digraph", + "name": "dot_digraph", + "lineno": 842, + "scope": "Chart", + "is_async": false + }, + { + "id": "nltk.parse.chart.ChartRuleI.apply", + "name": "apply", + "lineno": 934, + "scope": "ChartRuleI", + "is_async": false + }, + { + "id": "nltk.parse.chart.ChartRuleI.apply_everywhere", + "name": "apply_everywhere", + "lineno": 949, + "scope": "ChartRuleI", + "is_async": false + }, + { + "id": "nltk.parse.chart.AbstractChartRule.apply", + "name": "apply", + "lineno": 974, + "scope": "AbstractChartRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.AbstractChartRule.apply_everywhere", + "name": "apply_everywhere", + "lineno": 979, + "scope": "AbstractChartRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.AbstractChartRule.__str__", + "name": "__str__", + "lineno": 1002, + "scope": "AbstractChartRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.FundamentalRule.apply", + "name": "apply", + "lineno": 1027, + "scope": "FundamentalRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.SingleEdgeFundamentalRule.apply", + "name": "apply", + "lineno": 1066, + "scope": "SingleEdgeFundamentalRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.SingleEdgeFundamentalRule._apply_complete", + "name": "_apply_complete", + "lineno": 1072, + "scope": "SingleEdgeFundamentalRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.SingleEdgeFundamentalRule._apply_incomplete", + "name": "_apply_incomplete", + "lineno": 1080, + "scope": "SingleEdgeFundamentalRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.LeafInitRule.apply", + "name": "apply", + "lineno": 1097, + "scope": "LeafInitRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.TopDownInitRule.apply", + "name": "apply", + "lineno": 1119, + "scope": "TopDownInitRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.TopDownPredictRule.apply", + "name": "apply", + "lineno": 1139, + "scope": "TopDownPredictRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.CachedTopDownPredictRule.__init__", + "name": "__init__", + "lineno": 1158, + "scope": "CachedTopDownPredictRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.CachedTopDownPredictRule.apply", + "name": "apply", + "lineno": 1162, + "scope": "CachedTopDownPredictRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.BottomUpPredictRule.apply", + "name": "apply", + "lineno": 1209, + "scope": "BottomUpPredictRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.BottomUpPredictCombineRule.apply", + "name": "apply", + "lineno": 1232, + "scope": "BottomUpPredictCombineRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.EmptyPredictRule.apply", + "name": "apply", + "lineno": 1249, + "scope": "EmptyPredictRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.FilteredSingleEdgeFundamentalRule._apply_complete", + "name": "_apply_complete", + "lineno": 1263, + "scope": "FilteredSingleEdgeFundamentalRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.FilteredSingleEdgeFundamentalRule._apply_incomplete", + "name": "_apply_incomplete", + "lineno": 1274, + "scope": "FilteredSingleEdgeFundamentalRule", + "is_async": false + }, + { + "id": "nltk.parse.chart.FilteredBottomUpPredictCombineRule.apply", + "name": "apply", + "lineno": 1287, + "scope": "FilteredBottomUpPredictCombineRule", + "is_async": false + }, + { + "id": "nltk.parse.chart._bottomup_filter", + "name": "_bottomup_filter", + "lineno": 1300, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.chart.ChartParser.__init__", + "name": "__init__", + "lineno": 1353, + "scope": "ChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.ChartParser.grammar", + "name": "grammar", + "lineno": 1405, + "scope": "ChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.ChartParser._trace_new_edges", + "name": "_trace_new_edges", + "lineno": 1408, + "scope": "ChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.ChartParser.chart_parse", + "name": "chart_parse", + "lineno": 1418, + "scope": "ChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.ChartParser.parse", + "name": "parse", + "lineno": 1473, + "scope": "ChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.TopDownChartParser.__init__", + "name": "__init__", + "lineno": 1484, + "scope": "TopDownChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.BottomUpChartParser.__init__", + "name": "__init__", + "lineno": 1494, + "scope": "BottomUpChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.BottomUpLeftCornerChartParser.__init__", + "name": "__init__", + "lineno": 1511, + "scope": "BottomUpLeftCornerChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.LeftCornerChartParser.__init__", + "name": "__init__", + "lineno": 1516, + "scope": "LeftCornerChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.SteppingChartParser.__init__", + "name": "__init__", + "lineno": 1546, + "scope": "SteppingChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.SteppingChartParser.initialize", + "name": "initialize", + "lineno": 1556, + "scope": "SteppingChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.SteppingChartParser.step", + "name": "step", + "lineno": 1565, + "scope": "SteppingChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.SteppingChartParser._parse", + "name": "_parse", + "lineno": 1598, + "scope": "SteppingChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.SteppingChartParser.strategy", + "name": "strategy", + "lineno": 1619, + "scope": "SteppingChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.SteppingChartParser.grammar", + "name": "grammar", + "lineno": 1623, + "scope": "SteppingChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.SteppingChartParser.chart", + "name": "chart", + "lineno": 1627, + "scope": "SteppingChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.SteppingChartParser.current_chartrule", + "name": "current_chartrule", + "lineno": 1631, + "scope": "SteppingChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.SteppingChartParser.parses", + "name": "parses", + "lineno": 1635, + "scope": "SteppingChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.SteppingChartParser.set_strategy", + "name": "set_strategy", + "lineno": 1643, + "scope": "SteppingChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.SteppingChartParser.set_grammar", + "name": "set_grammar", + "lineno": 1657, + "scope": "SteppingChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.SteppingChartParser.set_chart", + "name": "set_chart", + "lineno": 1664, + "scope": "SteppingChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.SteppingChartParser.parse", + "name": "parse", + "lineno": 1675, + "scope": "SteppingChartParser", + "is_async": false + }, + { + "id": "nltk.parse.chart.demo_grammar", + "name": "demo_grammar", + "lineno": 1696, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.chart.demo", + "name": "demo", + "lineno": 1723, + "scope": null, + "is_async": false + } + ], + "nltk.parse.corenlp": [ + { + "id": "nltk.parse.corenlp.try_port", + "name": "try_port", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.corenlp.CoreNLPServer.__init__", + "name": "__init__", + "lineno": 44, + "scope": "CoreNLPServer", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.CoreNLPServer.start", + "name": "start", + "lineno": 103, + "scope": "CoreNLPServer", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.CoreNLPServer.stop", + "name": "stop", + "lineno": 171, + "scope": "CoreNLPServer", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.CoreNLPServer.__enter__", + "name": "__enter__", + "lineno": 175, + "scope": "CoreNLPServer", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.CoreNLPServer.__exit__", + "name": "__exit__", + "lineno": 191, + "scope": "CoreNLPServer", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.GenericCoreNLPParser.__init__", + "name": "__init__", + "lineno": 199, + "scope": "GenericCoreNLPParser", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.GenericCoreNLPParser.parse_sents", + "name": "parse_sents", + "lineno": 219, + "scope": "GenericCoreNLPParser", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.GenericCoreNLPParser.raw_parse", + "name": "raw_parse", + "lineno": 237, + "scope": "GenericCoreNLPParser", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.GenericCoreNLPParser.api_call", + "name": "api_call", + "lineno": 256, + "scope": "GenericCoreNLPParser", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.GenericCoreNLPParser.raw_parse_sents", + "name": "raw_parse_sents", + "lineno": 278, + "scope": "GenericCoreNLPParser", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.GenericCoreNLPParser.parse_text", + "name": "parse_text", + "lineno": 313, + "scope": "GenericCoreNLPParser", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.GenericCoreNLPParser.tokenize", + "name": "tokenize", + "lineno": 327, + "scope": "GenericCoreNLPParser", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.GenericCoreNLPParser.tag_sents", + "name": "tag_sents", + "lineno": 366, + "scope": "GenericCoreNLPParser", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.GenericCoreNLPParser.tag", + "name": "tag", + "lineno": 386, + "scope": "GenericCoreNLPParser", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.GenericCoreNLPParser.raw_tag_sents", + "name": "raw_tag_sents", + "lineno": 417, + "scope": "GenericCoreNLPParser", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.CoreNLPParser.make_tree", + "name": "make_tree", + "lineno": 610, + "scope": "CoreNLPParser", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.CoreNLPDependencyParser.make_tree", + "name": "make_tree", + "lineno": 795, + "scope": "CoreNLPDependencyParser", + "is_async": false + }, + { + "id": "nltk.parse.corenlp.transform", + "name": "transform", + "lineno": 805, + "scope": null, + "is_async": false + } + ], + "nltk.parse.dependencygraph": [ + { + "id": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "name": "__init__", + "lineno": 36, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.remove_by_address", + "name": "remove_by_address", + "lineno": 87, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.redirect_arcs", + "name": "redirect_arcs", + "lineno": 94, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.add_arc", + "name": "add_arc", + "lineno": 108, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.connect_graph", + "name": "connect_graph", + "lineno": 118, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.get_by_address", + "name": "get_by_address", + "lineno": 131, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.contains_address", + "name": "contains_address", + "lineno": 135, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.to_dot", + "name": "to_dot", + "lineno": 142, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph._repr_svg_", + "name": "_repr_svg_", + "lineno": 187, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.__str__", + "name": "__str__", + "lineno": 203, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.__repr__", + "name": "__repr__", + "lineno": 206, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.load", + "name": "load", + "lineno": 210, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.left_children", + "name": "left_children", + "lineno": 236, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.right_children", + "name": "right_children", + "lineno": 245, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.add_node", + "name": "add_node", + "lineno": 254, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph._parse", + "name": "_parse", + "lineno": 258, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph._parse.extract_3_cells", + "name": "extract_3_cells", + "lineno": 280, + "scope": "DependencyGraph._parse", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph._parse.extract_4_cells", + "name": "extract_4_cells", + "lineno": 284, + "scope": "DependencyGraph._parse", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph._parse.extract_7_cells", + "name": "extract_7_cells", + "lineno": 288, + "scope": "DependencyGraph._parse", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph._parse.extract_10_cells", + "name": "extract_10_cells", + "lineno": 297, + "scope": "DependencyGraph._parse", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph._word", + "name": "_word", + "lineno": 380, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph._tree", + "name": "_tree", + "lineno": 387, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.tree", + "name": "tree", + "lineno": 402, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.triples", + "name": "triples", + "lineno": 413, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph._hd", + "name": "_hd", + "lineno": 428, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph._rel", + "name": "_rel", + "lineno": 434, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.contains_cycle", + "name": "contains_cycle", + "lineno": 441, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.get_cycle_path", + "name": "get_cycle_path", + "lineno": 491, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.to_conll", + "name": "to_conll", + "lineno": 502, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraph.nx_graph", + "name": "nx_graph", + "lineno": 531, + "scope": "DependencyGraph", + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.dot2img", + "name": "dot2img", + "lineno": 550, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.demo", + "name": "demo", + "lineno": 591, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.malt_demo", + "name": "malt_demo", + "lineno": 598, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.conll_demo", + "name": "conll_demo", + "lineno": 643, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.conll_file_demo", + "name": "conll_file_demo", + "lineno": 655, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.dependencygraph.cycle_finding_demo", + "name": "cycle_finding_demo", + "lineno": 664, + "scope": null, + "is_async": false + } + ], + "nltk.parse.earleychart": [ + { + "id": "nltk.parse.earleychart.IncrementalChart.initialize", + "name": "initialize", + "lineno": 62, + "scope": "IncrementalChart", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.IncrementalChart.edges", + "name": "edges", + "lineno": 73, + "scope": "IncrementalChart", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.IncrementalChart.iteredges", + "name": "iteredges", + "lineno": 76, + "scope": "IncrementalChart", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.IncrementalChart.select", + "name": "select", + "lineno": 79, + "scope": "IncrementalChart", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.IncrementalChart._add_index", + "name": "_add_index", + "lineno": 97, + "scope": "IncrementalChart", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.IncrementalChart._register_with_indexes", + "name": "_register_with_indexes", + "lineno": 113, + "scope": "IncrementalChart", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.IncrementalChart._append_edge", + "name": "_append_edge", + "lineno": 119, + "scope": "IncrementalChart", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.IncrementalChart._positions", + "name": "_positions", + "lineno": 122, + "scope": "IncrementalChart", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.FeatureIncrementalChart.select", + "name": "select", + "lineno": 127, + "scope": "FeatureIncrementalChart", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.FeatureIncrementalChart._add_index", + "name": "_add_index", + "lineno": 147, + "scope": "FeatureIncrementalChart", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.FeatureIncrementalChart._register_with_indexes", + "name": "_register_with_indexes", + "lineno": 166, + "scope": "FeatureIncrementalChart", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.CompleteFundamentalRule._apply_incomplete", + "name": "_apply_incomplete", + "lineno": 181, + "scope": "CompleteFundamentalRule", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.CompleterRule.apply", + "name": "apply", + "lineno": 196, + "scope": "CompleterRule", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.ScannerRule.apply", + "name": "apply", + "lineno": 204, + "scope": "ScannerRule", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.FilteredCompleteFundamentalRule.apply", + "name": "apply", + "lineno": 214, + "scope": "FilteredCompleteFundamentalRule", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.FeatureCompleteFundamentalRule._apply_incomplete", + "name": "_apply_incomplete", + "lineno": 227, + "scope": "FeatureCompleteFundamentalRule", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.IncrementalChartParser.__init__", + "name": "__init__", + "lineno": 303, + "scope": "IncrementalChartParser", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.IncrementalChartParser.chart_parse", + "name": "chart_parse", + "lineno": 346, + "scope": "IncrementalChartParser", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.EarleyChartParser.__init__", + "name": "__init__", + "lineno": 383, + "scope": "EarleyChartParser", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.IncrementalTopDownChartParser.__init__", + "name": "__init__", + "lineno": 388, + "scope": "IncrementalTopDownChartParser", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.IncrementalBottomUpChartParser.__init__", + "name": "__init__", + "lineno": 395, + "scope": "IncrementalBottomUpChartParser", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.IncrementalBottomUpLeftCornerChartParser.__init__", + "name": "__init__", + "lineno": 402, + "scope": "IncrementalBottomUpLeftCornerChartParser", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.IncrementalLeftCornerChartParser.__init__", + "name": "__init__", + "lineno": 409, + "scope": "IncrementalLeftCornerChartParser", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.FeatureIncrementalChartParser.__init__", + "name": "__init__", + "lineno": 452, + "scope": "FeatureIncrementalChartParser", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.FeatureEarleyChartParser.__init__", + "name": "__init__", + "lineno": 471, + "scope": "FeatureEarleyChartParser", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.FeatureIncrementalTopDownChartParser.__init__", + "name": "__init__", + "lineno": 478, + "scope": "FeatureIncrementalTopDownChartParser", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.FeatureIncrementalBottomUpChartParser.__init__", + "name": "__init__", + "lineno": 485, + "scope": "FeatureIncrementalBottomUpChartParser", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.FeatureIncrementalBottomUpLeftCornerChartParser.__init__", + "name": "__init__", + "lineno": 492, + "scope": "FeatureIncrementalBottomUpLeftCornerChartParser", + "is_async": false + }, + { + "id": "nltk.parse.earleychart.demo", + "name": "demo", + "lineno": 503, + "scope": null, + "is_async": false + } + ], + "nltk.parse.evaluate": [ + { + "id": "nltk.parse.evaluate.DependencyEvaluator.__init__", + "name": "__init__", + "lineno": 71, + "scope": "DependencyEvaluator", + "is_async": false + }, + { + "id": "nltk.parse.evaluate.DependencyEvaluator._remove_punct", + "name": "_remove_punct", + "lineno": 79, + "scope": "DependencyEvaluator", + "is_async": false + }, + { + "id": "nltk.parse.evaluate.DependencyEvaluator.eval", + "name": "eval", + "lineno": 88, + "scope": "DependencyEvaluator", + "is_async": false + } + ], + "nltk.parse.featurechart": [ + { + "id": "nltk.parse.featurechart.FeatureTreeEdge.__init__", + "name": "__init__", + "lineno": 59, + "scope": "FeatureTreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureTreeEdge.from_production", + "name": "from_production", + "lineno": 87, + "scope": "FeatureTreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureTreeEdge.move_dot_forward", + "name": "move_dot_forward", + "lineno": 99, + "scope": "FeatureTreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureTreeEdge._bind", + "name": "_bind", + "lineno": 118, + "scope": "FeatureTreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureTreeEdge.next_with_bindings", + "name": "next_with_bindings", + "lineno": 123, + "scope": "FeatureTreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureTreeEdge.bindings", + "name": "bindings", + "lineno": 126, + "scope": "FeatureTreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureTreeEdge.variables", + "name": "variables", + "lineno": 132, + "scope": "FeatureTreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureTreeEdge.__str__", + "name": "__str__", + "lineno": 145, + "scope": "FeatureTreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureChart.select", + "name": "select", + "lineno": 168, + "scope": "FeatureChart", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureChart._add_index", + "name": "_add_index", + "lineno": 191, + "scope": "FeatureChart", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureChart._register_with_indexes", + "name": "_register_with_indexes", + "lineno": 211, + "scope": "FeatureChart", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureChart._get_type_if_possible", + "name": "_get_type_if_possible", + "lineno": 222, + "scope": "FeatureChart", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureChart.parses", + "name": "parses", + "lineno": 232, + "scope": "FeatureChart", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureFundamentalRule.apply", + "name": "apply", + "lineno": 269, + "scope": "FeatureFundamentalRule", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureSingleEdgeFundamentalRule._apply_complete", + "name": "_apply_complete", + "lineno": 319, + "scope": "FeatureSingleEdgeFundamentalRule", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureSingleEdgeFundamentalRule._apply_incomplete", + "name": "_apply_incomplete", + "lineno": 326, + "scope": "FeatureSingleEdgeFundamentalRule", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureTopDownInitRule.apply", + "name": "apply", + "lineno": 340, + "scope": "FeatureTopDownInitRule", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureTopDownPredictRule.apply", + "name": "apply", + "lineno": 366, + "scope": "FeatureTopDownPredictRule", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureBottomUpPredictRule.apply", + "name": "apply", + "lineno": 409, + "scope": "FeatureBottomUpPredictRule", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureBottomUpPredictCombineRule.apply", + "name": "apply", + "lineno": 424, + "scope": "FeatureBottomUpPredictCombineRule", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureEmptyPredictRule.apply", + "name": "apply", + "lineno": 454, + "scope": "FeatureEmptyPredictRule", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureChartParser.__init__", + "name": "__init__", + "lineno": 487, + "scope": "FeatureChartParser", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureTopDownChartParser.__init__", + "name": "__init__", + "lineno": 506, + "scope": "FeatureTopDownChartParser", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureBottomUpChartParser.__init__", + "name": "__init__", + "lineno": 511, + "scope": "FeatureBottomUpChartParser", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.FeatureBottomUpLeftCornerChartParser.__init__", + "name": "__init__", + "lineno": 516, + "scope": "FeatureBottomUpLeftCornerChartParser", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.InstantiateVarsChart.__init__", + "name": "__init__", + "lineno": 536, + "scope": "InstantiateVarsChart", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.InstantiateVarsChart.initialize", + "name": "initialize", + "lineno": 539, + "scope": "InstantiateVarsChart", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.InstantiateVarsChart.insert", + "name": "insert", + "lineno": 543, + "scope": "InstantiateVarsChart", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.InstantiateVarsChart.instantiate_edge", + "name": "instantiate_edge", + "lineno": 549, + "scope": "InstantiateVarsChart", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.InstantiateVarsChart.inst_vars", + "name": "inst_vars", + "lineno": 578, + "scope": "InstantiateVarsChart", + "is_async": false + }, + { + "id": "nltk.parse.featurechart.demo_grammar", + "name": "demo_grammar", + "lineno": 591, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.featurechart.demo", + "name": "demo", + "lineno": 618, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.featurechart.run_profile", + "name": "run_profile", + "lineno": 652, + "scope": null, + "is_async": false + } + ], + "nltk.parse.generate": [ + { + "id": "nltk.parse.generate.generate", + "name": "generate", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.generate._generate_all", + "name": "_generate_all", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.generate._generate_one", + "name": "_generate_one", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.generate.demo", + "name": "demo", + "lineno": 77, + "scope": null, + "is_async": false + } + ], + "nltk.parse.malt": [ + { + "id": "nltk.parse.malt.malt_regex_tagger", + "name": "malt_regex_tagger", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.malt.find_maltparser", + "name": "find_maltparser", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.malt.find_malt_model", + "name": "find_malt_model", + "lineno": 82, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.malt.MaltParser.__init__", + "name": "__init__", + "lineno": 114, + "scope": "MaltParser", + "is_async": false + }, + { + "id": "nltk.parse.malt.MaltParser.parse_tagged_sents", + "name": "parse_tagged_sents", + "lineno": 156, + "scope": "MaltParser", + "is_async": false + }, + { + "id": "nltk.parse.malt.MaltParser.parse_sents", + "name": "parse_sents", + "lineno": 222, + "scope": "MaltParser", + "is_async": false + }, + { + "id": "nltk.parse.malt.MaltParser.generate_malt_command", + "name": "generate_malt_command", + "lineno": 238, + "scope": "MaltParser", + "is_async": false + }, + { + "id": "nltk.parse.malt.MaltParser._execute", + "name": "_execute", + "lineno": 271, + "scope": "MaltParser", + "is_async": false + }, + { + "id": "nltk.parse.malt.MaltParser.train", + "name": "train", + "lineno": 276, + "scope": "MaltParser", + "is_async": false + }, + { + "id": "nltk.parse.malt.MaltParser.train_from_file", + "name": "train_from_file", + "lineno": 295, + "scope": "MaltParser", + "is_async": false + } + ], + "nltk.parse.nonprojectivedependencyparser": [ + { + "id": "nltk.parse.nonprojectivedependencyparser.DependencyScorerI.__init__", + "name": "__init__", + "lineno": 34, + "scope": "DependencyScorerI", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.DependencyScorerI.train", + "name": "train", + "lineno": 38, + "scope": "DependencyScorerI", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.DependencyScorerI.score", + "name": "score", + "lineno": 48, + "scope": "DependencyScorerI", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.NaiveBayesDependencyScorer.__init__", + "name": "__init__", + "lineno": 99, + "scope": "NaiveBayesDependencyScorer", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.NaiveBayesDependencyScorer.train", + "name": "train", + "lineno": 102, + "scope": "NaiveBayesDependencyScorer", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.NaiveBayesDependencyScorer.score", + "name": "score", + "lineno": 138, + "scope": "NaiveBayesDependencyScorer", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.DemoScorer.train", + "name": "train", + "lineno": 184, + "scope": "DemoScorer", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.DemoScorer.score", + "name": "score", + "lineno": 187, + "scope": "DemoScorer", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.__init__", + "name": "__init__", + "lineno": 252, + "scope": "ProbabilisticNonprojectiveParser", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.train", + "name": "train", + "lineno": 258, + "scope": "ProbabilisticNonprojectiveParser", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.initialize_edge_scores", + "name": "initialize_edge_scores", + "lineno": 274, + "scope": "ProbabilisticNonprojectiveParser", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.collapse_nodes", + "name": "collapse_nodes", + "lineno": 285, + "scope": "ProbabilisticNonprojectiveParser", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.update_edge_scores", + "name": "update_edge_scores", + "lineno": 305, + "scope": "ProbabilisticNonprojectiveParser", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.compute_original_indexes", + "name": "compute_original_indexes", + "lineno": 343, + "scope": "ProbabilisticNonprojectiveParser", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.compute_max_subtract_score", + "name": "compute_max_subtract_score", + "lineno": 370, + "scope": "ProbabilisticNonprojectiveParser", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.best_incoming_arc", + "name": "best_incoming_arc", + "lineno": 390, + "scope": "ProbabilisticNonprojectiveParser", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.original_best_arc", + "name": "original_best_arc", + "lineno": 422, + "scope": "ProbabilisticNonprojectiveParser", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "name": "parse", + "lineno": 437, + "scope": "ProbabilisticNonprojectiveParser", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.__init__", + "name": "__init__", + "lineno": 571, + "scope": "NonprojectiveDependencyParser", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.parse", + "name": "parse", + "lineno": 580, + "scope": "NonprojectiveDependencyParser", + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.demo", + "name": "demo", + "lineno": 711, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.hall_demo", + "name": "hall_demo", + "lineno": 717, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.nonprojective_conll_parse_demo", + "name": "nonprojective_conll_parse_demo", + "lineno": 724, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.rule_based_demo", + "name": "rule_based_demo", + "lineno": 736, + "scope": null, + "is_async": false + } + ], + "nltk.parse.pchart": [ + { + "id": "nltk.parse.pchart.ProbabilisticLeafEdge.prob", + "name": "prob", + "lineno": 51, + "scope": "ProbabilisticLeafEdge", + "is_async": false + }, + { + "id": "nltk.parse.pchart.ProbabilisticTreeEdge.__init__", + "name": "__init__", + "lineno": 56, + "scope": "ProbabilisticTreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.pchart.ProbabilisticTreeEdge.prob", + "name": "prob", + "lineno": 62, + "scope": "ProbabilisticTreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.pchart.ProbabilisticTreeEdge.from_production", + "name": "from_production", + "lineno": 66, + "scope": "ProbabilisticTreeEdge", + "is_async": false + }, + { + "id": "nltk.parse.pchart.ProbabilisticBottomUpInitRule.apply", + "name": "apply", + "lineno": 76, + "scope": "ProbabilisticBottomUpInitRule", + "is_async": false + }, + { + "id": "nltk.parse.pchart.ProbabilisticBottomUpPredictRule.apply", + "name": "apply", + "lineno": 86, + "scope": "ProbabilisticBottomUpPredictRule", + "is_async": false + }, + { + "id": "nltk.parse.pchart.ProbabilisticFundamentalRule.apply", + "name": "apply", + "lineno": 101, + "scope": "ProbabilisticFundamentalRule", + "is_async": false + }, + { + "id": "nltk.parse.pchart.SingleEdgeProbabilisticFundamentalRule.apply", + "name": "apply", + "lineno": 137, + "scope": "SingleEdgeProbabilisticFundamentalRule", + "is_async": false + }, + { + "id": "nltk.parse.pchart.SingleEdgeProbabilisticFundamentalRule.__str__", + "name": "__str__", + "lineno": 152, + "scope": "SingleEdgeProbabilisticFundamentalRule", + "is_async": false + }, + { + "id": "nltk.parse.pchart.BottomUpProbabilisticChartParser.__init__", + "name": "__init__", + "lineno": 183, + "scope": "BottomUpProbabilisticChartParser", + "is_async": false + }, + { + "id": "nltk.parse.pchart.BottomUpProbabilisticChartParser.grammar", + "name": "grammar", + "lineno": 204, + "scope": "BottomUpProbabilisticChartParser", + "is_async": false + }, + { + "id": "nltk.parse.pchart.BottomUpProbabilisticChartParser.trace", + "name": "trace", + "lineno": 207, + "scope": "BottomUpProbabilisticChartParser", + "is_async": false + }, + { + "id": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "name": "parse", + "lineno": 221, + "scope": "BottomUpProbabilisticChartParser", + "is_async": false + }, + { + "id": "nltk.parse.pchart.BottomUpProbabilisticChartParser._setprob", + "name": "_setprob", + "lineno": 278, + "scope": "BottomUpProbabilisticChartParser", + "is_async": false + }, + { + "id": "nltk.parse.pchart.BottomUpProbabilisticChartParser.sort_queue", + "name": "sort_queue", + "lineno": 300, + "scope": "BottomUpProbabilisticChartParser", + "is_async": false + }, + { + "id": "nltk.parse.pchart.BottomUpProbabilisticChartParser._prune", + "name": "_prune", + "lineno": 318, + "scope": "BottomUpProbabilisticChartParser", + "is_async": false + }, + { + "id": "nltk.parse.pchart.InsideChartParser.sort_queue", + "name": "sort_queue", + "lineno": 345, + "scope": "InsideChartParser", + "is_async": false + }, + { + "id": "nltk.parse.pchart.RandomChartParser.sort_queue", + "name": "sort_queue", + "lineno": 398, + "scope": "RandomChartParser", + "is_async": false + }, + { + "id": "nltk.parse.pchart.UnsortedChartParser.sort_queue", + "name": "sort_queue", + "lineno": 409, + "scope": "UnsortedChartParser", + "is_async": false + }, + { + "id": "nltk.parse.pchart.LongestChartParser.sort_queue", + "name": "sort_queue", + "lineno": 421, + "scope": "LongestChartParser", + "is_async": false + }, + { + "id": "nltk.parse.pchart.demo", + "name": "demo", + "lineno": 430, + "scope": null, + "is_async": false + } + ], + "nltk.parse.projectivedependencyparser": [ + { + "id": "nltk.parse.projectivedependencyparser.DependencySpan.__init__", + "name": "__init__", + "lineno": 40, + "scope": "DependencySpan", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.DependencySpan.head_index", + "name": "head_index", + "lineno": 49, + "scope": "DependencySpan", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.DependencySpan.__repr__", + "name": "__repr__", + "lineno": 56, + "scope": "DependencySpan", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.DependencySpan.__str__", + "name": "__str__", + "lineno": 67, + "scope": "DependencySpan", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.DependencySpan.__eq__", + "name": "__eq__", + "lineno": 81, + "scope": "DependencySpan", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.DependencySpan.__ne__", + "name": "__ne__", + "lineno": 86, + "scope": "DependencySpan", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.DependencySpan.__lt__", + "name": "__lt__", + "lineno": 89, + "scope": "DependencySpan", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.DependencySpan.__hash__", + "name": "__hash__", + "lineno": 94, + "scope": "DependencySpan", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.ChartCell.__init__", + "name": "__init__", + "lineno": 113, + "scope": "ChartCell", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.ChartCell.add", + "name": "add", + "lineno": 124, + "scope": "ChartCell", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.ChartCell.__str__", + "name": "__str__", + "lineno": 134, + "scope": "ChartCell", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.ChartCell.__repr__", + "name": "__repr__", + "lineno": 141, + "scope": "ChartCell", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.__init__", + "name": "__init__", + "lineno": 167, + "scope": "ProjectiveDependencyParser", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.parse", + "name": "parse", + "lineno": 177, + "scope": "ProjectiveDependencyParser", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.concatenate", + "name": "concatenate", + "lineno": 227, + "scope": "ProjectiveDependencyParser", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.__init__", + "name": "__init__", + "lineno": 314, + "scope": "ProbabilisticProjectiveDependencyParser", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.parse", + "name": "parse", + "lineno": 320, + "scope": "ProbabilisticProjectiveDependencyParser", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.concatenate", + "name": "concatenate", + "lineno": 386, + "scope": "ProbabilisticProjectiveDependencyParser", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.train", + "name": "train", + "lineno": 439, + "scope": "ProbabilisticProjectiveDependencyParser", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.compute_prob", + "name": "compute_prob", + "lineno": 525, + "scope": "ProbabilisticProjectiveDependencyParser", + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.demo", + "name": "demo", + "lineno": 616, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.projective_rule_parse_demo", + "name": "projective_rule_parse_demo", + "lineno": 622, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.arity_parse_demo", + "name": "arity_parse_demo", + "lineno": 642, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.projectivedependencyparser.projective_prob_parse_demo", + "name": "projective_prob_parse_demo", + "lineno": 696, + "scope": null, + "is_async": false + } + ], + "nltk.parse.recursivedescent": [ + { + "id": "nltk.parse.recursivedescent.RecursiveDescentParser.__init__", + "name": "__init__", + "lineno": 53, + "scope": "RecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.RecursiveDescentParser.grammar", + "name": "grammar", + "lineno": 69, + "scope": "RecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.RecursiveDescentParser.parse", + "name": "parse", + "lineno": 72, + "scope": "RecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.RecursiveDescentParser._parse", + "name": "_parse", + "lineno": 87, + "scope": "RecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.RecursiveDescentParser._match", + "name": "_match", + "lineno": 132, + "scope": "RecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.RecursiveDescentParser._expand", + "name": "_expand", + "lineno": 174, + "scope": "RecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.RecursiveDescentParser._production_to_tree", + "name": "_production_to_tree", + "lineno": 229, + "scope": "RecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.RecursiveDescentParser.trace", + "name": "trace", + "lineno": 254, + "scope": "RecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_fringe", + "name": "_trace_fringe", + "lineno": 267, + "scope": "RecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_tree", + "name": "_trace_tree", + "lineno": 289, + "scope": "RecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_start", + "name": "_trace_start", + "lineno": 307, + "scope": "RecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_expand", + "name": "_trace_expand", + "lineno": 314, + "scope": "RecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_match", + "name": "_trace_match", + "lineno": 320, + "scope": "RecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_succeed", + "name": "_trace_succeed", + "lineno": 326, + "scope": "RecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_backtrack", + "name": "_trace_backtrack", + "lineno": 334, + "scope": "RecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.__init__", + "name": "__init__", + "lineno": 370, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser._freeze", + "name": "_freeze", + "lineno": 382, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.parse", + "name": "parse", + "lineno": 388, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.initialize", + "name": "initialize", + "lineno": 395, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.remaining_text", + "name": "remaining_text", + "lineno": 413, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.frontier", + "name": "frontier", + "lineno": 421, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.tree", + "name": "tree", + "lineno": 430, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.step", + "name": "step", + "lineno": 439, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.expand", + "name": "expand", + "lineno": 472, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.match", + "name": "match", + "lineno": 512, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.backtrack", + "name": "backtrack", + "lineno": 538, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.expandable_productions", + "name": "expandable_productions", + "lineno": 554, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.untried_expandable_productions", + "name": "untried_expandable_productions", + "lineno": 573, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.untried_match", + "name": "untried_match", + "lineno": 583, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.currently_complete", + "name": "currently_complete", + "lineno": 595, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser._parse", + "name": "_parse", + "lineno": 603, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.parses", + "name": "parses", + "lineno": 630, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.set_grammar", + "name": "set_grammar", + "lineno": 638, + "scope": "SteppingRecursiveDescentParser", + "is_async": false + }, + { + "id": "nltk.parse.recursivedescent.demo", + "name": "demo", + "lineno": 653, + "scope": null, + "is_async": false + } + ], + "nltk.parse.shiftreduce": [ + { + "id": "nltk.parse.shiftreduce.ShiftReduceParser.__init__", + "name": "__init__", + "lineno": 59, + "scope": "ShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.ShiftReduceParser.grammar", + "name": "grammar", + "lineno": 76, + "scope": "ShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.ShiftReduceParser.parse", + "name": "parse", + "lineno": 79, + "scope": "ShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.ShiftReduceParser._shift", + "name": "_shift", + "lineno": 105, + "scope": "ShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.ShiftReduceParser._match_rhs", + "name": "_match_rhs", + "lineno": 123, + "scope": "ShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.ShiftReduceParser._reduce", + "name": "_reduce", + "lineno": 156, + "scope": "ShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.ShiftReduceParser.trace", + "name": "trace", + "lineno": 200, + "scope": "ShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.ShiftReduceParser._trace_stack", + "name": "_trace_stack", + "lineno": 216, + "scope": "ShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.ShiftReduceParser._trace_shift", + "name": "_trace_shift", + "lineno": 234, + "scope": "ShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.ShiftReduceParser._trace_reduce", + "name": "_trace_reduce", + "lineno": 247, + "scope": "ShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.ShiftReduceParser._check_grammar", + "name": "_check_grammar", + "lineno": 262, + "scope": "ShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.SteppingShiftReduceParser.__init__", + "name": "__init__", + "lineno": 304, + "scope": "SteppingShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.SteppingShiftReduceParser.parse", + "name": "parse", + "lineno": 310, + "scope": "SteppingShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.SteppingShiftReduceParser.stack", + "name": "stack", + "lineno": 317, + "scope": "SteppingShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.SteppingShiftReduceParser.remaining_text", + "name": "remaining_text", + "lineno": 324, + "scope": "SteppingShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.SteppingShiftReduceParser.initialize", + "name": "initialize", + "lineno": 332, + "scope": "SteppingShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.SteppingShiftReduceParser.step", + "name": "step", + "lineno": 341, + "scope": "SteppingShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.SteppingShiftReduceParser.shift", + "name": "shift", + "lineno": 356, + "scope": "SteppingShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.SteppingShiftReduceParser.reduce", + "name": "reduce", + "lineno": 371, + "scope": "SteppingShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.SteppingShiftReduceParser.undo", + "name": "undo", + "lineno": 390, + "scope": "SteppingShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.SteppingShiftReduceParser.reducible_productions", + "name": "reducible_productions", + "lineno": 406, + "scope": "SteppingShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.SteppingShiftReduceParser.parses", + "name": "parses", + "lineno": 419, + "scope": "SteppingShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.SteppingShiftReduceParser.set_grammar", + "name": "set_grammar", + "lineno": 434, + "scope": "SteppingShiftReduceParser", + "is_async": false + }, + { + "id": "nltk.parse.shiftreduce.demo", + "name": "demo", + "lineno": 449, + "scope": null, + "is_async": false + } + ], + "nltk.parse.stanford": [ + { + "id": "nltk.parse.stanford.GenericStanfordParser.__init__", + "name": "__init__", + "lineno": 38, + "scope": "GenericStanfordParser", + "is_async": false + }, + { + "id": "nltk.parse.stanford.GenericStanfordParser._parse_trees_output", + "name": "_parse_trees_output", + "lineno": 86, + "scope": "GenericStanfordParser", + "is_async": false + }, + { + "id": "nltk.parse.stanford.GenericStanfordParser.parse_sents", + "name": "parse_sents", + "lineno": 109, + "scope": "GenericStanfordParser", + "is_async": false + }, + { + "id": "nltk.parse.stanford.GenericStanfordParser.raw_parse", + "name": "raw_parse", + "lineno": 140, + "scope": "GenericStanfordParser", + "is_async": false + }, + { + "id": "nltk.parse.stanford.GenericStanfordParser.raw_parse_sents", + "name": "raw_parse_sents", + "lineno": 152, + "scope": "GenericStanfordParser", + "is_async": false + }, + { + "id": "nltk.parse.stanford.GenericStanfordParser.tagged_parse", + "name": "tagged_parse", + "lineno": 175, + "scope": "GenericStanfordParser", + "is_async": false + }, + { + "id": "nltk.parse.stanford.GenericStanfordParser.tagged_parse_sents", + "name": "tagged_parse_sents", + "lineno": 187, + "scope": "GenericStanfordParser", + "is_async": false + }, + { + "id": "nltk.parse.stanford.GenericStanfordParser._execute", + "name": "_execute", + "lineno": 226, + "scope": "GenericStanfordParser", + "is_async": false + }, + { + "id": "nltk.parse.stanford.StanfordParser.__init__", + "name": "__init__", + "lineno": 326, + "scope": "StanfordParser", + "is_async": false + }, + { + "id": "nltk.parse.stanford.StanfordParser._make_tree", + "name": "_make_tree", + "lineno": 336, + "scope": "StanfordParser", + "is_async": false + }, + { + "id": "nltk.parse.stanford.StanfordDependencyParser.__init__", + "name": "__init__", + "lineno": 391, + "scope": "StanfordDependencyParser", + "is_async": false + }, + { + "id": "nltk.parse.stanford.StanfordDependencyParser._make_tree", + "name": "_make_tree", + "lineno": 401, + "scope": "StanfordDependencyParser", + "is_async": false + }, + { + "id": "nltk.parse.stanford.StanfordNeuralDependencyParser.__init__", + "name": "__init__", + "lineno": 444, + "scope": "StanfordNeuralDependencyParser", + "is_async": false + }, + { + "id": "nltk.parse.stanford.StanfordNeuralDependencyParser.tagged_parse_sents", + "name": "tagged_parse_sents", + "lineno": 455, + "scope": "StanfordNeuralDependencyParser", + "is_async": false + }, + { + "id": "nltk.parse.stanford.StanfordNeuralDependencyParser._make_tree", + "name": "_make_tree", + "lineno": 467, + "scope": "StanfordNeuralDependencyParser", + "is_async": false + } + ], + "nltk.parse.transitionparser": [ + { + "id": "nltk.parse.transitionparser.Configuration.__init__", + "name": "__init__", + "lineno": 41, + "scope": "Configuration", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.Configuration.__str__", + "name": "__str__", + "lineno": 53, + "scope": "Configuration", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.Configuration._check_informative", + "name": "_check_informative", + "lineno": 63, + "scope": "Configuration", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.Configuration.extract_features", + "name": "extract_features", + "lineno": 77, + "scope": "Configuration", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.Transition.__init__", + "name": "__init__", + "lineno": 192, + "scope": "Transition", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.Transition.left_arc", + "name": "left_arc", + "lineno": 207, + "scope": "Transition", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.Transition.right_arc", + "name": "right_arc", + "lineno": 235, + "scope": "Transition", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.Transition.reduce", + "name": "reduce", + "lineno": 255, + "scope": "Transition", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.Transition.shift", + "name": "shift", + "lineno": 278, + "scope": "Transition", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.TransitionParser.__init__", + "name": "__init__", + "lineno": 299, + "scope": "TransitionParser", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.TransitionParser._get_dep_relation", + "name": "_get_dep_relation", + "lineno": 315, + "scope": "TransitionParser", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.TransitionParser._convert_to_binary_features", + "name": "_convert_to_binary_features", + "lineno": 327, + "scope": "TransitionParser", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.TransitionParser._is_projective", + "name": "_is_projective", + "lineno": 343, + "scope": "TransitionParser", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.TransitionParser._write_to_file", + "name": "_write_to_file", + "lineno": 369, + "scope": "TransitionParser", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "name": "_create_training_examples_arc_std", + "lineno": 379, + "scope": "TransitionParser", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "name": "_create_training_examples_arc_eager", + "lineno": 441, + "scope": "TransitionParser", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.TransitionParser.train", + "name": "train", + "lineno": 505, + "scope": "TransitionParser", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.TransitionParser.parse", + "name": "parse", + "lineno": 549, + "scope": "TransitionParser", + "is_async": false + }, + { + "id": "nltk.parse.transitionparser.demo", + "name": "demo", + "lineno": 657, + "scope": null, + "is_async": false + } + ], + "nltk.parse.util": [ + { + "id": "nltk.parse.util.load_parser", + "name": "load_parser", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.util.taggedsent_to_conll", + "name": "taggedsent_to_conll", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.util.taggedsents_to_conll", + "name": "taggedsents_to_conll", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "nltk.parse.util.TestGrammar.__init__", + "name": "__init__", + "lineno": 153, + "scope": "TestGrammar", + "is_async": false + }, + { + "id": "nltk.parse.util.TestGrammar.run", + "name": "run", + "lineno": 161, + "scope": "TestGrammar", + "is_async": false + }, + { + "id": "nltk.parse.util.extract_test_sentences", + "name": "extract_test_sentences", + "lineno": 197, + "scope": null, + "is_async": false + } + ], + "nltk.parse.viterbi": [ + { + "id": "nltk.parse.viterbi.ViterbiParser.__init__", + "name": "__init__", + "lineno": 75, + "scope": "ViterbiParser", + "is_async": false + }, + { + "id": "nltk.parse.viterbi.ViterbiParser.grammar", + "name": "grammar", + "lineno": 91, + "scope": "ViterbiParser", + "is_async": false + }, + { + "id": "nltk.parse.viterbi.ViterbiParser.trace", + "name": "trace", + "lineno": 94, + "scope": "ViterbiParser", + "is_async": false + }, + { + "id": "nltk.parse.viterbi.ViterbiParser.parse", + "name": "parse", + "lineno": 107, + "scope": "ViterbiParser", + "is_async": false + }, + { + "id": "nltk.parse.viterbi.ViterbiParser._add_constituents_spanning", + "name": "_add_constituents_spanning", + "lineno": 148, + "scope": "ViterbiParser", + "is_async": false + }, + { + "id": "nltk.parse.viterbi.ViterbiParser._find_instantiations", + "name": "_find_instantiations", + "lineno": 216, + "scope": "ViterbiParser", + "is_async": false + }, + { + "id": "nltk.parse.viterbi.ViterbiParser._match_rhs", + "name": "_match_rhs", + "lineno": 248, + "scope": "ViterbiParser", + "is_async": false + }, + { + "id": "nltk.parse.viterbi.ViterbiParser._trace_production", + "name": "_trace_production", + "lineno": 292, + "scope": "ViterbiParser", + "is_async": false + }, + { + "id": "nltk.parse.viterbi.ViterbiParser._trace_lexical_insertion", + "name": "_trace_lexical_insertion", + "lineno": 315, + "scope": "ViterbiParser", + "is_async": false + }, + { + "id": "nltk.parse.viterbi.ViterbiParser.__repr__", + "name": "__repr__", + "lineno": 320, + "scope": "ViterbiParser", + "is_async": false + }, + { + "id": "nltk.parse.viterbi.demo", + "name": "demo", + "lineno": 329, + "scope": null, + "is_async": false + } + ], + "nltk.parse": [], + "nltk.sem.boxer": [ + { + "id": "nltk.sem.boxer.Boxer.__init__", + "name": "__init__", + "lineno": 65, + "scope": "Boxer", + "is_async": false + }, + { + "id": "nltk.sem.boxer.Boxer.set_bin_dir", + "name": "set_bin_dir", + "lineno": 93, + "scope": "Boxer", + "is_async": false + }, + { + "id": "nltk.sem.boxer.Boxer.interpret", + "name": "interpret", + "lineno": 100, + "scope": "Boxer", + "is_async": false + }, + { + "id": "nltk.sem.boxer.Boxer.interpret_multi", + "name": "interpret_multi", + "lineno": 115, + "scope": "Boxer", + "is_async": false + }, + { + "id": "nltk.sem.boxer.Boxer.interpret_sents", + "name": "interpret_sents", + "lineno": 130, + "scope": "Boxer", + "is_async": false + }, + { + "id": "nltk.sem.boxer.Boxer.interpret_multi_sents", + "name": "interpret_multi_sents", + "lineno": 145, + "scope": "Boxer", + "is_async": false + }, + { + "id": "nltk.sem.boxer.Boxer._call_candc", + "name": "_call_candc", + "lineno": 173, + "scope": "Boxer", + "is_async": false + }, + { + "id": "nltk.sem.boxer.Boxer._call_boxer", + "name": "_call_boxer", + "lineno": 200, + "scope": "Boxer", + "is_async": false + }, + { + "id": "nltk.sem.boxer.Boxer._find_binary", + "name": "_find_binary", + "lineno": 239, + "scope": "Boxer", + "is_async": false + }, + { + "id": "nltk.sem.boxer.Boxer._call", + "name": "_call", + "lineno": 249, + "scope": "Boxer", + "is_async": false + }, + { + "id": "nltk.sem.boxer.Boxer._parse_to_drs_dict", + "name": "_parse_to_drs_dict", + "lineno": 294, + "scope": "Boxer", + "is_async": false + }, + { + "id": "nltk.sem.boxer.Boxer._parse_drs", + "name": "_parse_drs", + "lineno": 336, + "scope": "Boxer", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser.__init__", + "name": "__init__", + "lineno": 341, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser.parse", + "name": "parse", + "lineno": 351, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser.get_all_symbols", + "name": "get_all_symbols", + "lineno": 354, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser.handle", + "name": "handle", + "lineno": 357, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser.attempt_adjuncts", + "name": "attempt_adjuncts", + "lineno": 360, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser.parse_condition", + "name": "parse_condition", + "lineno": 363, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser.handle_drs", + "name": "handle_drs", + "lineno": 375, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser.handle_condition", + "name": "handle_condition", + "lineno": 383, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_not", + "name": "_handle_not", + "lineno": 429, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred", + "name": "_handle_pred", + "lineno": 435, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred._handle_pred_f", + "name": "_handle_pred_f", + "lineno": 447, + "scope": "BoxerOutputDrsParser._handle_pred", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "name": "_handle_duplex", + "lineno": 454, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "name": "_handle_named", + "lineno": 487, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "name": "_handle_rel", + "lineno": 502, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_timex", + "name": "_handle_timex", + "lineno": 517, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time_expression", + "name": "_handle_time_expression", + "lineno": 526, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time_expression.func_gen", + "name": "func_gen", + "lineno": 538, + "scope": "BoxerOutputDrsParser._handle_time_expression", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "name": "_handle_date", + "lineno": 547, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time", + "name": "_handle_time", + "lineno": 625, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_card", + "name": "_handle_card", + "lineno": 647, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_prop", + "name": "_handle_prop", + "lineno": 660, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "name": "_parse_index_list", + "lineno": 671, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "name": "parse_drs", + "lineno": 683, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_binary_expression", + "name": "_handle_binary_expression", + "lineno": 708, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_alfa", + "name": "_handle_alfa", + "lineno": 718, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_eq", + "name": "_handle_eq", + "lineno": 730, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "name": "_handle_whq", + "lineno": 740, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._make_merge_expression", + "name": "_make_merge_expression", + "lineno": 771, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._make_or_expression", + "name": "_make_or_expression", + "lineno": 774, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._make_imp_expression", + "name": "_make_imp_expression", + "lineno": 777, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser.parse_variable", + "name": "parse_variable", + "lineno": 780, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser.parse_index", + "name": "parse_index", + "lineno": 785, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser._sent_and_word_indices", + "name": "_sent_and_word_indices", + "lineno": 788, + "scope": "BoxerOutputDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerDrsParser.__init__", + "name": "__init__", + "lineno": 811, + "scope": "BoxerDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerDrsParser.get_all_symbols", + "name": "get_all_symbols", + "lineno": 815, + "scope": "BoxerDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerDrsParser.attempt_adjuncts", + "name": "attempt_adjuncts", + "lineno": 824, + "scope": "BoxerDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerDrsParser.handle", + "name": "handle", + "lineno": 827, + "scope": "BoxerDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerDrsParser.nullableIntToken", + "name": "nullableIntToken", + "lineno": 994, + "scope": "BoxerDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerDrsParser.get_next_token_variable", + "name": "get_next_token_variable", + "lineno": 998, + "scope": "BoxerDrsParser", + "is_async": false + }, + { + "id": "nltk.sem.boxer.AbstractBoxerDrs.variables", + "name": "variables", + "lineno": 1006, + "scope": "AbstractBoxerDrs", + "is_async": false + }, + { + "id": "nltk.sem.boxer.AbstractBoxerDrs.variable_types", + "name": "variable_types", + "lineno": 1013, + "scope": "AbstractBoxerDrs", + "is_async": false + }, + { + "id": "nltk.sem.boxer.AbstractBoxerDrs._variables", + "name": "_variables", + "lineno": 1020, + "scope": "AbstractBoxerDrs", + "is_async": false + }, + { + "id": "nltk.sem.boxer.AbstractBoxerDrs.atoms", + "name": "atoms", + "lineno": 1026, + "scope": "AbstractBoxerDrs", + "is_async": false + }, + { + "id": "nltk.sem.boxer.AbstractBoxerDrs.clean", + "name": "clean", + "lineno": 1029, + "scope": "AbstractBoxerDrs", + "is_async": false + }, + { + "id": "nltk.sem.boxer.AbstractBoxerDrs._clean_name", + "name": "_clean_name", + "lineno": 1032, + "scope": "AbstractBoxerDrs", + "is_async": false + }, + { + "id": "nltk.sem.boxer.AbstractBoxerDrs.renumber_sentences", + "name": "renumber_sentences", + "lineno": 1035, + "scope": "AbstractBoxerDrs", + "is_async": false + }, + { + "id": "nltk.sem.boxer.AbstractBoxerDrs.__hash__", + "name": "__hash__", + "lineno": 1038, + "scope": "AbstractBoxerDrs", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerDrs.__init__", + "name": "__init__", + "lineno": 1043, + "scope": "BoxerDrs", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerDrs._variables", + "name": "_variables", + "lineno": 1049, + "scope": "BoxerDrs", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerDrs.atoms", + "name": "atoms", + "lineno": 1059, + "scope": "BoxerDrs", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerDrs.clean", + "name": "clean", + "lineno": 1065, + "scope": "BoxerDrs", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerDrs.renumber_sentences", + "name": "renumber_sentences", + "lineno": 1069, + "scope": "BoxerDrs", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerDrs.__repr__", + "name": "__repr__", + "lineno": 1075, + "scope": "BoxerDrs", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerDrs.__eq__", + "name": "__eq__", + "lineno": 1084, + "scope": "BoxerDrs", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerDrs.__ne__", + "name": "__ne__", + "lineno": 1095, + "scope": "BoxerDrs", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerNot.__init__", + "name": "__init__", + "lineno": 1102, + "scope": "BoxerNot", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerNot._variables", + "name": "_variables", + "lineno": 1106, + "scope": "BoxerNot", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerNot.atoms", + "name": "atoms", + "lineno": 1109, + "scope": "BoxerNot", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerNot.clean", + "name": "clean", + "lineno": 1112, + "scope": "BoxerNot", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerNot.renumber_sentences", + "name": "renumber_sentences", + "lineno": 1115, + "scope": "BoxerNot", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerNot.__repr__", + "name": "__repr__", + "lineno": 1118, + "scope": "BoxerNot", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerNot.__eq__", + "name": "__eq__", + "lineno": 1121, + "scope": "BoxerNot", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerNot.__ne__", + "name": "__ne__", + "lineno": 1124, + "scope": "BoxerNot", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerIndexed.__init__", + "name": "__init__", + "lineno": 1131, + "scope": "BoxerIndexed", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerIndexed.atoms", + "name": "atoms", + "lineno": 1137, + "scope": "BoxerIndexed", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerIndexed.__eq__", + "name": "__eq__", + "lineno": 1140, + "scope": "BoxerIndexed", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerIndexed.__ne__", + "name": "__ne__", + "lineno": 1149, + "scope": "BoxerIndexed", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerIndexed.__repr__", + "name": "__repr__", + "lineno": 1154, + "scope": "BoxerIndexed", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerPred.__init__", + "name": "__init__", + "lineno": 1167, + "scope": "BoxerPred", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerPred._variables", + "name": "_variables", + "lineno": 1174, + "scope": "BoxerPred", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerPred.change_var", + "name": "change_var", + "lineno": 1177, + "scope": "BoxerPred", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerPred.clean", + "name": "clean", + "lineno": 1188, + "scope": "BoxerPred", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerPred.renumber_sentences", + "name": "renumber_sentences", + "lineno": 1199, + "scope": "BoxerPred", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerPred.__iter__", + "name": "__iter__", + "lineno": 1211, + "scope": "BoxerPred", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerPred._pred", + "name": "_pred", + "lineno": 1214, + "scope": "BoxerPred", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerNamed.__init__", + "name": "__init__", + "lineno": 1219, + "scope": "BoxerNamed", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerNamed._variables", + "name": "_variables", + "lineno": 1226, + "scope": "BoxerNamed", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerNamed.change_var", + "name": "change_var", + "lineno": 1229, + "scope": "BoxerNamed", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerNamed.clean", + "name": "clean", + "lineno": 1240, + "scope": "BoxerNamed", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerNamed.renumber_sentences", + "name": "renumber_sentences", + "lineno": 1251, + "scope": "BoxerNamed", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerNamed.__iter__", + "name": "__iter__", + "lineno": 1262, + "scope": "BoxerNamed", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerNamed._pred", + "name": "_pred", + "lineno": 1265, + "scope": "BoxerNamed", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerRel.__init__", + "name": "__init__", + "lineno": 1270, + "scope": "BoxerRel", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerRel._variables", + "name": "_variables", + "lineno": 1277, + "scope": "BoxerRel", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerRel.clean", + "name": "clean", + "lineno": 1280, + "scope": "BoxerRel", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerRel.renumber_sentences", + "name": "renumber_sentences", + "lineno": 1291, + "scope": "BoxerRel", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerRel.__iter__", + "name": "__iter__", + "lineno": 1302, + "scope": "BoxerRel", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerRel._pred", + "name": "_pred", + "lineno": 1305, + "scope": "BoxerRel", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerProp.__init__", + "name": "__init__", + "lineno": 1310, + "scope": "BoxerProp", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerProp._variables", + "name": "_variables", + "lineno": 1315, + "scope": "BoxerProp", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerProp.referenced_labels", + "name": "referenced_labels", + "lineno": 1320, + "scope": "BoxerProp", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerProp.atoms", + "name": "atoms", + "lineno": 1323, + "scope": "BoxerProp", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerProp.clean", + "name": "clean", + "lineno": 1326, + "scope": "BoxerProp", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerProp.renumber_sentences", + "name": "renumber_sentences", + "lineno": 1335, + "scope": "BoxerProp", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerProp.__iter__", + "name": "__iter__", + "lineno": 1344, + "scope": "BoxerProp", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerProp._pred", + "name": "_pred", + "lineno": 1347, + "scope": "BoxerProp", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerEq.__init__", + "name": "__init__", + "lineno": 1352, + "scope": "BoxerEq", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerEq._variables", + "name": "_variables", + "lineno": 1357, + "scope": "BoxerEq", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerEq.atoms", + "name": "atoms", + "lineno": 1360, + "scope": "BoxerEq", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerEq.renumber_sentences", + "name": "renumber_sentences", + "lineno": 1363, + "scope": "BoxerEq", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerEq.__iter__", + "name": "__iter__", + "lineno": 1372, + "scope": "BoxerEq", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerEq._pred", + "name": "_pred", + "lineno": 1375, + "scope": "BoxerEq", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerCard.__init__", + "name": "__init__", + "lineno": 1380, + "scope": "BoxerCard", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerCard._variables", + "name": "_variables", + "lineno": 1386, + "scope": "BoxerCard", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerCard.renumber_sentences", + "name": "renumber_sentences", + "lineno": 1389, + "scope": "BoxerCard", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerCard.__iter__", + "name": "__iter__", + "lineno": 1399, + "scope": "BoxerCard", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerCard._pred", + "name": "_pred", + "lineno": 1402, + "scope": "BoxerCard", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOr.__init__", + "name": "__init__", + "lineno": 1407, + "scope": "BoxerOr", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOr._variables", + "name": "_variables", + "lineno": 1412, + "scope": "BoxerOr", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOr.atoms", + "name": "atoms", + "lineno": 1415, + "scope": "BoxerOr", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOr.clean", + "name": "clean", + "lineno": 1418, + "scope": "BoxerOr", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOr.renumber_sentences", + "name": "renumber_sentences", + "lineno": 1427, + "scope": "BoxerOr", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOr.__iter__", + "name": "__iter__", + "lineno": 1436, + "scope": "BoxerOr", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerOr._pred", + "name": "_pred", + "lineno": 1439, + "scope": "BoxerOr", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerWhq.__init__", + "name": "__init__", + "lineno": 1444, + "scope": "BoxerWhq", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerWhq._variables", + "name": "_variables", + "lineno": 1453, + "scope": "BoxerWhq", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerWhq.atoms", + "name": "atoms", + "lineno": 1463, + "scope": "BoxerWhq", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerWhq.clean", + "name": "clean", + "lineno": 1466, + "scope": "BoxerWhq", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerWhq.renumber_sentences", + "name": "renumber_sentences", + "lineno": 1477, + "scope": "BoxerWhq", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerWhq.__iter__", + "name": "__iter__", + "lineno": 1488, + "scope": "BoxerWhq", + "is_async": false + }, + { + "id": "nltk.sem.boxer.BoxerWhq._pred", + "name": "_pred", + "lineno": 1493, + "scope": "BoxerWhq", + "is_async": false + }, + { + "id": "nltk.sem.boxer.PassthroughBoxerDrsInterpreter.interpret", + "name": "interpret", + "lineno": 1498, + "scope": "PassthroughBoxerDrsInterpreter", + "is_async": false + }, + { + "id": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.__init__", + "name": "__init__", + "lineno": 1503, + "scope": "NltkDrtBoxerDrsInterpreter", + "is_async": false + }, + { + "id": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "name": "interpret", + "lineno": 1506, + "scope": "NltkDrtBoxerDrsInterpreter", + "is_async": false + }, + { + "id": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter._make_atom", + "name": "_make_atom", + "lineno": 1547, + "scope": "NltkDrtBoxerDrsInterpreter", + "is_async": false + }, + { + "id": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter._add_occur_indexing", + "name": "_add_occur_indexing", + "lineno": 1555, + "scope": "NltkDrtBoxerDrsInterpreter", + "is_async": false + } + ], + "nltk.sem.chat80": [ + { + "id": "nltk.sem.chat80.Concept.__init__", + "name": "__init__", + "lineno": 252, + "scope": "Concept", + "is_async": false + }, + { + "id": "nltk.sem.chat80.Concept.__str__", + "name": "__str__", + "lineno": 275, + "scope": "Concept", + "is_async": false + }, + { + "id": "nltk.sem.chat80.Concept.__repr__", + "name": "__repr__", + "lineno": 289, + "scope": "Concept", + "is_async": false + }, + { + "id": "nltk.sem.chat80.Concept.augment", + "name": "augment", + "lineno": 292, + "scope": "Concept", + "is_async": false + }, + { + "id": "nltk.sem.chat80.Concept._make_graph", + "name": "_make_graph", + "lineno": 305, + "scope": "Concept", + "is_async": false + }, + { + "id": "nltk.sem.chat80.Concept._transclose", + "name": "_transclose", + "lineno": 317, + "scope": "Concept", + "is_async": false + }, + { + "id": "nltk.sem.chat80.Concept._make_pairs", + "name": "_make_pairs", + "lineno": 330, + "scope": "Concept", + "is_async": false + }, + { + "id": "nltk.sem.chat80.Concept.close", + "name": "close", + "lineno": 340, + "scope": "Concept", + "is_async": false + }, + { + "id": "nltk.sem.chat80.clause2concepts", + "name": "clause2concepts", + "lineno": 364, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.chat80.cities2table", + "name": "cities2table", + "lineno": 404, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.chat80.sql_query", + "name": "sql_query", + "lineno": 444, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.chat80._str2records", + "name": "_str2records", + "lineno": 468, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.chat80.unary_concept", + "name": "unary_concept", + "lineno": 483, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.chat80.binary_concept", + "name": "binary_concept", + "lineno": 506, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.chat80.process_bundle", + "name": "process_bundle", + "lineno": 544, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.chat80.make_valuation", + "name": "make_valuation", + "lineno": 573, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.chat80.val_dump", + "name": "val_dump", + "lineno": 602, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.chat80.val_load", + "name": "val_load", + "lineno": 622, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.chat80.label_indivs", + "name": "label_indivs", + "lineno": 660, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.chat80.make_lex", + "name": "make_lex", + "lineno": 684, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.chat80.concepts", + "name": "concepts", + "lineno": 719, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.chat80.main", + "name": "main", + "lineno": 740, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.chat80.sql_demo", + "name": "sql_demo", + "lineno": 845, + "scope": null, + "is_async": false + } + ], + "nltk.sem.cooper_storage": [ + { + "id": "nltk.sem.cooper_storage.CooperStore.__init__", + "name": "__init__", + "lineno": 18, + "scope": "CooperStore", + "is_async": false + }, + { + "id": "nltk.sem.cooper_storage.CooperStore._permute", + "name": "_permute", + "lineno": 33, + "scope": "CooperStore", + "is_async": false + }, + { + "id": "nltk.sem.cooper_storage.CooperStore.s_retrieve", + "name": "s_retrieve", + "lineno": 47, + "scope": "CooperStore", + "is_async": false + }, + { + "id": "nltk.sem.cooper_storage.parse_with_bindops", + "name": "parse_with_bindops", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.cooper_storage.demo", + "name": "demo", + "lineno": 92, + "scope": null, + "is_async": false + } + ], + "nltk.sem.drt": [ + { + "id": "nltk.sem.drt.DrtParser.__init__", + "name": "__init__", + "lineno": 61, + "scope": "DrtParser", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtParser.get_all_symbols", + "name": "get_all_symbols", + "lineno": 76, + "scope": "DrtParser", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtParser.isvariable", + "name": "isvariable", + "lineno": 80, + "scope": "DrtParser", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtParser.handle", + "name": "handle", + "lineno": 83, + "scope": "DrtParser", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtParser.make_NegatedExpression", + "name": "make_NegatedExpression", + "lineno": 108, + "scope": "DrtParser", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtParser.handle_DRS", + "name": "handle_DRS", + "lineno": 111, + "scope": "DrtParser", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtParser.handle_refs", + "name": "handle_refs", + "lineno": 122, + "scope": "DrtParser", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtParser.handle_conds", + "name": "handle_conds", + "lineno": 133, + "scope": "DrtParser", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtParser.handle_prop", + "name": "handle_prop", + "lineno": 144, + "scope": "DrtParser", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtParser.make_EqualityExpression", + "name": "make_EqualityExpression", + "lineno": 150, + "scope": "DrtParser", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtParser.get_BooleanExpression_factory", + "name": "get_BooleanExpression_factory", + "lineno": 155, + "scope": "DrtParser", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtParser.get_BooleanExpression_factory.make_imp_expression", + "name": "make_imp_expression", + "lineno": 164, + "scope": "DrtParser.get_BooleanExpression_factory", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtParser.make_BooleanExpression", + "name": "make_BooleanExpression", + "lineno": 175, + "scope": "DrtParser", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtParser.make_ApplicationExpression", + "name": "make_ApplicationExpression", + "lineno": 178, + "scope": "DrtParser", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtParser.make_VariableExpression", + "name": "make_VariableExpression", + "lineno": 181, + "scope": "DrtParser", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtParser.make_LambdaExpression", + "name": "make_LambdaExpression", + "lineno": 184, + "scope": "DrtParser", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.fromstring", + "name": "fromstring", + "lineno": 197, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.applyto", + "name": "applyto", + "lineno": 200, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.__neg__", + "name": "__neg__", + "lineno": 203, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.__and__", + "name": "__and__", + "lineno": 206, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.__or__", + "name": "__or__", + "lineno": 209, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.__gt__", + "name": "__gt__", + "lineno": 213, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.equiv", + "name": "equiv", + "lineno": 221, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.type", + "name": "type", + "lineno": 237, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.typecheck", + "name": "typecheck", + "lineno": 242, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.__add__", + "name": "__add__", + "lineno": 245, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.get_refs", + "name": "get_refs", + "lineno": 248, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.is_pronoun_function", + "name": "is_pronoun_function", + "lineno": 256, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.make_EqualityExpression", + "name": "make_EqualityExpression", + "lineno": 265, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.make_VariableExpression", + "name": "make_VariableExpression", + "lineno": 268, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.resolve_anaphora", + "name": "resolve_anaphora", + "lineno": 271, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.eliminate_equality", + "name": "eliminate_equality", + "lineno": 274, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.pretty_format", + "name": "pretty_format", + "lineno": 277, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.pretty_print", + "name": "pretty_print", + "lineno": 284, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtExpression.draw", + "name": "draw", + "lineno": 287, + "scope": "DrtExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DRS.__init__", + "name": "__init__", + "lineno": 294, + "scope": "DRS", + "is_async": false + }, + { + "id": "nltk.sem.drt.DRS.replace", + "name": "replace", + "lineno": 304, + "scope": "DRS", + "is_async": false + }, + { + "id": "nltk.sem.drt.DRS.free", + "name": "free", + "lineno": 366, + "scope": "DRS", + "is_async": false + }, + { + "id": "nltk.sem.drt.DRS.get_refs", + "name": "get_refs", + "lineno": 373, + "scope": "DRS", + "is_async": false + }, + { + "id": "nltk.sem.drt.DRS.visit", + "name": "visit", + "lineno": 385, + "scope": "DRS", + "is_async": false + }, + { + "id": "nltk.sem.drt.DRS.visit_structured", + "name": "visit_structured", + "lineno": 392, + "scope": "DRS", + "is_async": false + }, + { + "id": "nltk.sem.drt.DRS.eliminate_equality", + "name": "eliminate_equality", + "lineno": 397, + "scope": "DRS", + "is_async": false + }, + { + "id": "nltk.sem.drt.DRS.fol", + "name": "fol", + "lineno": 433, + "scope": "DRS", + "is_async": false + }, + { + "id": "nltk.sem.drt.DRS._pretty", + "name": "_pretty", + "lineno": 457, + "scope": "DRS", + "is_async": false + }, + { + "id": "nltk.sem.drt.DRS._order_ref_strings", + "name": "_order_ref_strings", + "lineno": 483, + "scope": "DRS", + "is_async": false + }, + { + "id": "nltk.sem.drt.DRS.__eq__", + "name": "__eq__", + "lineno": 505, + "scope": "DRS", + "is_async": false + }, + { + "id": "nltk.sem.drt.DRS.__ne__", + "name": "__ne__", + "lineno": 523, + "scope": "DRS", + "is_async": false + }, + { + "id": "nltk.sem.drt.DRS.__str__", + "name": "__str__", + "lineno": 528, + "scope": "DRS", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtVariableExpression", + "name": "DrtVariableExpression", + "lineno": 546, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtAbstractVariableExpression.fol", + "name": "fol", + "lineno": 562, + "scope": "DrtAbstractVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtAbstractVariableExpression.get_refs", + "name": "get_refs", + "lineno": 565, + "scope": "DrtAbstractVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtAbstractVariableExpression._pretty", + "name": "_pretty", + "lineno": 569, + "scope": "DrtAbstractVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtAbstractVariableExpression.eliminate_equality", + "name": "eliminate_equality", + "lineno": 574, + "scope": "DrtAbstractVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtProposition.__init__", + "name": "__init__", + "lineno": 601, + "scope": "DrtProposition", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtProposition.replace", + "name": "replace", + "lineno": 605, + "scope": "DrtProposition", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtProposition.eliminate_equality", + "name": "eliminate_equality", + "lineno": 620, + "scope": "DrtProposition", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtProposition.get_refs", + "name": "get_refs", + "lineno": 623, + "scope": "DrtProposition", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtProposition.__eq__", + "name": "__eq__", + "lineno": 626, + "scope": "DrtProposition", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtProposition.__ne__", + "name": "__ne__", + "lineno": 633, + "scope": "DrtProposition", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtProposition.fol", + "name": "fol", + "lineno": 638, + "scope": "DrtProposition", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtProposition._pretty", + "name": "_pretty", + "lineno": 641, + "scope": "DrtProposition", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtProposition.visit", + "name": "visit", + "lineno": 650, + "scope": "DrtProposition", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtProposition.visit_structured", + "name": "visit_structured", + "lineno": 654, + "scope": "DrtProposition", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtProposition.__str__", + "name": "__str__", + "lineno": 658, + "scope": "DrtProposition", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtNegatedExpression.fol", + "name": "fol", + "lineno": 663, + "scope": "DrtNegatedExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtNegatedExpression.get_refs", + "name": "get_refs", + "lineno": 666, + "scope": "DrtNegatedExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtNegatedExpression._pretty", + "name": "_pretty", + "lineno": 670, + "scope": "DrtNegatedExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtLambdaExpression.alpha_convert", + "name": "alpha_convert", + "lineno": 681, + "scope": "DrtLambdaExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtLambdaExpression.fol", + "name": "fol", + "lineno": 691, + "scope": "DrtLambdaExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtLambdaExpression._pretty", + "name": "_pretty", + "lineno": 694, + "scope": "DrtLambdaExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtLambdaExpression.get_refs", + "name": "get_refs", + "lineno": 710, + "scope": "DrtLambdaExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtBinaryExpression.get_refs", + "name": "get_refs", + "lineno": 718, + "scope": "DrtBinaryExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtBinaryExpression._pretty", + "name": "_pretty", + "lineno": 724, + "scope": "DrtBinaryExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtBinaryExpression._assemble_pretty", + "name": "_assemble_pretty", + "lineno": 732, + "scope": "DrtBinaryExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtBinaryExpression._pretty_subex", + "name": "_pretty_subex", + "lineno": 753, + "scope": "DrtBinaryExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtOrExpression.fol", + "name": "fol", + "lineno": 762, + "scope": "DrtOrExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtOrExpression._pretty_subex", + "name": "_pretty_subex", + "lineno": 765, + "scope": "DrtOrExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtEqualityExpression.fol", + "name": "fol", + "lineno": 772, + "scope": "DrtEqualityExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtConcatenation.__init__", + "name": "__init__", + "lineno": 779, + "scope": "DrtConcatenation", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtConcatenation.replace", + "name": "replace", + "lineno": 783, + "scope": "DrtConcatenation", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtConcatenation.eliminate_equality", + "name": "eliminate_equality", + "lineno": 822, + "scope": "DrtConcatenation", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtConcatenation.simplify", + "name": "simplify", + "lineno": 828, + "scope": "DrtConcatenation", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtConcatenation.get_refs", + "name": "get_refs", + "lineno": 844, + "scope": "DrtConcatenation", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtConcatenation.getOp", + "name": "getOp", + "lineno": 851, + "scope": "DrtConcatenation", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtConcatenation.__eq__", + "name": "__eq__", + "lineno": 854, + "scope": "DrtConcatenation", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtConcatenation.__ne__", + "name": "__ne__", + "lineno": 872, + "scope": "DrtConcatenation", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtConcatenation.fol", + "name": "fol", + "lineno": 877, + "scope": "DrtConcatenation", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtConcatenation._pretty", + "name": "_pretty", + "lineno": 883, + "scope": "DrtConcatenation", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtConcatenation._pretty_subex", + "name": "_pretty_subex", + "lineno": 895, + "scope": "DrtConcatenation", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtConcatenation.visit", + "name": "visit", + "lineno": 900, + "scope": "DrtConcatenation", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtConcatenation.__str__", + "name": "__str__", + "lineno": 909, + "scope": "DrtConcatenation", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtConcatenation._str_subex", + "name": "_str_subex", + "lineno": 925, + "scope": "DrtConcatenation", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtApplicationExpression.fol", + "name": "fol", + "lineno": 933, + "scope": "DrtApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtApplicationExpression.get_refs", + "name": "get_refs", + "lineno": 936, + "scope": "DrtApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrtApplicationExpression._pretty", + "name": "_pretty", + "lineno": 944, + "scope": "DrtApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.drt._pad_vertically", + "name": "_pad_vertically", + "lineno": 968, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.drt.PossibleAntecedents.free", + "name": "free", + "lineno": 974, + "scope": "PossibleAntecedents", + "is_async": false + }, + { + "id": "nltk.sem.drt.PossibleAntecedents.replace", + "name": "replace", + "lineno": 978, + "scope": "PossibleAntecedents", + "is_async": false + }, + { + "id": "nltk.sem.drt.PossibleAntecedents._pretty", + "name": "_pretty", + "lineno": 989, + "scope": "PossibleAntecedents", + "is_async": false + }, + { + "id": "nltk.sem.drt.PossibleAntecedents.__str__", + "name": "__str__", + "lineno": 994, + "scope": "PossibleAntecedents", + "is_async": false + }, + { + "id": "nltk.sem.drt.resolve_anaphora", + "name": "resolve_anaphora", + "lineno": 1002, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.drt.DrsDrawer.__init__", + "name": "__init__", + "lineno": 1090, + "scope": "DrsDrawer", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrsDrawer._get_text_height", + "name": "_get_text_height", + "lineno": 1128, + "scope": "DrsDrawer", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrsDrawer.draw", + "name": "draw", + "lineno": 1132, + "scope": "DrsDrawer", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrsDrawer._visit", + "name": "_visit", + "lineno": 1141, + "scope": "DrsDrawer", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrsDrawer._draw_command", + "name": "_draw_command", + "lineno": 1152, + "scope": "DrsDrawer", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrsDrawer._visit_command", + "name": "_visit_command", + "lineno": 1174, + "scope": "DrsDrawer", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrsDrawer._handle", + "name": "_handle", + "lineno": 1188, + "scope": "DrsDrawer", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrsDrawer._handle_VariableExpression", + "name": "_handle_VariableExpression", + "lineno": 1234, + "scope": "DrsDrawer", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrsDrawer._handle_NegatedExpression", + "name": "_handle_NegatedExpression", + "lineno": 1237, + "scope": "DrsDrawer", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrsDrawer._handle_DRS", + "name": "_handle_DRS", + "lineno": 1253, + "scope": "DrsDrawer", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrsDrawer._handle_ApplicationExpression", + "name": "_handle_ApplicationExpression", + "lineno": 1278, + "scope": "DrsDrawer", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrsDrawer._handle_LambdaExpression", + "name": "_handle_LambdaExpression", + "lineno": 1321, + "scope": "DrsDrawer", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrsDrawer._handle_BinaryExpression", + "name": "_handle_BinaryExpression", + "lineno": 1336, + "scope": "DrsDrawer", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrsDrawer._handle_DrtProposition", + "name": "_handle_DrtProposition", + "lineno": 1374, + "scope": "DrsDrawer", + "is_async": false + }, + { + "id": "nltk.sem.drt.DrsDrawer._get_centered_top", + "name": "_get_centered_top", + "lineno": 1383, + "scope": "DrsDrawer", + "is_async": false + }, + { + "id": "nltk.sem.drt.demo", + "name": "demo", + "lineno": 1390, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.drt.test_draw", + "name": "test_draw", + "lineno": 1430, + "scope": null, + "is_async": false + } + ], + "nltk.sem.drt_glue_demo": [ + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo.__init__", + "name": "__init__", + "lineno": 28, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_glue", + "name": "_init_glue", + "lineno": 69, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_fonts", + "name": "_init_fonts", + "lineno": 89, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_exampleListbox", + "name": "_init_exampleListbox", + "lineno": 106, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_readingListbox", + "name": "_init_readingListbox", + "lineno": 140, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._populate_readingListbox", + "name": "_populate_readingListbox", + "lineno": 168, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_bindings", + "name": "_init_bindings", + "lineno": 178, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_buttons", + "name": "_init_buttons", + "lineno": 188, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._configure", + "name": "_configure", + "lineno": 207, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_canvas", + "name": "_init_canvas", + "lineno": 214, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_menubar", + "name": "_init_menubar", + "lineno": 231, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._redraw", + "name": "_redraw", + "lineno": 307, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo.destroy", + "name": "destroy", + "lineno": 326, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo.prev", + "name": "prev", + "lineno": 333, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._select_previous_example", + "name": "_select_previous_example", + "lineno": 356, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo.next", + "name": "next", + "lineno": 364, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._select_next_example", + "name": "_select_next_example", + "lineno": 387, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo.about", + "name": "about", + "lineno": 395, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo.postscript", + "name": "postscript", + "lineno": 408, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo.mainloop", + "name": "mainloop", + "lineno": 412, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo.resize", + "name": "resize", + "lineno": 423, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._toggle_remove_duplicates", + "name": "_toggle_remove_duplicates", + "lineno": 433, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._exampleList_select", + "name": "_exampleList_select", + "lineno": 446, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._exampleList_store_selection", + "name": "_exampleList_store_selection", + "lineno": 452, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._readingList_select", + "name": "_readingList_select", + "lineno": 490, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo._readingList_store_selection", + "name": "_readingList_store_selection", + "lineno": 496, + "scope": "DrtGlueDemo", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrsWidget.__init__", + "name": "__init__", + "lineno": 509, + "scope": "DrsWidget", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrsWidget.draw", + "name": "draw", + "lineno": 518, + "scope": "DrsWidget", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.DrsWidget.clear", + "name": "clear", + "lineno": 522, + "scope": "DrsWidget", + "is_async": false + }, + { + "id": "nltk.sem.drt_glue_demo.demo", + "name": "demo", + "lineno": 526, + "scope": null, + "is_async": false + } + ], + "nltk.sem.evaluate": [ + { + "id": "nltk.sem.evaluate.trace", + "name": "trace", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.evaluate.is_rel", + "name": "is_rel", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.evaluate.set2rel", + "name": "set2rel", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.evaluate.arity", + "name": "arity", + "lineno": 104, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Valuation.__init__", + "name": "__init__", + "lineno": 127, + "scope": "Valuation", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Valuation.__getitem__", + "name": "__getitem__", + "lineno": 146, + "scope": "Valuation", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Valuation.__str__", + "name": "__str__", + "lineno": 152, + "scope": "Valuation", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Valuation.domain", + "name": "domain", + "lineno": 156, + "scope": "Valuation", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Valuation.symbols", + "name": "symbols", + "lineno": 169, + "scope": "Valuation", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Valuation.fromstring", + "name": "fromstring", + "lineno": 174, + "scope": "Valuation", + "is_async": false + }, + { + "id": "nltk.sem.evaluate._read_valuation_line", + "name": "_read_valuation_line", + "lineno": 191, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.evaluate.read_valuation", + "name": "read_valuation", + "lineno": 226, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Assignment.__init__", + "name": "__init__", + "lineno": 304, + "scope": "Assignment", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Assignment.__getitem__", + "name": "__getitem__", + "lineno": 320, + "scope": "Assignment", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Assignment.copy", + "name": "copy", + "lineno": 326, + "scope": "Assignment", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Assignment.purge", + "name": "purge", + "lineno": 331, + "scope": "Assignment", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Assignment.__str__", + "name": "__str__", + "lineno": 345, + "scope": "Assignment", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Assignment._addvariant", + "name": "_addvariant", + "lineno": 356, + "scope": "Assignment", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Assignment.add", + "name": "add", + "lineno": 367, + "scope": "Assignment", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Model.__init__", + "name": "__init__", + "lineno": 398, + "scope": "Model", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Model.__repr__", + "name": "__repr__", + "lineno": 408, + "scope": "Model", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Model.__str__", + "name": "__str__", + "lineno": 411, + "scope": "Model", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Model.evaluate", + "name": "evaluate", + "lineno": 414, + "scope": "Model", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Model.satisfy", + "name": "satisfy", + "lineno": 436, + "scope": "Model", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Model.i", + "name": "i", + "lineno": 512, + "scope": "Model", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.Model.satisfiers", + "name": "satisfiers", + "lineno": 538, + "scope": "Model", + "is_async": false + }, + { + "id": "nltk.sem.evaluate.propdemo", + "name": "propdemo", + "lineno": 607, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.evaluate.folmodel", + "name": "folmodel", + "lineno": 656, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.evaluate.foldemo", + "name": "foldemo", + "lineno": 716, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.evaluate.satdemo", + "name": "satdemo", + "lineno": 760, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.evaluate.demo", + "name": "demo", + "lineno": 808, + "scope": null, + "is_async": false + } + ], + "nltk.sem.glue": [ + { + "id": "nltk.sem.glue.GlueFormula.__init__", + "name": "__init__", + "lineno": 37, + "scope": "GlueFormula", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueFormula.applyto", + "name": "applyto", + "lineno": 63, + "scope": "GlueFormula", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueFormula.make_VariableExpression", + "name": "make_VariableExpression", + "lineno": 96, + "scope": "GlueFormula", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueFormula.make_LambdaExpression", + "name": "make_LambdaExpression", + "lineno": 99, + "scope": "GlueFormula", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueFormula.lambda_abstract", + "name": "lambda_abstract", + "lineno": 102, + "scope": "GlueFormula", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueFormula.compile", + "name": "compile", + "lineno": 110, + "scope": "GlueFormula", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueFormula.simplify", + "name": "simplify", + "lineno": 121, + "scope": "GlueFormula", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueFormula.__eq__", + "name": "__eq__", + "lineno": 126, + "scope": "GlueFormula", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueFormula.__ne__", + "name": "__ne__", + "lineno": 133, + "scope": "GlueFormula", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueFormula.__lt__", + "name": "__lt__", + "lineno": 137, + "scope": "GlueFormula", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueFormula.__str__", + "name": "__str__", + "lineno": 140, + "scope": "GlueFormula", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueFormula.__repr__", + "name": "__repr__", + "lineno": 149, + "scope": "GlueFormula", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueDict.__init__", + "name": "__init__", + "lineno": 154, + "scope": "GlueDict", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueDict.read_file", + "name": "read_file", + "lineno": 159, + "scope": "GlueDict", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueDict.__str__", + "name": "__str__", + "lineno": 276, + "scope": "GlueDict", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueDict.to_glueformula_list", + "name": "to_glueformula_list", + "lineno": 294, + "scope": "GlueDict", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueDict.lookup", + "name": "lookup", + "lineno": 311, + "scope": "GlueDict", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueDict.add_missing_dependencies", + "name": "add_missing_dependencies", + "lineno": 337, + "scope": "GlueDict", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueDict._lookup_semtype_option", + "name": "_lookup_semtype_option", + "lineno": 348, + "scope": "GlueDict", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueDict.get_semtypes", + "name": "get_semtypes", + "lineno": 378, + "scope": "GlueDict", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueDict.get_glueformulas_from_semtype_entry", + "name": "get_glueformulas_from_semtype_entry", + "lineno": 396, + "scope": "GlueDict", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueDict.get_meaning_formula", + "name": "get_meaning_formula", + "lineno": 414, + "scope": "GlueDict", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueDict.initialize_labels", + "name": "initialize_labels", + "lineno": 423, + "scope": "GlueDict", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueDict.find_label_name", + "name": "find_label_name", + "lineno": 436, + "scope": "GlueDict", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueDict.get_label", + "name": "get_label", + "lineno": 472, + "scope": "GlueDict", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueDict.lookup_unique", + "name": "lookup_unique", + "lineno": 515, + "scope": "GlueDict", + "is_async": false + }, + { + "id": "nltk.sem.glue.GlueDict.get_GlueFormula_factory", + "name": "get_GlueFormula_factory", + "lineno": 536, + "scope": "GlueDict", + "is_async": false + }, + { + "id": "nltk.sem.glue.Glue.__init__", + "name": "__init__", + "lineno": 541, + "scope": "Glue", + "is_async": false + }, + { + "id": "nltk.sem.glue.Glue.train_depparser", + "name": "train_depparser", + "lineno": 559, + "scope": "Glue", + "is_async": false + }, + { + "id": "nltk.sem.glue.Glue.parse_to_meaning", + "name": "parse_to_meaning", + "lineno": 569, + "scope": "Glue", + "is_async": false + }, + { + "id": "nltk.sem.glue.Glue.get_readings", + "name": "get_readings", + "lineno": 575, + "scope": "Glue", + "is_async": false + }, + { + "id": "nltk.sem.glue.Glue._add_to_reading_list", + "name": "_add_to_reading_list", + "lineno": 643, + "scope": "Glue", + "is_async": false + }, + { + "id": "nltk.sem.glue.Glue.parse_to_compiled", + "name": "parse_to_compiled", + "lineno": 660, + "scope": "Glue", + "is_async": false + }, + { + "id": "nltk.sem.glue.Glue.dep_parse", + "name": "dep_parse", + "lineno": 664, + "scope": "Glue", + "is_async": false + }, + { + "id": "nltk.sem.glue.Glue.depgraph_to_glue", + "name": "depgraph_to_glue", + "lineno": 682, + "scope": "Glue", + "is_async": false + }, + { + "id": "nltk.sem.glue.Glue.get_glue_dict", + "name": "get_glue_dict", + "lineno": 685, + "scope": "Glue", + "is_async": false + }, + { + "id": "nltk.sem.glue.Glue.gfl_to_compiled", + "name": "gfl_to_compiled", + "lineno": 688, + "scope": "Glue", + "is_async": false + }, + { + "id": "nltk.sem.glue.Glue.get_pos_tagger", + "name": "get_pos_tagger", + "lineno": 701, + "scope": "Glue", + "is_async": false + }, + { + "id": "nltk.sem.glue.DrtGlueFormula.__init__", + "name": "__init__", + "lineno": 732, + "scope": "DrtGlueFormula", + "is_async": false + }, + { + "id": "nltk.sem.glue.DrtGlueFormula.make_VariableExpression", + "name": "make_VariableExpression", + "lineno": 758, + "scope": "DrtGlueFormula", + "is_async": false + }, + { + "id": "nltk.sem.glue.DrtGlueFormula.make_LambdaExpression", + "name": "make_LambdaExpression", + "lineno": 761, + "scope": "DrtGlueFormula", + "is_async": false + }, + { + "id": "nltk.sem.glue.DrtGlueDict.get_GlueFormula_factory", + "name": "get_GlueFormula_factory", + "lineno": 766, + "scope": "DrtGlueDict", + "is_async": false + }, + { + "id": "nltk.sem.glue.DrtGlue.__init__", + "name": "__init__", + "lineno": 771, + "scope": "DrtGlue", + "is_async": false + }, + { + "id": "nltk.sem.glue.DrtGlue.get_glue_dict", + "name": "get_glue_dict", + "lineno": 780, + "scope": "DrtGlue", + "is_async": false + }, + { + "id": "nltk.sem.glue.demo", + "name": "demo", + "lineno": 784, + "scope": null, + "is_async": false + } + ], + "nltk.sem.hole": [ + { + "id": "nltk.sem.hole.HoleSemantics.__init__", + "name": "__init__", + "lineno": 82, + "scope": "HoleSemantics", + "is_async": false + }, + { + "id": "nltk.sem.hole.HoleSemantics.is_node", + "name": "is_node", + "lineno": 108, + "scope": "HoleSemantics", + "is_async": false + }, + { + "id": "nltk.sem.hole.HoleSemantics._break_down", + "name": "_break_down", + "lineno": 115, + "scope": "HoleSemantics", + "is_async": false + }, + { + "id": "nltk.sem.hole.HoleSemantics._find_top_nodes", + "name": "_find_top_nodes", + "lineno": 138, + "scope": "HoleSemantics", + "is_async": false + }, + { + "id": "nltk.sem.hole.HoleSemantics._find_top_most_labels", + "name": "_find_top_most_labels", + "lineno": 148, + "scope": "HoleSemantics", + "is_async": false + }, + { + "id": "nltk.sem.hole.HoleSemantics._find_top_hole", + "name": "_find_top_hole", + "lineno": 156, + "scope": "HoleSemantics", + "is_async": false + }, + { + "id": "nltk.sem.hole.HoleSemantics.pluggings", + "name": "pluggings", + "lineno": 164, + "scope": "HoleSemantics", + "is_async": false + }, + { + "id": "nltk.sem.hole.HoleSemantics._plug_nodes", + "name": "_plug_nodes", + "lineno": 173, + "scope": "HoleSemantics", + "is_async": false + }, + { + "id": "nltk.sem.hole.HoleSemantics._plug_hole", + "name": "_plug_hole", + "lineno": 206, + "scope": "HoleSemantics", + "is_async": false + }, + { + "id": "nltk.sem.hole.HoleSemantics._violates_constraints", + "name": "_violates_constraints", + "lineno": 249, + "scope": "HoleSemantics", + "is_async": false + }, + { + "id": "nltk.sem.hole.HoleSemantics._sanity_check_plugging", + "name": "_sanity_check_plugging", + "lineno": 261, + "scope": "HoleSemantics", + "is_async": false + }, + { + "id": "nltk.sem.hole.HoleSemantics.formula_tree", + "name": "formula_tree", + "lineno": 281, + "scope": "HoleSemantics", + "is_async": false + }, + { + "id": "nltk.sem.hole.HoleSemantics._formula_tree", + "name": "_formula_tree", + "lineno": 288, + "scope": "HoleSemantics", + "is_async": false + }, + { + "id": "nltk.sem.hole.Constraint.__init__", + "name": "__init__", + "lineno": 305, + "scope": "Constraint", + "is_async": false + }, + { + "id": "nltk.sem.hole.Constraint.__eq__", + "name": "__eq__", + "lineno": 309, + "scope": "Constraint", + "is_async": false + }, + { + "id": "nltk.sem.hole.Constraint.__ne__", + "name": "__ne__", + "lineno": 315, + "scope": "Constraint", + "is_async": false + }, + { + "id": "nltk.sem.hole.Constraint.__hash__", + "name": "__hash__", + "lineno": 318, + "scope": "Constraint", + "is_async": false + }, + { + "id": "nltk.sem.hole.Constraint.__repr__", + "name": "__repr__", + "lineno": 321, + "scope": "Constraint", + "is_async": false + }, + { + "id": "nltk.sem.hole.hole_readings", + "name": "hole_readings", + "lineno": 325, + "scope": null, + "is_async": false + } + ], + "nltk.sem.lfg": [ + { + "id": "nltk.sem.lfg.FStructure.safeappend", + "name": "safeappend", + "lineno": 15, + "scope": "FStructure", + "is_async": false + }, + { + "id": "nltk.sem.lfg.FStructure.__setitem__", + "name": "__setitem__", + "lineno": 24, + "scope": "FStructure", + "is_async": false + }, + { + "id": "nltk.sem.lfg.FStructure.__getitem__", + "name": "__getitem__", + "lineno": 27, + "scope": "FStructure", + "is_async": false + }, + { + "id": "nltk.sem.lfg.FStructure.__contains__", + "name": "__contains__", + "lineno": 30, + "scope": "FStructure", + "is_async": false + }, + { + "id": "nltk.sem.lfg.FStructure.to_glueformula_list", + "name": "to_glueformula_list", + "lineno": 33, + "scope": "FStructure", + "is_async": false + }, + { + "id": "nltk.sem.lfg.FStructure.to_depgraph", + "name": "to_depgraph", + "lineno": 37, + "scope": "FStructure", + "is_async": false + }, + { + "id": "nltk.sem.lfg.FStructure._to_depgraph", + "name": "_to_depgraph", + "lineno": 57, + "scope": "FStructure", + "is_async": false + }, + { + "id": "nltk.sem.lfg.FStructure.read_depgraph", + "name": "read_depgraph", + "lineno": 94, + "scope": "FStructure", + "is_async": false + }, + { + "id": "nltk.sem.lfg.FStructure._read_depgraph", + "name": "_read_depgraph", + "lineno": 98, + "scope": "FStructure", + "is_async": false + }, + { + "id": "nltk.sem.lfg.FStructure._make_label", + "name": "_make_label", + "lineno": 135, + "scope": "FStructure", + "is_async": false + }, + { + "id": "nltk.sem.lfg.FStructure.__repr__", + "name": "__repr__", + "lineno": 176, + "scope": "FStructure", + "is_async": false + }, + { + "id": "nltk.sem.lfg.FStructure.__str__", + "name": "__str__", + "lineno": 179, + "scope": "FStructure", + "is_async": false + }, + { + "id": "nltk.sem.lfg.FStructure.pretty_format", + "name": "pretty_format", + "lineno": 182, + "scope": "FStructure", + "is_async": false + }, + { + "id": "nltk.sem.lfg.demo_read_depgraph", + "name": "demo_read_depgraph", + "lineno": 216, + "scope": null, + "is_async": false + } + ], + "nltk.sem.linearlogic": [ + { + "id": "nltk.sem.linearlogic.LinearLogicParser.__init__", + "name": "__init__", + "lineno": 30, + "scope": "LinearLogicParser", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.LinearLogicParser.get_all_symbols", + "name": "get_all_symbols", + "lineno": 36, + "scope": "LinearLogicParser", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.LinearLogicParser.handle", + "name": "handle", + "lineno": 39, + "scope": "LinearLogicParser", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.LinearLogicParser.get_BooleanExpression_factory", + "name": "get_BooleanExpression_factory", + "lineno": 45, + "scope": "LinearLogicParser", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.LinearLogicParser.make_BooleanExpression", + "name": "make_BooleanExpression", + "lineno": 51, + "scope": "LinearLogicParser", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.LinearLogicParser.attempt_ApplicationExpression", + "name": "attempt_ApplicationExpression", + "lineno": 54, + "scope": "LinearLogicParser", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.LinearLogicParser.make_VariableExpression", + "name": "make_VariableExpression", + "lineno": 67, + "scope": "LinearLogicParser", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.Expression.fromstring", + "name": "fromstring", + "lineno": 78, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.Expression.applyto", + "name": "applyto", + "lineno": 81, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.Expression.__call__", + "name": "__call__", + "lineno": 84, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.Expression.__repr__", + "name": "__repr__", + "lineno": 87, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.AtomicExpression.__init__", + "name": "__init__", + "lineno": 92, + "scope": "AtomicExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.AtomicExpression.simplify", + "name": "simplify", + "lineno": 104, + "scope": "AtomicExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.AtomicExpression.compile_pos", + "name": "compile_pos", + "lineno": 117, + "scope": "AtomicExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.AtomicExpression.compile_neg", + "name": "compile_neg", + "lineno": 128, + "scope": "AtomicExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.AtomicExpression.initialize_labels", + "name": "initialize_labels", + "lineno": 139, + "scope": "AtomicExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.AtomicExpression.__eq__", + "name": "__eq__", + "lineno": 142, + "scope": "AtomicExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.AtomicExpression.__ne__", + "name": "__ne__", + "lineno": 145, + "scope": "AtomicExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.AtomicExpression.__str__", + "name": "__str__", + "lineno": 148, + "scope": "AtomicExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.AtomicExpression.__hash__", + "name": "__hash__", + "lineno": 154, + "scope": "AtomicExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ConstantExpression.unify", + "name": "unify", + "lineno": 159, + "scope": "ConstantExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.VariableExpression.unify", + "name": "unify", + "lineno": 181, + "scope": "VariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ImpExpression.__init__", + "name": "__init__", + "lineno": 201, + "scope": "ImpExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ImpExpression.simplify", + "name": "simplify", + "lineno": 211, + "scope": "ImpExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ImpExpression.unify", + "name": "unify", + "lineno": 216, + "scope": "ImpExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ImpExpression.compile_pos", + "name": "compile_pos", + "lineno": 235, + "scope": "ImpExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ImpExpression.compile_neg", + "name": "compile_neg", + "lineno": 247, + "scope": "ImpExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ImpExpression.initialize_labels", + "name": "initialize_labels", + "lineno": 262, + "scope": "ImpExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ImpExpression.__eq__", + "name": "__eq__", + "lineno": 266, + "scope": "ImpExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ImpExpression.__ne__", + "name": "__ne__", + "lineno": 273, + "scope": "ImpExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ImpExpression.__str__", + "name": "__str__", + "lineno": 276, + "scope": "ImpExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ImpExpression.__hash__", + "name": "__hash__", + "lineno": 285, + "scope": "ImpExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ApplicationExpression.__init__", + "name": "__init__", + "lineno": 290, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ApplicationExpression.simplify", + "name": "simplify", + "lineno": 334, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ApplicationExpression.__eq__", + "name": "__eq__", + "lineno": 348, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ApplicationExpression.__ne__", + "name": "__ne__", + "lineno": 355, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ApplicationExpression.__str__", + "name": "__str__", + "lineno": 358, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.ApplicationExpression.__hash__", + "name": "__hash__", + "lineno": 361, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.BindingDict.__init__", + "name": "__init__", + "lineno": 366, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.BindingDict.__setitem__", + "name": "__setitem__", + "lineno": 381, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.BindingDict.__getitem__", + "name": "__getitem__", + "lineno": 404, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.BindingDict.__contains__", + "name": "__contains__", + "lineno": 417, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.BindingDict.__add__", + "name": "__add__", + "lineno": 420, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.BindingDict.__ne__", + "name": "__ne__", + "lineno": 439, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.BindingDict.__eq__", + "name": "__eq__", + "lineno": 442, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.BindingDict.__str__", + "name": "__str__", + "lineno": 447, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.BindingDict.__repr__", + "name": "__repr__", + "lineno": 450, + "scope": "BindingDict", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.UnificationException.__init__", + "name": "__init__", + "lineno": 459, + "scope": "UnificationException", + "is_async": false + }, + { + "id": "nltk.sem.linearlogic.demo", + "name": "demo", + "lineno": 467, + "scope": null, + "is_async": false + } + ], + "nltk.sem.logic": [ + { + "id": "nltk.sem.logic.boolean_ops", + "name": "boolean_ops", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.logic.equality_preds", + "name": "equality_preds", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.logic.binding_ops", + "name": "binding_ops", + "lineno": 90, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.__init__", + "name": "__init__", + "lineno": 102, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.parse", + "name": "parse", + "lineno": 139, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.process", + "name": "process", + "lineno": 166, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.process_quoted_token", + "name": "process_quoted_token", + "lineno": 220, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.get_all_symbols", + "name": "get_all_symbols", + "lineno": 256, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.inRange", + "name": "inRange", + "lineno": 260, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.token", + "name": "token", + "lineno": 264, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.isvariable", + "name": "isvariable", + "lineno": 278, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.process_next_expression", + "name": "process_next_expression", + "lineno": 281, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.handle", + "name": "handle", + "lineno": 299, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.attempt_adjuncts", + "name": "attempt_adjuncts", + "lineno": 317, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.handle_negation", + "name": "handle_negation", + "lineno": 326, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.make_NegatedExpression", + "name": "make_NegatedExpression", + "lineno": 329, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.handle_variable", + "name": "handle_variable", + "lineno": 332, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.get_next_token_variable", + "name": "get_next_token_variable", + "lineno": 362, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.handle_lambda", + "name": "handle_lambda", + "lineno": 375, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.handle_quant", + "name": "handle_quant", + "lineno": 402, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.get_QuantifiedExpression_factory", + "name": "get_QuantifiedExpression_factory", + "lineno": 432, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.make_QuanifiedExpression", + "name": "make_QuanifiedExpression", + "lineno": 444, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.handle_open", + "name": "handle_open", + "lineno": 447, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.attempt_EqualityExpression", + "name": "attempt_EqualityExpression", + "lineno": 453, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.make_EqualityExpression", + "name": "make_EqualityExpression", + "lineno": 470, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.attempt_BooleanExpression", + "name": "attempt_BooleanExpression", + "lineno": 475, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.get_BooleanExpression_factory", + "name": "get_BooleanExpression_factory", + "lineno": 491, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.make_BooleanExpression", + "name": "make_BooleanExpression", + "lineno": 505, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.attempt_ApplicationExpression", + "name": "attempt_ApplicationExpression", + "lineno": 508, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.make_ApplicationExpression", + "name": "make_ApplicationExpression", + "lineno": 543, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.make_VariableExpression", + "name": "make_VariableExpression", + "lineno": 546, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.make_LambdaExpression", + "name": "make_LambdaExpression", + "lineno": 549, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.has_priority", + "name": "has_priority", + "lineno": 552, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.assertNextToken", + "name": "assertNextToken", + "lineno": 560, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.assertToken", + "name": "assertToken", + "lineno": 575, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicParser.__repr__", + "name": "__repr__", + "lineno": 583, + "scope": "LogicParser", + "is_async": false + }, + { + "id": "nltk.sem.logic.read_logic", + "name": "read_logic", + "lineno": 591, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.logic.Variable.__init__", + "name": "__init__", + "lineno": 623, + "scope": "Variable", + "is_async": false + }, + { + "id": "nltk.sem.logic.Variable.__eq__", + "name": "__eq__", + "lineno": 630, + "scope": "Variable", + "is_async": false + }, + { + "id": "nltk.sem.logic.Variable.__lt__", + "name": "__lt__", + "lineno": 633, + "scope": "Variable", + "is_async": false + }, + { + "id": "nltk.sem.logic.Variable.substitute_bindings", + "name": "substitute_bindings", + "lineno": 638, + "scope": "Variable", + "is_async": false + }, + { + "id": "nltk.sem.logic.Variable.__hash__", + "name": "__hash__", + "lineno": 641, + "scope": "Variable", + "is_async": false + }, + { + "id": "nltk.sem.logic.Variable.__str__", + "name": "__str__", + "lineno": 644, + "scope": "Variable", + "is_async": false + }, + { + "id": "nltk.sem.logic.Variable.__repr__", + "name": "__repr__", + "lineno": 647, + "scope": "Variable", + "is_async": false + }, + { + "id": "nltk.sem.logic.unique_variable", + "name": "unique_variable", + "lineno": 651, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.logic.skolem_function", + "name": "skolem_function", + "lineno": 679, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.logic.Type.__repr__", + "name": "__repr__", + "lineno": 692, + "scope": "Type", + "is_async": false + }, + { + "id": "nltk.sem.logic.Type.__hash__", + "name": "__hash__", + "lineno": 695, + "scope": "Type", + "is_async": false + }, + { + "id": "nltk.sem.logic.Type.fromstring", + "name": "fromstring", + "lineno": 699, + "scope": "Type", + "is_async": false + }, + { + "id": "nltk.sem.logic.ComplexType.__init__", + "name": "__init__", + "lineno": 704, + "scope": "ComplexType", + "is_async": false + }, + { + "id": "nltk.sem.logic.ComplexType.__eq__", + "name": "__eq__", + "lineno": 710, + "scope": "ComplexType", + "is_async": false + }, + { + "id": "nltk.sem.logic.ComplexType.matches", + "name": "matches", + "lineno": 719, + "scope": "ComplexType", + "is_async": false + }, + { + "id": "nltk.sem.logic.ComplexType.resolve", + "name": "resolve", + "lineno": 725, + "scope": "ComplexType", + "is_async": false + }, + { + "id": "nltk.sem.logic.ComplexType.__str__", + "name": "__str__", + "lineno": 740, + "scope": "ComplexType", + "is_async": false + }, + { + "id": "nltk.sem.logic.ComplexType.str", + "name": "str", + "lineno": 746, + "scope": "ComplexType", + "is_async": false + }, + { + "id": "nltk.sem.logic.BasicType.__eq__", + "name": "__eq__", + "lineno": 754, + "scope": "BasicType", + "is_async": false + }, + { + "id": "nltk.sem.logic.BasicType.matches", + "name": "matches", + "lineno": 759, + "scope": "BasicType", + "is_async": false + }, + { + "id": "nltk.sem.logic.BasicType.resolve", + "name": "resolve", + "lineno": 762, + "scope": "BasicType", + "is_async": false + }, + { + "id": "nltk.sem.logic.EntityType.__str__", + "name": "__str__", + "lineno": 770, + "scope": "EntityType", + "is_async": false + }, + { + "id": "nltk.sem.logic.EntityType.str", + "name": "str", + "lineno": 773, + "scope": "EntityType", + "is_async": false + }, + { + "id": "nltk.sem.logic.TruthValueType.__str__", + "name": "__str__", + "lineno": 778, + "scope": "TruthValueType", + "is_async": false + }, + { + "id": "nltk.sem.logic.TruthValueType.str", + "name": "str", + "lineno": 781, + "scope": "TruthValueType", + "is_async": false + }, + { + "id": "nltk.sem.logic.EventType.__str__", + "name": "__str__", + "lineno": 786, + "scope": "EventType", + "is_async": false + }, + { + "id": "nltk.sem.logic.EventType.str", + "name": "str", + "lineno": 789, + "scope": "EventType", + "is_async": false + }, + { + "id": "nltk.sem.logic.AnyType.__init__", + "name": "__init__", + "lineno": 794, + "scope": "AnyType", + "is_async": false + }, + { + "id": "nltk.sem.logic.AnyType.first", + "name": "first", + "lineno": 798, + "scope": "AnyType", + "is_async": false + }, + { + "id": "nltk.sem.logic.AnyType.second", + "name": "second", + "lineno": 802, + "scope": "AnyType", + "is_async": false + }, + { + "id": "nltk.sem.logic.AnyType.__eq__", + "name": "__eq__", + "lineno": 805, + "scope": "AnyType", + "is_async": false + }, + { + "id": "nltk.sem.logic.AnyType.matches", + "name": "matches", + "lineno": 810, + "scope": "AnyType", + "is_async": false + }, + { + "id": "nltk.sem.logic.AnyType.resolve", + "name": "resolve", + "lineno": 813, + "scope": "AnyType", + "is_async": false + }, + { + "id": "nltk.sem.logic.AnyType.__str__", + "name": "__str__", + "lineno": 816, + "scope": "AnyType", + "is_async": false + }, + { + "id": "nltk.sem.logic.AnyType.str", + "name": "str", + "lineno": 819, + "scope": "AnyType", + "is_async": false + }, + { + "id": "nltk.sem.logic.read_type", + "name": "read_type", + "lineno": 829, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.logic.TypeException.__init__", + "name": "__init__", + "lineno": 861, + "scope": "TypeException", + "is_async": false + }, + { + "id": "nltk.sem.logic.InconsistentTypeHierarchyException.__init__", + "name": "__init__", + "lineno": 866, + "scope": "InconsistentTypeHierarchyException", + "is_async": false + }, + { + "id": "nltk.sem.logic.TypeResolutionException.__init__", + "name": "__init__", + "lineno": 881, + "scope": "TypeResolutionException", + "is_async": false + }, + { + "id": "nltk.sem.logic.IllegalTypeException.__init__", + "name": "__init__", + "lineno": 889, + "scope": "IllegalTypeException", + "is_async": false + }, + { + "id": "nltk.sem.logic.typecheck", + "name": "typecheck", + "lineno": 896, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.logic.SubstituteBindingsI.substitute_bindings", + "name": "substitute_bindings", + "lineno": 918, + "scope": "SubstituteBindingsI", + "is_async": false + }, + { + "id": "nltk.sem.logic.SubstituteBindingsI.variables", + "name": "variables", + "lineno": 927, + "scope": "SubstituteBindingsI", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.fromstring", + "name": "fromstring", + "lineno": 941, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.__call__", + "name": "__call__", + "lineno": 947, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.applyto", + "name": "applyto", + "lineno": 953, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.__neg__", + "name": "__neg__", + "lineno": 957, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.negate", + "name": "negate", + "lineno": 960, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.__and__", + "name": "__and__", + "lineno": 965, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.__or__", + "name": "__or__", + "lineno": 970, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.__gt__", + "name": "__gt__", + "lineno": 975, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.__lt__", + "name": "__lt__", + "lineno": 980, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.__eq__", + "name": "__eq__", + "lineno": 985, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.__hash__", + "name": "__hash__", + "lineno": 988, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.equiv", + "name": "equiv", + "lineno": 991, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.substitute_bindings", + "name": "substitute_bindings", + "lineno": 1009, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.typecheck", + "name": "typecheck", + "lineno": 1027, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.findtype", + "name": "findtype", + "lineno": 1050, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression._set_type", + "name": "_set_type", + "lineno": 1059, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.replace", + "name": "replace", + "lineno": 1069, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.normalize", + "name": "normalize", + "lineno": 1087, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.normalize.get_indiv_vars", + "name": "get_indiv_vars", + "lineno": 1090, + "scope": "Expression.normalize", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.visit", + "name": "visit", + "lineno": 1111, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.visit_structured", + "name": "visit_structured", + "lineno": 1128, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.__repr__", + "name": "__repr__", + "lineno": 1143, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.__str__", + "name": "__str__", + "lineno": 1146, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.variables", + "name": "variables", + "lineno": 1149, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.free", + "name": "free", + "lineno": 1160, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.constants", + "name": "constants", + "lineno": 1170, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.predicates", + "name": "predicates", + "lineno": 1179, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.simplify", + "name": "simplify", + "lineno": 1188, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.Expression.make_VariableExpression", + "name": "make_VariableExpression", + "lineno": 1194, + "scope": "Expression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ApplicationExpression.__init__", + "name": "__init__", + "lineno": 1227, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ApplicationExpression.simplify", + "name": "simplify", + "lineno": 1237, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ApplicationExpression.type", + "name": "type", + "lineno": 1250, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ApplicationExpression._set_type", + "name": "_set_type", + "lineno": 1256, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ApplicationExpression.findtype", + "name": "findtype", + "lineno": 1281, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ApplicationExpression.constants", + "name": "constants", + "lineno": 1308, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ApplicationExpression.predicates", + "name": "predicates", + "lineno": 1316, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ApplicationExpression.visit", + "name": "visit", + "lineno": 1324, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ApplicationExpression.__eq__", + "name": "__eq__", + "lineno": 1328, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ApplicationExpression.__str__", + "name": "__str__", + "lineno": 1337, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ApplicationExpression.uncurry", + "name": "uncurry", + "lineno": 1363, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ApplicationExpression.pred", + "name": "pred", + "lineno": 1378, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ApplicationExpression.args", + "name": "args", + "lineno": 1387, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ApplicationExpression.is_atom", + "name": "is_atom", + "lineno": 1393, + "scope": "ApplicationExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.AbstractVariableExpression.__init__", + "name": "__init__", + "lineno": 1405, + "scope": "AbstractVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.AbstractVariableExpression.simplify", + "name": "simplify", + "lineno": 1412, + "scope": "AbstractVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.AbstractVariableExpression.replace", + "name": "replace", + "lineno": 1415, + "scope": "AbstractVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.AbstractVariableExpression._set_type", + "name": "_set_type", + "lineno": 1426, + "scope": "AbstractVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.AbstractVariableExpression.findtype", + "name": "findtype", + "lineno": 1443, + "scope": "AbstractVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.AbstractVariableExpression.predicates", + "name": "predicates", + "lineno": 1451, + "scope": "AbstractVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.AbstractVariableExpression.__eq__", + "name": "__eq__", + "lineno": 1455, + "scope": "AbstractVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.AbstractVariableExpression.__lt__", + "name": "__lt__", + "lineno": 1463, + "scope": "AbstractVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.AbstractVariableExpression.__str__", + "name": "__str__", + "lineno": 1470, + "scope": "AbstractVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.IndividualVariableExpression._set_type", + "name": "_set_type", + "lineno": 1478, + "scope": "IndividualVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.IndividualVariableExpression._get_type", + "name": "_get_type", + "lineno": 1490, + "scope": "IndividualVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.IndividualVariableExpression.free", + "name": "free", + "lineno": 1495, + "scope": "IndividualVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.IndividualVariableExpression.constants", + "name": "constants", + "lineno": 1499, + "scope": "IndividualVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.FunctionVariableExpression.free", + "name": "free", + "lineno": 1510, + "scope": "FunctionVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.FunctionVariableExpression.constants", + "name": "constants", + "lineno": 1514, + "scope": "FunctionVariableExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ConstantExpression._set_type", + "name": "_set_type", + "lineno": 1532, + "scope": "ConstantExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ConstantExpression.free", + "name": "free", + "lineno": 1556, + "scope": "ConstantExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ConstantExpression.constants", + "name": "constants", + "lineno": 1560, + "scope": "ConstantExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.VariableExpression", + "name": "VariableExpression", + "lineno": 1565, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.logic.VariableBinderExpression.__init__", + "name": "__init__", + "lineno": 1585, + "scope": "VariableBinderExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.VariableBinderExpression.replace", + "name": "replace", + "lineno": 1595, + "scope": "VariableBinderExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.VariableBinderExpression.alpha_convert", + "name": "alpha_convert", + "lineno": 1625, + "scope": "VariableBinderExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.VariableBinderExpression.free", + "name": "free", + "lineno": 1635, + "scope": "VariableBinderExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.VariableBinderExpression.findtype", + "name": "findtype", + "lineno": 1639, + "scope": "VariableBinderExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.VariableBinderExpression.visit", + "name": "visit", + "lineno": 1647, + "scope": "VariableBinderExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.VariableBinderExpression.visit_structured", + "name": "visit_structured", + "lineno": 1651, + "scope": "VariableBinderExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.VariableBinderExpression.__eq__", + "name": "__eq__", + "lineno": 1655, + "scope": "VariableBinderExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.LambdaExpression.type", + "name": "type", + "lineno": 1673, + "scope": "LambdaExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.LambdaExpression._set_type", + "name": "_set_type", + "lineno": 1676, + "scope": "LambdaExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.LambdaExpression.__str__", + "name": "__str__", + "lineno": 1687, + "scope": "LambdaExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.QuantifiedExpression.type", + "name": "type", + "lineno": 1703, + "scope": "QuantifiedExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.QuantifiedExpression._set_type", + "name": "_set_type", + "lineno": 1706, + "scope": "QuantifiedExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.QuantifiedExpression.__str__", + "name": "__str__", + "lineno": 1717, + "scope": "QuantifiedExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ExistsExpression.getQuantifier", + "name": "getQuantifier", + "lineno": 1733, + "scope": "ExistsExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.AllExpression.getQuantifier", + "name": "getQuantifier", + "lineno": 1738, + "scope": "AllExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.IotaExpression.getQuantifier", + "name": "getQuantifier", + "lineno": 1743, + "scope": "IotaExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.NegatedExpression.__init__", + "name": "__init__", + "lineno": 1748, + "scope": "NegatedExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.NegatedExpression.type", + "name": "type", + "lineno": 1753, + "scope": "NegatedExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.NegatedExpression._set_type", + "name": "_set_type", + "lineno": 1756, + "scope": "NegatedExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.NegatedExpression.findtype", + "name": "findtype", + "lineno": 1767, + "scope": "NegatedExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.NegatedExpression.visit", + "name": "visit", + "lineno": 1771, + "scope": "NegatedExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.NegatedExpression.negate", + "name": "negate", + "lineno": 1775, + "scope": "NegatedExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.NegatedExpression.__eq__", + "name": "__eq__", + "lineno": 1779, + "scope": "NegatedExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.NegatedExpression.__str__", + "name": "__str__", + "lineno": 1784, + "scope": "NegatedExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.BinaryExpression.__init__", + "name": "__init__", + "lineno": 1789, + "scope": "BinaryExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.BinaryExpression.type", + "name": "type", + "lineno": 1796, + "scope": "BinaryExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.BinaryExpression.findtype", + "name": "findtype", + "lineno": 1799, + "scope": "BinaryExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.BinaryExpression.visit", + "name": "visit", + "lineno": 1811, + "scope": "BinaryExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.BinaryExpression.__eq__", + "name": "__eq__", + "lineno": 1815, + "scope": "BinaryExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.BinaryExpression.__str__", + "name": "__str__", + "lineno": 1824, + "scope": "BinaryExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.BinaryExpression._str_subex", + "name": "_str_subex", + "lineno": 1829, + "scope": "BinaryExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.BooleanExpression._set_type", + "name": "_set_type", + "lineno": 1834, + "scope": "BooleanExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.AndExpression.getOp", + "name": "getOp", + "lineno": 1850, + "scope": "AndExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.AndExpression._str_subex", + "name": "_str_subex", + "lineno": 1853, + "scope": "AndExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.OrExpression.getOp", + "name": "getOp", + "lineno": 1863, + "scope": "OrExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.OrExpression._str_subex", + "name": "_str_subex", + "lineno": 1866, + "scope": "OrExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.ImpExpression.getOp", + "name": "getOp", + "lineno": 1876, + "scope": "ImpExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.IffExpression.getOp", + "name": "getOp", + "lineno": 1883, + "scope": "IffExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.EqualityExpression._set_type", + "name": "_set_type", + "lineno": 1890, + "scope": "EqualityExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.EqualityExpression.getOp", + "name": "getOp", + "lineno": 1902, + "scope": "EqualityExpression", + "is_async": false + }, + { + "id": "nltk.sem.logic.LogicalExpressionException.__init__", + "name": "__init__", + "lineno": 1910, + "scope": "LogicalExpressionException", + "is_async": false + }, + { + "id": "nltk.sem.logic.UnexpectedTokenException.__init__", + "name": "__init__", + "lineno": 1916, + "scope": "UnexpectedTokenException", + "is_async": false + }, + { + "id": "nltk.sem.logic.ExpectedMoreTokensException.__init__", + "name": "__init__", + "lineno": 1932, + "scope": "ExpectedMoreTokensException", + "is_async": false + }, + { + "id": "nltk.sem.logic.is_indvar", + "name": "is_indvar", + "lineno": 1940, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.logic.is_funcvar", + "name": "is_funcvar", + "lineno": 1952, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.logic.is_eventvar", + "name": "is_eventvar", + "lineno": 1964, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.logic.demo", + "name": "demo", + "lineno": 1976, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.logic.demo_errors", + "name": "demo_errors", + "lineno": 2009, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.logic.demoException", + "name": "demoException", + "lineno": 2026, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.logic.printtype", + "name": "printtype", + "lineno": 2033, + "scope": null, + "is_async": false + } + ], + "nltk.sem.relextract": [ + { + "id": "nltk.sem.relextract._expand", + "name": "_expand", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.relextract.class_abbrev", + "name": "class_abbrev", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.relextract._join", + "name": "_join", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.relextract.descape_entity", + "name": "descape_entity", + "lineno": 104, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.relextract.list2sym", + "name": "list2sym", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.relextract.tree2semi_rel", + "name": "tree2semi_rel", + "lineno": 133, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.relextract.semi_rel2reldict", + "name": "semi_rel2reldict", + "lineno": 162, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.relextract.extract_rels", + "name": "extract_rels", + "lineno": 202, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.relextract.rtuple", + "name": "rtuple", + "lineno": 263, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.relextract.clause", + "name": "clause", + "lineno": 287, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.relextract.in_demo", + "name": "in_demo", + "lineno": 307, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.relextract.roles_demo", + "name": "roles_demo", + "lineno": 378, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.relextract.ieer_headlines", + "name": "ieer_headlines", + "lineno": 429, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.relextract.conllned", + "name": "conllned", + "lineno": 451, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.relextract.conllesp", + "name": "conllesp", + "lineno": 490, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.relextract.ne_chunked", + "name": "ne_chunked", + "lineno": 515, + "scope": null, + "is_async": false + } + ], + "nltk.sem.skolemize": [ + { + "id": "nltk.sem.skolemize.skolemize", + "name": "skolemize", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.skolemize.to_cnf", + "name": "to_cnf", + "lineno": 135, + "scope": null, + "is_async": false + } + ], + "nltk.sem.util": [ + { + "id": "nltk.sem.util.parse_sents", + "name": "parse_sents", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.util.root_semrep", + "name": "root_semrep", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.util.interpret_sents", + "name": "interpret_sents", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.util.evaluate_sents", + "name": "evaluate_sents", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.util.demo_model0", + "name": "demo_model0", + "lineno": 112, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.util.read_sents", + "name": "read_sents", + "lineno": 145, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.util.demo_legacy_grammar", + "name": "demo_legacy_grammar", + "lineno": 155, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sem.util.demo", + "name": "demo", + "lineno": 179, + "scope": null, + "is_async": false + } + ], + "nltk.sem": [], + "nltk.sentiment.sentiment_analyzer": [ + { + "id": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.__init__", + "name": "__init__", + "lineno": 33, + "scope": "SentimentAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.all_words", + "name": "all_words", + "lineno": 37, + "scope": "SentimentAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.apply_features", + "name": "apply_features", + "lineno": 59, + "scope": "SentimentAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.unigram_word_feats", + "name": "unigram_word_feats", + "lineno": 75, + "scope": "SentimentAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.bigram_collocation_feats", + "name": "bigram_collocation_feats", + "lineno": 93, + "scope": "SentimentAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.classify", + "name": "classify", + "lineno": 114, + "scope": "SentimentAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.add_feat_extractor", + "name": "add_feat_extractor", + "lineno": 125, + "scope": "SentimentAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.extract_features", + "name": "extract_features", + "lineno": 139, + "scope": "SentimentAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.train", + "name": "train", + "lineno": 159, + "scope": "SentimentAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.save_file", + "name": "save_file", + "lineno": 185, + "scope": "SentimentAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.evaluate", + "name": "evaluate", + "lineno": 196, + "scope": "SentimentAnalyzer", + "is_async": false + } + ], + "nltk.sentiment.util": [ + { + "id": "nltk.sentiment.util.timer", + "name": "timer", + "lineno": 129, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sentiment.util.timer.timed", + "name": "timed", + "lineno": 134, + "scope": "timer", + "is_async": false + }, + { + "id": "nltk.sentiment.util.extract_unigram_feats", + "name": "extract_unigram_feats", + "lineno": 162, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sentiment.util.extract_bigram_feats", + "name": "extract_bigram_feats", + "lineno": 187, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sentiment.util.mark_negation", + "name": "mark_negation", + "lineno": 215, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sentiment.util.output_markdown", + "name": "output_markdown", + "lineno": 256, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sentiment.util.split_train_test", + "name": "split_train_test", + "lineno": 278, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sentiment.util._show_plot", + "name": "_show_plot", + "lineno": 298, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sentiment.util.json2csv_preprocess", + "name": "json2csv_preprocess", + "lineno": 327, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sentiment.util.parse_tweets_set", + "name": "parse_tweets_set", + "lineno": 411, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sentiment.util.demo_tweets", + "name": "demo_tweets", + "lineno": 462, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sentiment.util.demo_movie_reviews", + "name": "demo_movie_reviews", + "lineno": 552, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sentiment.util.demo_subjectivity", + "name": "demo_subjectivity", + "lineno": 621, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sentiment.util.demo_sent_subjectivity", + "name": "demo_sent_subjectivity", + "lineno": 696, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sentiment.util.demo_liu_hu_lexicon", + "name": "demo_liu_hu_lexicon", + "lineno": 719, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sentiment.util.demo_vader_instance", + "name": "demo_vader_instance", + "lineno": 763, + "scope": null, + "is_async": false + }, + { + "id": "nltk.sentiment.util.demo_vader_tweets", + "name": "demo_vader_tweets", + "lineno": 775, + "scope": null, + "is_async": false + } + ], + "nltk.sentiment.vader": [ + { + "id": "nltk.sentiment.vader.VaderConstants.__init__", + "name": "__init__", + "lineno": 217, + "scope": "VaderConstants", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.VaderConstants.negated", + "name": "negated", + "lineno": 220, + "scope": "VaderConstants", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.VaderConstants.normalize", + "name": "normalize", + "lineno": 235, + "scope": "VaderConstants", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.VaderConstants.scalar_inc_dec", + "name": "scalar_inc_dec", + "lineno": 243, + "scope": "VaderConstants", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentiText.__init__", + "name": "__init__", + "lineno": 268, + "scope": "SentiText", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentiText._words_plus_punc", + "name": "_words_plus_punc", + "lineno": 279, + "scope": "SentiText", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentiText._words_and_emoticons", + "name": "_words_and_emoticons", + "lineno": 299, + "scope": "SentiText", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentiText.allcap_differential", + "name": "allcap_differential", + "lineno": 313, + "scope": "SentiText", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentimentIntensityAnalyzer.__init__", + "name": "__init__", + "lineno": 336, + "scope": "SentimentIntensityAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentimentIntensityAnalyzer.make_lex_dict", + "name": "make_lex_dict", + "lineno": 344, + "scope": "SentimentIntensityAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentimentIntensityAnalyzer.polarity_scores", + "name": "polarity_scores", + "lineno": 354, + "scope": "SentimentIntensityAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentimentIntensityAnalyzer.sentiment_valence", + "name": "sentiment_valence", + "lineno": 388, + "scope": "SentimentIntensityAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentimentIntensityAnalyzer._least_check", + "name": "_least_check", + "lineno": 438, + "scope": "SentimentIntensityAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentimentIntensityAnalyzer._but_check", + "name": "_but_check", + "lineno": 458, + "scope": "SentimentIntensityAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentimentIntensityAnalyzer._idioms_check", + "name": "_idioms_check", + "lineno": 470, + "scope": "SentimentIntensityAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentimentIntensityAnalyzer._never_check", + "name": "_never_check", + "lineno": 519, + "scope": "SentimentIntensityAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentimentIntensityAnalyzer._punctuation_emphasis", + "name": "_punctuation_emphasis", + "lineno": 548, + "scope": "SentimentIntensityAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentimentIntensityAnalyzer._amplify_ep", + "name": "_amplify_ep", + "lineno": 555, + "scope": "SentimentIntensityAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentimentIntensityAnalyzer._amplify_qm", + "name": "_amplify_qm", + "lineno": 565, + "scope": "SentimentIntensityAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentimentIntensityAnalyzer._sift_sentiment_scores", + "name": "_sift_sentiment_scores", + "lineno": 578, + "scope": "SentimentIntensityAnalyzer", + "is_async": false + }, + { + "id": "nltk.sentiment.vader.SentimentIntensityAnalyzer.score_valence", + "name": "score_valence", + "lineno": 596, + "scope": "SentimentIntensityAnalyzer", + "is_async": false + } + ], + "nltk.sentiment": [], + "nltk.stem.api": [ + { + "id": "nltk.stem.api.StemmerI.stem", + "name": "stem", + "lineno": 21, + "scope": "StemmerI", + "is_async": false + } + ], + "nltk.stem.arlstem": [ + { + "id": "nltk.stem.arlstem.ARLSTem.__init__", + "name": "__init__", + "lineno": 42, + "scope": "ARLSTem", + "is_async": false + }, + { + "id": "nltk.stem.arlstem.ARLSTem.stem", + "name": "stem", + "lineno": 100, + "scope": "ARLSTem", + "is_async": false + }, + { + "id": "nltk.stem.arlstem.ARLSTem.norm", + "name": "norm", + "lineno": 135, + "scope": "ARLSTem", + "is_async": false + }, + { + "id": "nltk.stem.arlstem.ARLSTem.pref", + "name": "pref", + "lineno": 153, + "scope": "ARLSTem", + "is_async": false + }, + { + "id": "nltk.stem.arlstem.ARLSTem.suff", + "name": "suff", + "lineno": 174, + "scope": "ARLSTem", + "is_async": false + }, + { + "id": "nltk.stem.arlstem.ARLSTem.fem2masc", + "name": "fem2masc", + "lineno": 203, + "scope": "ARLSTem", + "is_async": false + }, + { + "id": "nltk.stem.arlstem.ARLSTem.plur2sing", + "name": "plur2sing", + "lineno": 210, + "scope": "ARLSTem", + "is_async": false + }, + { + "id": "nltk.stem.arlstem.ARLSTem.verb", + "name": "verb", + "lineno": 229, + "scope": "ARLSTem", + "is_async": false + }, + { + "id": "nltk.stem.arlstem.ARLSTem.verb_t1", + "name": "verb_t1", + "lineno": 250, + "scope": "ARLSTem", + "is_async": false + }, + { + "id": "nltk.stem.arlstem.ARLSTem.verb_t2", + "name": "verb_t2", + "lineno": 282, + "scope": "ARLSTem", + "is_async": false + }, + { + "id": "nltk.stem.arlstem.ARLSTem.verb_t3", + "name": "verb_t3", + "lineno": 312, + "scope": "ARLSTem", + "is_async": false + }, + { + "id": "nltk.stem.arlstem.ARLSTem.verb_t4", + "name": "verb_t4", + "lineno": 329, + "scope": "ARLSTem", + "is_async": false + }, + { + "id": "nltk.stem.arlstem.ARLSTem.verb_t5", + "name": "verb_t5", + "lineno": 340, + "scope": "ARLSTem", + "is_async": false + }, + { + "id": "nltk.stem.arlstem.ARLSTem.verb_t6", + "name": "verb_t6", + "lineno": 353, + "scope": "ARLSTem", + "is_async": false + } + ], + "nltk.stem.arlstem2": [ + { + "id": "nltk.stem.arlstem2.ARLSTem2.__init__", + "name": "__init__", + "lineno": 50, + "scope": "ARLSTem2", + "is_async": false + }, + { + "id": "nltk.stem.arlstem2.ARLSTem2.stem1", + "name": "stem1", + "lineno": 108, + "scope": "ARLSTem2", + "is_async": false + }, + { + "id": "nltk.stem.arlstem2.ARLSTem2.stem", + "name": "stem", + "lineno": 150, + "scope": "ARLSTem2", + "is_async": false + }, + { + "id": "nltk.stem.arlstem2.ARLSTem2.norm", + "name": "norm", + "lineno": 182, + "scope": "ARLSTem2", + "is_async": false + }, + { + "id": "nltk.stem.arlstem2.ARLSTem2.pref", + "name": "pref", + "lineno": 200, + "scope": "ARLSTem2", + "is_async": false + }, + { + "id": "nltk.stem.arlstem2.ARLSTem2.adjective", + "name": "adjective", + "lineno": 221, + "scope": "ARLSTem2", + "is_async": false + }, + { + "id": "nltk.stem.arlstem2.ARLSTem2.suff", + "name": "suff", + "lineno": 234, + "scope": "ARLSTem2", + "is_async": false + }, + { + "id": "nltk.stem.arlstem2.ARLSTem2.fem2masc", + "name": "fem2masc", + "lineno": 264, + "scope": "ARLSTem2", + "is_async": false + }, + { + "id": "nltk.stem.arlstem2.ARLSTem2.plur2sing", + "name": "plur2sing", + "lineno": 297, + "scope": "ARLSTem2", + "is_async": false + }, + { + "id": "nltk.stem.arlstem2.ARLSTem2.verb", + "name": "verb", + "lineno": 324, + "scope": "ARLSTem2", + "is_async": false + }, + { + "id": "nltk.stem.arlstem2.ARLSTem2.verb_t1", + "name": "verb_t1", + "lineno": 346, + "scope": "ARLSTem2", + "is_async": false + }, + { + "id": "nltk.stem.arlstem2.ARLSTem2.verb_t2", + "name": "verb_t2", + "lineno": 378, + "scope": "ARLSTem2", + "is_async": false + }, + { + "id": "nltk.stem.arlstem2.ARLSTem2.verb_t3", + "name": "verb_t3", + "lineno": 408, + "scope": "ARLSTem2", + "is_async": false + }, + { + "id": "nltk.stem.arlstem2.ARLSTem2.verb_t4", + "name": "verb_t4", + "lineno": 425, + "scope": "ARLSTem2", + "is_async": false + }, + { + "id": "nltk.stem.arlstem2.ARLSTem2.verb_t5", + "name": "verb_t5", + "lineno": 436, + "scope": "ARLSTem2", + "is_async": false + }, + { + "id": "nltk.stem.arlstem2.ARLSTem2.verb_t6", + "name": "verb_t6", + "lineno": 448, + "scope": "ARLSTem2", + "is_async": false + } + ], + "nltk.stem.cistem": [ + { + "id": "nltk.stem.cistem.Cistem.__init__", + "name": "__init__", + "lineno": 53, + "scope": "Cistem", + "is_async": false + }, + { + "id": "nltk.stem.cistem.Cistem.replace_to", + "name": "replace_to", + "lineno": 57, + "scope": "Cistem", + "is_async": false + }, + { + "id": "nltk.stem.cistem.Cistem.replace_back", + "name": "replace_back", + "lineno": 66, + "scope": "Cistem", + "is_async": false + }, + { + "id": "nltk.stem.cistem.Cistem.stem", + "name": "stem", + "lineno": 74, + "scope": "Cistem", + "is_async": false + }, + { + "id": "nltk.stem.cistem.Cistem.segment", + "name": "segment", + "lineno": 116, + "scope": "Cistem", + "is_async": false + }, + { + "id": "nltk.stem.cistem.Cistem._segment_inner", + "name": "_segment_inner", + "lineno": 156, + "scope": "Cistem", + "is_async": false + } + ], + "nltk.stem.isri": [ + { + "id": "nltk.stem.isri.ISRIStemmer.__init__", + "name": "__init__", + "lineno": 51, + "scope": "ISRIStemmer", + "is_async": false + }, + { + "id": "nltk.stem.isri.ISRIStemmer.stem", + "name": "stem", + "lineno": 183, + "scope": "ISRIStemmer", + "is_async": false + }, + { + "id": "nltk.stem.isri.ISRIStemmer.norm", + "name": "norm", + "lineno": 220, + "scope": "ISRIStemmer", + "is_async": false + }, + { + "id": "nltk.stem.isri.ISRIStemmer.pre32", + "name": "pre32", + "lineno": 236, + "scope": "ISRIStemmer", + "is_async": false + }, + { + "id": "nltk.stem.isri.ISRIStemmer.suf32", + "name": "suf32", + "lineno": 248, + "scope": "ISRIStemmer", + "is_async": false + }, + { + "id": "nltk.stem.isri.ISRIStemmer.waw", + "name": "waw", + "lineno": 260, + "scope": "ISRIStemmer", + "is_async": false + }, + { + "id": "nltk.stem.isri.ISRIStemmer.pro_w4", + "name": "pro_w4", + "lineno": 266, + "scope": "ISRIStemmer", + "is_async": false + }, + { + "id": "nltk.stem.isri.ISRIStemmer.pro_w53", + "name": "pro_w53", + "lineno": 282, + "scope": "ISRIStemmer", + "is_async": false + }, + { + "id": "nltk.stem.isri.ISRIStemmer.pro_w54", + "name": "pro_w54", + "lineno": 320, + "scope": "ISRIStemmer", + "is_async": false + }, + { + "id": "nltk.stem.isri.ISRIStemmer.end_w5", + "name": "end_w5", + "lineno": 330, + "scope": "ISRIStemmer", + "is_async": false + }, + { + "id": "nltk.stem.isri.ISRIStemmer.pro_w6", + "name": "pro_w6", + "lineno": 338, + "scope": "ISRIStemmer", + "is_async": false + }, + { + "id": "nltk.stem.isri.ISRIStemmer.pro_w64", + "name": "pro_w64", + "lineno": 366, + "scope": "ISRIStemmer", + "is_async": false + }, + { + "id": "nltk.stem.isri.ISRIStemmer.end_w6", + "name": "end_w6", + "lineno": 374, + "scope": "ISRIStemmer", + "is_async": false + }, + { + "id": "nltk.stem.isri.ISRIStemmer.suf1", + "name": "suf1", + "lineno": 383, + "scope": "ISRIStemmer", + "is_async": false + }, + { + "id": "nltk.stem.isri.ISRIStemmer.pre1", + "name": "pre1", + "lineno": 390, + "scope": "ISRIStemmer", + "is_async": false + } + ], + "nltk.stem.lancaster": [ + { + "id": "nltk.stem.lancaster.LancasterStemmer.__init__", + "name": "__init__", + "lineno": 172, + "scope": "LancasterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.lancaster.LancasterStemmer.parseRules", + "name": "parseRules", + "lineno": 181, + "scope": "LancasterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.lancaster.LancasterStemmer.stem", + "name": "stem", + "lineno": 204, + "scope": "LancasterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.lancaster.LancasterStemmer.__doStemming", + "name": "__doStemming", + "lineno": 219, + "scope": "LancasterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.lancaster.LancasterStemmer.__getLastLetter", + "name": "__getLastLetter", + "lineno": 282, + "scope": "LancasterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.lancaster.LancasterStemmer.__isAcceptable", + "name": "__isAcceptable", + "lineno": 292, + "scope": "LancasterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.lancaster.LancasterStemmer.__applyRule", + "name": "__applyRule", + "lineno": 309, + "scope": "LancasterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.lancaster.LancasterStemmer.__stripPrefix", + "name": "__stripPrefix", + "lineno": 320, + "scope": "LancasterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.lancaster.LancasterStemmer.__repr__", + "name": "__repr__", + "lineno": 341, + "scope": "LancasterStemmer", + "is_async": false + } + ], + "nltk.stem.porter": [ + { + "id": "nltk.stem.porter.PorterStemmer.__init__", + "name": "__init__", + "lineno": 86, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._is_consonant", + "name": "_is_consonant", + "lineno": 126, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._measure", + "name": "_measure", + "lineno": 147, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._has_positive_measure", + "name": "_has_positive_measure", + "lineno": 198, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._contains_vowel", + "name": "_contains_vowel", + "lineno": 201, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._ends_double_consonant", + "name": "_ends_double_consonant", + "lineno": 208, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._ends_cvc", + "name": "_ends_cvc", + "lineno": 219, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._replace_suffix", + "name": "_replace_suffix", + "lineno": 240, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._apply_rule_list", + "name": "_apply_rule_list", + "lineno": 248, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._step1a", + "name": "_step1a", + "lineno": 276, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._step1b", + "name": "_step1b", + "lineno": 303, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._step1c", + "name": "_step1c", + "lineno": 387, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._step1c.nltk_condition", + "name": "nltk_condition", + "lineno": 398, + "scope": "PorterStemmer._step1c", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._step1c.original_condition", + "name": "original_condition", + "lineno": 419, + "scope": "PorterStemmer._step1c", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._step2", + "name": "_step2", + "lineno": 437, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._step3", + "name": "_step3", + "lineno": 517, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._step4", + "name": "_step4", + "lineno": 545, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._step5a", + "name": "_step5a", + "lineno": 605, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer._step5b", + "name": "_step5b", + "lineno": 641, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer.stem", + "name": "stem", + "lineno": 656, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.PorterStemmer.__repr__", + "name": "__repr__", + "lineno": 682, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.porter.demo", + "name": "demo", + "lineno": 686, + "scope": null, + "is_async": false + } + ], + "nltk.stem.regexp": [ + { + "id": "nltk.stem.regexp.RegexpStemmer.__init__", + "name": "__init__", + "lineno": 42, + "scope": "RegexpStemmer", + "is_async": false + }, + { + "id": "nltk.stem.regexp.RegexpStemmer.stem", + "name": "stem", + "lineno": 48, + "scope": "RegexpStemmer", + "is_async": false + }, + { + "id": "nltk.stem.regexp.RegexpStemmer.__repr__", + "name": "__repr__", + "lineno": 54, + "scope": "RegexpStemmer", + "is_async": false + } + ], + "nltk.stem.rslp": [ + { + "id": "nltk.stem.rslp.RSLPStemmer.__init__", + "name": "__init__", + "lineno": 53, + "scope": "RSLPStemmer", + "is_async": false + }, + { + "id": "nltk.stem.rslp.RSLPStemmer.read_rule", + "name": "read_rule", + "lineno": 64, + "scope": "RSLPStemmer", + "is_async": false + }, + { + "id": "nltk.stem.rslp.RSLPStemmer.stem", + "name": "stem", + "lineno": 97, + "scope": "RSLPStemmer", + "is_async": false + }, + { + "id": "nltk.stem.rslp.RSLPStemmer.apply_rule", + "name": "apply_rule", + "lineno": 127, + "scope": "RSLPStemmer", + "is_async": false + } + ], + "nltk.stem.snowball": [ + { + "id": "nltk.stem.snowball.SnowballStemmer.__init__", + "name": "__init__", + "lineno": 103, + "scope": "SnowballStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.SnowballStemmer.stem", + "name": "stem", + "lineno": 111, + "scope": "SnowballStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball._LanguageSpecificStemmer.__init__", + "name": "__init__", + "lineno": 129, + "scope": "_LanguageSpecificStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball._LanguageSpecificStemmer.__repr__", + "name": "__repr__", + "lineno": 146, + "scope": "_LanguageSpecificStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.PorterStemmer.__init__", + "name": "__init__", + "lineno": 167, + "scope": "PorterStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball._ScandinavianStemmer._r1_scandinavian", + "name": "_r1_scandinavian", + "lineno": 179, + "scope": "_ScandinavianStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball._StandardStemmer._r1r2_standard", + "name": "_r1r2_standard", + "lineno": 221, + "scope": "_StandardStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball._StandardStemmer._rv_standard", + "name": "_rv_standard", + "lineno": 263, + "scope": "_StandardStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__normalize_pre", + "name": "__normalize_pre", + "lineno": 528, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__normalize_post", + "name": "__normalize_post", + "lineno": 541, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__checks_1", + "name": "__checks_1", + "lineno": 554, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__checks_2", + "name": "__checks_2", + "lineno": 569, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Suffix_Verb_Step1", + "name": "__Suffix_Verb_Step1", + "lineno": 582, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Suffix_Verb_Step2a", + "name": "__Suffix_Verb_Step2a", + "lineno": 601, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Suffix_Verb_Step2c", + "name": "__Suffix_Verb_Step2c", + "lineno": 630, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Suffix_Verb_Step2b", + "name": "__Suffix_Verb_Step2b", + "lineno": 642, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step2c2", + "name": "__Suffix_Noun_Step2c2", + "lineno": 650, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step1a", + "name": "__Suffix_Noun_Step1a", + "lineno": 658, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step2a", + "name": "__Suffix_Noun_Step2a", + "lineno": 677, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step2b", + "name": "__Suffix_Noun_Step2b", + "lineno": 685, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step2c1", + "name": "__Suffix_Noun_Step2c1", + "lineno": 693, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step1b", + "name": "__Suffix_Noun_Step1b", + "lineno": 700, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step3", + "name": "__Suffix_Noun_Step3", + "lineno": 708, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Suffix_All_alef_maqsura", + "name": "__Suffix_All_alef_maqsura", + "lineno": 715, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step1", + "name": "__Prefix_Step1", + "lineno": 721, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step2a", + "name": "__Prefix_Step2a", + "lineno": 745, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step2b", + "name": "__Prefix_Step2b", + "lineno": 753, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step3a_Noun", + "name": "__Prefix_Step3a_Noun", + "lineno": 761, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step3b_Noun", + "name": "__Prefix_Step3b_Noun", + "lineno": 773, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step3_Verb", + "name": "__Prefix_Step3_Verb", + "lineno": 793, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step4_Verb", + "name": "__Prefix_Step4_Verb", + "lineno": 800, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ArabicStemmer.stem", + "name": "stem", + "lineno": 809, + "scope": "ArabicStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.DanishStemmer.stem", + "name": "stem", + "lineno": 998, + "scope": "DanishStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.DutchStemmer.stem", + "name": "stem", + "lineno": 1089, + "scope": "DutchStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.EnglishStemmer.stem", + "name": "stem", + "lineno": 1399, + "scope": "EnglishStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.FinnishStemmer.stem", + "name": "stem", + "lineno": 1891, + "scope": "FinnishStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.FrenchStemmer.stem", + "name": "stem", + "lineno": 2262, + "scope": "FrenchStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.FrenchStemmer.__rv_french", + "name": "__rv_french", + "lineno": 2574, + "scope": "FrenchStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.GermanStemmer.stem", + "name": "stem", + "lineno": 2641, + "scope": "GermanStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.HungarianStemmer.stem", + "name": "stem", + "lineno": 2978, + "scope": "HungarianStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.HungarianStemmer.__r1_hungarian", + "name": "__r1_hungarian", + "lineno": 3133, + "scope": "HungarianStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.ItalianStemmer.stem", + "name": "stem", + "lineno": 3379, + "scope": "ItalianStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.NorwegianStemmer.stem", + "name": "stem", + "lineno": 3623, + "scope": "NorwegianStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.PortugueseStemmer.stem", + "name": "stem", + "lineno": 3866, + "scope": "PortugueseStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.RomanianStemmer.stem", + "name": "stem", + "lineno": 4267, + "scope": "RomanianStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.RussianStemmer.stem", + "name": "stem", + "lineno": 4861, + "scope": "RussianStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.RussianStemmer.__regions_russian", + "name": "__regions_russian", + "lineno": 5150, + "scope": "RussianStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.RussianStemmer.__cyrillic_to_roman", + "name": "__cyrillic_to_roman", + "lineno": 5198, + "scope": "RussianStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.RussianStemmer.__roman_to_cyrillic", + "name": "__roman_to_cyrillic", + "lineno": 5285, + "scope": "RussianStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.SpanishStemmer.stem", + "name": "stem", + "lineno": 5541, + "scope": "SpanishStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.SpanishStemmer.__replace_accented", + "name": "__replace_accented", + "lineno": 5717, + "scope": "SpanishStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.SwedishStemmer.stem", + "name": "stem", + "lineno": 5801, + "scope": "SwedishStemmer", + "is_async": false + }, + { + "id": "nltk.stem.snowball.demo", + "name": "demo", + "lineno": 5849, + "scope": null, + "is_async": false + } + ], + "nltk.stem.util": [ + { + "id": "nltk.stem.util.suffix_replace", + "name": "suffix_replace", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "nltk.stem.util.prefix_replace", + "name": "prefix_replace", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "nltk.stem.wordnet": [ + { + "id": "nltk.stem.wordnet.WordNetLemmatizer._morphy", + "name": "_morphy", + "lineno": 30, + "scope": "WordNetLemmatizer", + "is_async": false + }, + { + "id": "nltk.stem.wordnet.WordNetLemmatizer.morphy", + "name": "morphy", + "lineno": 43, + "scope": "WordNetLemmatizer", + "is_async": false + }, + { + "id": "nltk.stem.wordnet.WordNetLemmatizer.lemmatize", + "name": "lemmatize", + "lineno": 60, + "scope": "WordNetLemmatizer", + "is_async": false + }, + { + "id": "nltk.stem.wordnet.WordNetLemmatizer.__repr__", + "name": "__repr__", + "lineno": 88, + "scope": "WordNetLemmatizer", + "is_async": false + } + ], + "nltk.stem": [], + "nltk.tag.api": [ + { + "id": "nltk.tag.api.TaggerI.tag", + "name": "tag", + "lineno": 40, + "scope": "TaggerI", + "is_async": false + }, + { + "id": "nltk.tag.api.TaggerI.tag_sents", + "name": "tag_sents", + "lineno": 51, + "scope": "TaggerI", + "is_async": false + }, + { + "id": "nltk.tag.api.TaggerI.evaluate", + "name": "evaluate", + "lineno": 60, + "scope": "TaggerI", + "is_async": false + }, + { + "id": "nltk.tag.api.TaggerI.accuracy", + "name": "accuracy", + "lineno": 63, + "scope": "TaggerI", + "is_async": false + }, + { + "id": "nltk.tag.api.TaggerI._confusion_cached", + "name": "_confusion_cached", + "lineno": 80, + "scope": "TaggerI", + "is_async": false + }, + { + "id": "nltk.tag.api.TaggerI.confusion", + "name": "confusion", + "lineno": 97, + "scope": "TaggerI", + "is_async": false + }, + { + "id": "nltk.tag.api.TaggerI.recall", + "name": "recall", + "lineno": 157, + "scope": "TaggerI", + "is_async": false + }, + { + "id": "nltk.tag.api.TaggerI.precision", + "name": "precision", + "lineno": 174, + "scope": "TaggerI", + "is_async": false + }, + { + "id": "nltk.tag.api.TaggerI.f_measure", + "name": "f_measure", + "lineno": 191, + "scope": "TaggerI", + "is_async": false + }, + { + "id": "nltk.tag.api.TaggerI.evaluate_per_tag", + "name": "evaluate_per_tag", + "lineno": 221, + "scope": "TaggerI", + "is_async": false + }, + { + "id": "nltk.tag.api.TaggerI._check_params", + "name": "_check_params", + "lineno": 285, + "scope": "TaggerI", + "is_async": false + } + ], + "nltk.tag.brill": [ + { + "id": "nltk.tag.brill.Word.extract_property", + "name": "extract_property", + "lineno": 30, + "scope": "Word", + "is_async": false + }, + { + "id": "nltk.tag.brill.Pos.extract_property", + "name": "extract_property", + "lineno": 44, + "scope": "Pos", + "is_async": false + }, + { + "id": "nltk.tag.brill.nltkdemo18", + "name": "nltkdemo18", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.brill.nltkdemo18plus", + "name": "nltkdemo18plus", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.brill.fntbl37", + "name": "fntbl37", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.brill.brill24", + "name": "brill24", + "lineno": 137, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.brill.describe_template_sets", + "name": "describe_template_sets", + "lineno": 169, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.brill.BrillTagger.__init__", + "name": "__init__", + "lineno": 207, + "scope": "BrillTagger", + "is_async": false + }, + { + "id": "nltk.tag.brill.BrillTagger.encode_json_obj", + "name": "encode_json_obj", + "lineno": 225, + "scope": "BrillTagger", + "is_async": false + }, + { + "id": "nltk.tag.brill.BrillTagger.decode_json_obj", + "name": "decode_json_obj", + "lineno": 229, + "scope": "BrillTagger", + "is_async": false + }, + { + "id": "nltk.tag.brill.BrillTagger.rules", + "name": "rules", + "lineno": 233, + "scope": "BrillTagger", + "is_async": false + }, + { + "id": "nltk.tag.brill.BrillTagger.train_stats", + "name": "train_stats", + "lineno": 242, + "scope": "BrillTagger", + "is_async": false + }, + { + "id": "nltk.tag.brill.BrillTagger.tag", + "name": "tag", + "lineno": 257, + "scope": "BrillTagger", + "is_async": false + }, + { + "id": "nltk.tag.brill.BrillTagger.print_template_statistics", + "name": "print_template_statistics", + "lineno": 284, + "scope": "BrillTagger", + "is_async": false + }, + { + "id": "nltk.tag.brill.BrillTagger.print_template_statistics.det_tplsort", + "name": "det_tplsort", + "lineno": 321, + "scope": "BrillTagger.print_template_statistics", + "is_async": false + }, + { + "id": "nltk.tag.brill.BrillTagger.print_template_statistics.print_train_stats", + "name": "print_train_stats", + "lineno": 324, + "scope": "BrillTagger.print_template_statistics", + "is_async": false + }, + { + "id": "nltk.tag.brill.BrillTagger.print_template_statistics.print_testtrain_stats", + "name": "print_testtrain_stats", + "lineno": 350, + "scope": "BrillTagger.print_template_statistics", + "is_async": false + }, + { + "id": "nltk.tag.brill.BrillTagger.print_template_statistics.print_unused_templates", + "name": "print_unused_templates", + "lineno": 387, + "scope": "BrillTagger.print_template_statistics", + "is_async": false + }, + { + "id": "nltk.tag.brill.BrillTagger.batch_tag_incremental", + "name": "batch_tag_incremental", + "lineno": 408, + "scope": "BrillTagger", + "is_async": false + }, + { + "id": "nltk.tag.brill.BrillTagger.batch_tag_incremental.counterrors", + "name": "counterrors", + "lineno": 425, + "scope": "BrillTagger.batch_tag_incremental", + "is_async": false + } + ], + "nltk.tag.brill_trainer": [ + { + "id": "nltk.tag.brill_trainer.BrillTaggerTrainer.__init__", + "name": "__init__", + "lineno": 26, + "scope": "BrillTaggerTrainer", + "is_async": false + }, + { + "id": "nltk.tag.brill_trainer.BrillTaggerTrainer.train", + "name": "train", + "lineno": 93, + "scope": "BrillTaggerTrainer", + "is_async": false + }, + { + "id": "nltk.tag.brill_trainer.BrillTaggerTrainer._init_mappings", + "name": "_init_mappings", + "lineno": 332, + "scope": "BrillTaggerTrainer", + "is_async": false + }, + { + "id": "nltk.tag.brill_trainer.BrillTaggerTrainer._clean", + "name": "_clean", + "lineno": 357, + "scope": "BrillTaggerTrainer", + "is_async": false + }, + { + "id": "nltk.tag.brill_trainer.BrillTaggerTrainer._find_rules", + "name": "_find_rules", + "lineno": 365, + "scope": "BrillTaggerTrainer", + "is_async": false + }, + { + "id": "nltk.tag.brill_trainer.BrillTaggerTrainer._update_rule_applies", + "name": "_update_rule_applies", + "lineno": 373, + "scope": "BrillTaggerTrainer", + "is_async": false + }, + { + "id": "nltk.tag.brill_trainer.BrillTaggerTrainer._update_rule_not_applies", + "name": "_update_rule_not_applies", + "lineno": 405, + "scope": "BrillTaggerTrainer", + "is_async": false + }, + { + "id": "nltk.tag.brill_trainer.BrillTaggerTrainer._best_rule", + "name": "_best_rule", + "lineno": 427, + "scope": "BrillTaggerTrainer", + "is_async": false + }, + { + "id": "nltk.tag.brill_trainer.BrillTaggerTrainer._apply_rule", + "name": "_apply_rule", + "lineno": 482, + "scope": "BrillTaggerTrainer", + "is_async": false + }, + { + "id": "nltk.tag.brill_trainer.BrillTaggerTrainer._update_tag_positions", + "name": "_update_tag_positions", + "lineno": 498, + "scope": "BrillTaggerTrainer", + "is_async": false + }, + { + "id": "nltk.tag.brill_trainer.BrillTaggerTrainer._update_rules", + "name": "_update_rules", + "lineno": 513, + "scope": "BrillTaggerTrainer", + "is_async": false + }, + { + "id": "nltk.tag.brill_trainer.BrillTaggerTrainer._trace_header", + "name": "_trace_header", + "lineno": 574, + "scope": "BrillTaggerTrainer", + "is_async": false + }, + { + "id": "nltk.tag.brill_trainer.BrillTaggerTrainer._trace_rule", + "name": "_trace_rule", + "lineno": 587, + "scope": "BrillTaggerTrainer", + "is_async": false + }, + { + "id": "nltk.tag.brill_trainer.BrillTaggerTrainer._trace_apply", + "name": "_trace_apply", + "lineno": 615, + "scope": "BrillTaggerTrainer", + "is_async": false + }, + { + "id": "nltk.tag.brill_trainer.BrillTaggerTrainer._trace_update_rules", + "name": "_trace_update_rules", + "lineno": 620, + "scope": "BrillTaggerTrainer", + "is_async": false + } + ], + "nltk.tag.crf": [ + { + "id": "nltk.tag.crf.CRFTagger.__init__", + "name": "__init__", + "lineno": 48, + "scope": "CRFTagger", + "is_async": false + }, + { + "id": "nltk.tag.crf.CRFTagger.set_model_file", + "name": "set_model_file", + "lineno": 92, + "scope": "CRFTagger", + "is_async": false + }, + { + "id": "nltk.tag.crf.CRFTagger._get_features", + "name": "_get_features", + "lineno": 96, + "scope": "CRFTagger", + "is_async": false + }, + { + "id": "nltk.tag.crf.CRFTagger.tag_sents", + "name": "tag_sents", + "lineno": 142, + "scope": "CRFTagger", + "is_async": false + }, + { + "id": "nltk.tag.crf.CRFTagger.train", + "name": "train", + "lineno": 173, + "scope": "CRFTagger", + "is_async": false + }, + { + "id": "nltk.tag.crf.CRFTagger.tag", + "name": "tag", + "lineno": 194, + "scope": "CRFTagger", + "is_async": false + } + ], + "nltk.tag.hmm": [ + { + "id": "nltk.tag.hmm._identity", + "name": "_identity", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger.__init__", + "name": "__init__", + "lineno": 139, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger._train", + "name": "_train", + "lineno": 151, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger._train.estimator", + "name": "estimator", + "lineno": 162, + "scope": "HiddenMarkovModelTagger._train", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger.train", + "name": "train", + "lineno": 194, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger.probability", + "name": "probability", + "lineno": 227, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger.log_probability", + "name": "log_probability", + "lineno": 242, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger.tag", + "name": "tag", + "lineno": 276, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger._tag", + "name": "_tag", + "lineno": 289, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger._output_logprob", + "name": "_output_logprob", + "lineno": 293, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger._create_cache", + "name": "_create_cache", + "lineno": 301, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger._update_cache", + "name": "_update_cache", + "lineno": 341, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger.reset_cache", + "name": "reset_cache", + "lineno": 369, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger.best_path", + "name": "best_path", + "lineno": 372, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger._best_path", + "name": "_best_path", + "lineno": 386, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger.best_path_simple", + "name": "best_path_simple", + "lineno": 414, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger._best_path_simple", + "name": "_best_path_simple", + "lineno": 429, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger.random_sample", + "name": "random_sample", + "lineno": 473, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger._sample_probdist", + "name": "_sample_probdist", + "lineno": 513, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger.entropy", + "name": "entropy", + "lineno": 522, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger.point_entropy", + "name": "point_entropy", + "lineno": 593, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger._exhaustive_entropy", + "name": "_exhaustive_entropy", + "lineno": 618, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger._exhaustive_point_entropy", + "name": "_exhaustive_point_entropy", + "lineno": 648, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger._transitions_matrix", + "name": "_transitions_matrix", + "lineno": 687, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger._outputs_vector", + "name": "_outputs_vector", + "lineno": 699, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger._forward_probability", + "name": "_forward_probability", + "lineno": 707, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger._backward_probability", + "name": "_backward_probability", + "lineno": 744, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger.test", + "name": "test", + "lineno": 778, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger.test.words", + "name": "words", + "lineno": 789, + "scope": "HiddenMarkovModelTagger.test", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger.test.tags", + "name": "tags", + "lineno": 792, + "scope": "HiddenMarkovModelTagger.test", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger.test.flatten", + "name": "flatten", + "lineno": 795, + "scope": "HiddenMarkovModelTagger.test", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger.__repr__", + "name": "__repr__", + "lineno": 829, + "scope": "HiddenMarkovModelTagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTrainer.__init__", + "name": "__init__", + "lineno": 852, + "scope": "HiddenMarkovModelTrainer", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTrainer.train", + "name": "train", + "lineno": 856, + "scope": "HiddenMarkovModelTrainer", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTrainer._baum_welch_step", + "name": "_baum_welch_step", + "lineno": 883, + "scope": "HiddenMarkovModelTrainer", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "name": "train_unsupervised", + "lineno": 928, + "scope": "HiddenMarkovModelTrainer", + "is_async": false + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_supervised", + "name": "train_supervised", + "lineno": 1070, + "scope": "HiddenMarkovModelTrainer", + "is_async": false + }, + { + "id": "nltk.tag.hmm._ninf_array", + "name": "_ninf_array", + "lineno": 1131, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.hmm.logsumexp2", + "name": "logsumexp2", + "lineno": 1137, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.hmm._log_add", + "name": "_log_add", + "lineno": 1142, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.hmm._create_hmm_tagger", + "name": "_create_hmm_tagger", + "lineno": 1156, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.hmm._create_hmm_tagger.pd", + "name": "pd", + "lineno": 1157, + "scope": "_create_hmm_tagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm._create_hmm_tagger.cpd", + "name": "cpd", + "lineno": 1161, + "scope": "_create_hmm_tagger", + "is_async": false + }, + { + "id": "nltk.tag.hmm._market_hmm_example", + "name": "_market_hmm_example", + "lineno": 1175, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.hmm.demo", + "name": "demo", + "lineno": 1189, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.hmm.load_pos", + "name": "load_pos", + "lineno": 1219, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.hmm.demo_pos", + "name": "demo_pos", + "lineno": 1243, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.hmm._untag", + "name": "_untag", + "lineno": 1262, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.hmm.demo_pos_bw", + "name": "demo_pos_bw", + "lineno": 1269, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.hmm.demo_bw", + "name": "demo_bw", + "lineno": 1304, + "scope": null, + "is_async": false + } + ], + "nltk.tag.hunpos": [ + { + "id": "nltk.tag.hunpos.HunposTagger.__init__", + "name": "__init__", + "lineno": 56, + "scope": "HunposTagger", + "is_async": false + }, + { + "id": "nltk.tag.hunpos.HunposTagger.__del__", + "name": "__del__", + "lineno": 106, + "scope": "HunposTagger", + "is_async": false + }, + { + "id": "nltk.tag.hunpos.HunposTagger.close", + "name": "close", + "lineno": 109, + "scope": "HunposTagger", + "is_async": false + }, + { + "id": "nltk.tag.hunpos.HunposTagger.__enter__", + "name": "__enter__", + "lineno": 115, + "scope": "HunposTagger", + "is_async": false + }, + { + "id": "nltk.tag.hunpos.HunposTagger.__exit__", + "name": "__exit__", + "lineno": 118, + "scope": "HunposTagger", + "is_async": false + }, + { + "id": "nltk.tag.hunpos.HunposTagger.tag", + "name": "tag", + "lineno": 121, + "scope": "HunposTagger", + "is_async": false + } + ], + "nltk.tag.mapping": [ + { + "id": "nltk.tag.mapping._load_universal_map", + "name": "_load_universal_map", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.mapping.tagset_mapping", + "name": "tagset_mapping", + "lineno": 82, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.mapping.map_tag", + "name": "map_tag", + "lineno": 126, + "scope": null, + "is_async": false + } + ], + "nltk.tag.perceptron": [ + { + "id": "nltk.tag.perceptron.AveragedPerceptron.__init__", + "name": "__init__", + "lineno": 40, + "scope": "AveragedPerceptron", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.AveragedPerceptron._softmax", + "name": "_softmax", + "lineno": 54, + "scope": "AveragedPerceptron", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.AveragedPerceptron.predict", + "name": "predict", + "lineno": 59, + "scope": "AveragedPerceptron", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.AveragedPerceptron.update", + "name": "update", + "lineno": 76, + "scope": "AveragedPerceptron", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.AveragedPerceptron.update.upd_feat", + "name": "upd_feat", + "lineno": 79, + "scope": "AveragedPerceptron.update", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.AveragedPerceptron.average_weights", + "name": "average_weights", + "lineno": 93, + "scope": "AveragedPerceptron", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.AveragedPerceptron.save", + "name": "save", + "lineno": 106, + "scope": "AveragedPerceptron", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.AveragedPerceptron.load", + "name": "load", + "lineno": 111, + "scope": "AveragedPerceptron", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.AveragedPerceptron.encode_json_obj", + "name": "encode_json_obj", + "lineno": 116, + "scope": "AveragedPerceptron", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.AveragedPerceptron.decode_json_obj", + "name": "decode_json_obj", + "lineno": 120, + "scope": "AveragedPerceptron", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.PerceptronTagger.__init__", + "name": "__init__", + "lineno": 168, + "scope": "PerceptronTagger", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.PerceptronTagger.param_files", + "name": "param_files", + "lineno": 185, + "scope": "PerceptronTagger", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.PerceptronTagger.tag", + "name": "tag", + "lineno": 191, + "scope": "PerceptronTagger", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.PerceptronTagger.train", + "name": "train", + "lineno": 213, + "scope": "PerceptronTagger", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.PerceptronTagger.save_to_json", + "name": "save_to_json", + "lineno": 262, + "scope": "PerceptronTagger", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.PerceptronTagger.load_from_json", + "name": "load_from_json", + "lineno": 275, + "scope": "PerceptronTagger", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.PerceptronTagger.load_from_json.load_param", + "name": "load_param", + "lineno": 293, + "scope": "PerceptronTagger.load_from_json", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.PerceptronTagger.decode_json_params", + "name": "decode_json_params", + "lineno": 301, + "scope": "PerceptronTagger", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.PerceptronTagger.encode_json_obj", + "name": "encode_json_obj", + "lineno": 307, + "scope": "PerceptronTagger", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.PerceptronTagger.decode_json_obj", + "name": "decode_json_obj", + "lineno": 311, + "scope": "PerceptronTagger", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.PerceptronTagger.normalize", + "name": "normalize", + "lineno": 316, + "scope": "PerceptronTagger", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.PerceptronTagger._get_features", + "name": "_get_features", + "lineno": 333, + "scope": "PerceptronTagger", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.PerceptronTagger._get_features.add", + "name": "add", + "lineno": 339, + "scope": "PerceptronTagger._get_features", + "is_async": false + }, + { + "id": "nltk.tag.perceptron.PerceptronTagger._make_tagdict", + "name": "_make_tagdict", + "lineno": 361, + "scope": "PerceptronTagger", + "is_async": false + }, + { + "id": "nltk.tag.perceptron._pc", + "name": "_pc", + "lineno": 383, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.perceptron._train_and_test", + "name": "_train_and_test", + "lineno": 387, + "scope": null, + "is_async": false + } + ], + "nltk.tag.senna": [ + { + "id": "nltk.tag.senna.SennaTagger.__init__", + "name": "__init__", + "lineno": 46, + "scope": "SennaTagger", + "is_async": false + }, + { + "id": "nltk.tag.senna.SennaTagger.tag_sents", + "name": "tag_sents", + "lineno": 49, + "scope": "SennaTagger", + "is_async": false + }, + { + "id": "nltk.tag.senna.SennaChunkTagger.__init__", + "name": "__init__", + "lineno": 63, + "scope": "SennaChunkTagger", + "is_async": false + }, + { + "id": "nltk.tag.senna.SennaChunkTagger.tag_sents", + "name": "tag_sents", + "lineno": 66, + "scope": "SennaChunkTagger", + "is_async": false + }, + { + "id": "nltk.tag.senna.SennaChunkTagger.bio_to_chunks", + "name": "bio_to_chunks", + "lineno": 78, + "scope": "SennaChunkTagger", + "is_async": false + }, + { + "id": "nltk.tag.senna.SennaNERTagger.__init__", + "name": "__init__", + "lineno": 121, + "scope": "SennaNERTagger", + "is_async": false + }, + { + "id": "nltk.tag.senna.SennaNERTagger.tag_sents", + "name": "tag_sents", + "lineno": 124, + "scope": "SennaNERTagger", + "is_async": false + } + ], + "nltk.tag.sequential": [ + { + "id": "nltk.tag.sequential.SequentialBackoffTagger.__init__", + "name": "__init__", + "lineno": 46, + "scope": "SequentialBackoffTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.SequentialBackoffTagger.backoff", + "name": "backoff", + "lineno": 53, + "scope": "SequentialBackoffTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.SequentialBackoffTagger.tag", + "name": "tag", + "lineno": 57, + "scope": "SequentialBackoffTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.SequentialBackoffTagger.tag_one", + "name": "tag_one", + "lineno": 64, + "scope": "SequentialBackoffTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.SequentialBackoffTagger.choose_tag", + "name": "choose_tag", + "lineno": 87, + "scope": "SequentialBackoffTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.ContextTagger.__init__", + "name": "__init__", + "lineno": 121, + "scope": "ContextTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.ContextTagger.context", + "name": "context", + "lineno": 130, + "scope": "ContextTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.ContextTagger.choose_tag", + "name": "choose_tag", + "lineno": 138, + "scope": "ContextTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.ContextTagger.size", + "name": "size", + "lineno": 142, + "scope": "ContextTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.ContextTagger.__repr__", + "name": "__repr__", + "lineno": 149, + "scope": "ContextTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.ContextTagger._train", + "name": "_train", + "lineno": 152, + "scope": "ContextTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.DefaultTagger.__init__", + "name": "__init__", + "lineno": 241, + "scope": "DefaultTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.DefaultTagger.encode_json_obj", + "name": "encode_json_obj", + "lineno": 245, + "scope": "DefaultTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.DefaultTagger.decode_json_obj", + "name": "decode_json_obj", + "lineno": 249, + "scope": "DefaultTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.DefaultTagger.choose_tag", + "name": "choose_tag", + "lineno": 253, + "scope": "DefaultTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.DefaultTagger.__repr__", + "name": "__repr__", + "lineno": 256, + "scope": "DefaultTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.NgramTagger.__init__", + "name": "__init__", + "lineno": 287, + "scope": "NgramTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.NgramTagger.encode_json_obj", + "name": "encode_json_obj", + "lineno": 298, + "scope": "NgramTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.NgramTagger.decode_json_obj", + "name": "decode_json_obj", + "lineno": 306, + "scope": "NgramTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.NgramTagger.context", + "name": "context", + "lineno": 322, + "scope": "NgramTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.UnigramTagger.__init__", + "name": "__init__", + "lineno": 362, + "scope": "UnigramTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.UnigramTagger.context", + "name": "context", + "lineno": 365, + "scope": "UnigramTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.BigramTagger.__init__", + "name": "__init__", + "lineno": 391, + "scope": "BigramTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.TrigramTagger.__init__", + "name": "__init__", + "lineno": 417, + "scope": "TrigramTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.AffixTagger.__init__", + "name": "__init__", + "lineno": 443, + "scope": "AffixTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.AffixTagger.encode_json_obj", + "name": "encode_json_obj", + "lineno": 463, + "scope": "AffixTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.AffixTagger.decode_json_obj", + "name": "decode_json_obj", + "lineno": 472, + "scope": "AffixTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.AffixTagger.context", + "name": "context", + "lineno": 481, + "scope": "AffixTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.RegexpTagger.__init__", + "name": "__init__", + "lineno": 536, + "scope": "RegexpTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.RegexpTagger.encode_json_obj", + "name": "encode_json_obj", + "lineno": 547, + "scope": "RegexpTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.RegexpTagger.decode_json_obj", + "name": "decode_json_obj", + "lineno": 551, + "scope": "RegexpTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.RegexpTagger.choose_tag", + "name": "choose_tag", + "lineno": 555, + "scope": "RegexpTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.RegexpTagger.__repr__", + "name": "__repr__", + "lineno": 561, + "scope": "RegexpTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.ClassifierBasedTagger.__init__", + "name": "__init__", + "lineno": 608, + "scope": "ClassifierBasedTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.ClassifierBasedTagger.choose_tag", + "name": "choose_tag", + "lineno": 642, + "scope": "ClassifierBasedTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.ClassifierBasedTagger._train", + "name": "_train", + "lineno": 656, + "scope": "ClassifierBasedTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.ClassifierBasedTagger.__repr__", + "name": "__repr__", + "lineno": 678, + "scope": "ClassifierBasedTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.ClassifierBasedTagger.feature_detector", + "name": "feature_detector", + "lineno": 681, + "scope": "ClassifierBasedTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.ClassifierBasedTagger.classifier", + "name": "classifier", + "lineno": 693, + "scope": "ClassifierBasedTagger", + "is_async": false + }, + { + "id": "nltk.tag.sequential.ClassifierBasedPOSTagger.feature_detector", + "name": "feature_detector", + "lineno": 708, + "scope": "ClassifierBasedPOSTagger", + "is_async": false + } + ], + "nltk.tag.stanford": [ + { + "id": "nltk.tag.stanford.StanfordTagger.__init__", + "name": "__init__", + "lineno": 45, + "scope": "StanfordTagger", + "is_async": false + }, + { + "id": "nltk.tag.stanford.StanfordTagger._cmd", + "name": "_cmd", + "lineno": 83, + "scope": "StanfordTagger", + "is_async": false + }, + { + "id": "nltk.tag.stanford.StanfordTagger.tag", + "name": "tag", + "lineno": 88, + "scope": "StanfordTagger", + "is_async": false + }, + { + "id": "nltk.tag.stanford.StanfordTagger.tag_sents", + "name": "tag_sents", + "lineno": 92, + "scope": "StanfordTagger", + "is_async": false + }, + { + "id": "nltk.tag.stanford.StanfordTagger.parse_output", + "name": "parse_output", + "lineno": 125, + "scope": "StanfordTagger", + "is_async": false + }, + { + "id": "nltk.tag.stanford.StanfordPOSTagger.__init__", + "name": "__init__", + "lineno": 158, + "scope": "StanfordPOSTagger", + "is_async": false + }, + { + "id": "nltk.tag.stanford.StanfordPOSTagger._cmd", + "name": "_cmd", + "lineno": 162, + "scope": "StanfordPOSTagger", + "is_async": false + }, + { + "id": "nltk.tag.stanford.StanfordNERTagger.__init__", + "name": "__init__", + "lineno": 199, + "scope": "StanfordNERTagger", + "is_async": false + }, + { + "id": "nltk.tag.stanford.StanfordNERTagger._cmd", + "name": "_cmd", + "lineno": 203, + "scope": "StanfordNERTagger", + "is_async": false + }, + { + "id": "nltk.tag.stanford.StanfordNERTagger.parse_output", + "name": "parse_output", + "lineno": 219, + "scope": "StanfordNERTagger", + "is_async": false + } + ], + "nltk.tag.tnt": [ + { + "id": "nltk.tag.tnt._safe_log2", + "name": "_safe_log2", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.tnt._safe_inverse", + "name": "_safe_inverse", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.tnt.TnT.__init__", + "name": "__init__", + "lineno": 155, + "scope": "TnT", + "is_async": false + }, + { + "id": "nltk.tag.tnt.TnT.train", + "name": "train", + "lineno": 221, + "scope": "TnT", + "is_async": false + }, + { + "id": "nltk.tag.tnt.TnT.tag", + "name": "tag", + "lineno": 293, + "scope": "TnT", + "is_async": false + }, + { + "id": "nltk.tag.tnt.TnT.tagdata", + "name": "tagdata", + "lineno": 324, + "scope": "TnT", + "is_async": false + }, + { + "id": "nltk.tag.tnt.TnT._compute_lambda", + "name": "_compute_lambda", + "lineno": 343, + "scope": "TnT", + "is_async": false + }, + { + "id": "nltk.tag.tnt.TnT._build_transition_logp_cache", + "name": "_build_transition_logp_cache", + "lineno": 421, + "scope": "TnT", + "is_async": false + }, + { + "id": "nltk.tag.tnt.TnT._build_suffix_model", + "name": "_build_suffix_model", + "lineno": 501, + "scope": "TnT", + "is_async": false + }, + { + "id": "nltk.tag.tnt.TnT._unknown_tag_scores", + "name": "_unknown_tag_scores", + "lineno": 567, + "scope": "TnT", + "is_async": false + }, + { + "id": "nltk.tag.tnt.TnT._tag_segmented", + "name": "_tag_segmented", + "lineno": 667, + "scope": "TnT", + "is_async": false + }, + { + "id": "nltk.tag.tnt.TnT._tagword", + "name": "_tagword", + "lineno": 694, + "scope": "TnT", + "is_async": false + }, + { + "id": "nltk.tag.tnt.TnT._expand_states", + "name": "_expand_states", + "lineno": 877, + "scope": "TnT", + "is_async": false + }, + { + "id": "nltk.tag.tnt.TnT._pair_decoded", + "name": "_pair_decoded", + "lineno": 961, + "scope": "TnT", + "is_async": false + }, + { + "id": "nltk.tag.tnt.basic_sent_chop", + "name": "basic_sent_chop", + "lineno": 972, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.tnt._treebank_demo_split", + "name": "_treebank_demo_split", + "lineno": 1006, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.tnt._score_tagger", + "name": "_score_tagger", + "lineno": 1023, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.tnt._format_score", + "name": "_format_score", + "lineno": 1063, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.tnt.demo", + "name": "demo", + "lineno": 1072, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.tnt.demo_errors", + "name": "demo_errors", + "lineno": 1089, + "scope": null, + "is_async": false + } + ], + "nltk.tag.util": [ + { + "id": "nltk.tag.util.str2tuple", + "name": "str2tuple", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.util.tuple2str", + "name": "tuple2str", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.util.untag", + "name": "untag", + "lineno": 61, + "scope": null, + "is_async": false + } + ], + "nltk.tag": [ + { + "id": "nltk.tag._get_tagger", + "name": "_get_tagger", + "lineno": 106, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag._pos_tag", + "name": "_pos_tag", + "lineno": 114, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.pos_tag", + "name": "pos_tag", + "lineno": 143, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tag.pos_tag_sents", + "name": "pos_tag_sents", + "lineno": 172, + "scope": null, + "is_async": false + } + ], + "nltk.tbl.api": [], + "nltk.tbl.demo": [ + { + "id": "nltk.tbl.demo.demo", + "name": "demo", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tbl.demo.demo_repr_rule_format", + "name": "demo_repr_rule_format", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tbl.demo.demo_str_rule_format", + "name": "demo_str_rule_format", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tbl.demo.demo_verbose_rule_format", + "name": "demo_verbose_rule_format", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tbl.demo.demo_multiposition_feature", + "name": "demo_multiposition_feature", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tbl.demo.demo_multifeature_template", + "name": "demo_multifeature_template", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tbl.demo.demo_template_statistics", + "name": "demo_template_statistics", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tbl.demo.demo_generated_templates", + "name": "demo_generated_templates", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tbl.demo.demo_learning_curve", + "name": "demo_learning_curve", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tbl.demo.demo_error_analysis", + "name": "demo_error_analysis", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tbl.demo.demo_serialize_tagger", + "name": "demo_serialize_tagger", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tbl.demo.demo_high_accuracy_rules", + "name": "demo_high_accuracy_rules", + "lineno": 133, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tbl.demo.postag", + "name": "postag", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tbl.demo._demo_prepare_data", + "name": "_demo_prepare_data", + "lineno": 338, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tbl.demo._demo_plot", + "name": "_demo_plot", + "lineno": 378, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tbl.demo.corpus_size", + "name": "corpus_size", + "lineno": 414, + "scope": null, + "is_async": false + } + ], + "nltk.tbl.erroranalysis": [ + { + "id": "nltk.tbl.erroranalysis.error_list", + "name": "error_list", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "nltk.tbl.feature": [ + { + "id": "nltk.tbl.feature.Feature.__init__", + "name": "__init__", + "lineno": 35, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.tbl.feature.Feature.encode_json_obj", + "name": "encode_json_obj", + "lineno": 94, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.tbl.feature.Feature.decode_json_obj", + "name": "decode_json_obj", + "lineno": 98, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.tbl.feature.Feature.__repr__", + "name": "__repr__", + "lineno": 102, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.tbl.feature.Feature.expand", + "name": "expand", + "lineno": 106, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.tbl.feature.Feature.issuperset", + "name": "issuperset", + "lineno": 164, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.tbl.feature.Feature.intersects", + "name": "intersects", + "lineno": 196, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.tbl.feature.Feature.__eq__", + "name": "__eq__", + "lineno": 232, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.tbl.feature.Feature.__lt__", + "name": "__lt__", + "lineno": 235, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.tbl.feature.Feature.__ne__", + "name": "__ne__", + "lineno": 243, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.tbl.feature.Feature.__gt__", + "name": "__gt__", + "lineno": 246, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.tbl.feature.Feature.__ge__", + "name": "__ge__", + "lineno": 249, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.tbl.feature.Feature.__le__", + "name": "__le__", + "lineno": 252, + "scope": "Feature", + "is_async": false + }, + { + "id": "nltk.tbl.feature.Feature.extract_property", + "name": "extract_property", + "lineno": 257, + "scope": "Feature", + "is_async": false + } + ], + "nltk.tbl.rule": [ + { + "id": "nltk.tbl.rule.TagRule.__init__", + "name": "__init__", + "lineno": 32, + "scope": "TagRule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.TagRule.apply", + "name": "apply", + "lineno": 39, + "scope": "TagRule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.TagRule.applies", + "name": "applies", + "lineno": 71, + "scope": "TagRule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.TagRule.__eq__", + "name": "__eq__", + "lineno": 83, + "scope": "TagRule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.TagRule.__ne__", + "name": "__ne__", + "lineno": 86, + "scope": "TagRule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.TagRule.__hash__", + "name": "__hash__", + "lineno": 89, + "scope": "TagRule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.Rule.__init__", + "name": "__init__", + "lineno": 115, + "scope": "Rule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.Rule.encode_json_obj", + "name": "encode_json_obj", + "lineno": 136, + "scope": "Rule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.Rule.decode_json_obj", + "name": "decode_json_obj", + "lineno": 145, + "scope": "Rule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.Rule.applies", + "name": "applies", + "lineno": 153, + "scope": "Rule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.Rule.__eq__", + "name": "__eq__", + "lineno": 175, + "scope": "Rule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.Rule.__ne__", + "name": "__ne__", + "lineno": 184, + "scope": "Rule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.Rule.__hash__", + "name": "__hash__", + "lineno": 187, + "scope": "Rule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.Rule.__repr__", + "name": "__repr__", + "lineno": 195, + "scope": "Rule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.Rule.__str__", + "name": "__str__", + "lineno": 213, + "scope": "Rule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.Rule.__str__._condition_to_logic", + "name": "_condition_to_logic", + "lineno": 214, + "scope": "Rule.__str__", + "is_async": false + }, + { + "id": "nltk.tbl.rule.Rule.format", + "name": "format", + "lineno": 232, + "scope": "Rule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.Rule._verbose_format", + "name": "_verbose_format", + "lineno": 276, + "scope": "Rule", + "is_async": false + }, + { + "id": "nltk.tbl.rule.Rule._verbose_format.condition_to_str", + "name": "condition_to_str", + "lineno": 284, + "scope": "Rule._verbose_format", + "is_async": false + }, + { + "id": "nltk.tbl.rule.Rule._verbose_format.range_to_str", + "name": "range_to_str", + "lineno": 291, + "scope": "Rule._verbose_format", + "is_async": false + } + ], + "nltk.tbl.template": [ + { + "id": "nltk.tbl.template.BrillTemplateI.applicable_rules", + "name": "applicable_rules", + "lineno": 25, + "scope": "BrillTemplateI", + "is_async": false + }, + { + "id": "nltk.tbl.template.BrillTemplateI.get_neighborhood", + "name": "get_neighborhood", + "lineno": 46, + "scope": "BrillTemplateI", + "is_async": false + }, + { + "id": "nltk.tbl.template.Template.__init__", + "name": "__init__", + "lineno": 78, + "scope": "Template", + "is_async": false + }, + { + "id": "nltk.tbl.template.Template.__repr__", + "name": "__repr__", + "lineno": 150, + "scope": "Template", + "is_async": false + }, + { + "id": "nltk.tbl.template.Template.applicable_rules", + "name": "applicable_rules", + "lineno": 156, + "scope": "Template", + "is_async": false + }, + { + "id": "nltk.tbl.template.Template._applicable_conditions", + "name": "_applicable_conditions", + "lineno": 169, + "scope": "Template", + "is_async": false + }, + { + "id": "nltk.tbl.template.Template.get_neighborhood", + "name": "get_neighborhood", + "lineno": 185, + "scope": "Template", + "is_async": false + }, + { + "id": "nltk.tbl.template.Template.expand", + "name": "expand", + "lineno": 203, + "scope": "Template", + "is_async": false + }, + { + "id": "nltk.tbl.template.Template.expand.nonempty_powerset", + "name": "nonempty_powerset", + "lineno": 277, + "scope": "Template.expand", + "is_async": false + }, + { + "id": "nltk.tbl.template.Template._cleartemplates", + "name": "_cleartemplates", + "lineno": 320, + "scope": "Template", + "is_async": false + }, + { + "id": "nltk.tbl.template.Template._poptemplate", + "name": "_poptemplate", + "lineno": 324, + "scope": "Template", + "is_async": false + } + ], + "nltk.tbl": [], + "nltk.test.all": [ + { + "id": "nltk.test.all.additional_tests", + "name": "additional_tests", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "nltk.test.childes_fixt": [ + { + "id": "nltk.test.childes_fixt.setup_module", + "name": "setup_module", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "nltk.test.classify_fixt": [ + { + "id": "nltk.test.classify_fixt.setup_module", + "name": "setup_module", + "lineno": 2, + "scope": null, + "is_async": false + } + ], + "nltk.test.conftest": [ + { + "id": "nltk.test.conftest.mock_plot", + "name": "mock_plot", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.conftest.teardown_loaded_corpora", + "name": "teardown_loaded_corpora", + "lineno": 22, + "scope": null, + "is_async": false + } + ], + "nltk.test.gensim_fixt": [ + { + "id": "nltk.test.gensim_fixt.setup_module", + "name": "setup_module", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "nltk.test.gluesemantics_malt_fixt": [ + { + "id": "nltk.test.gluesemantics_malt_fixt.setup_module", + "name": "setup_module", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "nltk.test.portuguese_en_fixt": [ + { + "id": "nltk.test.portuguese_en_fixt.setup_module", + "name": "setup_module", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "nltk.test.probability_fixt": [ + { + "id": "nltk.test.probability_fixt.setup_module", + "name": "setup_module", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "nltk.test.setup_fixt": [ + { + "id": "nltk.test.setup_fixt.check_binary", + "name": "check_binary", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.setup_fixt.check_jar", + "name": "check_jar", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "nltk.test.test_filestring_sandbox": [ + { + "id": "nltk.test.test_filestring_sandbox.test_reads_allowed_file", + "name": "test_reads_allowed_file", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.test_filestring_sandbox.test_rejects_parent_traversal", + "name": "test_rejects_parent_traversal", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.test_filestring_sandbox.test_rejects_symlink_escape", + "name": "test_rejects_symlink_escape", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.test_filestring_sandbox.test_preserves_file_like_objects", + "name": "test_preserves_file_like_objects", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.test_filestring_sandbox.test_encoding_fallback", + "name": "test_encoding_fallback", + "lineno": 62, + "scope": null, + "is_async": false + } + ], + "nltk.test": [], + "nltk.test.unit.test_aline": [ + { + "id": "nltk.test.unit.test_aline.test_aline", + "name": "test_aline", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.test_aline_delta", + "name": "test_aline_delta", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestAlineEdgeCases.test_identical_strings", + "name": "test_identical_strings", + "lineno": 53, + "scope": "TestAlineEdgeCases", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestAlineEdgeCases.test_invalid_segment_raises", + "name": "test_invalid_segment_raises", + "lineno": 58, + "scope": "TestAlineEdgeCases", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestAlineEdgeCases.test_single_char", + "name": "test_single_char", + "lineno": 71, + "scope": "TestAlineEdgeCases", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestAlineEdgeCases.test_single_char_different", + "name": "test_single_char_different", + "lineno": 76, + "scope": "TestAlineEdgeCases", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestAlineEdgeCases.test_single_vowel", + "name": "test_single_vowel", + "lineno": 81, + "scope": "TestAlineEdgeCases", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestFeatureMatrix.test_all_consonants_in_feature_matrix", + "name": "test_all_consonants_in_feature_matrix", + "lineno": 95, + "scope": "TestFeatureMatrix", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestFeatureMatrix.test_all_vowels_in_feature_matrix", + "name": "test_all_vowels_in_feature_matrix", + "lineno": 102, + "scope": "TestFeatureMatrix", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestFeatureMatrix.test_no_trailing_spaces_in_consonants", + "name": "test_no_trailing_spaces_in_consonants", + "lineno": 107, + "scope": "TestFeatureMatrix", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestFeatureMatrix.test_no_trailing_spaces_in_vowels", + "name": "test_no_trailing_spaces_in_vowels", + "lineno": 112, + "scope": "TestFeatureMatrix", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestFeatureMatrix.test_no_trailing_spaces_in_feature_matrix_keys", + "name": "test_no_trailing_spaces_in_feature_matrix_keys", + "lineno": 117, + "scope": "TestFeatureMatrix", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestFeatureMatrix.test_consonants_not_vowel_place", + "name": "test_consonants_not_vowel_place", + "lineno": 122, + "scope": "TestFeatureMatrix", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestFeatureMatrix.test_vowels_have_vowel_place", + "name": "test_vowels_have_vowel_place", + "lineno": 129, + "scope": "TestFeatureMatrix", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestFeatureMatrix.test_unrounded_vowels", + "name": "test_unrounded_vowels", + "lineno": 137, + "scope": "TestFeatureMatrix", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestFeatureMatrix.test_rounded_vowels", + "name": "test_rounded_vowels", + "lineno": 146, + "scope": "TestFeatureMatrix", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestFeatureMatrix.test_close_mid_vowels", + "name": "test_close_mid_vowels", + "lineno": 156, + "scope": "TestFeatureMatrix", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_identical_consonants", + "name": "test_delta_identical_consonants", + "lineno": 167, + "scope": "TestScoringFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_identical_vowels", + "name": "test_delta_identical_vowels", + "lineno": 173, + "scope": "TestScoringFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_similar_consonants", + "name": "test_delta_similar_consonants", + "lineno": 178, + "scope": "TestScoringFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_symmetric", + "name": "test_delta_symmetric", + "lineno": 186, + "scope": "TestScoringFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestScoringFunctions.test_sigma_skip_negative", + "name": "test_sigma_skip_negative", + "lineno": 192, + "scope": "TestScoringFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestScoringFunctions.test_sigma_sub_identical", + "name": "test_sigma_sub_identical", + "lineno": 197, + "scope": "TestScoringFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestScoringFunctions.test_sigma_exp_returns_value", + "name": "test_sigma_exp_returns_value", + "lineno": 203, + "scope": "TestScoringFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestScoringFunctions.test_V_vowel_gt_consonant", + "name": "test_V_vowel_gt_consonant", + "lineno": 208, + "scope": "TestScoringFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestScoringFunctions.test_R_returns_list", + "name": "test_R_returns_list", + "lineno": 215, + "scope": "TestScoringFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestAlignmentProperties.test_alignment_not_empty", + "name": "test_alignment_not_empty", + "lineno": 227, + "scope": "TestAlignmentProperties", + "is_async": false + }, + { + "id": "nltk.test.unit.test_aline.TestAlignmentProperties.test_alignment_returns_list_of_lists", + "name": "test_alignment_returns_list_of_lists", + "lineno": 233, + "scope": "TestAlignmentProperties", + "is_async": false + } + ], + "nltk.test.unit.test_bllip": [ + { + "id": "nltk.test.unit.test_bllip.parser", + "name": "parser", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_bllip.setup_module", + "name": "setup_module", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_bllip.TestBllipParser.test_parser_loads_a_valid_tree", + "name": "test_parser_loads_a_valid_tree", + "lineno": 19, + "scope": "TestBllipParser", + "is_async": false + }, + { + "id": "nltk.test.unit.test_bllip.TestBllipParser.test_tagged_parse_finds_matching_element", + "name": "test_tagged_parse_finds_matching_element", + "lineno": 37, + "scope": "TestBllipParser", + "is_async": false + } + ], + "nltk.test.unit.test_brill": [ + { + "id": "nltk.test.unit.test_brill.TestBrill.test_pos_template", + "name": "test_pos_template", + "lineno": 13, + "scope": "TestBrill", + "is_async": false + }, + { + "id": "nltk.test.unit.test_brill.TestBrill.test_brill_demo", + "name": "test_brill_demo", + "lineno": 33, + "scope": "TestBrill", + "is_async": false + } + ], + "nltk.test.unit.test_ccg_dir": [ + { + "id": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_parse_variable_direction", + "name": "test_parse_variable_direction", + "lineno": 11, + "scope": "TestCCGDirection", + "is_async": false + }, + { + "id": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_variable_direction_can_unify", + "name": "test_variable_direction_can_unify", + "lineno": 36, + "scope": "TestCCGDirection", + "is_async": false + }, + { + "id": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_strict_regex_rejects_double_variable", + "name": "test_strict_regex_rejects_double_variable", + "lineno": 59, + "scope": "TestCCGDirection", + "is_async": false + }, + { + "id": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_direction_equality_and_hashing", + "name": "test_direction_equality_and_hashing", + "lineno": 71, + "scope": "TestCCGDirection", + "is_async": false + }, + { + "id": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_substitute_applies_to_direction", + "name": "test_substitute_applies_to_direction", + "lineno": 93, + "scope": "TestCCGDirection", + "is_async": false + }, + { + "id": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_substitute_no_op_on_concrete_direction", + "name": "test_substitute_no_op_on_concrete_direction", + "lineno": 111, + "scope": "TestCCGDirection", + "is_async": false + } + ], + "nltk.test.unit.test_cfd_mutation": [ + { + "id": "nltk.test.unit.test_cfd_mutation.TestEmptyCondFreq.test_tabulate", + "name": "test_tabulate", + "lineno": 9, + "scope": "TestEmptyCondFreq", + "is_async": false + }, + { + "id": "nltk.test.unit.test_cfd_mutation.TestEmptyCondFreq.test_plot", + "name": "test_plot", + "lineno": 16, + "scope": "TestEmptyCondFreq", + "is_async": false + }, + { + "id": "nltk.test.unit.test_cfd_mutation.TestEmptyCondFreq.test_increment", + "name": "test_increment", + "lineno": 22, + "scope": "TestEmptyCondFreq", + "is_async": false + } + ], + "nltk.test.unit.test_cfg2chomsky": [ + { + "id": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_simple", + "name": "test_simple", + "lineno": 8, + "scope": "ChomskyNormalFormForCFGTest", + "is_async": false + }, + { + "id": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_complex", + "name": "test_complex", + "lineno": 43, + "scope": "ChomskyNormalFormForCFGTest", + "is_async": false + } + ], + "nltk.test.unit.test_chunk": [ + { + "id": "nltk.test.unit.test_chunk.TestChunkRule.test_tag_pattern2re_pattern_quantifier", + "name": "test_tag_pattern2re_pattern_quantifier", + "lineno": 7, + "scope": "TestChunkRule", + "is_async": false + } + ], + "nltk.test.unit.test_classify": [ + { + "id": "nltk.test.unit.test_classify.assert_classifier_correct", + "name": "assert_classifier_correct", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_classify.test_megam", + "name": "test_megam", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_classify.test_tadm", + "name": "test_tadm", + "lineno": 49, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_collocations": [ + { + "id": "nltk.test.unit.test_collocations.close_enough", + "name": "close_enough", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_collocations.test_bigram2", + "name": "test_bigram2", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_collocations.test_bigram3", + "name": "test_bigram3", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_collocations.test_bigram5", + "name": "test_bigram5", + "lineno": 84, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_concordance": [ + { + "id": "nltk.test.unit.test_concordance.stdout_redirect", + "name": "stdout_redirect", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_concordance.TestConcordance.setUpClass", + "name": "setUpClass", + "lineno": 23, + "scope": "TestConcordance", + "is_async": false + }, + { + "id": "nltk.test.unit.test_concordance.TestConcordance.tearDownClass", + "name": "tearDownClass", + "lineno": 27, + "scope": "TestConcordance", + "is_async": false + }, + { + "id": "nltk.test.unit.test_concordance.TestConcordance.setUp", + "name": "setUp", + "lineno": 30, + "scope": "TestConcordance", + "is_async": false + }, + { + "id": "nltk.test.unit.test_concordance.TestConcordance.tearDown", + "name": "tearDown", + "lineno": 48, + "scope": "TestConcordance", + "is_async": false + }, + { + "id": "nltk.test.unit.test_concordance.TestConcordance.test_concordance_list", + "name": "test_concordance_list", + "lineno": 51, + "scope": "TestConcordance", + "is_async": false + }, + { + "id": "nltk.test.unit.test_concordance.TestConcordance.test_concordance_width", + "name": "test_concordance_width", + "lineno": 55, + "scope": "TestConcordance", + "is_async": false + }, + { + "id": "nltk.test.unit.test_concordance.TestConcordance.test_concordance_lines", + "name": "test_concordance_lines", + "lineno": 73, + "scope": "TestConcordance", + "is_async": false + }, + { + "id": "nltk.test.unit.test_concordance.TestConcordance.test_concordance_print", + "name": "test_concordance_print", + "lineno": 77, + "scope": "TestConcordance", + "is_async": false + }, + { + "id": "nltk.test.unit.test_concordance.TestConcordance.test_concordance_print.strip_space", + "name": "strip_space", + "lineno": 95, + "scope": "TestConcordance.test_concordance_print", + "is_async": false + } + ], + "nltk.test.unit.test_corenlp": [ + { + "id": "nltk.test.unit.test_corenlp.setup_module", + "name": "setup_module", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_corenlp.teardown_module", + "name": "teardown_module", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_corenlp.TestTokenizerAPI.test_tokenize", + "name": "test_tokenize", + "lineno": 37, + "scope": "TestTokenizerAPI", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corenlp.TestTaggerAPI.test_pos_tagger", + "name": "test_pos_tagger", + "lineno": 256, + "scope": "TestTaggerAPI", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corenlp.TestTaggerAPI.test_ner_tagger", + "name": "test_ner_tagger", + "lineno": 590, + "scope": "TestTaggerAPI", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corenlp.TestTaggerAPI.test_unexpected_tagtype", + "name": "test_unexpected_tagtype", + "lineno": 751, + "scope": "TestTaggerAPI", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corenlp.TestParserAPI.test_parse", + "name": "test_parse", + "lineno": 757, + "scope": "TestParserAPI", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corenlp.TestParserAPI.test_dependency_parser", + "name": "test_dependency_parser", + "lineno": 1116, + "scope": "TestParserAPI", + "is_async": false + } + ], + "nltk.test.unit.test_corpora": [ + { + "id": "nltk.test.unit.test_corpora.TestUdhr.test_words", + "name": "test_words", + "lineno": 19, + "scope": "TestUdhr", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestUdhr.test_raw_unicode", + "name": "test_raw_unicode", + "lineno": 24, + "scope": "TestUdhr", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestUdhr.test_polish_encoding", + "name": "test_polish_encoding", + "lineno": 29, + "scope": "TestUdhr", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestIndian.test_words", + "name": "test_words", + "lineno": 42, + "scope": "TestIndian", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestIndian.test_tagged_words", + "name": "test_tagged_words", + "lineno": 46, + "scope": "TestIndian", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestCess.test_catalan", + "name": "test_catalan", + "lineno": 54, + "scope": "TestCess", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestCess.test_esp", + "name": "test_esp", + "lineno": 60, + "scope": "TestCess", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestFloresta.test_words", + "name": "test_words", + "lineno": 68, + "scope": "TestFloresta", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestSinicaTreebank.test_sents", + "name": "test_sents", + "lineno": 75, + "scope": "TestSinicaTreebank", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestSinicaTreebank.test_parsed_sents", + "name": "test_parsed_sents", + "lineno": 82, + "scope": "TestSinicaTreebank", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestCoNLL2007.test_sents", + "name": "test_sents", + "lineno": 100, + "scope": "TestCoNLL2007", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestCoNLL2007.test_parsed_sents", + "name": "test_parsed_sents", + "lineno": 106, + "scope": "TestCoNLL2007", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestPTB.test_fileids", + "name": "test_fileids", + "lineno": 201, + "scope": "TestPTB", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestPTB.test_words", + "name": "test_words", + "lineno": 212, + "scope": "TestPTB", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestPTB.test_tagged_words", + "name": "test_tagged_words", + "lineno": 218, + "scope": "TestPTB", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestPTB.test_categories", + "name": "test_categories", + "lineno": 224, + "scope": "TestPTB", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestPTB.test_news_fileids", + "name": "test_news_fileids", + "lineno": 240, + "scope": "TestPTB", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestPTB.test_category_words", + "name": "test_category_words", + "lineno": 246, + "scope": "TestPTB", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestMWAPPDB.test_fileids", + "name": "test_fileids", + "lineno": 255, + "scope": "TestMWAPPDB", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpora.TestMWAPPDB.test_entries", + "name": "test_entries", + "lineno": 260, + "scope": "TestMWAPPDB", + "is_async": false + } + ], + "nltk.test.unit.test_corpus_reader": [ + { + "id": "nltk.test.unit.test_corpus_reader.test_corpusreader_open_blocks_symlink_escape", + "name": "test_corpusreader_open_blocks_symlink_escape", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_reader.test_find_corpus_fileids_skips_symlink_escape", + "name": "test_find_corpus_fileids_skips_symlink_escape", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_corpus_util": [ + { + "id": "nltk.test.unit.test_corpus_util.TestMakeBoundMethod.test_creates_bound_method", + "name": "test_creates_bound_method", + "lineno": 24, + "scope": "TestMakeBoundMethod", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_util.TestMakeBoundMethod.test_creates_bound_method.TestClass.__init__", + "name": "__init__", + "lineno": 28, + "scope": "TestMakeBoundMethod.test_creates_bound_method.TestClass", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_util.TestMakeBoundMethod.test_creates_bound_method.test_func", + "name": "test_func", + "lineno": 31, + "scope": "TestMakeBoundMethod.test_creates_bound_method", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_util.TestMakeBoundMethod.test_bound_method_has_correct_self", + "name": "test_bound_method_has_correct_self", + "lineno": 43, + "scope": "TestMakeBoundMethod", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_util.TestMakeBoundMethod.test_bound_method_has_correct_self.Counter.__init__", + "name": "__init__", + "lineno": 47, + "scope": "TestMakeBoundMethod.test_bound_method_has_correct_self.Counter", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_util.TestMakeBoundMethod.test_bound_method_has_correct_self.increment", + "name": "increment", + "lineno": 50, + "scope": "TestMakeBoundMethod.test_bound_method_has_correct_self", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_util.TestMakeBoundMethod.test_bound_method_with_arguments", + "name": "test_bound_method_with_arguments", + "lineno": 62, + "scope": "TestMakeBoundMethod", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_util.TestMakeBoundMethod.test_bound_method_with_arguments.Multiplier.__init__", + "name": "__init__", + "lineno": 66, + "scope": "TestMakeBoundMethod.test_bound_method_with_arguments.Multiplier", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_util.TestMakeBoundMethod.test_bound_method_with_arguments.multiply", + "name": "multiply", + "lineno": 69, + "scope": "TestMakeBoundMethod.test_bound_method_with_arguments", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_util.monkeypatch_find", + "name": "monkeypatch_find", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_util.monkeypatch_find.fake_find", + "name": "fake_find", + "lineno": 87, + "scope": "monkeypatch_find", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_util.dummy_reader_cls", + "name": "dummy_reader_cls", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_util.dummy_reader_cls.DummyCorpusReader.__init__", + "name": "__init__", + "lineno": 100, + "scope": "dummy_reader_cls.DummyCorpusReader", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_util.dummy_reader_cls.DummyCorpusReader.marker", + "name": "marker", + "lineno": 106, + "scope": "dummy_reader_cls.DummyCorpusReader", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_util.test_repr_not_loaded", + "name": "test_repr_not_loaded", + "lineno": 112, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_util.test_load_unload_reload_cycle", + "name": "test_load_unload_reload_cycle", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_util.test_dunder_access_does_not_trigger_load", + "name": "test_dunder_access_does_not_trigger_load", + "lineno": 137, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_corpus_views": [ + { + "id": "nltk.test.unit.test_corpus_views.TestCorpusViews.data", + "name": "data", + "lineno": 23, + "scope": "TestCorpusViews", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_views.TestCorpusViews.test_correct_values", + "name": "test_correct_values", + "lineno": 30, + "scope": "TestCorpusViews", + "is_async": false + }, + { + "id": "nltk.test.unit.test_corpus_views.TestCorpusViews.test_correct_length", + "name": "test_correct_length", + "lineno": 40, + "scope": "TestCorpusViews", + "is_async": false + } + ], + "nltk.test.unit.test_data": [ + { + "id": "nltk.test.unit.test_data.test_find_raises_exception", + "name": "test_find_raises_exception", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_data.test_find_raises_exception_with_full_resource_name", + "name": "test_find_raises_exception_with_full_resource_name", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_data.test_find_missing_entry_in_installed_package_demotes_download_hint", + "name": "test_find_missing_entry_in_installed_package_demotes_download_hint", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_data_security": [ + { + "id": "nltk.test.unit.test_data_security.test_normalize_rejects_no_protocol_traversal", + "name": "test_normalize_rejects_no_protocol_traversal", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_data_security.test_normalize_rejects_no_protocol_backslashes", + "name": "test_normalize_rejects_no_protocol_backslashes", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_data_security.test_normalize_allows_package_paths", + "name": "test_normalize_allows_package_paths", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_data_security.test_find_rejects_traversal_direct_call", + "name": "test_find_rejects_traversal_direct_call", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_data_security.test_find_rejects_traversal_that_becomes_unsafe_after_normalization", + "name": "test_find_rejects_traversal_that_becomes_unsafe_after_normalization", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_data_security.test_normalize_rejects_no_protocol_absolute_posix_path", + "name": "test_normalize_rejects_no_protocol_absolute_posix_path", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_data_security.test_normalize_rejects_no_protocol_windows_drive_letter_paths", + "name": "test_normalize_rejects_no_protocol_windows_drive_letter_paths", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_data_security.test_normalize_rejects_no_protocol_dotdot_only", + "name": "test_normalize_rejects_no_protocol_dotdot_only", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_data_security.test_normalize_rejects_url_encoded_traversal", + "name": "test_normalize_rejects_url_encoded_traversal", + "lineno": 94, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_data_security.test_find_rejects_url_encoded_traversal", + "name": "test_find_rejects_url_encoded_traversal", + "lineno": 114, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_data_security.test_normalize_allows_safe_percent_encoded_names", + "name": "test_normalize_allows_safe_percent_encoded_names", + "lineno": 133, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_data_security.test_double_encoded_payloads_are_not_exploitable", + "name": "test_double_encoded_payloads_are_not_exploitable", + "lineno": 157, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_data_security.test_load_rejects_encoded_traversal_end_to_end", + "name": "test_load_rejects_encoded_traversal_end_to_end", + "lineno": 180, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_data_security.test_find_zip_split_is_non_greedy", + "name": "test_find_zip_split_is_non_greedy", + "lineno": 189, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_disagreement": [ + { + "id": "nltk.test.unit.test_disagreement.TestDisagreement.test_easy", + "name": "test_easy", + "lineno": 11, + "scope": "TestDisagreement", + "is_async": false + }, + { + "id": "nltk.test.unit.test_disagreement.TestDisagreement.test_easy2", + "name": "test_easy2", + "lineno": 27, + "scope": "TestDisagreement", + "is_async": false + }, + { + "id": "nltk.test.unit.test_disagreement.TestDisagreement.test_easy3", + "name": "test_easy3", + "lineno": 43, + "scope": "TestDisagreement", + "is_async": false + }, + { + "id": "nltk.test.unit.test_disagreement.TestDisagreement.test_advanced", + "name": "test_advanced", + "lineno": 60, + "scope": "TestDisagreement", + "is_async": false + }, + { + "id": "nltk.test.unit.test_disagreement.TestDisagreement.test_advanced2", + "name": "test_advanced2", + "lineno": 111, + "scope": "TestDisagreement", + "is_async": false + } + ], + "nltk.test.unit.test_distance": [ + { + "id": "nltk.test.unit.test_distance.TestEditDistance.test_with_transpositions", + "name": "test_with_transpositions", + "lineno": 110, + "scope": "TestEditDistance", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestJaroSimilarity.test_both_empty", + "name": "test_both_empty", + "lineno": 144, + "scope": "TestJaroSimilarity", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestJaroSimilarity.test_empty_vs_nonempty", + "name": "test_empty_vs_nonempty", + "lineno": 148, + "scope": "TestJaroSimilarity", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestJaroSimilarity.test_single_char_identical", + "name": "test_single_char_identical", + "lineno": 153, + "scope": "TestJaroSimilarity", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestJaroSimilarity.test_single_char_different", + "name": "test_single_char_different", + "lineno": 161, + "scope": "TestJaroSimilarity", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestJaroSimilarity.test_known_values", + "name": "test_known_values", + "lineno": 180, + "scope": "TestJaroSimilarity", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestJaroSimilarity.test_symmetry", + "name": "test_symmetry", + "lineno": 196, + "scope": "TestJaroSimilarity", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestJaroSimilarity.test_return_type_is_float", + "name": "test_return_type_is_float", + "lineno": 203, + "scope": "TestJaroSimilarity", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestJaroWinklerSimilarity.test_both_empty", + "name": "test_both_empty", + "lineno": 214, + "scope": "TestJaroWinklerSimilarity", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestJaroWinklerSimilarity.test_single_char_identical", + "name": "test_single_char_identical", + "lineno": 217, + "scope": "TestJaroWinklerSimilarity", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestJaroWinklerSimilarity.test_single_char_different", + "name": "test_single_char_different", + "lineno": 220, + "scope": "TestJaroWinklerSimilarity", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestJaroWinklerSimilarity.test_known_value", + "name": "test_known_value", + "lineno": 223, + "scope": "TestJaroWinklerSimilarity", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestJaroWinklerSimilarity.test_winkler_ge_jaro", + "name": "test_winkler_ge_jaro", + "lineno": 226, + "scope": "TestJaroWinklerSimilarity", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance._alignment_has_no_substitutions", + "name": "_alignment_has_no_substitutions", + "lineno": 232, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance._alignment_cost", + "name": "_alignment_cost", + "lineno": 242, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_default_rain_to_shine", + "name": "test_default_rain_to_shine", + "lineno": 261, + "scope": "TestEditDistanceAlign", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_identical_strings", + "name": "test_identical_strings", + "lineno": 266, + "scope": "TestEditDistanceAlign", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_empty_to_nonempty", + "name": "test_empty_to_nonempty", + "lineno": 271, + "scope": "TestEditDistanceAlign", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_nonempty_to_empty", + "name": "test_nonempty_to_empty", + "lineno": 276, + "scope": "TestEditDistanceAlign", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_both_empty", + "name": "test_both_empty", + "lineno": 281, + "scope": "TestEditDistanceAlign", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_single_char_substitution", + "name": "test_single_char_substitution", + "lineno": 285, + "scope": "TestEditDistanceAlign", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_inf_sub_cost_different_chars", + "name": "test_inf_sub_cost_different_chars", + "lineno": 292, + "scope": "TestEditDistanceAlign", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_inf_sub_cost_identical_strings", + "name": "test_inf_sub_cost_identical_strings", + "lineno": 301, + "scope": "TestEditDistanceAlign", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_inf_sub_cost_partial_match", + "name": "test_inf_sub_cost_partial_match", + "lineno": 306, + "scope": "TestEditDistanceAlign", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_inf_sub_cost_longer_partial_match", + "name": "test_inf_sub_cost_longer_partial_match", + "lineno": 314, + "scope": "TestEditDistanceAlign", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_sub_cost_2_prefers_substitution", + "name": "test_sub_cost_2_prefers_substitution", + "lineno": 320, + "scope": "TestEditDistanceAlign", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_sub_cost_3_avoids_substitution", + "name": "test_sub_cost_3_avoids_substitution", + "lineno": 326, + "scope": "TestEditDistanceAlign", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_alignment_cost_equals_edit_distance", + "name": "test_alignment_cost_equals_edit_distance", + "lineno": 350, + "scope": "TestEditDistanceAlign", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_alignment_starts_and_ends_correctly", + "name": "test_alignment_starts_and_ends_correctly", + "lineno": 368, + "scope": "TestEditDistanceAlign", + "is_async": false + }, + { + "id": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_alignment_steps_are_valid", + "name": "test_alignment_steps_are_valid", + "lineno": 382, + "scope": "TestEditDistanceAlign", + "is_async": false + } + ], + "nltk.test.unit.test_downloader": [ + { + "id": "nltk.test.unit.test_downloader.test_downloader_using_existing_parent_download_dir", + "name": "test_downloader_using_existing_parent_download_dir", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader.test_downloader_using_non_existing_parent_download_dir", + "name": "test_downloader_using_non_existing_parent_download_dir", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader.test_downloader_redownload", + "name": "test_downloader_redownload", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader.test_build_index", + "name": "test_build_index", + "lineno": 52, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_downloader_atomic": [ + { + "id": "nltk.test.unit.test_downloader_atomic._build_source_zip", + "name": "_build_source_zip", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_atomic._zip_metadata", + "name": "_zip_metadata", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_atomic.SlowResponse.__init__", + "name": "__init__", + "lineno": 42, + "scope": "SlowResponse", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_atomic.SlowResponse.read", + "name": "read", + "lineno": 46, + "scope": "SlowResponse", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_atomic.SlowResponse.close", + "name": "close", + "lineno": 52, + "scope": "SlowResponse", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_atomic.SlowResponse.__getattr__", + "name": "__getattr__", + "lineno": 55, + "scope": "SlowResponse", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_atomic._download_with_file_url", + "name": "_download_with_file_url", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_atomic._download_with_file_url.counting_urlopen", + "name": "counting_urlopen", + "lineno": 62, + "scope": "_download_with_file_url", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_atomic._collect_debug", + "name": "_collect_debug", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.setUp", + "name": "setUp", + "lineno": 114, + "scope": "TestDownloaderAtomic", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.tearDown", + "name": "tearDown", + "lineno": 141, + "scope": "TestDownloaderAtomic", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.test_concurrent_downloads_cooperate", + "name": "test_concurrent_downloads_cooperate", + "lineno": 148, + "scope": "TestDownloaderAtomic", + "is_async": false + } + ], + "nltk.test.unit.test_downloader_unzip": [ + { + "id": "nltk.test.unit.test_downloader_unzip._make_zip", + "name": "_make_zip", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip._run_unzip_iter", + "name": "_run_unzip_iter", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip._assert_blocked", + "name": "_assert_blocked", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_normal_relative_paths_are_extracted", + "name": "test_normal_relative_paths_are_extracted", + "lineno": 50, + "scope": "TestSecureUnzip", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_zip_slip_with_parent_directory_component_is_blocked", + "name": "test_zip_slip_with_parent_directory_component_is_blocked", + "lineno": 71, + "scope": "TestSecureUnzip", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_zip_slip_with_absolute_posix_path_is_blocked", + "name": "test_zip_slip_with_absolute_posix_path_is_blocked", + "lineno": 105, + "scope": "TestSecureUnzip", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_entries_resolved_outside_root_are_blocked_via_symlink", + "name": "test_entries_resolved_outside_root_are_blocked_via_symlink", + "lineno": 140, + "scope": "TestSecureUnzip", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_bad_zipfile_yields_errormessage", + "name": "test_bad_zipfile_yields_errormessage", + "lineno": 179, + "scope": "TestSecureUnzip", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_null_byte_in_member_name_is_blocked", + "name": "test_null_byte_in_member_name_is_blocked", + "lineno": 195, + "scope": "TestSecureUnzip", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_multiple_violation_types_all_reported_and_nothing_extracted", + "name": "test_multiple_violation_types_all_reported_and_nothing_extracted", + "lineno": 231, + "scope": "TestSecureUnzip", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_extraction_error_does_not_delete_preexisting_root_content", + "name": "test_extraction_error_does_not_delete_preexisting_root_content", + "lineno": 270, + "scope": "TestSecureUnzip", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_namelist_raises_yields_errormessage", + "name": "test_namelist_raises_yields_errormessage", + "lineno": 295, + "scope": "TestSecureUnzip", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_unzip_iter_verbose_writes_to_stdout", + "name": "test_unzip_iter_verbose_writes_to_stdout", + "lineno": 316, + "scope": "TestSecureUnzip", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_verbose_output_on_corrupt_zip", + "name": "test_verbose_output_on_corrupt_zip", + "lineno": 331, + "scope": "TestSecureUnzip", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_safe_relative_path_passes", + "name": "test_safe_relative_path_passes", + "lineno": 350, + "scope": "TestValidateMember", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_parent_traversal_blocked", + "name": "test_parent_traversal_blocked", + "lineno": 354, + "scope": "TestValidateMember", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_deeply_nested_traversal_blocked", + "name": "test_deeply_nested_traversal_blocked", + "lineno": 359, + "scope": "TestValidateMember", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_null_byte_blocked", + "name": "test_null_byte_blocked", + "lineno": 364, + "scope": "TestValidateMember", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_absolute_posix_path_blocked", + "name": "test_absolute_posix_path_blocked", + "lineno": 373, + "scope": "TestValidateMember", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_windows_drive_letter_blocked", + "name": "test_windows_drive_letter_blocked", + "lineno": 382, + "scope": "TestValidateMember", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_backslash_traversal", + "name": "test_backslash_traversal", + "lineno": 387, + "scope": "TestValidateMember", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_normcase_is_applied_to_path_comparisons", + "name": "test_normcase_is_applied_to_path_comparisons", + "lineno": 398, + "scope": "TestValidateMember", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_normcase_is_applied_to_path_comparisons.case_folding_normcase", + "name": "case_folding_normcase", + "lineno": 404, + "scope": "TestValidateMember.test_normcase_is_applied_to_path_comparisons", + "is_async": false + } + ], + "nltk.test.unit.test_downloader_xxe": [ + { + "id": "nltk.test.unit.test_downloader_xxe.TestDownloaderXXE.test_billion_laughs_blocked", + "name": "test_billion_laughs_blocked", + "lineno": 37, + "scope": "TestDownloaderXXE", + "is_async": false + }, + { + "id": "nltk.test.unit.test_downloader_xxe.TestDownloaderXXE.test_valid_xml_parses", + "name": "test_valid_xml_parses", + "lineno": 46, + "scope": "TestDownloaderXXE", + "is_async": false + } + ], + "nltk.test.unit.test_framenet_security": [ + { + "id": "nltk.test.unit.test_framenet_security._make_corpus", + "name": "_make_corpus", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_framenet_security._record_opens", + "name": "_record_opens", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_framenet_security._record_opens.spy", + "name": "spy", + "lineno": 53, + "scope": "_record_opens", + "is_async": false + }, + { + "id": "nltk.test.unit.test_framenet_security.test_framenet_frame_reads_legitimate_file", + "name": "test_framenet_frame_reads_legitimate_file", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_framenet_security.test_framenet_allows_normal_frame_name", + "name": "test_framenet_allows_normal_frame_name", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_framenet_security.test_framenet_rejects_traversal_frame_name", + "name": "test_framenet_rejects_traversal_frame_name", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_framenet_security.test_framenet_rejects_drive_prefixed_frame_name", + "name": "test_framenet_rejects_drive_prefixed_frame_name", + "lineno": 102, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_framenet_security.test_framenet_doc_rejects_traversal_filename", + "name": "test_framenet_doc_rejects_traversal_filename", + "lineno": 112, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_framenet_security.test_framenet_doc_rejects_drive_prefixed_filename", + "name": "test_framenet_doc_rejects_drive_prefixed_filename", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_framenet_security.test_framenet_lu_file_rejects_traversal_id", + "name": "test_framenet_lu_file_rejects_traversal_id", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_framenet_security.test_reject_unsafe_path_component_blocks", + "name": "test_reject_unsafe_path_component_blocks", + "lineno": 153, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_framenet_security.test_reject_unsafe_path_component_allows_normal", + "name": "test_reject_unsafe_path_component_allows_normal", + "lineno": 159, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_freqdist": [ + { + "id": "nltk.test.unit.test_freqdist.test_iterating_returns_an_iterator_ordered_by_frequency", + "name": "test_iterating_returns_an_iterator_ordered_by_frequency", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_hmm": [ + { + "id": "nltk.test.unit.test_hmm._wikipedia_example_hmm", + "name": "_wikipedia_example_hmm", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_hmm.test_forward_probability", + "name": "test_forward_probability", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_hmm.test_forward_probability2", + "name": "test_forward_probability2", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_hmm.test_backward_probability", + "name": "test_backward_probability", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_hmm.setup_module", + "name": "setup_module", + "lineno": 81, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_json2csv_corpus": [ + { + "id": "nltk.test.unit.test_json2csv_corpus.files_are_identical", + "name": "files_are_identical", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_json2csv_corpus.infile", + "name": "infile", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_json2csv_corpus.test_textoutput", + "name": "test_textoutput", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_json2csv_corpus.test_tweet_metadata", + "name": "test_tweet_metadata", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_json2csv_corpus.test_user_metadata", + "name": "test_user_metadata", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_json2csv_corpus.test_tweet_hashtag", + "name": "test_tweet_hashtag", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_json2csv_corpus.test_tweet_usermention", + "name": "test_tweet_usermention", + "lineno": 92, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_json2csv_corpus.test_tweet_media", + "name": "test_tweet_media", + "lineno": 106, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_json2csv_corpus.test_tweet_url", + "name": "test_tweet_url", + "lineno": 121, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_json2csv_corpus.test_userurl", + "name": "test_userurl", + "lineno": 136, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_json2csv_corpus.test_tweet_place", + "name": "test_tweet_place", + "lineno": 151, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_json2csv_corpus.test_tweet_place_boundingbox", + "name": "test_tweet_place_boundingbox", + "lineno": 166, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_json2csv_corpus.test_retweet_original_tweet", + "name": "test_retweet_original_tweet", + "lineno": 181, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_json2csv_corpus.test_file_is_wrong", + "name": "test_file_is_wrong", + "lineno": 206, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_json_serialization": [ + { + "id": "nltk.test.unit.test_json_serialization.TestJSONSerialization.setUp", + "name": "setUp", + "lineno": 21, + "scope": "TestJSONSerialization", + "is_async": false + }, + { + "id": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_default_tagger", + "name": "test_default_tagger", + "lineno": 27, + "scope": "TestJSONSerialization", + "is_async": false + }, + { + "id": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_regexp_tagger", + "name": "test_regexp_tagger", + "lineno": 34, + "scope": "TestJSONSerialization", + "is_async": false + }, + { + "id": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_affix_tagger", + "name": "test_affix_tagger", + "lineno": 44, + "scope": "TestJSONSerialization", + "is_async": false + }, + { + "id": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_ngram_taggers", + "name": "test_ngram_taggers", + "lineno": 56, + "scope": "TestJSONSerialization", + "is_async": false + }, + { + "id": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_perceptron_tagger", + "name": "test_perceptron_tagger", + "lineno": 73, + "scope": "TestJSONSerialization", + "is_async": false + }, + { + "id": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_brill_tagger", + "name": "test_brill_tagger", + "lineno": 84, + "scope": "TestJSONSerialization", + "is_async": false + } + ], + "nltk.test.unit.test_langnames": [ + { + "id": "nltk.test.unit.test_langnames.TestTag2Q.test_known_tag", + "name": "test_known_tag", + "lineno": 8, + "scope": "TestTag2Q", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestTag2Q.test_unknown_tag", + "name": "test_unknown_tag", + "lineno": 11, + "scope": "TestTag2Q", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestTag2Q.test_empty_string", + "name": "test_empty_string", + "lineno": 14, + "scope": "TestTag2Q", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestTag2Q.test_unknown_tag_strict", + "name": "test_unknown_tag_strict", + "lineno": 17, + "scope": "TestTag2Q", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestTag2Q.test_known_tag_strict", + "name": "test_known_tag_strict", + "lineno": 21, + "scope": "TestTag2Q", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestQ2Tag.test_known_qcode", + "name": "test_known_qcode", + "lineno": 26, + "scope": "TestQ2Tag", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestQ2Tag.test_unknown_qcode", + "name": "test_unknown_qcode", + "lineno": 29, + "scope": "TestQ2Tag", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestQ2Tag.test_empty_string", + "name": "test_empty_string", + "lineno": 32, + "scope": "TestQ2Tag", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestQ2Tag.test_unknown_qcode_strict", + "name": "test_unknown_qcode_strict", + "lineno": 35, + "scope": "TestQ2Tag", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestQ2Tag.test_known_qcode_strict", + "name": "test_known_qcode_strict", + "lineno": 39, + "scope": "TestQ2Tag", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestQ2Name.test_known_full", + "name": "test_known_full", + "lineno": 44, + "scope": "TestQ2Name", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestQ2Name.test_known_short", + "name": "test_known_short", + "lineno": 47, + "scope": "TestQ2Name", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestQ2Name.test_unknown_qcode", + "name": "test_unknown_qcode", + "lineno": 50, + "scope": "TestQ2Name", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestQ2Name.test_empty_string", + "name": "test_empty_string", + "lineno": 53, + "scope": "TestQ2Name", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestQ2Name.test_unknown_qcode_strict", + "name": "test_unknown_qcode_strict", + "lineno": 56, + "scope": "TestQ2Name", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestQ2Name.test_known_qcode_strict", + "name": "test_known_qcode_strict", + "lineno": 60, + "scope": "TestQ2Name", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLang2Q.test_known_language", + "name": "test_known_language", + "lineno": 67, + "scope": "TestLang2Q", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLang2Q.test_unknown_language", + "name": "test_unknown_language", + "lineno": 70, + "scope": "TestLang2Q", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLang2Q.test_empty_string", + "name": "test_empty_string", + "lineno": 75, + "scope": "TestLang2Q", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLang2Q.test_unknown_language_strict", + "name": "test_unknown_language_strict", + "lineno": 80, + "scope": "TestLang2Q", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLang2Q.test_known_language_strict", + "name": "test_known_language_strict", + "lineno": 84, + "scope": "TestLang2Q", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLangName.test_known_tag", + "name": "test_known_tag", + "lineno": 89, + "scope": "TestLangName", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLangName.test_known_tag_short", + "name": "test_known_tag_short", + "lineno": 94, + "scope": "TestLangName", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLangName.test_retired_code", + "name": "test_retired_code", + "lineno": 97, + "scope": "TestLangName", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLangName.test_unknown_code", + "name": "test_unknown_code", + "lineno": 100, + "scope": "TestLangName", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLangName.test_none_input", + "name": "test_none_input", + "lineno": 105, + "scope": "TestLangName", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLangName.test_unknown_code_strict", + "name": "test_unknown_code_strict", + "lineno": 108, + "scope": "TestLangName", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLangName.test_none_input_strict", + "name": "test_none_input_strict", + "lineno": 112, + "scope": "TestLangName", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLangName.test_known_tag_strict", + "name": "test_known_tag_strict", + "lineno": 116, + "scope": "TestLangName", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLangCode.test_known_name", + "name": "test_known_name", + "lineno": 124, + "scope": "TestLangCode", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLangCode.test_known_name_3letter", + "name": "test_known_name_3letter", + "lineno": 127, + "scope": "TestLangCode", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLangCode.test_retired_name", + "name": "test_retired_name", + "lineno": 130, + "scope": "TestLangCode", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLangCode.test_unknown_name", + "name": "test_unknown_name", + "lineno": 133, + "scope": "TestLangCode", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLangCode.test_unknown_name_strict", + "name": "test_unknown_name_strict", + "lineno": 138, + "scope": "TestLangCode", + "is_async": false + }, + { + "id": "nltk.test.unit.test_langnames.TestLangCode.test_known_name_strict", + "name": "test_known_name_strict", + "lineno": 142, + "scope": "TestLangCode", + "is_async": false + } + ], + "nltk.test.unit.test_metrics": [ + { + "id": "nltk.test.unit.test_metrics.TestLikelihoodRatio.test_lr_bigram", + "name": "test_lr_bigram", + "lineno": 15, + "scope": "TestLikelihoodRatio", + "is_async": false + }, + { + "id": "nltk.test.unit.test_metrics.TestLikelihoodRatio.test_lr_trigram", + "name": "test_lr_trigram", + "lineno": 30, + "scope": "TestLikelihoodRatio", + "is_async": false + }, + { + "id": "nltk.test.unit.test_metrics.TestLikelihoodRatio.test_lr_quadgram", + "name": "test_lr_quadgram", + "lineno": 47, + "scope": "TestLikelihoodRatio", + "is_async": false + } + ], + "nltk.test.unit.test_naivebayes": [ + { + "id": "nltk.test.unit.test_naivebayes.NaiveBayesClassifierTest.test_simple", + "name": "test_simple", + "lineno": 7, + "scope": "NaiveBayesClassifierTest", + "is_async": false + } + ], + "nltk.test.unit.test_nkjp_security": [ + { + "id": "nltk.test.unit.test_nkjp_security._make_corpus", + "name": "_make_corpus", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_nkjp_security._reader", + "name": "_reader", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_nkjp_security.test_nkjp_header_default_fileids_still_works", + "name": "test_nkjp_header_default_fileids_still_works", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_nkjp_security.test_nkjp_header_rejects_traversal_fileid", + "name": "test_nkjp_header_rejects_traversal_fileid", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_nkjp_security.test_nkjp_words_rejects_traversal_fileid", + "name": "test_nkjp_words_rejects_traversal_fileid", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_nkjp_security.test_nkjp_header_rejects_inroot_symlink_escape", + "name": "test_nkjp_header_rejects_inroot_symlink_escape", + "lineno": 71, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_nombank": [ + { + "id": "nltk.test.unit.test_nombank.NombankDemo.test_numbers", + "name": "test_numbers", + "lineno": 14, + "scope": "NombankDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_nombank.NombankDemo.test_instance", + "name": "test_instance", + "lineno": 22, + "scope": "NombankDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_nombank.NombankDemo.test_framefiles_fileids", + "name": "test_framefiles_fileids", + "lineno": 25, + "scope": "NombankDemo", + "is_async": false + } + ], + "nltk.test.unit.test_open_datafile": [ + { + "id": "nltk.test.unit.test_open_datafile._create_test_zip", + "name": "_create_test_zip", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_open_datafile.test_open_datafile_directory_and_filename_from_zip", + "name": "test_open_datafile_directory_and_filename_from_zip", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_open_datafile.test_open_datafile_file_pointer_from_zip", + "name": "test_open_datafile_file_pointer_from_zip", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_open_datafile.test_open_datafile_binary_mode_from_zip", + "name": "test_open_datafile_binary_mode_from_zip", + "lineno": 66, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_pathsec": [ + { + "id": "nltk.test.unit.test_pathsec.enable_enforcement", + "name": "enable_enforcement", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_valid_http_url", + "name": "test_valid_http_url", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_ssrf_invalid_scheme", + "name": "test_ssrf_invalid_scheme", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_ssrf_loopback_ip", + "name": "test_ssrf_loopback_ip", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_ssrf_cloud_metadata_link_local", + "name": "test_ssrf_cloud_metadata_link_local", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_ssrf_ip_obfuscation", + "name": "test_ssrf_ip_obfuscation", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_path_traversal_absolute", + "name": "test_path_traversal_absolute", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.create_malicious_zip", + "name": "create_malicious_zip", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_zip_slip_traversal", + "name": "test_zip_slip_traversal", + "lineno": 107, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_zip_slip_absolute_path", + "name": "test_zip_slip_absolute_path", + "lineno": 121, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_urlopen_honors_set_proxy_and_redirect_validation", + "name": "test_urlopen_honors_set_proxy_and_redirect_validation", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_urlopen_honors_set_proxy_and_redirect_validation.spy_build_opener", + "name": "spy_build_opener", + "lineno": 158, + "scope": "test_urlopen_honors_set_proxy_and_redirect_validation", + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_ssrf_dns_rebinding_blocked_at_connect", + "name": "test_ssrf_dns_rebinding_blocked_at_connect", + "lineno": 193, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_ssrf_dns_rebinding_blocked_at_connect._Handler.do_GET", + "name": "do_GET", + "lineno": 205, + "scope": "test_ssrf_dns_rebinding_blocked_at_connect._Handler", + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_ssrf_dns_rebinding_blocked_at_connect._Handler.log_message", + "name": "log_message", + "lineno": 210, + "scope": "test_ssrf_dns_rebinding_blocked_at_connect._Handler", + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_ssrf_dns_rebinding_blocked_at_connect.fake_getaddrinfo", + "name": "fake_getaddrinfo", + "lineno": 221, + "scope": "test_ssrf_dns_rebinding_blocked_at_connect", + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec._addrinfo", + "name": "_addrinfo", + "lineno": 257, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_pinned_connection_fails_closed_when_unresolved", + "name": "test_pinned_connection_fails_closed_when_unresolved", + "lineno": 261, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_pinned_connection_tries_all_validated_addresses", + "name": "test_pinned_connection_tries_all_validated_addresses", + "lineno": 277, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_pinned_connection_tries_all_validated_addresses.fake_create_connection", + "name": "fake_create_connection", + "lineno": 287, + "scope": "test_pinned_connection_tries_all_validated_addresses", + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec._capture_urlopen_handlers", + "name": "_capture_urlopen_handlers", + "lineno": 300, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec._capture_urlopen_handlers.spy_build_opener", + "name": "spy_build_opener", + "lineno": 305, + "scope": "_capture_urlopen_handlers", + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_no_proxy_installs_pinning_and_disables_env_proxy", + "name": "test_no_proxy_installs_pinning_and_disables_env_proxy", + "lineno": 316, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_env_proxy_skips_pinning_handlers", + "name": "test_env_proxy_skips_pinning_handlers", + "lineno": 329, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_ip_policy_forbids_non_global_and_mapped", + "name": "test_ip_policy_forbids_non_global_and_mapped", + "lineno": 365, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_ip_policy_allows_global", + "name": "test_ip_policy_allows_global", + "lineno": 374, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_resolve_and_validate_blocks_ipv4_mapped_loopback", + "name": "test_resolve_and_validate_blocks_ipv4_mapped_loopback", + "lineno": 381, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_validate_network_url_blocks_cgnat", + "name": "test_validate_network_url_blocks_cgnat", + "lineno": 396, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pathsec.test_streambackedcorpusview_string_fileid_uses_pathsec", + "name": "test_streambackedcorpusview_string_fileid_uses_pathsec", + "lineno": 406, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_pickle_load_warnings": [ + { + "id": "nltk.test.unit.test_pickle_load_warnings.test_pickle_load_emits_warning", + "name": "test_pickle_load_emits_warning", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pickle_load_warnings.test_transitionparser_warns_on_model_unpickle", + "name": "test_transitionparser_warns_on_model_unpickle", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_pickle_load_warnings.test_chartparser_app_uses_pickle_load_not_pickle_load_standard", + "name": "test_chartparser_app_uses_pickle_load_not_pickle_load_standard", + "lineno": 58, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_pl196x": [ + { + "id": "nltk.test.unit.test_pl196x.TestCorpusViews.test_corpus_reader", + "name": "test_corpus_reader", + "lineno": 8, + "scope": "TestCorpusViews", + "is_async": false + } + ], + "nltk.test.unit.test_pos_tag": [ + { + "id": "nltk.test.unit.test_pos_tag.TestPosTag.test_pos_tag_eng", + "name": "test_pos_tag_eng", + "lineno": 32, + "scope": "TestPosTag", + "is_async": false + }, + { + "id": "nltk.test.unit.test_pos_tag.TestPosTag.test_pos_tag_eng_universal", + "name": "test_pos_tag_eng_universal", + "lineno": 48, + "scope": "TestPosTag", + "is_async": false + }, + { + "id": "nltk.test.unit.test_pos_tag.TestPosTag.check_stdout", + "name": "check_stdout", + "lineno": 65, + "scope": "TestPosTag", + "is_async": false + }, + { + "id": "nltk.test.unit.test_pos_tag.TestPosTag.test_tagsets_upenn", + "name": "test_tagsets_upenn", + "lineno": 69, + "scope": "TestPosTag", + "is_async": false + }, + { + "id": "nltk.test.unit.test_pos_tag.TestPosTag.test_tagsets_brown", + "name": "test_tagsets_brown", + "lineno": 72, + "scope": "TestPosTag", + "is_async": false + }, + { + "id": "nltk.test.unit.test_pos_tag.TestPosTag.test_tagsets_claw5", + "name": "test_tagsets_claw5", + "lineno": 75, + "scope": "TestPosTag", + "is_async": false + }, + { + "id": "nltk.test.unit.test_pos_tag.TestPosTag.test_pos_tag_rus", + "name": "test_pos_tag_rus", + "lineno": 78, + "scope": "TestPosTag", + "is_async": false + }, + { + "id": "nltk.test.unit.test_pos_tag.TestPosTag.test_pos_tag_rus_universal", + "name": "test_pos_tag_rus_universal", + "lineno": 91, + "scope": "TestPosTag", + "is_async": false + }, + { + "id": "nltk.test.unit.test_pos_tag.TestPosTag.test_pos_tag_rus_universal_mapping_does_not_require_ru_rnc_new_map_file", + "name": "test_pos_tag_rus_universal_mapping_does_not_require_ru_rnc_new_map_file", + "lineno": 107, + "scope": "TestPosTag", + "is_async": false + }, + { + "id": "nltk.test.unit.test_pos_tag.TestPosTag.test_pos_tag_unknown_lang", + "name": "test_pos_tag_unknown_lang", + "lineno": 155, + "scope": "TestPosTag", + "is_async": false + }, + { + "id": "nltk.test.unit.test_pos_tag.TestPosTag.test_unspecified_lang", + "name": "test_unspecified_lang", + "lineno": 161, + "scope": "TestPosTag", + "is_async": false + } + ], + "nltk.test.unit.test_reviews_security": [ + { + "id": "nltk.test.unit.test_reviews_security._features_worker", + "name": "_features_worker", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_reviews_security._reader_worker", + "name": "_reader_worker", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_reviews_security._run_in_process", + "name": "_run_in_process", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_reviews_security.test_features_regex_preserves_normal_extraction", + "name": "test_features_regex_preserves_normal_extraction", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_reviews_security.test_features_regex_is_linear_on_crafted_line", + "name": "test_features_regex_is_linear_on_crafted_line", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_reviews_security.test_reviews_reader_does_not_hang_on_crafted_corpus", + "name": "test_reviews_reader_does_not_hang_on_crafted_corpus", + "lineno": 82, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_ribes": [ + { + "id": "nltk.test.unit.test_ribes.test_ribes_empty_worder", + "name": "test_ribes_empty_worder", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_ribes.test_ribes_one_worder", + "name": "test_ribes_one_worder", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_ribes.test_ribes_two_worder", + "name": "test_ribes_two_worder", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_ribes.test_ribes", + "name": "test_ribes", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_ribes.test_no_zero_div", + "name": "test_no_zero_div", + "lineno": 159, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_rte_classify": [ + { + "id": "nltk.test.unit.test_rte_classify.TestRTEClassifier.test_rte_feature_extraction", + "name": "test_rte_feature_extraction", + "lineno": 60, + "scope": "TestRTEClassifier", + "is_async": false + }, + { + "id": "nltk.test.unit.test_rte_classify.TestRTEClassifier.test_feature_extractor_object", + "name": "test_feature_extractor_object", + "lineno": 73, + "scope": "TestRTEClassifier", + "is_async": false + }, + { + "id": "nltk.test.unit.test_rte_classify.TestRTEClassifier.test_rte_classification_without_megam", + "name": "test_rte_classification_without_megam", + "lineno": 83, + "scope": "TestRTEClassifier", + "is_async": false + }, + { + "id": "nltk.test.unit.test_rte_classify.TestRTEClassifier.test_rte_classification_with_megam", + "name": "test_rte_classification_with_megam", + "lineno": 89, + "scope": "TestRTEClassifier", + "is_async": false + } + ], + "nltk.test.unit.test_seekable_unicode_stream_reader": [ + { + "id": "nltk.test.unit.test_seekable_unicode_stream_reader.check_reader", + "name": "check_reader", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_seekable_unicode_stream_reader.test_reader", + "name": "test_reader", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_seekable_unicode_stream_reader.test_reader_stream_closes_when_deleted", + "name": "test_reader_stream_closes_when_deleted", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_seekable_unicode_stream_reader.teardown_module", + "name": "teardown_module", + "lineno": 83, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_segmentation": [ + { + "id": "nltk.test.unit.test_segmentation.test_basic_functionality", + "name": "test_basic_functionality", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_segmentation.test_boundary_marker_variations", + "name": "test_boundary_marker_variations", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_segmentation.test_weighted_vs_unweighted", + "name": "test_weighted_vs_unweighted", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_segmentation.test_edge_cases", + "name": "test_edge_cases", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_segmentation.test_error_handling", + "name": "test_error_handling", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_segmentation.test_large_scale_cases", + "name": "test_large_scale_cases", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_segmentation.test_mixed_content_segmentations", + "name": "test_mixed_content_segmentations", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_segmentation.test_non_string_segmentations", + "name": "test_non_string_segmentations", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_segmentation.test_boundary_marker_as_non_string", + "name": "test_boundary_marker_as_non_string", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_segmentation.test_complex_patterns", + "name": "test_complex_patterns", + "lineno": 86, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_segmentation.test_pevzner_hearst_examples", + "name": "test_pevzner_hearst_examples", + "lineno": 92, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_segmentation.test_symmetry", + "name": "test_symmetry", + "lineno": 102, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_senna": [ + { + "id": "nltk.test.unit.test_senna.TestSennaPipeline.test_senna_pipeline", + "name": "test_senna_pipeline", + "lineno": 24, + "scope": "TestSennaPipeline", + "is_async": false + }, + { + "id": "nltk.test.unit.test_senna.TestSennaTagger.test_senna_tagger", + "name": "test_senna_tagger", + "lineno": 48, + "scope": "TestSennaTagger", + "is_async": false + }, + { + "id": "nltk.test.unit.test_senna.TestSennaTagger.test_senna_chunk_tagger", + "name": "test_senna_chunk_tagger", + "lineno": 64, + "scope": "TestSennaTagger", + "is_async": false + }, + { + "id": "nltk.test.unit.test_senna.TestSennaTagger.test_senna_ner_tagger", + "name": "test_senna_ner_tagger", + "lineno": 88, + "scope": "TestSennaTagger", + "is_async": false + } + ], + "nltk.test.unit.test_stem": [ + { + "id": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "name": "test_arabic", + "lineno": 10, + "scope": "SnowballTest", + "is_async": false + }, + { + "id": "nltk.test.unit.test_stem.SnowballTest.test_russian", + "name": "test_russian", + "lineno": 39, + "scope": "SnowballTest", + "is_async": false + }, + { + "id": "nltk.test.unit.test_stem.SnowballTest.test_german", + "name": "test_german", + "lineno": 43, + "scope": "SnowballTest", + "is_async": false + }, + { + "id": "nltk.test.unit.test_stem.SnowballTest.test_spanish", + "name": "test_spanish", + "lineno": 53, + "scope": "SnowballTest", + "is_async": false + }, + { + "id": "nltk.test.unit.test_stem.SnowballTest.test_short_strings_bug", + "name": "test_short_strings_bug", + "lineno": 61, + "scope": "SnowballTest", + "is_async": false + }, + { + "id": "nltk.test.unit.test_stem.PorterTest._vocabulary", + "name": "_vocabulary", + "lineno": 67, + "scope": "PorterTest", + "is_async": false + }, + { + "id": "nltk.test.unit.test_stem.PorterTest._test_against_expected_output", + "name": "_test_against_expected_output", + "lineno": 75, + "scope": "PorterTest", + "is_async": false + }, + { + "id": "nltk.test.unit.test_stem.PorterTest.test_vocabulary_martin_mode", + "name": "test_vocabulary_martin_mode", + "lineno": 88, + "scope": "PorterTest", + "is_async": false + }, + { + "id": "nltk.test.unit.test_stem.PorterTest.test_vocabulary_nltk_mode", + "name": "test_vocabulary_nltk_mode", + "lineno": 106, + "scope": "PorterTest", + "is_async": false + }, + { + "id": "nltk.test.unit.test_stem.PorterTest.test_vocabulary_original_mode", + "name": "test_vocabulary_original_mode", + "lineno": 116, + "scope": "PorterTest", + "is_async": false + }, + { + "id": "nltk.test.unit.test_stem.PorterTest.test_oed_bug", + "name": "test_oed_bug", + "lineno": 140, + "scope": "PorterTest", + "is_async": false + }, + { + "id": "nltk.test.unit.test_stem.PorterTest.test_lowercase_option", + "name": "test_lowercase_option", + "lineno": 147, + "scope": "PorterTest", + "is_async": false + }, + { + "id": "nltk.test.unit.test_stem.PorterTest.test_lowercase_irregular_forms_pool", + "name": "test_lowercase_irregular_forms_pool", + "lineno": 159, + "scope": "PorterTest", + "is_async": false + } + ], + "nltk.test.unit.test_tag": [ + { + "id": "nltk.test.unit.test_tag.test_basic", + "name": "test_basic", + "lineno": 1, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tag.setup_module", + "name": "setup_module", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_texttiling": [ + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingBlockComparison.test_returns_segments", + "name": "test_returns_segments", + "lineno": 55, + "scope": "TestTextTilingBlockComparison", + "is_async": false + }, + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingBlockComparison.test_segments_cover_full_text", + "name": "test_segments_cover_full_text", + "lineno": 62, + "scope": "TestTextTilingBlockComparison", + "is_async": false + }, + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingBlockComparison.test_demo_mode_returns_scores", + "name": "test_demo_mode_returns_scores", + "lineno": 68, + "scope": "TestTextTilingBlockComparison", + "is_async": false + }, + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingBlockComparison.test_gap_scores_between_zero_and_one", + "name": "test_gap_scores_between_zero_and_one", + "lineno": 81, + "scope": "TestTextTilingBlockComparison", + "is_async": false + }, + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingBlockComparison.test_homogeneous_text_few_boundaries", + "name": "test_homogeneous_text_few_boundaries", + "lineno": 90, + "scope": "TestTextTilingBlockComparison", + "is_async": false + }, + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingVocabIntroduction.test_returns_segments", + "name": "test_returns_segments", + "lineno": 104, + "scope": "TestTextTilingVocabIntroduction", + "is_async": false + }, + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingVocabIntroduction.test_segments_cover_full_text", + "name": "test_segments_cover_full_text", + "lineno": 111, + "scope": "TestTextTilingVocabIntroduction", + "is_async": false + }, + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingVocabIntroduction.test_demo_mode_returns_scores", + "name": "test_demo_mode_returns_scores", + "lineno": 117, + "scope": "TestTextTilingVocabIntroduction", + "is_async": false + }, + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingVocabIntroduction.test_gap_scores_non_negative", + "name": "test_gap_scores_non_negative", + "lineno": 130, + "scope": "TestTextTilingVocabIntroduction", + "is_async": false + }, + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingVocabIntroduction.test_homogeneous_text_low_scores", + "name": "test_homogeneous_text_low_scores", + "lineno": 139, + "scope": "TestTextTilingVocabIntroduction", + "is_async": false + }, + { + "id": "nltk.test.unit.test_texttiling.TestCreateTokenTable.test_par_count_across_last_paragraph_break", + "name": "test_par_count_across_last_paragraph_break", + "lineno": 159, + "scope": "TestCreateTokenTable", + "is_async": false + }, + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingCommon.test_both_methods_find_boundaries", + "name": "test_both_methods_find_boundaries", + "lineno": 186, + "scope": "TestTextTilingCommon", + "is_async": false + }, + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingCommon.test_invalid_similarity_method", + "name": "test_invalid_similarity_method", + "lineno": 195, + "scope": "TestTextTilingCommon", + "is_async": false + }, + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingCommon.test_invalid_smoothing_method", + "name": "test_invalid_smoothing_method", + "lineno": 204, + "scope": "TestTextTilingCommon", + "is_async": false + }, + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingCommon.test_boundary_count_matches_segments", + "name": "test_boundary_count_matches_segments", + "lineno": 213, + "scope": "TestTextTilingCommon", + "is_async": false + } + ], + "nltk.test.unit.test_tgrep": [ + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_simple", + "name": "test_tokenize_simple", + "lineno": 31, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_encoding", + "name": "test_tokenize_encoding", + "lineno": 64, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "name": "test_tokenize_link_types", + "lineno": 73, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "name": "test_tokenize_examples", + "lineno": 140, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_quoting", + "name": "test_tokenize_quoting", + "lineno": 178, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "name": "test_tokenize_nodenames", + "lineno": 187, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_macros", + "name": "test_tokenize_macros", + "lineno": 203, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_simple", + "name": "test_node_simple", + "lineno": 235, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_printing", + "name": "test_node_printing", + "lineno": 251, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_encoding", + "name": "test_node_encoding", + "lineno": 263, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_nocase", + "name": "test_node_nocase", + "lineno": 284, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_quoted", + "name": "test_node_quoted", + "lineno": 292, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_regex", + "name": "test_node_regex", + "lineno": 302, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_regex_2", + "name": "test_node_regex_2", + "lineno": 311, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_tree_position", + "name": "test_node_tree_position", + "lineno": 323, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_noleaves", + "name": "test_node_noleaves", + "lineno": 337, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "name": "tests_rel_dominance", + "lineno": 347, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_bad_operator", + "name": "test_bad_operator", + "lineno": 434, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_comments", + "name": "test_comments", + "lineno": 443, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_sister_nodes", + "name": "test_rel_sister_nodes", + "lineno": 465, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "name": "tests_rel_indexed_children", + "lineno": 476, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "name": "test_rel_precedence", + "lineno": 501, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "name": "test_examples", + "lineno": 540, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_use_macros", + "name": "test_use_macros", + "lineno": 619, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_node_labels", + "name": "test_tokenize_node_labels", + "lineno": 645, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_segmented_patterns", + "name": "test_tokenize_segmented_patterns", + "lineno": 688, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "name": "test_labeled_nodes", + "lineno": 717, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_multiple_conjs", + "name": "test_multiple_conjs", + "lineno": 757, + "scope": "TestSequenceFunctions", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_trailing_semicolon", + "name": "test_trailing_semicolon", + "lineno": 772, + "scope": "TestSequenceFunctions", + "is_async": false + } + ], + "nltk.test.unit.test_tnt": [ + { + "id": "nltk.test.unit.test_tnt._CountingUnk.__init__", + "name": "__init__", + "lineno": 55, + "scope": "_CountingUnk", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._CountingUnk.train", + "name": "train", + "lineno": 58, + "scope": "_CountingUnk", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._CountingUnk.tag", + "name": "tag", + "lineno": 61, + "scope": "_CountingUnk", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._AlternatingUnk.__init__", + "name": "__init__", + "lineno": 66, + "scope": "_AlternatingUnk", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._AlternatingUnk.train", + "name": "train", + "lineno": 69, + "scope": "_AlternatingUnk", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._AlternatingUnk.tag", + "name": "tag", + "lineno": 72, + "scope": "_AlternatingUnk", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._ConstantTagUnk.__init__", + "name": "__init__", + "lineno": 78, + "scope": "_ConstantTagUnk", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._ConstantTagUnk.train", + "name": "train", + "lineno": 81, + "scope": "_ConstantTagUnk", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._ConstantTagUnk.tag", + "name": "tag", + "lineno": 84, + "scope": "_ConstantTagUnk", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._ExtraTagsUnk.train", + "name": "train", + "lineno": 89, + "scope": "_ExtraTagsUnk", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._ExtraTagsUnk.tag", + "name": "tag", + "lineno": 92, + "scope": "_ExtraTagsUnk", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._EmptyOutputUnk.train", + "name": "train", + "lineno": 97, + "scope": "_EmptyOutputUnk", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._EmptyOutputUnk.tag", + "name": "tag", + "lineno": 100, + "scope": "_EmptyOutputUnk", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._trained_tagger", + "name": "_trained_tagger", + "lineno": 104, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._trained_tags", + "name": "_trained_tags", + "lineno": 112, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._words", + "name": "_words", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._assert_tag_output", + "name": "_assert_tag_output", + "lineno": 120, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._assert_decode_stable", + "name": "_assert_decode_stable", + "lineno": 127, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._state", + "name": "_state", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._cfd_snapshot", + "name": "_cfd_snapshot", + "lineno": 142, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._suffix_snapshot", + "name": "_suffix_snapshot", + "lineno": 146, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._model_state", + "name": "_model_state", + "lineno": 153, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._assert_model_state_equal", + "name": "_assert_model_state_equal", + "lineno": 157, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._decode_mutation_snapshot", + "name": "_decode_mutation_snapshot", + "lineno": 169, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._deleted_interpolation_logp", + "name": "_deleted_interpolation_logp", + "lineno": 179, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._cached_logp", + "name": "_cached_logp", + "lineno": 194, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._assert_transition_match", + "name": "_assert_transition_match", + "lineno": 205, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._assert_observed_trigrams_match", + "name": "_assert_observed_trigrams_match", + "lineno": 211, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._assert_bigram_fallbacks_match", + "name": "_assert_bigram_fallbacks_match", + "lineno": 220, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._assert_unigram_fallbacks_match", + "name": "_assert_unigram_fallbacks_match", + "lineno": 228, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt._assert_transition_cache_matches_formula", + "name": "_assert_transition_cache_matches_formula", + "lineno": 239, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.tagger", + "name": "tagger", + "lineno": 254, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.reordered_taggers", + "name": "reordered_taggers", + "lineno": 259, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_invalid_n_raises_value_error", + "name": "test_invalid_n_raises_value_error", + "lineno": 270, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_empty_training_resets_interpolation_weights", + "name": "test_empty_training_resets_interpolation_weights", + "lineno": 275, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_interpolation_weights_are_normalized", + "name": "test_interpolation_weights_are_normalized", + "lineno": 280, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_repeated_train_rebuilds_state_and_clears_decode_cache", + "name": "test_repeated_train_rebuilds_state_and_clears_decode_cache", + "lineno": 286, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_external_unk_train_respects_trained_flag", + "name": "test_external_unk_train_respects_trained_flag", + "lineno": 302, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_train_records_eos_after_sentence_final_tag", + "name": "test_train_records_eos_after_sentence_final_tag", + "lineno": 310, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_empty_sentences_do_not_record_eos_at_bos", + "name": "test_empty_sentences_do_not_record_eos_at_bos", + "lineno": 335, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_tagging_oov_words_does_not_mutate_trained_counts", + "name": "test_tagging_oov_words_does_not_mutate_trained_counts", + "lineno": 341, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_untrained_tagger_tags_unknown_word_as_unk", + "name": "test_untrained_tagger_tags_unknown_word_as_unk", + "lineno": 350, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_external_unk_unseen_tag_uses_transition_floor", + "name": "test_external_unk_unseen_tag_uses_transition_floor", + "lineno": 354, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_external_unk_is_not_cached", + "name": "test_external_unk_is_not_cached", + "lineno": 362, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_external_unk_wrong_length_output_raises_clear_error", + "name": "test_external_unk_wrong_length_output_raises_clear_error", + "lineno": 375, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_transition_logp_cache_matches_deleted_interpolation_formula", + "name": "test_transition_logp_cache_matches_deleted_interpolation_formula", + "lineno": 381, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_known_words_decode_to_their_only_seen_tag", + "name": "test_known_words_decode_to_their_only_seen_tag", + "lineno": 385, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_threshold_pruning_keeps_viable_ambiguous_beam", + "name": "test_threshold_pruning_keeps_viable_ambiguous_beam", + "lineno": 390, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_decode_tie_breaking_is_repeat_stable", + "name": "test_decode_tie_breaking_is_repeat_stable", + "lineno": 396, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_suffix_model_decodes_oov_heavy_sentence_repeatably", + "name": "test_suffix_model_decodes_oov_heavy_sentence_repeatably", + "lineno": 405, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_iterative_decode_handles_long_ambiguous_sentence", + "name": "test_iterative_decode_handles_long_ambiguous_sentence", + "lineno": 413, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_candidate_cache_does_not_grow_on_repeated_sentence", + "name": "test_candidate_cache_does_not_grow_on_repeated_sentence", + "lineno": 422, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_segmented_tagging_preserves_output_shape", + "name": "test_segmented_tagging_preserves_output_shape", + "lineno": 439, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_segment_true_matches_segment_false_on_single_sentence", + "name": "test_segment_true_matches_segment_false_on_single_sentence", + "lineno": 446, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_tagdata_forwards_segment_kwarg_to_tag", + "name": "test_tagdata_forwards_segment_kwarg_to_tag", + "lineno": 451, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_tag_and_tagdata_reject_string_or_bytes_input", + "name": "test_tag_and_tagdata_reject_string_or_bytes_input", + "lineno": 466, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_pickle_round_trip_preserves_model_state_and_tags", + "name": "test_pickle_round_trip_preserves_model_state_and_tags", + "lineno": 474, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_training_data_reordering_preserves_model_state", + "name": "test_training_data_reordering_preserves_model_state", + "lineno": 484, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tnt.test_training_data_reordering_preserves_decoded_output", + "name": "test_training_data_reordering_preserves_decoded_output", + "lineno": 488, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_tokenize": [ + { + "id": "nltk.test.unit.test_tokenize.load_stanford_segmenter", + "name": "load_stanford_segmenter", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_tweet_tokenizer", + "name": "test_tweet_tokenizer", + "lineno": 43, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_tweet_tokenizer_expanded", + "name": "test_tweet_tokenizer_expanded", + "lineno": 243, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_sonority_sequencing_syllable_tokenizer", + "name": "test_sonority_sequencing_syllable_tokenizer", + "lineno": 270, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_syllable_tokenizer_numbers", + "name": "test_syllable_tokenizer_numbers", + "lineno": 278, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_legality_principle_syllable_tokenizer", + "name": "test_legality_principle_syllable_tokenizer", + "lineno": 287, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_stanford_segmenter_arabic", + "name": "test_stanford_segmenter_arabic", + "lineno": 299, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_stanford_segmenter_chinese", + "name": "test_stanford_segmenter_chinese", + "lineno": 323, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_phone_tokenizer", + "name": "test_phone_tokenizer", + "lineno": 340, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_emoji_tokenizer", + "name": "test_emoji_tokenizer", + "lineno": 359, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_pad_asterisk", + "name": "test_pad_asterisk", + "lineno": 424, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_dash_tokenization", + "name": "test_dash_tokenization", + "lineno": 446, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_pad_dotdot", + "name": "test_pad_dotdot", + "lineno": 499, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_remove_handle", + "name": "test_remove_handle", + "lineno": 524, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_treebank_span_tokenizer", + "name": "test_treebank_span_tokenizer", + "lineno": 677, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_word_tokenize", + "name": "test_word_tokenize", + "lineno": 774, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_pair_iter", + "name": "test_punkt_pair_iter", + "lineno": 803, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_pair_iter_handles_stop_iteration_exception", + "name": "test_punkt_pair_iter_handles_stop_iteration_exception", + "lineno": 815, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_words_handles_stop_iteration_exception", + "name": "test_punkt_tokenize_words_handles_stop_iteration_exception", + "lineno": 823, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_words_handles_stop_iteration_exception.TestPunktTokenizeWordsMock.word_tokenize", + "name": "word_tokenize", + "lineno": 827, + "scope": "TestTokenize.test_punkt_tokenize_words_handles_stop_iteration_exception.TestPunktTokenizeWordsMock", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_custom_lang_vars", + "name": "test_punkt_tokenize_custom_lang_vars", + "lineno": 834, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_no_custom_lang_vars", + "name": "test_punkt_tokenize_no_custom_lang_vars", + "lineno": 851, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.punkt_debug_decisions", + "name": "punkt_debug_decisions", + "lineno": 879, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_debug_decisions_custom_end", + "name": "test_punkt_debug_decisions_custom_end", + "lineno": 887, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_sent_tokenize", + "name": "test_sent_tokenize", + "lineno": 928, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.test_string_tokenizer", + "name": "test_string_tokenizer", + "lineno": 931, + "scope": "TestTokenize", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._make_segmenter", + "name": "_make_segmenter", + "lineno": 951, + "scope": "TestStanfordSegmenterClasspathValidation", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._write_jar", + "name": "_write_jar", + "lineno": 957, + "scope": "TestStanfordSegmenterClasspathValidation", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._sha256", + "name": "_sha256", + "lineno": 962, + "scope": "TestStanfordSegmenterClasspathValidation", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_allows_all_approved", + "name": "test_validate_classpath_allows_all_approved", + "lineno": 965, + "scope": "TestStanfordSegmenterClasspathValidation", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_blocks_unapproved_entry", + "name": "test_validate_classpath_blocks_unapproved_entry", + "lineno": 977, + "scope": "TestStanfordSegmenterClasspathValidation", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_does_not_trust_path_substrings", + "name": "test_validate_classpath_does_not_trust_path_substrings", + "lineno": 987, + "scope": "TestStanfordSegmenterClasspathValidation", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_sha256sum_invalidates_cache_when_file_changes", + "name": "test_sha256sum_invalidates_cache_when_file_changes", + "lineno": 1001, + "scope": "TestStanfordSegmenterClasspathValidation", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_error_includes_guidance", + "name": "test_validate_classpath_error_includes_guidance", + "lineno": 1011, + "scope": "TestStanfordSegmenterClasspathValidation", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestPunktTrainer.test_punkt_train", + "name": "test_punkt_train", + "lineno": 1025, + "scope": "TestPunktTrainer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestPunktTrainer.test_punkt_train_single_word", + "name": "test_punkt_train_single_word", + "lineno": 1029, + "scope": "TestPunktTrainer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestPunktTrainer.test_punkt_train_no_punc", + "name": "test_punkt_train_no_punc", + "lineno": 1033, + "scope": "TestPunktTrainer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_simple_sentence", + "name": "test_simple_sentence", + "lineno": 1041, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_contractions", + "name": "test_contractions", + "lineno": 1045, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_contraction_ll", + "name": "test_contraction_ll", + "lineno": 1049, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_contraction_not", + "name": "test_contraction_not", + "lineno": 1053, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_double_quotes", + "name": "test_double_quotes", + "lineno": 1057, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_double_quotes_with_period", + "name": "test_double_quotes_with_period", + "lineno": 1061, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_comma_before_closing_double_quote", + "name": "test_comma_before_closing_double_quote", + "lineno": 1065, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_possessive", + "name": "test_possessive", + "lineno": 1069, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_parentheses_ptb", + "name": "test_parentheses_ptb", + "lineno": 1073, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_double_dashes", + "name": "test_double_dashes", + "lineno": 1079, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_opening_backtick_double", + "name": "test_opening_backtick_double", + "lineno": 1083, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_opening_backtick_single", + "name": "test_opening_backtick_single", + "lineno": 1088, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_closing_double_quote_backticks", + "name": "test_closing_double_quote_backticks", + "lineno": 1094, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_issue_3260_nested_quotes", + "name": "test_issue_3260_nested_quotes", + "lineno": 1100, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_issue_3260_minimal", + "name": "test_issue_3260_minimal", + "lineno": 1124, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_roundtrip_simple", + "name": "test_roundtrip_simple", + "lineno": 1130, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_semicolon_spacing", + "name": "test_semicolon_spacing", + "lineno": 1138, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_colon_spacing", + "name": "test_colon_spacing", + "lineno": 1142, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_contraction_ve", + "name": "test_contraction_ve", + "lineno": 1146, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_contraction_d", + "name": "test_contraction_d", + "lineno": 1150, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_closing_double_quote_after_period", + "name": "test_closing_double_quote_after_period", + "lineno": 1154, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_closing_double_quote_after_comma", + "name": "test_closing_double_quote_after_comma", + "lineno": 1158, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_closing_double_quote_after_exclamation", + "name": "test_closing_double_quote_after_exclamation", + "lineno": 1162, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_closing_double_quote_after_question", + "name": "test_closing_double_quote_after_question", + "lineno": 1166, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_multiple_tokens_in_quotes", + "name": "test_multiple_tokens_in_quotes", + "lineno": 1170, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_quote_comma_said", + "name": "test_quote_comma_said", + "lineno": 1174, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_no_spurious_space_before_comma", + "name": "test_no_spurious_space_before_comma", + "lineno": 1178, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_no_spurious_space_before_period", + "name": "test_no_spurious_space_before_period", + "lineno": 1182, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_no_spurious_space_before_closing_quote", + "name": "test_no_spurious_space_before_closing_quote", + "lineno": 1186, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer.test_roundtrip_quotes", + "name": "test_roundtrip_quotes", + "lineno": 1190, + "scope": "TestTreebankWordDetokenizer", + "is_async": false + } + ], + "nltk.test.unit.test_twitter_auth": [ + { + "id": "nltk.test.unit.test_twitter_auth.auth", + "name": "auth", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_twitter_auth.TestCredentials.setup_class", + "name": "setup_class", + "lineno": 25, + "scope": "TestCredentials", + "is_async": false + }, + { + "id": "nltk.test.unit.test_twitter_auth.TestCredentials.test_environment", + "name": "test_environment", + "lineno": 29, + "scope": "TestCredentials", + "is_async": false + }, + { + "id": "nltk.test.unit.test_twitter_auth.TestCredentials.test_scenarios_that_should_raise_errors", + "name": "test_scenarios_that_should_raise_errors", + "lineno": 58, + "scope": "TestCredentials", + "is_async": false + }, + { + "id": "nltk.test.unit.test_twitter_auth.TestCredentials.test_correct_file", + "name": "test_correct_file", + "lineno": 71, + "scope": "TestCredentials", + "is_async": false + } + ], + "nltk.test.unit.test_util": [ + { + "id": "nltk.test.unit.test_util.everygram_input", + "name": "everygram_input", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_util.test_everygrams_without_padding", + "name": "test_everygrams_without_padding", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_util.test_everygrams_max_len", + "name": "test_everygrams_max_len", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_util.test_everygrams_min_len", + "name": "test_everygrams_min_len", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_util.test_everygrams_pad_right", + "name": "test_everygrams_pad_right", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_util.test_everygrams_pad_left", + "name": "test_everygrams_pad_left", + "lineno": 66, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.test_verbnet": [ + { + "id": "nltk.test.unit.test_verbnet._find_verbnet_in_nltk_data", + "name": "_find_verbnet_in_nltk_data", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._corpus_available", + "name": "_corpus_available", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRegexPatterns.test_longid_simple", + "name": "test_longid_simple", + "lineno": 53, + "scope": "TestRegexPatterns", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRegexPatterns.test_longid_underscore", + "name": "test_longid_underscore", + "lineno": 57, + "scope": "TestRegexPatterns", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRegexPatterns.test_longid_with_dash_shortid", + "name": "test_longid_with_dash_shortid", + "lineno": 61, + "scope": "TestRegexPatterns", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRegexPatterns.test_longid_rejects_numeric_prefix", + "name": "test_longid_rejects_numeric_prefix", + "lineno": 65, + "scope": "TestRegexPatterns", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRegexPatterns.test_longid_rejects_pure_digits", + "name": "test_longid_rejects_pure_digits", + "lineno": 69, + "scope": "TestRegexPatterns", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRegexPatterns.test_shortid_dotted", + "name": "test_shortid_dotted", + "lineno": 73, + "scope": "TestRegexPatterns", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRegexPatterns.test_shortid_dashed", + "name": "test_shortid_dashed", + "lineno": 76, + "scope": "TestRegexPatterns", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRegexPatterns.test_shortid_complex", + "name": "test_shortid_complex", + "lineno": 79, + "scope": "TestRegexPatterns", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRegexPatterns.test_shortid_rejects_alpha", + "name": "test_shortid_rejects_alpha", + "lineno": 82, + "scope": "TestRegexPatterns", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries.test_v21_accompany_51_7", + "name": "test_v21_accompany_51_7", + "lineno": 102, + "scope": "TestRealEntries", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries.test_v21_admire_31_2_1", + "name": "test_v21_admire_31_2_1", + "lineno": 109, + "scope": "TestRealEntries", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries.test_v21_animal_sounds_38", + "name": "test_v21_animal_sounds_38", + "lineno": 116, + "scope": "TestRealEntries", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries.test_v21_weather_57", + "name": "test_v21_weather_57", + "lineno": 123, + "scope": "TestRealEntries", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries.test_v21_put_9_1_2", + "name": "test_v21_put_9_1_2", + "lineno": 128, + "scope": "TestRealEntries", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries.test_v32_absorb_39_8", + "name": "test_v32_absorb_39_8", + "lineno": 136, + "scope": "TestRealEntries", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries.test_v32_advise_37_9_1", + "name": "test_v32_advise_37_9_1", + "lineno": 141, + "scope": "TestRealEntries", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries.test_v32_amalgamate_22_2_3_1_1", + "name": "test_v32_amalgamate_22_2_3_1_1", + "lineno": 146, + "scope": "TestRealEntries", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries.test_v32_body_internal_motion_49", + "name": "test_v32_body_internal_motion_49", + "lineno": 153, + "scope": "TestRealEntries", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries.test_v32_entity_specific_cos_45_5", + "name": "test_v32_entity_specific_cos_45_5", + "lineno": 158, + "scope": "TestRealEntries", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries.test_v33_act_114", + "name": "test_v33_act_114", + "lineno": 165, + "scope": "TestRealEntries", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries.test_v33_act_114_1", + "name": "test_v33_act_114_1", + "lineno": 170, + "scope": "TestRealEntries", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries.test_v33_act_114_1_1", + "name": "test_v33_act_114_1_1", + "lineno": 178, + "scope": "TestRealEntries", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries.test_v33_acquiesce_95_1_1", + "name": "test_v33_acquiesce_95_1_1", + "lineno": 185, + "scope": "TestRealEntries", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries.test_v33_accept_77_1", + "name": "test_v33_accept_77_1", + "lineno": 190, + "scope": "TestRealEntries", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries.test_v33_entity_specific_modes_being_47_2", + "name": "test_v33_entity_specific_modes_being_47_2", + "lineno": 195, + "scope": "TestRealEntries", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestVersionParameter.test_supported_versions", + "name": "test_supported_versions", + "lineno": 207, + "scope": "TestVersionParameter", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestVersionParameter.test_invalid_version_raises", + "name": "test_invalid_version_raises", + "lineno": 212, + "scope": "TestVersionParameter", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests", + "name": "_make_corpus_tests", + "lineno": 220, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests._Tests.setUpClass", + "name": "setUpClass", + "lineno": 228, + "scope": "_make_corpus_tests._Tests", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests._Tests.test_version_property", + "name": "test_version_property", + "lineno": 231, + "scope": "_make_corpus_tests._Tests", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests._Tests.test_classids_nonempty", + "name": "test_classids_nonempty", + "lineno": 234, + "scope": "_make_corpus_tests._Tests", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests._Tests.test_lemmas_nonempty", + "name": "test_lemmas_nonempty", + "lineno": 237, + "scope": "_make_corpus_tests._Tests", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests._Tests.test_wordnetids_nonempty", + "name": "test_wordnetids_nonempty", + "lineno": 240, + "scope": "_make_corpus_tests._Tests", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests._Tests.test_fileids_nonempty", + "name": "test_fileids_nonempty", + "lineno": 243, + "scope": "_make_corpus_tests._Tests", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests._Tests.test_roundtrip_all_ids", + "name": "test_roundtrip_all_ids", + "lineno": 246, + "scope": "_make_corpus_tests._Tests", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests._Tests.test_vnclass_by_longid", + "name": "test_vnclass_by_longid", + "lineno": 252, + "scope": "_make_corpus_tests._Tests", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests._Tests.test_vnclass_by_shortid", + "name": "test_vnclass_by_shortid", + "lineno": 258, + "scope": "_make_corpus_tests._Tests", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests._Tests.test_frames", + "name": "test_frames", + "lineno": 265, + "scope": "_make_corpus_tests._Tests", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests._Tests.test_themroles", + "name": "test_themroles", + "lineno": 270, + "scope": "_make_corpus_tests._Tests", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests._Tests.test_subclasses", + "name": "test_subclasses", + "lineno": 275, + "scope": "_make_corpus_tests._Tests", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests._Tests.test_pprint", + "name": "test_pprint", + "lineno": 280, + "scope": "_make_corpus_tests._Tests", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests._Tests.test_classids_by_lemma", + "name": "test_classids_by_lemma", + "lineno": 285, + "scope": "_make_corpus_tests._Tests", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests._Tests.test_classids_by_fileid", + "name": "test_classids_by_fileid", + "lineno": 290, + "scope": "_make_corpus_tests._Tests", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet._make_corpus_tests._Tests.test_fileids_by_classid", + "name": "test_fileids_by_classid", + "lineno": 295, + "scope": "_make_corpus_tests._Tests", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestLongidShortidBugFix.setUpClass", + "name": "setUpClass", + "lineno": 320, + "scope": "TestLongidShortidBugFix", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestLongidShortidBugFix.test_longid_numeric_dash", + "name": "test_longid_numeric_dash", + "lineno": 323, + "scope": "TestLongidShortidBugFix", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestLongidShortidBugFix.test_longid_numeric_dash_nested", + "name": "test_longid_numeric_dash_nested", + "lineno": 327, + "scope": "TestLongidShortidBugFix", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestLongidShortidBugFix.test_shortid_from_dash_longid", + "name": "test_shortid_from_dash_longid", + "lineno": 330, + "scope": "TestLongidShortidBugFix", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestLongidShortidBugFix.test_longid_passthrough", + "name": "test_longid_passthrough", + "lineno": 333, + "scope": "TestLongidShortidBugFix", + "is_async": false + }, + { + "id": "nltk.test.unit.test_verbnet.TestLongidShortidBugFix.test_shortid_passthrough", + "name": "test_shortid_passthrough", + "lineno": 337, + "scope": "TestLongidShortidBugFix", + "is_async": false + } + ], + "nltk.test.unit.test_wordnet": [ + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_value_equality_for_distinct_instances", + "name": "test_value_equality_for_distinct_instances", + "lineno": 18, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_equality_with_incompatible_type_is_false", + "name": "test_equality_with_incompatible_type_is_false", + "lineno": 27, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_ordering_with_incompatible_type_raises_typeerror", + "name": "test_ordering_with_incompatible_type_raises_typeerror", + "lineno": 31, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_retrieve_synset", + "name": "test_retrieve_synset", + "lineno": 36, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_retrieve_synsets", + "name": "test_retrieve_synsets", + "lineno": 45, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_hyperhyponyms", + "name": "test_hyperhyponyms", + "lineno": 52, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_derivationally_related_forms", + "name": "test_derivationally_related_forms", + "lineno": 87, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_meronyms_holonyms", + "name": "test_meronyms_holonyms", + "lineno": 103, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_antonyms", + "name": "test_antonyms", + "lineno": 133, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_misc_relations", + "name": "test_misc_relations", + "lineno": 142, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_lch", + "name": "test_lch", + "lineno": 165, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_domains", + "name": "test_domains", + "lineno": 176, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_in_topic_domains", + "name": "test_in_topic_domains", + "lineno": 182, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_wordnet_similarities", + "name": "test_wordnet_similarities", + "lineno": 194, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_omw_lemma_no_trailing_underscore", + "name": "test_omw_lemma_no_trailing_underscore", + "lineno": 242, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_iterable_type_for_all_lemma_names", + "name": "test_iterable_type_for_all_lemma_names", + "lineno": 253, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_ptb_tags", + "name": "test_en_ptb_tags", + "lineno": 267, + "scope": "WordnNetDemo", + "is_async": false + }, + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_brown_tags", + "name": "test_en_brown_tags", + "lineno": 291, + "scope": "WordnNetDemo", + "is_async": false + } + ], + "nltk.test.unit": [], + "nltk.test.unit.lm.test_counter": [ + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounter.setup_class", + "name": "setup_class", + "lineno": 21, + "scope": "TestNgramCounter", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounter.test_N", + "name": "test_N", + "lineno": 29, + "scope": "TestNgramCounter", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounter.test_counter_len_changes_with_lookup", + "name": "test_counter_len_changes_with_lookup", + "lineno": 33, + "scope": "TestNgramCounter", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounter.test_ngram_order_access_unigrams", + "name": "test_ngram_order_access_unigrams", + "lineno": 38, + "scope": "TestNgramCounter", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounter.test_ngram_conditional_freqdist", + "name": "test_ngram_conditional_freqdist", + "lineno": 41, + "scope": "TestNgramCounter", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounter.test_bigram_counts_seen_ngrams", + "name": "test_bigram_counts_seen_ngrams", + "lineno": 58, + "scope": "TestNgramCounter", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounter.test_bigram_counts_unseen_ngrams", + "name": "test_bigram_counts_unseen_ngrams", + "lineno": 62, + "scope": "TestNgramCounter", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounter.test_unigram_counts_seen_words", + "name": "test_unigram_counts_seen_words", + "lineno": 65, + "scope": "TestNgramCounter", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounter.test_unigram_counts_completely_unseen_words", + "name": "test_unigram_counts_completely_unseen_words", + "lineno": 68, + "scope": "TestNgramCounter", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounterTraining.setup_class", + "name": "setup_class", + "lineno": 74, + "scope": "TestNgramCounterTraining", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounterTraining.test_empty_inputs", + "name": "test_empty_inputs", + "lineno": 79, + "scope": "TestNgramCounterTraining", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounterTraining.test_train_on_unigrams", + "name": "test_train_on_unigrams", + "lineno": 84, + "scope": "TestNgramCounterTraining", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounterTraining.test_train_on_illegal_sentences", + "name": "test_train_on_illegal_sentences", + "lineno": 92, + "scope": "TestNgramCounterTraining", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounterTraining.test_train_on_bigrams", + "name": "test_train_on_bigrams", + "lineno": 102, + "scope": "TestNgramCounterTraining", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounterTraining.test_train_on_mix", + "name": "test_train_on_mix", + "lineno": 107, + "scope": "TestNgramCounterTraining", + "is_async": false + } + ], + "nltk.test.unit.lm.test_models": [ + { + "id": "nltk.test.unit.lm.test_models.vocabulary", + "name": "vocabulary", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.training_data", + "name": "training_data", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.bigram_training_data", + "name": "bigram_training_data", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.trigram_training_data", + "name": "trigram_training_data", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.mle_bigram_model", + "name": "mle_bigram_model", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_mle_bigram_scores", + "name": "test_mle_bigram_scores", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_mle_bigram_logscore_for_zero_score", + "name": "test_mle_bigram_logscore_for_zero_score", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_mle_bigram_entropy_perplexity_seen", + "name": "test_mle_bigram_entropy_perplexity_seen", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_mle_bigram_entropy_perplexity_unseen", + "name": "test_mle_bigram_entropy_perplexity_unseen", + "lineno": 101, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_mle_bigram_entropy_perplexity_unigrams", + "name": "test_mle_bigram_entropy_perplexity_unigrams", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.mle_trigram_model", + "name": "mle_trigram_model", + "lineno": 130, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_mle_trigram_scores", + "name": "test_mle_trigram_scores", + "lineno": 153, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.lidstone_bigram_model", + "name": "lidstone_bigram_model", + "lineno": 158, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_lidstone_bigram_score", + "name": "test_lidstone_bigram_score", + "lineno": 188, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_lidstone_entropy_perplexity", + "name": "test_lidstone_entropy_perplexity", + "lineno": 195, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.lidstone_trigram_model", + "name": "lidstone_trigram_model", + "lineno": 221, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_lidstone_trigram_score", + "name": "test_lidstone_trigram_score", + "lineno": 239, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.laplace_bigram_model", + "name": "laplace_bigram_model", + "lineno": 247, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_laplace_bigram_score", + "name": "test_laplace_bigram_score", + "lineno": 278, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_laplace_bigram_entropy_perplexity", + "name": "test_laplace_bigram_entropy_perplexity", + "lineno": 284, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_laplace_gamma", + "name": "test_laplace_gamma", + "lineno": 309, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.wittenbell_trigram_model", + "name": "wittenbell_trigram_model", + "lineno": 314, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_wittenbell_trigram_score", + "name": "test_wittenbell_trigram_score", + "lineno": 350, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.kneserney_trigram_model", + "name": "kneserney_trigram_model", + "lineno": 371, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_kneserney_trigram_score", + "name": "test_kneserney_trigram_score", + "lineno": 413, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.absolute_discounting_trigram_model", + "name": "absolute_discounting_trigram_model", + "lineno": 423, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_absolute_discounting_trigram_score", + "name": "test_absolute_discounting_trigram_score", + "lineno": 462, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.stupid_backoff_trigram_model", + "name": "stupid_backoff_trigram_model", + "lineno": 472, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_stupid_backoff_trigram_score", + "name": "test_stupid_backoff_trigram_score", + "lineno": 499, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.kneserney_bigram_model", + "name": "kneserney_bigram_model", + "lineno": 514, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_sums_to_1", + "name": "test_sums_to_1", + "lineno": 543, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_generate_one_no_context", + "name": "test_generate_one_no_context", + "lineno": 554, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_generate_one_from_limiting_context", + "name": "test_generate_one_from_limiting_context", + "lineno": 558, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_generate_one_from_varied_context", + "name": "test_generate_one_from_varied_context", + "lineno": 565, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_generate_cycle", + "name": "test_generate_cycle", + "lineno": 570, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_generate_with_text_seed", + "name": "test_generate_with_text_seed", + "lineno": 587, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_generate_oov_text_seed", + "name": "test_generate_oov_text_seed", + "lineno": 597, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_generate_None_text_seed", + "name": "test_generate_None_text_seed", + "lineno": 603, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_stupid_backoff_unigram_long_context_matches_empty_context", + "name": "test_stupid_backoff_unigram_long_context_matches_empty_context", + "lineno": 614, + "scope": null, + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_models.test_witten_bell_unigram_long_context_matches_empty_context", + "name": "test_witten_bell_unigram_long_context_matches_empty_context", + "lineno": 622, + "scope": null, + "is_async": false + } + ], + "nltk.test.unit.lm.test_preprocessing": [ + { + "id": "nltk.test.unit.lm.test_preprocessing.TestPreprocessing.test_padded_everygram_pipeline", + "name": "test_padded_everygram_pipeline", + "lineno": 13, + "scope": "TestPreprocessing", + "is_async": false + } + ], + "nltk.test.unit.lm.test_vocabulary": [ + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.setUpClass", + "name": "setUpClass", + "lineno": 19, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_truthiness", + "name": "test_truthiness", + "lineno": 25, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_cutoff_value_set_correctly", + "name": "test_cutoff_value_set_correctly", + "lineno": 28, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_unable_to_change_cutoff", + "name": "test_unable_to_change_cutoff", + "lineno": 31, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_cutoff_setter_checks_value", + "name": "test_cutoff_setter_checks_value", + "lineno": 35, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_counts_set_correctly", + "name": "test_counts_set_correctly", + "lineno": 41, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_membership_check_respects_cutoff", + "name": "test_membership_check_respects_cutoff", + "lineno": 46, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_vocab_len_respects_cutoff", + "name": "test_vocab_len_respects_cutoff", + "lineno": 54, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_vocab_iter_respects_cutoff", + "name": "test_vocab_iter_respects_cutoff", + "lineno": 59, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_update_empty_vocab", + "name": "test_update_empty_vocab", + "lineno": 66, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup", + "name": "test_lookup", + "lineno": 75, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_iterables", + "name": "test_lookup_iterables", + "lineno": 79, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_empty_iterables", + "name": "test_lookup_empty_iterables", + "lineno": 87, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_recursive", + "name": "test_lookup_recursive", + "lineno": 93, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_None", + "name": "test_lookup_None", + "lineno": 100, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_int", + "name": "test_lookup_int", + "lineno": 106, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_empty_str", + "name": "test_lookup_empty_str", + "lineno": 112, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_eqality", + "name": "test_eqality", + "lineno": 115, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_str", + "name": "test_str", + "lineno": 125, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_creation_with_counter", + "name": "test_creation_with_counter", + "lineno": 130, + "scope": "NgramModelVocabularyTests", + "is_async": false + }, + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_len_is_constant", + "name": "test_len_is_constant", + "lineno": 144, + "scope": "NgramModelVocabularyTests", + "is_async": false + } + ], + "nltk.test.unit.lm": [], + "nltk.test.unit.translate.test_bleu": [ + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEU.test_modified_precision", + "name": "test_modified_precision", + "lineno": 21, + "scope": "TestBLEU", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEU.test_brevity_penalty", + "name": "test_brevity_penalty", + "lineno": 100, + "scope": "TestBLEU", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEU.test_zero_matches", + "name": "test_zero_matches", + "lineno": 117, + "scope": "TestBLEU", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEU.test_full_matches", + "name": "test_full_matches", + "lineno": 127, + "scope": "TestBLEU", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEU.test_partial_matches_hypothesis_longer_than_reference", + "name": "test_partial_matches_hypothesis_longer_than_reference", + "lineno": 137, + "scope": "TestBLEU", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_case_where_n_is_bigger_than_hypothesis_length", + "name": "test_case_where_n_is_bigger_than_hypothesis_length", + "lineno": 152, + "scope": "TestBLEUFringeCases", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_empty_hypothesis", + "name": "test_empty_hypothesis", + "lineno": 179, + "scope": "TestBLEUFringeCases", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_length_one_hypothesis", + "name": "test_length_one_hypothesis", + "lineno": 185, + "scope": "TestBLEUFringeCases", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_empty_references", + "name": "test_empty_references", + "lineno": 195, + "scope": "TestBLEUFringeCases", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_empty_references_and_hypothesis", + "name": "test_empty_references_and_hypothesis", + "lineno": 201, + "scope": "TestBLEUFringeCases", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_reference_or_hypothesis_shorter_than_fourgrams", + "name": "test_reference_or_hypothesis_shorter_than_fourgrams", + "lineno": 207, + "scope": "TestBLEUFringeCases", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_numpy_weights", + "name": "test_numpy_weights", + "lineno": 221, + "scope": "TestBLEUFringeCases", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEUvsMteval13a.test_corpus_bleu", + "name": "test_corpus_bleu", + "lineno": 233, + "scope": "TestBLEUvsMteval13a", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEUWithBadSentence.test_corpus_bleu_with_bad_sentence", + "name": "test_corpus_bleu_with_bad_sentence", + "lineno": 276, + "scope": "TestBLEUWithBadSentence", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEUWithMultipleWeights.test_corpus_bleu_with_multiple_weights", + "name": "test_corpus_bleu_with_multiple_weights", + "lineno": 298, + "scope": "TestBLEUWithMultipleWeights", + "is_async": false + } + ], + "nltk.test.unit.translate.test_gdfa": [ + { + "id": "nltk.test.unit.translate.test_gdfa.TestGDFA.test_from_eflomal_outputs", + "name": "test_from_eflomal_outputs", + "lineno": 11, + "scope": "TestGDFA", + "is_async": false + } + ], + "nltk.test.unit.translate.test_ibm1": [ + { + "id": "nltk.test.unit.translate.test_ibm1.TestIBMModel1.test_set_uniform_translation_probabilities", + "name": "test_set_uniform_translation_probabilities", + "lineno": 13, + "scope": "TestIBMModel1", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm1.TestIBMModel1.test_set_uniform_translation_probabilities_of_non_domain_values", + "name": "test_set_uniform_translation_probabilities_of_non_domain_values", + "lineno": 29, + "scope": "TestIBMModel1", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm1.TestIBMModel1.test_prob_t_a_given_s", + "name": "test_prob_t_a_given_s", + "lineno": 44, + "scope": "TestIBMModel1", + "is_async": false + } + ], + "nltk.test.unit.translate.test_ibm2": [ + { + "id": "nltk.test.unit.translate.test_ibm2.TestIBMModel2.test_set_uniform_alignment_probabilities", + "name": "test_set_uniform_alignment_probabilities", + "lineno": 13, + "scope": "TestIBMModel2", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm2.TestIBMModel2.test_set_uniform_alignment_probabilities_of_non_domain_values", + "name": "test_set_uniform_alignment_probabilities_of_non_domain_values", + "lineno": 29, + "scope": "TestIBMModel2", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm2.TestIBMModel2.test_prob_t_a_given_s", + "name": "test_prob_t_a_given_s", + "lineno": 45, + "scope": "TestIBMModel2", + "is_async": false + } + ], + "nltk.test.unit.translate.test_ibm3": [ + { + "id": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_set_uniform_distortion_probabilities", + "name": "test_set_uniform_distortion_probabilities", + "lineno": 13, + "scope": "TestIBMModel3", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_set_uniform_distortion_probabilities_of_non_domain_values", + "name": "test_set_uniform_distortion_probabilities_of_non_domain_values", + "lineno": 29, + "scope": "TestIBMModel3", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_prob_t_a_given_s", + "name": "test_prob_t_a_given_s", + "lineno": 46, + "scope": "TestIBMModel3", + "is_async": false + } + ], + "nltk.test.unit.translate.test_ibm4": [ + { + "id": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_set_uniform_distortion_probabilities_of_max_displacements", + "name": "test_set_uniform_distortion_probabilities_of_max_displacements", + "lineno": 13, + "scope": "TestIBMModel4", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_set_uniform_distortion_probabilities_of_non_domain_values", + "name": "test_set_uniform_distortion_probabilities_of_non_domain_values", + "lineno": 37, + "scope": "TestIBMModel4", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_prob_t_a_given_s", + "name": "test_prob_t_a_given_s", + "lineno": 57, + "scope": "TestIBMModel4", + "is_async": false + } + ], + "nltk.test.unit.translate.test_ibm5": [ + { + "id": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_set_uniform_vacancy_probabilities_of_max_displacements", + "name": "test_set_uniform_vacancy_probabilities_of_max_displacements", + "lineno": 13, + "scope": "TestIBMModel5", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_set_uniform_vacancy_probabilities_of_non_domain_values", + "name": "test_set_uniform_vacancy_probabilities_of_non_domain_values", + "lineno": 37, + "scope": "TestIBMModel5", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prob_t_a_given_s", + "name": "test_prob_t_a_given_s", + "lineno": 58, + "scope": "TestIBMModel5", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prune", + "name": "test_prune", + "lineno": 127, + "scope": "TestIBMModel5", + "is_async": false + } + ], + "nltk.test.unit.translate.test_ibm_model": [ + { + "id": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_vocabularies_are_initialized", + "name": "test_vocabularies_are_initialized", + "lineno": 16, + "scope": "TestIBMModel", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_vocabularies_are_initialized_even_with_empty_corpora", + "name": "test_vocabularies_are_initialized_even_with_empty_corpora", + "lineno": 27, + "scope": "TestIBMModel", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment", + "name": "test_best_model2_alignment", + "lineno": 34, + "scope": "TestIBMModel", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_does_not_change_pegged_alignment", + "name": "test_best_model2_alignment_does_not_change_pegged_alignment", + "lineno": 60, + "scope": "TestIBMModel", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_handles_fertile_words", + "name": "test_best_model2_alignment_handles_fertile_words", + "lineno": 84, + "scope": "TestIBMModel", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_handles_empty_src_sentence", + "name": "test_best_model2_alignment_handles_empty_src_sentence", + "lineno": 113, + "scope": "TestIBMModel", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_handles_empty_trg_sentence", + "name": "test_best_model2_alignment_handles_empty_trg_sentence", + "lineno": 125, + "scope": "TestIBMModel", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_neighboring_finds_neighbor_alignments", + "name": "test_neighboring_finds_neighbor_alignments", + "lineno": 137, + "scope": "TestIBMModel", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_neighboring_sets_neighbor_alignment_info", + "name": "test_neighboring_sets_neighbor_alignment_info", + "lineno": 169, + "scope": "TestIBMModel", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_neighboring_returns_neighbors_with_pegged_alignment", + "name": "test_neighboring_returns_neighbors_with_pegged_alignment", + "lineno": 192, + "scope": "TestIBMModel", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_hillclimb", + "name": "test_hillclimb", + "lineno": 220, + "scope": "TestIBMModel", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_hillclimb.neighboring_mock", + "name": "neighboring_mock", + "lineno": 224, + "scope": "TestIBMModel.test_hillclimb", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_hillclimb.prob_t_a_given_s_mock", + "name": "prob_t_a_given_s_mock", + "lineno": 237, + "scope": "TestIBMModel.test_hillclimb", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_sample", + "name": "test_sample", + "lineno": 257, + "scope": "TestIBMModel", + "is_async": false + } + ], + "nltk.test.unit.translate.test_meteor": [ + { + "id": "nltk.test.unit.translate.test_meteor.TestMETEOR.test_meteor", + "name": "test_meteor", + "lineno": 10, + "scope": "TestMETEOR", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_meteor.TestMETEOR.test_reference_type_check", + "name": "test_reference_type_check", + "lineno": 14, + "scope": "TestMETEOR", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_meteor.TestMETEOR.test_candidate_type_check", + "name": "test_candidate_type_check", + "lineno": 18, + "scope": "TestMETEOR", + "is_async": false + } + ], + "nltk.test.unit.translate.test_nist": [ + { + "id": "nltk.test.unit.translate.test_nist.TestNIST.test_sentence_nist", + "name": "test_sentence_nist", + "lineno": 13, + "scope": "TestNIST", + "is_async": false + } + ], + "nltk.test.unit.translate.test_stack_decoder": [ + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_find_all_src_phrases", + "name": "test_find_all_src_phrases", + "lineno": 21, + "scope": "TestStackDecoder", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_distortion_score", + "name": "test_distortion_score", + "lineno": 38, + "scope": "TestStackDecoder", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_distortion_score_of_first_expansion", + "name": "test_distortion_score_of_first_expansion", + "lineno": 52, + "scope": "TestStackDecoder", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_compute_future_costs", + "name": "test_compute_future_costs", + "lineno": 65, + "scope": "TestStackDecoder", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_compute_future_costs_for_phrases_not_in_phrase_table", + "name": "test_compute_future_costs_for_phrases_not_in_phrase_table", + "lineno": 91, + "scope": "TestStackDecoder", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_future_score", + "name": "test_future_score", + "lineno": 107, + "scope": "TestStackDecoder", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_valid_phrases", + "name": "test_valid_phrases", + "lineno": 122, + "scope": "TestStackDecoder", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.create_fake_phrase_table", + "name": "create_fake_phrase_table", + "lineno": 136, + "scope": "TestStackDecoder", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.create_fake_language_model", + "name": "create_fake_language_model", + "lineno": 151, + "scope": "TestStackDecoder", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.setUp", + "name": "setUp", + "lineno": 168, + "scope": "TestHypothesis", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.test_translation_so_far", + "name": "test_translation_so_far", + "lineno": 184, + "scope": "TestHypothesis", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.test_translation_so_far_for_empty_hypothesis", + "name": "test_translation_so_far_for_empty_hypothesis", + "lineno": 191, + "scope": "TestHypothesis", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.test_total_translated_words", + "name": "test_total_translated_words", + "lineno": 201, + "scope": "TestHypothesis", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.test_translated_positions", + "name": "test_translated_positions", + "lineno": 208, + "scope": "TestHypothesis", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.test_untranslated_spans", + "name": "test_untranslated_spans", + "lineno": 216, + "scope": "TestHypothesis", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.test_untranslated_spans_for_empty_hypothesis", + "name": "test_untranslated_spans_for_empty_hypothesis", + "lineno": 223, + "scope": "TestHypothesis", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_bumps_off_worst_hypothesis_when_stack_is_full", + "name": "test_push_bumps_off_worst_hypothesis_when_stack_is_full", + "lineno": 235, + "scope": "TestStack", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_removes_hypotheses_that_fall_below_beam_threshold", + "name": "test_push_removes_hypotheses_that_fall_below_beam_threshold", + "lineno": 249, + "scope": "TestStack", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_does_not_add_hypothesis_that_falls_below_beam_threshold", + "name": "test_push_does_not_add_hypothesis_that_falls_below_beam_threshold", + "lineno": 264, + "scope": "TestStack", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_best_returns_the_best_hypothesis", + "name": "test_best_returns_the_best_hypothesis", + "lineno": 276, + "scope": "TestStack", + "is_async": false + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_best_returns_none_when_stack_is_empty", + "name": "test_best_returns_none_when_stack_is_empty", + "lineno": 289, + "scope": "TestStack", + "is_async": false + } + ], + "nltk.test.unit.translate": [], + "nltk.tokenize.api": [ + { + "id": "nltk.tokenize.api.TokenizerI.tokenize", + "name": "tokenize", + "lineno": 28, + "scope": "TokenizerI", + "is_async": false + }, + { + "id": "nltk.tokenize.api.TokenizerI.span_tokenize", + "name": "span_tokenize", + "lineno": 37, + "scope": "TokenizerI", + "is_async": false + }, + { + "id": "nltk.tokenize.api.TokenizerI.tokenize_sents", + "name": "tokenize_sents", + "lineno": 46, + "scope": "TokenizerI", + "is_async": false + }, + { + "id": "nltk.tokenize.api.TokenizerI.span_tokenize_sents", + "name": "span_tokenize_sents", + "lineno": 56, + "scope": "TokenizerI", + "is_async": false + }, + { + "id": "nltk.tokenize.api.StringTokenizer._string", + "name": "_string", + "lineno": 77, + "scope": "StringTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.api.StringTokenizer.tokenize", + "name": "tokenize", + "lineno": 80, + "scope": "StringTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.api.StringTokenizer.span_tokenize", + "name": "span_tokenize", + "lineno": 83, + "scope": "StringTokenizer", + "is_async": false + } + ], + "nltk.tokenize.casual": [ + { + "id": "nltk.tokenize.casual._str_to_unicode", + "name": "_str_to_unicode", + "lineno": 236, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.casual._replace_html_entities", + "name": "_replace_html_entities", + "lineno": 244, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.casual._replace_html_entities._convert_entity", + "name": "_convert_entity", + "lineno": 272, + "scope": "_replace_html_entities", + "is_async": false + }, + { + "id": "nltk.tokenize.casual.TweetTokenizer.__init__", + "name": "__init__", + "lineno": 332, + "scope": "TweetTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.casual.TweetTokenizer.tokenize", + "name": "tokenize", + "lineno": 360, + "scope": "TweetTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.casual.TweetTokenizer.WORD_RE", + "name": "WORD_RE", + "lineno": 391, + "scope": "TweetTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.casual.TweetTokenizer.PHONE_WORD_RE", + "name": "PHONE_WORD_RE", + "lineno": 402, + "scope": "TweetTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.casual.reduce_lengthening", + "name": "reduce_lengthening", + "lineno": 418, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.casual.remove_handles", + "name": "remove_handles", + "lineno": 427, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.casual.casual_tokenize", + "name": "casual_tokenize", + "lineno": 440, + "scope": null, + "is_async": false + } + ], + "nltk.tokenize.destructive": [ + { + "id": "nltk.tokenize.destructive.NLTKWordTokenizer.tokenize", + "name": "tokenize", + "lineno": 126, + "scope": "NLTKWordTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.destructive.NLTKWordTokenizer.span_tokenize", + "name": "span_tokenize", + "lineno": 198, + "scope": "NLTKWordTokenizer", + "is_async": false + } + ], + "nltk.tokenize.legality_principle": [ + { + "id": "nltk.tokenize.legality_principle.LegalitySyllableTokenizer.__init__", + "name": "__init__", + "lineno": 65, + "scope": "LegalitySyllableTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.legality_principle.LegalitySyllableTokenizer.find_legal_onsets", + "name": "find_legal_onsets", + "lineno": 80, + "scope": "LegalitySyllableTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.legality_principle.LegalitySyllableTokenizer.onset", + "name": "onset", + "lineno": 97, + "scope": "LegalitySyllableTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.legality_principle.LegalitySyllableTokenizer.tokenize", + "name": "tokenize", + "lineno": 114, + "scope": "LegalitySyllableTokenizer", + "is_async": false + } + ], + "nltk.tokenize.mwe": [ + { + "id": "nltk.tokenize.mwe.MWETokenizer.__init__", + "name": "__init__", + "lineno": 40, + "scope": "MWETokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.mwe.MWETokenizer.add_mwe", + "name": "add_mwe", + "lineno": 57, + "scope": "MWETokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.mwe.MWETokenizer.tokenize", + "name": "tokenize", + "lineno": 79, + "scope": "MWETokenizer", + "is_async": false + } + ], + "nltk.tokenize.nist": [ + { + "id": "nltk.tokenize.nist.NISTTokenizer.lang_independent_sub", + "name": "lang_independent_sub", + "lineno": 127, + "scope": "NISTTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.nist.NISTTokenizer.tokenize", + "name": "tokenize", + "lineno": 139, + "scope": "NISTTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.nist.NISTTokenizer.international_tokenize", + "name": "international_tokenize", + "lineno": 158, + "scope": "NISTTokenizer", + "is_async": false + } + ], + "nltk.tokenize.punkt": [ + { + "id": "nltk.tokenize.punkt.PunktLanguageVars.__getstate__", + "name": "__getstate__", + "lineno": 199, + "scope": "PunktLanguageVars", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktLanguageVars.__setstate__", + "name": "__setstate__", + "lineno": 205, + "scope": "PunktLanguageVars", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktLanguageVars._re_sent_end_chars", + "name": "_re_sent_end_chars", + "lineno": 212, + "scope": "PunktLanguageVars", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktLanguageVars._re_non_word_chars", + "name": "_re_non_word_chars", + "lineno": 227, + "scope": "PunktLanguageVars", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktLanguageVars._word_tokenizer_re", + "name": "_word_tokenizer_re", + "lineno": 253, + "scope": "PunktLanguageVars", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktLanguageVars.word_tokenize", + "name": "word_tokenize", + "lineno": 269, + "scope": "PunktLanguageVars", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktLanguageVars.period_context_re", + "name": "period_context_re", + "lineno": 284, + "scope": "PunktLanguageVars", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt._pair_iter", + "name": "_pair_iter", + "lineno": 315, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktParameters.__init__", + "name": "__init__", + "lineno": 340, + "scope": "PunktParameters", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktParameters.clear_abbrevs", + "name": "clear_abbrevs", + "lineno": 360, + "scope": "PunktParameters", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktParameters.clear_collocations", + "name": "clear_collocations", + "lineno": 363, + "scope": "PunktParameters", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktParameters.clear_sent_starters", + "name": "clear_sent_starters", + "lineno": 366, + "scope": "PunktParameters", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktParameters.clear_ortho_context", + "name": "clear_ortho_context", + "lineno": 369, + "scope": "PunktParameters", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktParameters.add_ortho_context", + "name": "add_ortho_context", + "lineno": 372, + "scope": "PunktParameters", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktParameters._debug_ortho_context", + "name": "_debug_ortho_context", + "lineno": 375, + "scope": "PunktParameters", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktToken.__init__", + "name": "__init__", + "lineno": 403, + "scope": "PunktToken", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktToken._get_type", + "name": "_get_type", + "lineno": 426, + "scope": "PunktToken", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktToken.type_no_period", + "name": "type_no_period", + "lineno": 431, + "scope": "PunktToken", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktToken.type_no_sentperiod", + "name": "type_no_sentperiod", + "lineno": 440, + "scope": "PunktToken", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktToken.first_upper", + "name": "first_upper", + "lineno": 450, + "scope": "PunktToken", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktToken.first_lower", + "name": "first_lower", + "lineno": 455, + "scope": "PunktToken", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktToken.first_case", + "name": "first_case", + "lineno": 460, + "scope": "PunktToken", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktToken.is_ellipsis", + "name": "is_ellipsis", + "lineno": 468, + "scope": "PunktToken", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktToken.is_number", + "name": "is_number", + "lineno": 473, + "scope": "PunktToken", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktToken.is_initial", + "name": "is_initial", + "lineno": 478, + "scope": "PunktToken", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktToken.is_alpha", + "name": "is_alpha", + "lineno": 483, + "scope": "PunktToken", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktToken.is_non_punct", + "name": "is_non_punct", + "lineno": 488, + "scope": "PunktToken", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktToken.__repr__", + "name": "__repr__", + "lineno": 496, + "scope": "PunktToken", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktToken.__str__", + "name": "__str__", + "lineno": 517, + "scope": "PunktToken", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktBaseClass.__init__", + "name": "__init__", + "lineno": 541, + "scope": "PunktBaseClass", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktBaseClass._tokenize_words", + "name": "_tokenize_words", + "lineno": 556, + "scope": "PunktBaseClass", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktBaseClass._annotate_first_pass", + "name": "_annotate_first_pass", + "lineno": 586, + "scope": "PunktBaseClass", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktBaseClass._first_pass_annotation", + "name": "_first_pass_annotation", + "lineno": 609, + "scope": "PunktBaseClass", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer.__init__", + "name": "__init__", + "lineno": 640, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer.get_params", + "name": "get_params", + "lineno": 680, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer.train", + "name": "train", + "lineno": 733, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer.train_tokens", + "name": "train_tokens", + "lineno": 746, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer._train_tokens", + "name": "_train_tokens", + "lineno": 754, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer._unique_types", + "name": "_unique_types", + "lineno": 815, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer.finalize_training", + "name": "finalize_training", + "lineno": 818, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer.freq_threshold", + "name": "freq_threshold", + "lineno": 841, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer._freq_threshold", + "name": "_freq_threshold", + "lineno": 866, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer._get_orthography_data", + "name": "_get_orthography_data", + "lineno": 888, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer._reclassify_abbrev_types", + "name": "_reclassify_abbrev_types", + "lineno": 936, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer.find_abbrev_types", + "name": "find_abbrev_types", + "lineno": 1003, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer._is_rare_abbrev_type", + "name": "_is_rare_abbrev_type", + "lineno": 1018, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer._dunning_log_likelihood", + "name": "_dunning_log_likelihood", + "lineno": 1067, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer._col_log_likelihood", + "name": "_col_log_likelihood", + "lineno": 1086, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer._is_potential_collocation", + "name": "_is_potential_collocation", + "lineno": 1136, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer._find_collocations", + "name": "_find_collocations", + "lineno": 1151, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer._is_potential_sent_starter", + "name": "_is_potential_sent_starter", + "lineno": 1185, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer._find_sent_starters", + "name": "_find_sent_starters", + "lineno": 1199, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer._get_sentbreak_count", + "name": "_get_sentbreak_count", + "lineno": 1228, + "scope": "PunktTrainer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer.__init__", + "name": "__init__", + "lineno": 1250, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer.train", + "name": "train", + "lineno": 1262, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer.tokenize", + "name": "tokenize", + "lineno": 1278, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer.debug_decisions", + "name": "debug_decisions", + "lineno": 1284, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer.span_tokenize", + "name": "span_tokenize", + "lineno": 1320, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer.sentences_from_text", + "name": "sentences_from_text", + "lineno": 1333, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer._get_last_whitespace_index", + "name": "_get_last_whitespace_index", + "lineno": 1344, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer._match_potential_end_contexts", + "name": "_match_potential_end_contexts", + "lineno": 1355, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer._slices_from_text", + "name": "_slices_from_text", + "lineno": 1429, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer._realign_boundaries", + "name": "_realign_boundaries", + "lineno": 1443, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer.text_contains_sentbreak", + "name": "text_contains_sentbreak", + "lineno": 1475, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer.sentences_from_text_legacy", + "name": "sentences_from_text_legacy", + "lineno": 1487, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer.sentences_from_tokens", + "name": "sentences_from_tokens", + "lineno": 1496, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer._annotate_tokens", + "name": "_annotate_tokens", + "lineno": 1513, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer._build_sentence_list", + "name": "_build_sentence_list", + "lineno": 1534, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer.dump", + "name": "dump", + "lineno": 1591, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer._annotate_second_pass", + "name": "_annotate_second_pass", + "lineno": 1614, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer._second_pass_annotation", + "name": "_second_pass_annotation", + "lineno": 1626, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer._ortho_heuristic", + "name": "_ortho_heuristic", + "lineno": 1706, + "scope": "PunktSentenceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTokenizer.__init__", + "name": "__init__", + "lineno": 1744, + "scope": "PunktTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTokenizer.load_lang", + "name": "load_lang", + "lineno": 1748, + "scope": "PunktTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.PunktTokenizer.save_params", + "name": "save_params", + "lineno": 1755, + "scope": "PunktTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.load_punkt_params", + "name": "load_punkt_params", + "lineno": 1759, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.save_punkt_params", + "name": "save_punkt_params", + "lineno": 1779, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.format_debug_decision", + "name": "format_debug_decision", + "lineno": 1817, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.punkt.demo", + "name": "demo", + "lineno": 1821, + "scope": null, + "is_async": false + } + ], + "nltk.tokenize.regexp": [ + { + "id": "nltk.tokenize.regexp.RegexpTokenizer.__init__", + "name": "__init__", + "lineno": 102, + "scope": "RegexpTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.regexp.RegexpTokenizer._check_regexp", + "name": "_check_regexp", + "lineno": 118, + "scope": "RegexpTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.regexp.RegexpTokenizer.tokenize", + "name": "tokenize", + "lineno": 122, + "scope": "RegexpTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.regexp.RegexpTokenizer.span_tokenize", + "name": "span_tokenize", + "lineno": 135, + "scope": "RegexpTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.regexp.RegexpTokenizer.__repr__", + "name": "__repr__", + "lineno": 146, + "scope": "RegexpTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.regexp.WhitespaceTokenizer.__init__", + "name": "__init__", + "lineno": 168, + "scope": "WhitespaceTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.regexp.BlanklineTokenizer.__init__", + "name": "__init__", + "lineno": 179, + "scope": "BlanklineTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.regexp.WordPunctTokenizer.__init__", + "name": "__init__", + "lineno": 195, + "scope": "WordPunctTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.regexp.regexp_tokenize", + "name": "regexp_tokenize", + "lineno": 204, + "scope": null, + "is_async": false + } + ], + "nltk.tokenize.repp": [ + { + "id": "nltk.tokenize.repp.ReppTokenizer.__init__", + "name": "__init__", + "lineno": 54, + "scope": "ReppTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.repp.ReppTokenizer.tokenize", + "name": "tokenize", + "lineno": 61, + "scope": "ReppTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.repp.ReppTokenizer.tokenize_sents", + "name": "tokenize_sents", + "lineno": 72, + "scope": "ReppTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.repp.ReppTokenizer.generate_repp_command", + "name": "generate_repp_command", + "lineno": 98, + "scope": "ReppTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.repp.ReppTokenizer._execute", + "name": "_execute", + "lineno": 112, + "scope": "ReppTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.repp.ReppTokenizer.parse_repp_outputs", + "name": "parse_repp_outputs", + "lineno": 118, + "scope": "ReppTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.repp.ReppTokenizer.find_repptokenizer", + "name": "find_repptokenizer", + "lineno": 138, + "scope": "ReppTokenizer", + "is_async": false + } + ], + "nltk.tokenize.sexpr": [ + { + "id": "nltk.tokenize.sexpr.SExprTokenizer.__init__", + "name": "__init__", + "lineno": 79, + "scope": "SExprTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.sexpr.SExprTokenizer.tokenize", + "name": "tokenize", + "lineno": 89, + "scope": "SExprTokenizer", + "is_async": false + } + ], + "nltk.tokenize.simple": [ + { + "id": "nltk.tokenize.simple.CharTokenizer.tokenize", + "name": "tokenize", + "lineno": 75, + "scope": "CharTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.simple.CharTokenizer.span_tokenize", + "name": "span_tokenize", + "lineno": 78, + "scope": "CharTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.simple.LineTokenizer.__init__", + "name": "__init__", + "lineno": 105, + "scope": "LineTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.simple.LineTokenizer.tokenize", + "name": "tokenize", + "lineno": 114, + "scope": "LineTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.simple.LineTokenizer.span_tokenize", + "name": "span_tokenize", + "lineno": 125, + "scope": "LineTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.simple.line_tokenize", + "name": "line_tokenize", + "lineno": 138, + "scope": null, + "is_async": false + } + ], + "nltk.tokenize.sonority_sequencing": [ + { + "id": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.__init__", + "name": "__init__", + "lineno": 57, + "scope": "SyllableTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.assign_values", + "name": "assign_values", + "lineno": 85, + "scope": "SyllableTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.validate_syllables", + "name": "validate_syllables", + "lineno": 113, + "scope": "SyllableTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.tokenize", + "name": "tokenize", + "lineno": 146, + "scope": "SyllableTokenizer", + "is_async": false + } + ], + "nltk.tokenize.stanford": [ + { + "id": "nltk.tokenize.stanford.StanfordTokenizer.__init__", + "name": "__init__", + "lineno": 37, + "scope": "StanfordTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.stanford.StanfordTokenizer._parse_tokenized_output", + "name": "_parse_tokenized_output", + "lineno": 72, + "scope": "StanfordTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.stanford.StanfordTokenizer.tokenize", + "name": "tokenize", + "lineno": 75, + "scope": "StanfordTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.stanford.StanfordTokenizer._execute", + "name": "_execute", + "lineno": 82, + "scope": "StanfordTokenizer", + "is_async": false + } + ], + "nltk.tokenize.stanford_segmenter": [ + { + "id": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.__init__", + "name": "__init__", + "lineno": 57, + "scope": "StanfordSegmenter", + "is_async": false + }, + { + "id": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.default_config", + "name": "default_config", + "lineno": 126, + "scope": "StanfordSegmenter", + "is_async": false + }, + { + "id": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.tokenize", + "name": "tokenize", + "lineno": 199, + "scope": "StanfordSegmenter", + "is_async": false + }, + { + "id": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.segment_file", + "name": "segment_file", + "lineno": 202, + "scope": "StanfordSegmenter", + "is_async": false + }, + { + "id": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.segment", + "name": "segment", + "lineno": 229, + "scope": "StanfordSegmenter", + "is_async": false + }, + { + "id": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.segment_sents", + "name": "segment_sents", + "lineno": 232, + "scope": "StanfordSegmenter", + "is_async": false + }, + { + "id": "nltk.tokenize.stanford_segmenter.StanfordSegmenter._sha256sum", + "name": "_sha256sum", + "lineno": 274, + "scope": "StanfordSegmenter", + "is_async": false + }, + { + "id": "nltk.tokenize.stanford_segmenter.StanfordSegmenter._validate_classpath", + "name": "_validate_classpath", + "lineno": 291, + "scope": "StanfordSegmenter", + "is_async": false + }, + { + "id": "nltk.tokenize.stanford_segmenter.StanfordSegmenter._execute", + "name": "_execute", + "lineno": 316, + "scope": "StanfordSegmenter", + "is_async": false + } + ], + "nltk.tokenize.texttiling": [ + { + "id": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "name": "__init__", + "lineno": 65, + "scope": "TextTilingTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "name": "tokenize", + "lineno": 84, + "scope": "TextTilingTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.texttiling.TextTilingTokenizer._vocabulary_introduction", + "name": "_vocabulary_introduction", + "lineno": 161, + "scope": "TextTilingTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.texttiling.TextTilingTokenizer._block_comparison", + "name": "_block_comparison", + "lineno": 238, + "scope": "TextTilingTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.texttiling.TextTilingTokenizer._block_comparison.blk_frq", + "name": "blk_frq", + "lineno": 241, + "scope": "TextTilingTokenizer._block_comparison", + "is_async": false + }, + { + "id": "nltk.tokenize.texttiling.TextTilingTokenizer._smooth_scores", + "name": "_smooth_scores", + "lineno": 276, + "scope": "TextTilingTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.texttiling.TextTilingTokenizer._mark_paragraph_breaks", + "name": "_mark_paragraph_breaks", + "lineno": 282, + "scope": "TextTilingTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.texttiling.TextTilingTokenizer._divide_to_tokensequences", + "name": "_divide_to_tokensequences", + "lineno": 300, + "scope": "TextTilingTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.texttiling.TextTilingTokenizer._create_token_table", + "name": "_create_token_table", + "lineno": 312, + "scope": "TextTilingTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.texttiling.TextTilingTokenizer._identify_boundaries", + "name": "_identify_boundaries", + "lineno": 362, + "scope": "TextTilingTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.texttiling.TextTilingTokenizer._depth_scores", + "name": "_depth_scores", + "lineno": 391, + "scope": "TextTilingTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.texttiling.TextTilingTokenizer._normalize_boundaries", + "name": "_normalize_boundaries", + "lineno": 421, + "scope": "TextTilingTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.texttiling.TokenTableField.__init__", + "name": "__init__", + "lineno": 459, + "scope": "TokenTableField", + "is_async": false + }, + { + "id": "nltk.tokenize.texttiling.TokenSequence.__init__", + "name": "__init__", + "lineno": 475, + "scope": "TokenSequence", + "is_async": false + }, + { + "id": "nltk.tokenize.texttiling.smooth", + "name": "smooth", + "lineno": 482, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.texttiling.demo", + "name": "demo", + "lineno": 538, + "scope": null, + "is_async": false + } + ], + "nltk.tokenize.toktok": [ + { + "id": "nltk.tokenize.toktok.ToktokTokenizer.tokenize", + "name": "tokenize", + "lineno": 173, + "scope": "ToktokTokenizer", + "is_async": false + } + ], + "nltk.tokenize.treebank": [ + { + "id": "nltk.tokenize.treebank.TreebankWordTokenizer.tokenize", + "name": "tokenize", + "lineno": 102, + "scope": "TreebankWordTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.treebank.TreebankWordTokenizer.span_tokenize", + "name": "span_tokenize", + "lineno": 173, + "scope": "TreebankWordTokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.treebank.TreebankWordDetokenizer.tokenize", + "name": "tokenize", + "lineno": 354, + "scope": "TreebankWordDetokenizer", + "is_async": false + }, + { + "id": "nltk.tokenize.treebank.TreebankWordDetokenizer.detokenize", + "name": "detokenize", + "lineno": 407, + "scope": "TreebankWordDetokenizer", + "is_async": false + } + ], + "nltk.tokenize.util": [ + { + "id": "nltk.tokenize.util.string_span_tokenize", + "name": "string_span_tokenize", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.util.regexp_span_tokenize", + "name": "regexp_span_tokenize", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.util.spans_to_relative", + "name": "spans_to_relative", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.util.is_cjk", + "name": "is_cjk", + "lineno": 161, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.util.xml_escape", + "name": "xml_escape", + "lineno": 193, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.util.xml_unescape", + "name": "xml_unescape", + "lineno": 225, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.util.align_tokens", + "name": "align_tokens", + "lineno": 256, + "scope": null, + "is_async": false + } + ], + "nltk.tokenize": [ + { + "id": "nltk.tokenize._get_punkt_tokenizer", + "name": "_get_punkt_tokenizer", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.sent_tokenize", + "name": "sent_tokenize", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tokenize.word_tokenize", + "name": "word_tokenize", + "lineno": 127, + "scope": null, + "is_async": false + } + ], + "nltk.translate.api": [ + { + "id": "nltk.translate.api.AlignedSent.__init__", + "name": "__init__", + "lineno": 47, + "scope": "AlignedSent", + "is_async": false + }, + { + "id": "nltk.translate.api.AlignedSent.words", + "name": "words", + "lineno": 57, + "scope": "AlignedSent", + "is_async": false + }, + { + "id": "nltk.translate.api.AlignedSent.mots", + "name": "mots", + "lineno": 61, + "scope": "AlignedSent", + "is_async": false + }, + { + "id": "nltk.translate.api.AlignedSent._get_alignment", + "name": "_get_alignment", + "lineno": 64, + "scope": "AlignedSent", + "is_async": false + }, + { + "id": "nltk.translate.api.AlignedSent._set_alignment", + "name": "_set_alignment", + "lineno": 67, + "scope": "AlignedSent", + "is_async": false + }, + { + "id": "nltk.translate.api.AlignedSent.__repr__", + "name": "__repr__", + "lineno": 73, + "scope": "AlignedSent", + "is_async": false + }, + { + "id": "nltk.translate.api.AlignedSent._to_dot", + "name": "_to_dot", + "lineno": 84, + "scope": "AlignedSent", + "is_async": false + }, + { + "id": "nltk.translate.api.AlignedSent._repr_svg_", + "name": "_repr_svg_", + "lineno": 125, + "scope": "AlignedSent", + "is_async": false + }, + { + "id": "nltk.translate.api.AlignedSent.__str__", + "name": "__str__", + "lineno": 144, + "scope": "AlignedSent", + "is_async": false + }, + { + "id": "nltk.translate.api.AlignedSent.invert", + "name": "invert", + "lineno": 154, + "scope": "AlignedSent", + "is_async": false + }, + { + "id": "nltk.translate.api.Alignment.__new__", + "name": "__new__", + "lineno": 189, + "scope": "Alignment", + "is_async": false + }, + { + "id": "nltk.translate.api.Alignment.fromstring", + "name": "fromstring", + "lineno": 196, + "scope": "Alignment", + "is_async": false + }, + { + "id": "nltk.translate.api.Alignment.__getitem__", + "name": "__getitem__", + "lineno": 211, + "scope": "Alignment", + "is_async": false + }, + { + "id": "nltk.translate.api.Alignment.invert", + "name": "invert", + "lineno": 219, + "scope": "Alignment", + "is_async": false + }, + { + "id": "nltk.translate.api.Alignment.range", + "name": "range", + "lineno": 225, + "scope": "Alignment", + "is_async": false + }, + { + "id": "nltk.translate.api.Alignment.__repr__", + "name": "__repr__", + "lineno": 239, + "scope": "Alignment", + "is_async": false + }, + { + "id": "nltk.translate.api.Alignment.__str__", + "name": "__str__", + "lineno": 245, + "scope": "Alignment", + "is_async": false + }, + { + "id": "nltk.translate.api.Alignment._build_index", + "name": "_build_index", + "lineno": 251, + "scope": "Alignment", + "is_async": false + }, + { + "id": "nltk.translate.api._giza2pair", + "name": "_giza2pair", + "lineno": 261, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.api._naacl2pair", + "name": "_naacl2pair", + "lineno": 266, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.api._check_alignment", + "name": "_check_alignment", + "lineno": 271, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.api.PhraseTable.__init__", + "name": "__init__", + "lineno": 301, + "scope": "PhraseTable", + "is_async": false + }, + { + "id": "nltk.translate.api.PhraseTable.translations_for", + "name": "translations_for", + "lineno": 304, + "scope": "PhraseTable", + "is_async": false + }, + { + "id": "nltk.translate.api.PhraseTable.add", + "name": "add", + "lineno": 319, + "scope": "PhraseTable", + "is_async": false + }, + { + "id": "nltk.translate.api.PhraseTable.__contains__", + "name": "__contains__", + "lineno": 334, + "scope": "PhraseTable", + "is_async": false + } + ], + "nltk.translate.bleu_score": [ + { + "id": "nltk.translate.bleu_score.Fraction.__new__", + "name": "__new__", + "lineno": 22, + "scope": "Fraction", + "is_async": false + }, + { + "id": "nltk.translate.bleu_score.Fraction.numerator", + "name": "numerator", + "lineno": 33, + "scope": "Fraction", + "is_async": false + }, + { + "id": "nltk.translate.bleu_score.Fraction.denominator", + "name": "denominator", + "lineno": 39, + "scope": "Fraction", + "is_async": false + }, + { + "id": "nltk.translate.bleu_score.sentence_bleu", + "name": "sentence_bleu", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.bleu_score.corpus_bleu", + "name": "corpus_bleu", + "lineno": 137, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.bleu_score.modified_precision", + "name": "modified_precision", + "lineno": 285, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.bleu_score.closest_ref_length", + "name": "closest_ref_length", + "lineno": 396, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.bleu_score.brevity_penalty", + "name": "brevity_penalty", + "lineno": 416, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.bleu_score.SmoothingFunction.__init__", + "name": "__init__", + "lineno": 517, + "scope": "SmoothingFunction", + "is_async": false + }, + { + "id": "nltk.translate.bleu_score.SmoothingFunction.method0", + "name": "method0", + "lineno": 561, + "scope": "SmoothingFunction", + "is_async": false + }, + { + "id": "nltk.translate.bleu_score.SmoothingFunction.method1", + "name": "method1", + "lineno": 586, + "scope": "SmoothingFunction", + "is_async": false + }, + { + "id": "nltk.translate.bleu_score.SmoothingFunction.method2", + "name": "method2", + "lineno": 599, + "scope": "SmoothingFunction", + "is_async": false + }, + { + "id": "nltk.translate.bleu_score.SmoothingFunction.method3", + "name": "method3", + "lineno": 615, + "scope": "SmoothingFunction", + "is_async": false + }, + { + "id": "nltk.translate.bleu_score.SmoothingFunction.method4", + "name": "method4", + "lineno": 641, + "scope": "SmoothingFunction", + "is_async": false + }, + { + "id": "nltk.translate.bleu_score.SmoothingFunction.method5", + "name": "method5", + "lineno": 662, + "scope": "SmoothingFunction", + "is_async": false + }, + { + "id": "nltk.translate.bleu_score.SmoothingFunction.method6", + "name": "method6", + "lineno": 679, + "scope": "SmoothingFunction", + "is_async": false + }, + { + "id": "nltk.translate.bleu_score.SmoothingFunction.method7", + "name": "method7", + "lineno": 706, + "scope": "SmoothingFunction", + "is_async": false + } + ], + "nltk.translate.chrf_score": [ + { + "id": "nltk.translate.chrf_score.sentence_chrf", + "name": "sentence_chrf", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.chrf_score._preprocess", + "name": "_preprocess", + "lineno": 101, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.chrf_score.chrf_precision_recall_fscore_support", + "name": "chrf_precision_recall_fscore_support", + "lineno": 111, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.chrf_score.corpus_chrf", + "name": "corpus_chrf", + "lineno": 154, + "scope": null, + "is_async": false + } + ], + "nltk.translate.gale_church": [ + { + "id": "nltk.translate.gale_church.erfcc", + "name": "erfcc", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.gale_church.norm_cdf", + "name": "norm_cdf", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.gale_church.norm_logsf", + "name": "norm_logsf", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.gale_church.trace", + "name": "trace", + "lineno": 96, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.gale_church.align_log_prob", + "name": "align_log_prob", + "lineno": 124, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.gale_church.align_blocks", + "name": "align_blocks", + "lineno": 152, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.gale_church.align_texts", + "name": "align_texts", + "lineno": 206, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.gale_church.split_at", + "name": "split_at", + "lineno": 235, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.gale_church.split_at._chunk_iterator", + "name": "_chunk_iterator", + "lineno": 243, + "scope": "split_at", + "is_async": false + }, + { + "id": "nltk.translate.gale_church.parse_token_stream", + "name": "parse_token_stream", + "lineno": 253, + "scope": null, + "is_async": false + } + ], + "nltk.translate.gdfa": [ + { + "id": "nltk.translate.gdfa.grow_diag_final_and", + "name": "grow_diag_final_and", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.gdfa.grow_diag_final_and.grow_diag", + "name": "grow_diag", + "lineno": 82, + "scope": "grow_diag_final_and", + "is_async": false + }, + { + "id": "nltk.translate.gdfa.grow_diag_final_and.final_and", + "name": "final_and", + "lineno": 115, + "scope": "grow_diag_final_and", + "is_async": false + } + ], + "nltk.translate.gleu_score": [ + { + "id": "nltk.translate.gleu_score.sentence_gleu", + "name": "sentence_gleu", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.gleu_score.corpus_gleu", + "name": "corpus_gleu", + "lineno": 86, + "scope": null, + "is_async": false + } + ], + "nltk.translate.ibm1": [ + { + "id": "nltk.translate.ibm1.IBMModel1.__init__", + "name": "__init__", + "lineno": 108, + "scope": "IBMModel1", + "is_async": false + }, + { + "id": "nltk.translate.ibm1.IBMModel1.set_uniform_probabilities", + "name": "set_uniform_probabilities", + "lineno": 143, + "scope": "IBMModel1", + "is_async": false + }, + { + "id": "nltk.translate.ibm1.IBMModel1.train", + "name": "train", + "lineno": 156, + "scope": "IBMModel1", + "is_async": false + }, + { + "id": "nltk.translate.ibm1.IBMModel1.prob_all_alignments", + "name": "prob_all_alignments", + "lineno": 176, + "scope": "IBMModel1", + "is_async": false + }, + { + "id": "nltk.translate.ibm1.IBMModel1.prob_alignment_point", + "name": "prob_alignment_point", + "lineno": 196, + "scope": "IBMModel1", + "is_async": false + }, + { + "id": "nltk.translate.ibm1.IBMModel1.prob_t_a_given_s", + "name": "prob_t_a_given_s", + "lineno": 203, + "scope": "IBMModel1", + "is_async": false + }, + { + "id": "nltk.translate.ibm1.IBMModel1.align_all", + "name": "align_all", + "lineno": 219, + "scope": "IBMModel1", + "is_async": false + }, + { + "id": "nltk.translate.ibm1.IBMModel1.align", + "name": "align", + "lineno": 223, + "scope": "IBMModel1", + "is_async": false + } + ], + "nltk.translate.ibm2": [ + { + "id": "nltk.translate.ibm2.IBMModel2.__init__", + "name": "__init__", + "lineno": 99, + "scope": "IBMModel2", + "is_async": false + }, + { + "id": "nltk.translate.ibm2.IBMModel2.set_uniform_probabilities", + "name": "set_uniform_probabilities", + "lineno": 140, + "scope": "IBMModel2", + "is_async": false + }, + { + "id": "nltk.translate.ibm2.IBMModel2.train", + "name": "train", + "lineno": 160, + "scope": "IBMModel2", + "is_async": false + }, + { + "id": "nltk.translate.ibm2.IBMModel2.maximize_alignment_probabilities", + "name": "maximize_alignment_probabilities", + "lineno": 186, + "scope": "IBMModel2", + "is_async": false + }, + { + "id": "nltk.translate.ibm2.IBMModel2.prob_all_alignments", + "name": "prob_all_alignments", + "lineno": 198, + "scope": "IBMModel2", + "is_async": false + }, + { + "id": "nltk.translate.ibm2.IBMModel2.prob_alignment_point", + "name": "prob_alignment_point", + "lineno": 221, + "scope": "IBMModel2", + "is_async": false + }, + { + "id": "nltk.translate.ibm2.IBMModel2.prob_t_a_given_s", + "name": "prob_t_a_given_s", + "lineno": 232, + "scope": "IBMModel2", + "is_async": false + }, + { + "id": "nltk.translate.ibm2.IBMModel2.align_all", + "name": "align_all", + "lineno": 253, + "scope": "IBMModel2", + "is_async": false + }, + { + "id": "nltk.translate.ibm2.IBMModel2.align", + "name": "align", + "lineno": 257, + "scope": "IBMModel2", + "is_async": false + }, + { + "id": "nltk.translate.ibm2.Model2Counts.__init__", + "name": "__init__", + "lineno": 304, + "scope": "Model2Counts", + "is_async": false + }, + { + "id": "nltk.translate.ibm2.Model2Counts.update_lexical_translation", + "name": "update_lexical_translation", + "lineno": 313, + "scope": "Model2Counts", + "is_async": false + }, + { + "id": "nltk.translate.ibm2.Model2Counts.update_alignment", + "name": "update_alignment", + "lineno": 317, + "scope": "Model2Counts", + "is_async": false + } + ], + "nltk.translate.ibm3": [ + { + "id": "nltk.translate.ibm3.IBMModel3.__init__", + "name": "__init__", + "lineno": 137, + "scope": "IBMModel3", + "is_async": false + }, + { + "id": "nltk.translate.ibm3.IBMModel3.reset_probabilities", + "name": "reset_probabilities", + "lineno": 181, + "scope": "IBMModel3", + "is_async": false + }, + { + "id": "nltk.translate.ibm3.IBMModel3.set_uniform_probabilities", + "name": "set_uniform_probabilities", + "lineno": 193, + "scope": "IBMModel3", + "is_async": false + }, + { + "id": "nltk.translate.ibm3.IBMModel3.train", + "name": "train", + "lineno": 224, + "scope": "IBMModel3", + "is_async": false + }, + { + "id": "nltk.translate.ibm3.IBMModel3.maximize_distortion_probabilities", + "name": "maximize_distortion_probabilities", + "lineno": 265, + "scope": "IBMModel3", + "is_async": false + }, + { + "id": "nltk.translate.ibm3.IBMModel3.prob_t_a_given_s", + "name": "prob_t_a_given_s", + "lineno": 277, + "scope": "IBMModel3", + "is_async": false + }, + { + "id": "nltk.translate.ibm3.Model3Counts.__init__", + "name": "__init__", + "lineno": 334, + "scope": "Model3Counts", + "is_async": false + }, + { + "id": "nltk.translate.ibm3.Model3Counts.update_distortion", + "name": "update_distortion", + "lineno": 343, + "scope": "Model3Counts", + "is_async": false + } + ], + "nltk.translate.ibm4": [ + { + "id": "nltk.translate.ibm4.IBMModel4.__init__", + "name": "__init__", + "lineno": 170, + "scope": "IBMModel4", + "is_async": false + }, + { + "id": "nltk.translate.ibm4.IBMModel4.reset_probabilities", + "name": "reset_probabilities", + "lineno": 237, + "scope": "IBMModel4", + "is_async": false + }, + { + "id": "nltk.translate.ibm4.IBMModel4.set_uniform_probabilities", + "name": "set_uniform_probabilities", + "lineno": 257, + "scope": "IBMModel4", + "is_async": false + }, + { + "id": "nltk.translate.ibm4.IBMModel4.train", + "name": "train", + "lineno": 291, + "scope": "IBMModel4", + "is_async": false + }, + { + "id": "nltk.translate.ibm4.IBMModel4.maximize_distortion_probabilities", + "name": "maximize_distortion_probabilities", + "lineno": 337, + "scope": "IBMModel4", + "is_async": false + }, + { + "id": "nltk.translate.ibm4.IBMModel4.prob_t_a_given_s", + "name": "prob_t_a_given_s", + "lineno": 357, + "scope": "IBMModel4", + "is_async": false + }, + { + "id": "nltk.translate.ibm4.IBMModel4.model4_prob_t_a_given_s", + "name": "model4_prob_t_a_given_s", + "lineno": 365, + "scope": "IBMModel4", + "is_async": false + }, + { + "id": "nltk.translate.ibm4.IBMModel4.model4_prob_t_a_given_s.null_generation_term", + "name": "null_generation_term", + "lineno": 369, + "scope": "IBMModel4.model4_prob_t_a_given_s", + "is_async": false + }, + { + "id": "nltk.translate.ibm4.IBMModel4.model4_prob_t_a_given_s.fertility_term", + "name": "fertility_term", + "lineno": 385, + "scope": "IBMModel4.model4_prob_t_a_given_s", + "is_async": false + }, + { + "id": "nltk.translate.ibm4.IBMModel4.model4_prob_t_a_given_s.lexical_translation_term", + "name": "lexical_translation_term", + "lineno": 398, + "scope": "IBMModel4.model4_prob_t_a_given_s", + "is_async": false + }, + { + "id": "nltk.translate.ibm4.IBMModel4.model4_prob_t_a_given_s.distortion_term", + "name": "distortion_term", + "lineno": 404, + "scope": "IBMModel4.model4_prob_t_a_given_s", + "is_async": false + }, + { + "id": "nltk.translate.ibm4.Model4Counts.__init__", + "name": "__init__", + "lineno": 457, + "scope": "Model4Counts", + "is_async": false + }, + { + "id": "nltk.translate.ibm4.Model4Counts.update_distortion", + "name": "update_distortion", + "lineno": 466, + "scope": "Model4Counts", + "is_async": false + } + ], + "nltk.translate.ibm5": [ + { + "id": "nltk.translate.ibm5.IBMModel5.__init__", + "name": "__init__", + "lineno": 179, + "scope": "IBMModel5", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.IBMModel5.reset_probabilities", + "name": "reset_probabilities", + "lineno": 256, + "scope": "IBMModel5", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.IBMModel5.set_uniform_probabilities", + "name": "set_uniform_probabilities", + "lineno": 276, + "scope": "IBMModel5", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.IBMModel5.train", + "name": "train", + "lineno": 312, + "scope": "IBMModel5", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.IBMModel5.sample", + "name": "sample", + "lineno": 358, + "scope": "IBMModel5", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.IBMModel5.prune", + "name": "prune", + "lineno": 385, + "scope": "IBMModel5", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.IBMModel5.hillclimb", + "name": "hillclimb", + "lineno": 405, + "scope": "IBMModel5", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s", + "name": "prob_t_a_given_s", + "lineno": 446, + "scope": "IBMModel5", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s.null_generation_term", + "name": "null_generation_term", + "lineno": 455, + "scope": "IBMModel5.prob_t_a_given_s", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s.fertility_term", + "name": "fertility_term", + "lineno": 471, + "scope": "IBMModel5.prob_t_a_given_s", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s.lexical_translation_term", + "name": "lexical_translation_term", + "lineno": 484, + "scope": "IBMModel5.prob_t_a_given_s", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s.vacancy_term", + "name": "vacancy_term", + "lineno": 490, + "scope": "IBMModel5.prob_t_a_given_s", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.IBMModel5.maximize_vacancy_probabilities", + "name": "maximize_vacancy_probabilities", + "lineno": 553, + "scope": "IBMModel5", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.Model5Counts.__init__", + "name": "__init__", + "lineno": 582, + "scope": "Model5Counts", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.Model5Counts.update_vacancy", + "name": "update_vacancy", + "lineno": 591, + "scope": "Model5Counts", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.Slots.__init__", + "name": "__init__", + "lineno": 641, + "scope": "Slots", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.Slots.occupy", + "name": "occupy", + "lineno": 644, + "scope": "Slots", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.Slots.vacancies_at", + "name": "vacancies_at", + "lineno": 650, + "scope": "Slots", + "is_async": false + }, + { + "id": "nltk.translate.ibm5.Slots.__len__", + "name": "__len__", + "lineno": 660, + "scope": "Slots", + "is_async": false + } + ], + "nltk.translate.ibm_model": [ + { + "id": "nltk.translate.ibm_model.longest_target_sentence_length", + "name": "longest_target_sentence_length", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.IBMModel.__init__", + "name": "__init__", + "lineno": 72, + "scope": "IBMModel", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.IBMModel.reset_probabilities", + "name": "reset_probabilities", + "lineno": 76, + "scope": "IBMModel", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.IBMModel.set_uniform_probabilities", + "name": "set_uniform_probabilities", + "lineno": 110, + "scope": "IBMModel", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.IBMModel.init_vocab", + "name": "init_vocab", + "lineno": 118, + "scope": "IBMModel", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.IBMModel.sample", + "name": "sample", + "lineno": 137, + "scope": "IBMModel", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.IBMModel.best_model2_alignment", + "name": "best_model2_alignment", + "lineno": 183, + "scope": "IBMModel", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.IBMModel.hillclimb", + "name": "hillclimb", + "lineno": 237, + "scope": "IBMModel", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.IBMModel.neighboring", + "name": "neighboring", + "lineno": 272, + "scope": "IBMModel", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.IBMModel.maximize_lexical_translation_probabilities", + "name": "maximize_lexical_translation_probabilities", + "lineno": 345, + "scope": "IBMModel", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.IBMModel.maximize_fertility_probabilities", + "name": "maximize_fertility_probabilities", + "lineno": 351, + "scope": "IBMModel", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.IBMModel.maximize_null_generation_probabilities", + "name": "maximize_null_generation_probabilities", + "lineno": 357, + "scope": "IBMModel", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.IBMModel.prob_of_alignments", + "name": "prob_of_alignments", + "lineno": 364, + "scope": "IBMModel", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.IBMModel.prob_t_a_given_s", + "name": "prob_t_a_given_s", + "lineno": 370, + "scope": "IBMModel", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "name": "__init__", + "lineno": 396, + "scope": "AlignmentInfo", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.AlignmentInfo.fertility_of_i", + "name": "fertility_of_i", + "lineno": 438, + "scope": "AlignmentInfo", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.AlignmentInfo.is_head_word", + "name": "is_head_word", + "lineno": 444, + "scope": "AlignmentInfo", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.AlignmentInfo.center_of_cept", + "name": "center_of_cept", + "lineno": 452, + "scope": "AlignmentInfo", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.AlignmentInfo.previous_cept", + "name": "previous_cept", + "lineno": 463, + "scope": "AlignmentInfo", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.AlignmentInfo.previous_in_tablet", + "name": "previous_in_tablet", + "lineno": 482, + "scope": "AlignmentInfo", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.AlignmentInfo.zero_indexed_alignment", + "name": "zero_indexed_alignment", + "lineno": 494, + "scope": "AlignmentInfo", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.AlignmentInfo.__eq__", + "name": "__eq__", + "lineno": 508, + "scope": "AlignmentInfo", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.AlignmentInfo.__ne__", + "name": "__ne__", + "lineno": 511, + "scope": "AlignmentInfo", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.AlignmentInfo.__hash__", + "name": "__hash__", + "lineno": 514, + "scope": "AlignmentInfo", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.Counts.__init__", + "name": "__init__", + "lineno": 523, + "scope": "Counts", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.Counts.update_lexical_translation", + "name": "update_lexical_translation", + "lineno": 531, + "scope": "Counts", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.Counts.update_null_generation", + "name": "update_null_generation", + "lineno": 538, + "scope": "Counts", + "is_async": false + }, + { + "id": "nltk.translate.ibm_model.Counts.update_fertility", + "name": "update_fertility", + "lineno": 544, + "scope": "Counts", + "is_async": false + } + ], + "nltk.translate.lepor": [ + { + "id": "nltk.translate.lepor.length_penalty", + "name": "length_penalty", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.lepor.alignment", + "name": "alignment", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.lepor.ngram_positional_penalty", + "name": "ngram_positional_penalty", + "lineno": 145, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.lepor.harmonic", + "name": "harmonic", + "lineno": 177, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.lepor.sentence_lepor", + "name": "sentence_lepor", + "lineno": 215, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.lepor.corpus_lepor", + "name": "corpus_lepor", + "lineno": 282, + "scope": null, + "is_async": false + } + ], + "nltk.translate.meteor_score": [ + { + "id": "nltk.translate.meteor_score._generate_enums", + "name": "_generate_enums", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.meteor_score.exact_match", + "name": "exact_match", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.meteor_score._match_enums", + "name": "_match_enums", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.meteor_score._enum_stem_match", + "name": "_enum_stem_match", + "lineno": 92, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.meteor_score.stem_match", + "name": "stem_match", + "lineno": 120, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.meteor_score._enum_wordnetsyn_match", + "name": "_enum_wordnetsyn_match", + "lineno": 139, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.meteor_score.wordnetsyn_match", + "name": "wordnetsyn_match", + "lineno": 176, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.meteor_score._enum_align_words", + "name": "_enum_align_words", + "lineno": 196, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.meteor_score.align_words", + "name": "align_words", + "lineno": 237, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.meteor_score._count_chunks", + "name": "_count_chunks", + "lineno": 261, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.meteor_score.single_meteor_score", + "name": "single_meteor_score", + "lineno": 283, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.meteor_score.meteor_score", + "name": "meteor_score", + "lineno": 348, + "scope": null, + "is_async": false + } + ], + "nltk.translate.metrics": [ + { + "id": "nltk.translate.metrics.alignment_error_rate", + "name": "alignment_error_rate", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "nltk.translate.nist_score": [ + { + "id": "nltk.translate.nist_score.sentence_nist", + "name": "sentence_nist", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.nist_score.corpus_nist", + "name": "corpus_nist", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.nist_score.nist_length_penalty", + "name": "nist_length_penalty", + "lineno": 173, + "scope": null, + "is_async": false + } + ], + "nltk.translate.phrase_based": [ + { + "id": "nltk.translate.phrase_based.extract", + "name": "extract", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.phrase_based.phrase_extraction", + "name": "phrase_extraction", + "lineno": 86, + "scope": null, + "is_async": false + } + ], + "nltk.translate.ribes_score": [ + { + "id": "nltk.translate.ribes_score.sentence_ribes", + "name": "sentence_ribes", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.ribes_score.corpus_ribes", + "name": "corpus_ribes", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.ribes_score.position_of_ngram", + "name": "position_of_ngram", + "lineno": 122, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.ribes_score.word_rank_alignment", + "name": "word_rank_alignment", + "lineno": 150, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.ribes_score.find_increasing_sequences", + "name": "find_increasing_sequences", + "lineno": 232, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.ribes_score.kendall_tau", + "name": "kendall_tau", + "lineno": 256, + "scope": null, + "is_async": false + }, + { + "id": "nltk.translate.ribes_score.spearman_rho", + "name": "spearman_rho", + "lineno": 302, + "scope": null, + "is_async": false + } + ], + "nltk.translate.stack_decoder": [ + { + "id": "nltk.translate.stack_decoder.StackDecoder.__init__", + "name": "__init__", + "lineno": 79, + "scope": "StackDecoder", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder.StackDecoder.distortion_factor", + "name": "distortion_factor", + "lineno": 122, + "scope": "StackDecoder", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder.StackDecoder.distortion_factor", + "name": "distortion_factor", + "lineno": 132, + "scope": "StackDecoder", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder.StackDecoder.__compute_log_distortion", + "name": "__compute_log_distortion", + "lineno": 136, + "scope": "StackDecoder", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder.StackDecoder.translate", + "name": "translate", + "lineno": 144, + "scope": "StackDecoder", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder.StackDecoder.find_all_src_phrases", + "name": "find_all_src_phrases", + "lineno": 201, + "scope": "StackDecoder", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder.StackDecoder.compute_future_scores", + "name": "compute_future_scores", + "lineno": 225, + "scope": "StackDecoder", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder.StackDecoder.future_score", + "name": "future_score", + "lineno": 261, + "scope": "StackDecoder", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder.StackDecoder.expansion_score", + "name": "expansion_score", + "lineno": 271, + "scope": "StackDecoder", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder.StackDecoder.distortion_score", + "name": "distortion_score", + "lineno": 296, + "scope": "StackDecoder", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder.StackDecoder.valid_phrases", + "name": "valid_phrases", + "lineno": 305, + "scope": "StackDecoder", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder._Hypothesis.__init__", + "name": "__init__", + "lineno": 353, + "scope": "_Hypothesis", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder._Hypothesis.score", + "name": "score", + "lineno": 390, + "scope": "_Hypothesis", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder._Hypothesis.untranslated_spans", + "name": "untranslated_spans", + "lineno": 397, + "scope": "_Hypothesis", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder._Hypothesis.translated_positions", + "name": "translated_positions", + "lineno": 422, + "scope": "_Hypothesis", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder._Hypothesis.total_translated_words", + "name": "total_translated_words", + "lineno": 437, + "scope": "_Hypothesis", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder._Hypothesis.translation_so_far", + "name": "translation_so_far", + "lineno": 440, + "scope": "_Hypothesis", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder._Hypothesis.__build_translation", + "name": "__build_translation", + "lineno": 445, + "scope": "_Hypothesis", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder._Stack.__init__", + "name": "__init__", + "lineno": 457, + "scope": "_Stack", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder._Stack.push", + "name": "push", + "lineno": 472, + "scope": "_Stack", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder._Stack.threshold_prune", + "name": "threshold_prune", + "lineno": 486, + "scope": "_Stack", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder._Stack.best", + "name": "best", + "lineno": 497, + "scope": "_Stack", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder._Stack.__iter__", + "name": "__iter__", + "lineno": 506, + "scope": "_Stack", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder._Stack.__contains__", + "name": "__contains__", + "lineno": 509, + "scope": "_Stack", + "is_async": false + }, + { + "id": "nltk.translate.stack_decoder._Stack.__bool__", + "name": "__bool__", + "lineno": 512, + "scope": "_Stack", + "is_async": false + } + ], + "nltk.translate": [], + "nltk.tree.immutable": [ + { + "id": "nltk.tree.immutable.ImmutableTree.__init__", + "name": "__init__", + "lineno": 17, + "scope": "ImmutableTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableTree.__setitem__", + "name": "__setitem__", + "lineno": 28, + "scope": "ImmutableTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableTree.__setslice__", + "name": "__setslice__", + "lineno": 31, + "scope": "ImmutableTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableTree.__delitem__", + "name": "__delitem__", + "lineno": 34, + "scope": "ImmutableTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableTree.__delslice__", + "name": "__delslice__", + "lineno": 37, + "scope": "ImmutableTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableTree.__iadd__", + "name": "__iadd__", + "lineno": 40, + "scope": "ImmutableTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableTree.__imul__", + "name": "__imul__", + "lineno": 43, + "scope": "ImmutableTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableTree.append", + "name": "append", + "lineno": 46, + "scope": "ImmutableTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableTree.extend", + "name": "extend", + "lineno": 49, + "scope": "ImmutableTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableTree.pop", + "name": "pop", + "lineno": 52, + "scope": "ImmutableTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableTree.remove", + "name": "remove", + "lineno": 55, + "scope": "ImmutableTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableTree.reverse", + "name": "reverse", + "lineno": 58, + "scope": "ImmutableTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableTree.sort", + "name": "sort", + "lineno": 61, + "scope": "ImmutableTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableTree.__hash__", + "name": "__hash__", + "lineno": 64, + "scope": "ImmutableTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableTree.set_label", + "name": "set_label", + "lineno": 67, + "scope": "ImmutableTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableProbabilisticTree.__init__", + "name": "__init__", + "lineno": 78, + "scope": "ImmutableProbabilisticTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableProbabilisticTree._frozen_class", + "name": "_frozen_class", + "lineno": 84, + "scope": "ImmutableProbabilisticTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableProbabilisticTree.__repr__", + "name": "__repr__", + "lineno": 87, + "scope": "ImmutableProbabilisticTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableProbabilisticTree.__str__", + "name": "__str__", + "lineno": 90, + "scope": "ImmutableProbabilisticTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableProbabilisticTree.copy", + "name": "copy", + "lineno": 93, + "scope": "ImmutableProbabilisticTree", + "is_async": false + }, + { + "id": "nltk.tree.immutable.ImmutableProbabilisticTree.convert", + "name": "convert", + "lineno": 100, + "scope": "ImmutableProbabilisticTree", + "is_async": false + } + ], + "nltk.tree.parented": [ + { + "id": "nltk.tree.parented.AbstractParentedTree.__init__", + "name": "__init__", + "lineno": 46, + "scope": "AbstractParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.AbstractParentedTree._setparent", + "name": "_setparent", + "lineno": 65, + "scope": "AbstractParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.AbstractParentedTree._delparent", + "name": "_delparent", + "lineno": 87, + "scope": "AbstractParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.AbstractParentedTree.__delitem__", + "name": "__delitem__", + "lineno": 106, + "scope": "AbstractParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.AbstractParentedTree.__setitem__", + "name": "__setitem__", + "lineno": 146, + "scope": "AbstractParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.AbstractParentedTree.append", + "name": "append", + "lineno": 206, + "scope": "AbstractParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.AbstractParentedTree.extend", + "name": "extend", + "lineno": 211, + "scope": "AbstractParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.AbstractParentedTree.insert", + "name": "insert", + "lineno": 217, + "scope": "AbstractParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.AbstractParentedTree.pop", + "name": "pop", + "lineno": 230, + "scope": "AbstractParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.AbstractParentedTree.remove", + "name": "remove", + "lineno": 241, + "scope": "AbstractParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.AbstractParentedTree.__getslice__", + "name": "__getslice__", + "lineno": 255, + "scope": "AbstractParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.AbstractParentedTree.__delslice__", + "name": "__delslice__", + "lineno": 258, + "scope": "AbstractParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.AbstractParentedTree.__setslice__", + "name": "__setslice__", + "lineno": 261, + "scope": "AbstractParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.AbstractParentedTree.__getnewargs__", + "name": "__getnewargs__", + "lineno": 264, + "scope": "AbstractParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.ParentedTree.__init__", + "name": "__init__", + "lineno": 295, + "scope": "ParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.ParentedTree._frozen_class", + "name": "_frozen_class", + "lineno": 309, + "scope": "ParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.ParentedTree.copy", + "name": "copy", + "lineno": 314, + "scope": "ParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.ParentedTree.parent", + "name": "parent", + "lineno": 325, + "scope": "ParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.ParentedTree.parent_index", + "name": "parent_index", + "lineno": 329, + "scope": "ParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.ParentedTree.left_sibling", + "name": "left_sibling", + "lineno": 344, + "scope": "ParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.ParentedTree.right_sibling", + "name": "right_sibling", + "lineno": 351, + "scope": "ParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.ParentedTree.root", + "name": "root", + "lineno": 358, + "scope": "ParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.ParentedTree.treeposition", + "name": "treeposition", + "lineno": 369, + "scope": "ParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.ParentedTree._delparent", + "name": "_delparent", + "lineno": 383, + "scope": "ParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.ParentedTree._setparent", + "name": "_setparent", + "lineno": 392, + "scope": "ParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.MultiParentedTree.__init__", + "name": "__init__", + "lineno": 424, + "scope": "MultiParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.MultiParentedTree._frozen_class", + "name": "_frozen_class", + "lineno": 440, + "scope": "MultiParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.MultiParentedTree.parents", + "name": "parents", + "lineno": 449, + "scope": "MultiParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.MultiParentedTree.left_siblings", + "name": "left_siblings", + "lineno": 460, + "scope": "MultiParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.MultiParentedTree.right_siblings", + "name": "right_siblings", + "lineno": 476, + "scope": "MultiParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.MultiParentedTree._get_parent_indices", + "name": "_get_parent_indices", + "lineno": 492, + "scope": "MultiParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.MultiParentedTree.roots", + "name": "roots", + "lineno": 500, + "scope": "MultiParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.MultiParentedTree._get_roots_helper", + "name": "_get_roots_helper", + "lineno": 510, + "scope": "MultiParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.MultiParentedTree.parent_indices", + "name": "parent_indices", + "lineno": 518, + "scope": "MultiParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.MultiParentedTree.treepositions", + "name": "treepositions", + "lineno": 533, + "scope": "MultiParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.MultiParentedTree._delparent", + "name": "_delparent", + "lineno": 557, + "scope": "MultiParentedTree", + "is_async": false + }, + { + "id": "nltk.tree.parented.MultiParentedTree._setparent", + "name": "_setparent", + "lineno": 571, + "scope": "MultiParentedTree", + "is_async": false + } + ], + "nltk.tree.parsing": [ + { + "id": "nltk.tree.parsing.bracket_parse", + "name": "bracket_parse", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tree.parsing.sinica_parse", + "name": "sinica_parse", + "lineno": 27, + "scope": null, + "is_async": false + } + ], + "nltk.tree.prettyprinter": [ + { + "id": "nltk.tree.prettyprinter.TreePrettyPrinter.__init__", + "name": "__init__", + "lineno": 73, + "scope": "TreePrettyPrinter", + "is_async": false + }, + { + "id": "nltk.tree.prettyprinter.TreePrettyPrinter.__str__", + "name": "__str__", + "lineno": 102, + "scope": "TreePrettyPrinter", + "is_async": false + }, + { + "id": "nltk.tree.prettyprinter.TreePrettyPrinter.__repr__", + "name": "__repr__", + "lineno": 105, + "scope": "TreePrettyPrinter", + "is_async": false + }, + { + "id": "nltk.tree.prettyprinter.TreePrettyPrinter.nodecoords", + "name": "nodecoords", + "lineno": 109, + "scope": "TreePrettyPrinter", + "is_async": false + }, + { + "id": "nltk.tree.prettyprinter.TreePrettyPrinter.nodecoords.findcell", + "name": "findcell", + "lineno": 144, + "scope": "TreePrettyPrinter.nodecoords", + "is_async": false + }, + { + "id": "nltk.tree.prettyprinter.TreePrettyPrinter.nodecoords.dumpmatrix", + "name": "dumpmatrix", + "lineno": 197, + "scope": "TreePrettyPrinter.nodecoords", + "is_async": false + }, + { + "id": "nltk.tree.prettyprinter.TreePrettyPrinter.text", + "name": "text", + "lineno": 331, + "scope": "TreePrettyPrinter", + "is_async": false + }, + { + "id": "nltk.tree.prettyprinter.TreePrettyPrinter.text.crosscell", + "name": "crosscell", + "lineno": 377, + "scope": "TreePrettyPrinter.text", + "is_async": false + }, + { + "id": "nltk.tree.prettyprinter.TreePrettyPrinter.svg", + "name": "svg", + "lineno": 493, + "scope": "TreePrettyPrinter", + "is_async": false + }, + { + "id": "nltk.tree.prettyprinter.test", + "name": "test", + "lineno": 588, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tree.prettyprinter.test.print_tree", + "name": "print_tree", + "lineno": 591, + "scope": "test", + "is_async": false + } + ], + "nltk.tree.probabilistic": [ + { + "id": "nltk.tree.probabilistic.ProbabilisticTree.__init__", + "name": "__init__", + "lineno": 23, + "scope": "ProbabilisticTree", + "is_async": false + }, + { + "id": "nltk.tree.probabilistic.ProbabilisticTree._frozen_class", + "name": "_frozen_class", + "lineno": 28, + "scope": "ProbabilisticTree", + "is_async": false + }, + { + "id": "nltk.tree.probabilistic.ProbabilisticTree.__repr__", + "name": "__repr__", + "lineno": 31, + "scope": "ProbabilisticTree", + "is_async": false + }, + { + "id": "nltk.tree.probabilistic.ProbabilisticTree.__str__", + "name": "__str__", + "lineno": 34, + "scope": "ProbabilisticTree", + "is_async": false + }, + { + "id": "nltk.tree.probabilistic.ProbabilisticTree.copy", + "name": "copy", + "lineno": 37, + "scope": "ProbabilisticTree", + "is_async": false + }, + { + "id": "nltk.tree.probabilistic.ProbabilisticTree.convert", + "name": "convert", + "lineno": 44, + "scope": "ProbabilisticTree", + "is_async": false + }, + { + "id": "nltk.tree.probabilistic.ProbabilisticTree.__eq__", + "name": "__eq__", + "lineno": 54, + "scope": "ProbabilisticTree", + "is_async": false + }, + { + "id": "nltk.tree.probabilistic.ProbabilisticTree.__lt__", + "name": "__lt__", + "lineno": 61, + "scope": "ProbabilisticTree", + "is_async": false + } + ], + "nltk.tree.transforms": [ + { + "id": "nltk.tree.transforms.chomsky_normal_form", + "name": "chomsky_normal_form", + "lineno": 113, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tree.transforms.un_chomsky_normal_form", + "name": "un_chomsky_normal_form", + "lineno": 183, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tree.transforms.collapse_unary", + "name": "collapse_unary", + "lineno": 229, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tree.transforms.demo", + "name": "demo", + "lineno": 280, + "scope": null, + "is_async": false + } + ], + "nltk.tree.tree": [ + { + "id": "nltk.tree.tree.Tree.__init__", + "name": "__init__", + "lineno": 92, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.__eq__", + "name": "__eq__", + "lineno": 110, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.__lt__", + "name": "__lt__", + "lineno": 116, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.__mul__", + "name": "__mul__", + "lineno": 137, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.__rmul__", + "name": "__rmul__", + "lineno": 140, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.__add__", + "name": "__add__", + "lineno": 143, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.__radd__", + "name": "__radd__", + "lineno": 146, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.__getitem__", + "name": "__getitem__", + "lineno": 153, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.__setitem__", + "name": "__setitem__", + "lineno": 169, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.__delitem__", + "name": "__delitem__", + "lineno": 185, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree._get_node", + "name": "_get_node", + "lineno": 205, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree._set_node", + "name": "_set_node", + "lineno": 209, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.label", + "name": "label", + "lineno": 214, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.set_label", + "name": "set_label", + "lineno": 227, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.leaves", + "name": "leaves", + "lineno": 241, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.flatten", + "name": "flatten", + "lineno": 262, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.height", + "name": "height", + "lineno": 276, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.treepositions", + "name": "treepositions", + "lineno": 303, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.subtrees", + "name": "subtrees", + "lineno": 329, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.productions", + "name": "productions", + "lineno": 352, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.pos", + "name": "pos", + "lineno": 377, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.leaf_treeposition", + "name": "leaf_treeposition", + "lineno": 397, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.treeposition_spanning_leaves", + "name": "treeposition_spanning_leaves", + "lineno": 423, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.chomsky_normal_form", + "name": "chomsky_normal_form", + "lineno": 445, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.un_chomsky_normal_form", + "name": "un_chomsky_normal_form", + "lineno": 480, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.collapse_unary", + "name": "collapse_unary", + "lineno": 505, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.convert", + "name": "convert", + "lineno": 533, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.__copy__", + "name": "__copy__", + "lineno": 548, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.__deepcopy__", + "name": "__deepcopy__", + "lineno": 551, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.copy", + "name": "copy", + "lineno": 554, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree._frozen_class", + "name": "_frozen_class", + "lineno": 560, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.freeze", + "name": "freeze", + "lineno": 565, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.fromstring", + "name": "fromstring", + "lineno": 582, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree._parse_error", + "name": "_parse_error", + "lineno": 703, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.fromlist", + "name": "fromlist", + "lineno": 734, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.draw", + "name": "draw", + "lineno": 755, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.pretty_print", + "name": "pretty_print", + "lineno": 763, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.__repr__", + "name": "__repr__", + "lineno": 773, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree._repr_svg_", + "name": "_repr_svg_", + "lineno": 781, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.__str__", + "name": "__str__", + "lineno": 786, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.pprint", + "name": "pprint", + "lineno": 789, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.pformat", + "name": "pformat", + "lineno": 801, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree.pformat_latex_qtree", + "name": "pformat_latex_qtree", + "lineno": 841, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree.Tree._pformat_flat", + "name": "_pformat_flat", + "lineno": 864, + "scope": "Tree", + "is_async": false + }, + { + "id": "nltk.tree.tree._child_names", + "name": "_child_names", + "lineno": 893, + "scope": null, + "is_async": false + }, + { + "id": "nltk.tree.tree.demo", + "name": "demo", + "lineno": 908, + "scope": null, + "is_async": false + } + ], + "nltk.tree": [], + "nltk.twitter.api": [ + { + "id": "nltk.twitter.api.LocalTimezoneOffsetWithUTC.utcoffset", + "name": "utcoffset", + "lineno": 39, + "scope": "LocalTimezoneOffsetWithUTC", + "is_async": false + }, + { + "id": "nltk.twitter.api.BasicTweetHandler.__init__", + "name": "__init__", + "lineno": 57, + "scope": "BasicTweetHandler", + "is_async": false + }, + { + "id": "nltk.twitter.api.BasicTweetHandler.do_continue", + "name": "do_continue", + "lineno": 72, + "scope": "BasicTweetHandler", + "is_async": false + }, + { + "id": "nltk.twitter.api.TweetHandlerI.__init__", + "name": "__init__", + "lineno": 85, + "scope": "TweetHandlerI", + "is_async": false + }, + { + "id": "nltk.twitter.api.TweetHandlerI.handle", + "name": "handle", + "lineno": 110, + "scope": "TweetHandlerI", + "is_async": false + }, + { + "id": "nltk.twitter.api.TweetHandlerI.on_finish", + "name": "on_finish", + "lineno": 116, + "scope": "TweetHandlerI", + "is_async": false + }, + { + "id": "nltk.twitter.api.TweetHandlerI.check_date_limit", + "name": "check_date_limit", + "lineno": 121, + "scope": "TweetHandlerI", + "is_async": false + } + ], + "nltk.twitter.common": [ + { + "id": "nltk.twitter.common.extract_fields", + "name": "extract_fields", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.common._add_field_to_out", + "name": "_add_field_to_out", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.common._is_composed_key", + "name": "_is_composed_key", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.common._get_key_value_composed", + "name": "_get_key_value_composed", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.common._get_entity_recursive", + "name": "_get_entity_recursive", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.common.json2csv", + "name": "json2csv", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.common.outf_writer_compat", + "name": "outf_writer_compat", + "lineno": 133, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.common._outf_writer", + "name": "_outf_writer", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.common.json2csv_entities", + "name": "json2csv_entities", + "lineno": 147, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.common.get_header_field_list", + "name": "get_header_field_list", + "lineno": 218, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.common._write_to_file", + "name": "_write_to_file", + "lineno": 235, + "scope": null, + "is_async": false + } + ], + "nltk.twitter.twitterclient": [ + { + "id": "nltk.twitter.twitterclient.Streamer.__init__", + "name": "__init__", + "lineno": 48, + "scope": "Streamer", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.Streamer.register", + "name": "register", + "lineno": 55, + "scope": "Streamer", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.Streamer.on_success", + "name": "on_success", + "lineno": 63, + "scope": "Streamer", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.Streamer.on_error", + "name": "on_error", + "lineno": 79, + "scope": "Streamer", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.Streamer.sample", + "name": "sample", + "lineno": 87, + "scope": "Streamer", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.Streamer.filter", + "name": "filter", + "lineno": 103, + "scope": "Streamer", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.Query.__init__", + "name": "__init__", + "lineno": 126, + "scope": "Query", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.Query.register", + "name": "register", + "lineno": 139, + "scope": "Query", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.Query.expand_tweetids", + "name": "expand_tweetids", + "lineno": 147, + "scope": "Query", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.Query._search_tweets", + "name": "_search_tweets", + "lineno": 174, + "scope": "Query", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.Query.search_tweets", + "name": "search_tweets", + "lineno": 194, + "scope": "Query", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.Query.user_info_from_id", + "name": "user_info_from_id", + "lineno": 282, + "scope": "Query", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.Query.user_tweets", + "name": "user_tweets", + "lineno": 293, + "scope": "Query", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.Twitter.__init__", + "name": "__init__", + "lineno": 315, + "scope": "Twitter", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.Twitter.tweets", + "name": "tweets", + "lineno": 320, + "scope": "Twitter", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.TweetViewer.handle", + "name": "handle", + "lineno": 422, + "scope": "TweetViewer", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.TweetViewer.on_finish", + "name": "on_finish", + "lineno": 437, + "scope": "TweetViewer", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.TweetWriter.__init__", + "name": "__init__", + "lineno": 446, + "scope": "TweetWriter", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.TweetWriter.timestamped_file", + "name": "timestamped_file", + "lineno": 492, + "scope": "TweetWriter", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.TweetWriter.handle", + "name": "handle", + "lineno": 513, + "scope": "TweetWriter", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.TweetWriter.on_finish", + "name": "on_finish", + "lineno": 539, + "scope": "TweetWriter", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.TweetWriter.do_continue", + "name": "do_continue", + "lineno": 544, + "scope": "TweetWriter", + "is_async": false + }, + { + "id": "nltk.twitter.twitterclient.TweetWriter._restart_file", + "name": "_restart_file", + "lineno": 558, + "scope": "TweetWriter", + "is_async": false + } + ], + "nltk.twitter.twitter_demo": [ + { + "id": "nltk.twitter.twitter_demo.verbose", + "name": "verbose", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.twitter_demo.verbose.with_formatting", + "name": "with_formatting", + "lineno": 54, + "scope": "verbose", + "is_async": false + }, + { + "id": "nltk.twitter.twitter_demo.yesterday", + "name": "yesterday", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.twitter_demo.setup", + "name": "setup", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.twitter_demo.twitterclass_demo", + "name": "twitterclass_demo", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.twitter_demo.sampletoscreen_demo", + "name": "sampletoscreen_demo", + "lineno": 108, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.twitter_demo.tracktoscreen_demo", + "name": "tracktoscreen_demo", + "lineno": 119, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.twitter_demo.search_demo", + "name": "search_demo", + "lineno": 130, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.twitter_demo.tweets_by_user_demo", + "name": "tweets_by_user_demo", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.twitter_demo.lookup_by_userid_demo", + "name": "lookup_by_userid_demo", + "lineno": 152, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.twitter_demo.followtoscreen_demo", + "name": "followtoscreen_demo", + "lineno": 167, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.twitter_demo.streamtofile_demo", + "name": "streamtofile_demo", + "lineno": 182, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.twitter_demo.limit_by_time_demo", + "name": "limit_by_time_demo", + "lineno": 193, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.twitter_demo.corpusreader_demo", + "name": "corpusreader_demo", + "lineno": 215, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.twitter_demo.expand_tweetids_demo", + "name": "expand_tweetids_demo", + "lineno": 246, + "scope": null, + "is_async": false + } + ], + "nltk.twitter.util": [ + { + "id": "nltk.twitter.util.credsfromfile", + "name": "credsfromfile", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.util.Authenticate.__init__", + "name": "__init__", + "lineno": 33, + "scope": "Authenticate", + "is_async": false + }, + { + "id": "nltk.twitter.util.Authenticate.load_creds", + "name": "load_creds", + "lineno": 45, + "scope": "Authenticate", + "is_async": false + }, + { + "id": "nltk.twitter.util.Authenticate._validate_creds_file", + "name": "_validate_creds_file", + "lineno": 99, + "scope": "Authenticate", + "is_async": false + }, + { + "id": "nltk.twitter.util.add_access_token", + "name": "add_access_token", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "nltk.twitter.util.guess_path", + "name": "guess_path", + "lineno": 137, + "scope": null, + "is_async": false + } + ], + "nltk.twitter": [], + "tools.find_deprecated": [ + { + "id": "tools.find_deprecated.TerminalController.__getattr__", + "name": "__getattr__", + "lineno": 85, + "scope": "TerminalController", + "is_async": false + }, + { + "id": "tools.find_deprecated.strip_quotes", + "name": "strip_quotes", + "lineno": 96, + "scope": null, + "is_async": false + }, + { + "id": "tools.find_deprecated.find_class", + "name": "find_class", + "lineno": 106, + "scope": null, + "is_async": false + }, + { + "id": "tools.find_deprecated.find_deprecated_defs", + "name": "find_deprecated_defs", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "tools.find_deprecated.print_deprecated_uses", + "name": "print_deprecated_uses", + "lineno": 151, + "scope": null, + "is_async": false + }, + { + "id": "tools.find_deprecated.print_deprecated_uses_in", + "name": "print_deprecated_uses_in", + "lineno": 176, + "scope": null, + "is_async": false + }, + { + "id": "tools.find_deprecated.main", + "name": "main", + "lineno": 225, + "scope": null, + "is_async": false + } + ], + "tools.global_replace": [ + { + "id": "tools.global_replace.update", + "name": "update", + "lineno": 19, + "scope": null, + "is_async": false + } + ], + "tools.huggingface.push_stopwords": [ + { + "id": "tools.huggingface.push_stopwords.build_per_language", + "name": "build_per_language", + "lineno": 121, + "scope": null, + "is_async": false + }, + { + "id": "tools.huggingface.push_stopwords.build_readme", + "name": "build_readme", + "lineno": 139, + "scope": null, + "is_async": false + }, + { + "id": "tools.huggingface.push_stopwords.main", + "name": "main", + "lineno": 165, + "scope": null, + "is_async": false + } + ], + "web.conf": [ + { + "id": "web.conf.generate_custom_files", + "name": "generate_custom_files", + "lineno": 45, + "scope": null, + "is_async": false + } + ] + }, + "class_graph": { + "setup": [], + "nltk.book": [], + "nltk.cli": [], + "nltk.collections": [ + { + "id": "nltk.collections.OrderedDict", + "name": "OrderedDict", + "lineno": 19, + "bases": [ + "dict" + ], + "scope": null + }, + { + "id": "nltk.collections.AbstractLazySequence", + "name": "AbstractLazySequence", + "lineno": 114, + "bases": [], + "scope": null + }, + { + "id": "nltk.collections.LazySubsequence", + "name": "LazySubsequence", + "lineno": 246, + "bases": [ + "AbstractLazySequence" + ], + "scope": null + }, + { + "id": "nltk.collections.LazyConcatenation", + "name": "LazyConcatenation", + "lineno": 287, + "bases": [ + "AbstractLazySequence" + ], + "scope": null + }, + { + "id": "nltk.collections.LazyMap", + "name": "LazyMap", + "lineno": 337, + "bases": [ + "AbstractLazySequence" + ], + "scope": null + }, + { + "id": "nltk.collections.LazyZip", + "name": "LazyZip", + "lineno": 475, + "bases": [ + "LazyMap" + ], + "scope": null + }, + { + "id": "nltk.collections.LazyEnumerate", + "name": "LazyEnumerate", + "lineno": 525, + "bases": [ + "LazyZip" + ], + "scope": null + }, + { + "id": "nltk.collections.LazyIteratorList", + "name": "LazyIteratorList", + "lineno": 562, + "bases": [ + "AbstractLazySequence" + ], + "scope": null + }, + { + "id": "nltk.collections.Trie", + "name": "Trie", + "lineno": 611, + "bases": [ + "dict" + ], + "scope": null + } + ], + "nltk.collocations": [ + { + "id": "nltk.collocations.AbstractCollocationFinder", + "name": "AbstractCollocationFinder", + "lineno": 46, + "bases": [], + "scope": null + }, + { + "id": "nltk.collocations.BigramCollocationFinder", + "name": "BigramCollocationFinder", + "lineno": 149, + "bases": [ + "AbstractCollocationFinder" + ], + "scope": null + }, + { + "id": "nltk.collocations.TrigramCollocationFinder", + "name": "TrigramCollocationFinder", + "lineno": 200, + "bases": [ + "AbstractCollocationFinder" + ], + "scope": null + }, + { + "id": "nltk.collocations.QuadgramCollocationFinder", + "name": "QuadgramCollocationFinder", + "lineno": 268, + "bases": [ + "AbstractCollocationFinder" + ], + "scope": null + } + ], + "nltk.compat": [], + "nltk.data": [ + { + "id": "nltk.data.PathPointer", + "name": "PathPointer", + "lineno": 362, + "bases": [], + "scope": null + }, + { + "id": "nltk.data.FileSystemPathPointer", + "name": "FileSystemPathPointer", + "lineno": 403, + "bases": [ + "PathPointer", + "str" + ], + "scope": null + }, + { + "id": "nltk.data.BufferedGzipFile", + "name": "BufferedGzipFile", + "lineno": 470, + "bases": [ + "GzipFile" + ], + "scope": null + }, + { + "id": "nltk.data.GzipFileSystemPathPointer", + "name": "GzipFileSystemPathPointer", + "lineno": 489, + "bases": [ + "FileSystemPathPointer" + ], + "scope": null + }, + { + "id": "nltk.data.ZipFilePathPointer", + "name": "ZipFilePathPointer", + "lineno": 503, + "bases": [ + "PathPointer" + ], + "scope": null + }, + { + "id": "nltk.data.LazyLoader", + "name": "LazyLoader", + "lineno": 1209, + "bases": [], + "scope": null + }, + { + "id": "nltk.data.OpenOnDemandZipFile", + "name": "OpenOnDemandZipFile", + "lineno": 1240, + "bases": [ + "ZipFile" + ], + "scope": null + }, + { + "id": "nltk.data.SeekableUnicodeStreamReader", + "name": "SeekableUnicodeStreamReader", + "lineno": 1287, + "bases": [], + "scope": null + } + ], + "nltk.decorators": [], + "nltk.downloader": [ + { + "id": "nltk.downloader.Package", + "name": "Package", + "lineno": 189, + "bases": [], + "scope": null + }, + { + "id": "nltk.downloader.Collection", + "name": "Collection", + "lineno": 294, + "bases": [], + "scope": null + }, + { + "id": "nltk.downloader.DownloaderMessage", + "name": "DownloaderMessage", + "lineno": 340, + "bases": [], + "scope": null + }, + { + "id": "nltk.downloader.StartCollectionMessage", + "name": "StartCollectionMessage", + "lineno": 345, + "bases": [ + "DownloaderMessage" + ], + "scope": null + }, + { + "id": "nltk.downloader.FinishCollectionMessage", + "name": "FinishCollectionMessage", + "lineno": 352, + "bases": [ + "DownloaderMessage" + ], + "scope": null + }, + { + "id": "nltk.downloader.StartPackageMessage", + "name": "StartPackageMessage", + "lineno": 359, + "bases": [ + "DownloaderMessage" + ], + "scope": null + }, + { + "id": "nltk.downloader.FinishPackageMessage", + "name": "FinishPackageMessage", + "lineno": 366, + "bases": [ + "DownloaderMessage" + ], + "scope": null + }, + { + "id": "nltk.downloader.StartDownloadMessage", + "name": "StartDownloadMessage", + "lineno": 373, + "bases": [ + "DownloaderMessage" + ], + "scope": null + }, + { + "id": "nltk.downloader.FinishDownloadMessage", + "name": "FinishDownloadMessage", + "lineno": 380, + "bases": [ + "DownloaderMessage" + ], + "scope": null + }, + { + "id": "nltk.downloader.StartUnzipMessage", + "name": "StartUnzipMessage", + "lineno": 387, + "bases": [ + "DownloaderMessage" + ], + "scope": null + }, + { + "id": "nltk.downloader.FinishUnzipMessage", + "name": "FinishUnzipMessage", + "lineno": 394, + "bases": [ + "DownloaderMessage" + ], + "scope": null + }, + { + "id": "nltk.downloader.UpToDateMessage", + "name": "UpToDateMessage", + "lineno": 401, + "bases": [ + "DownloaderMessage" + ], + "scope": null + }, + { + "id": "nltk.downloader.StaleMessage", + "name": "StaleMessage", + "lineno": 408, + "bases": [ + "DownloaderMessage" + ], + "scope": null + }, + { + "id": "nltk.downloader.ErrorMessage", + "name": "ErrorMessage", + "lineno": 415, + "bases": [ + "DownloaderMessage" + ], + "scope": null + }, + { + "id": "nltk.downloader.ProgressMessage", + "name": "ProgressMessage", + "lineno": 426, + "bases": [ + "DownloaderMessage" + ], + "scope": null + }, + { + "id": "nltk.downloader.SelectDownloadDirMessage", + "name": "SelectDownloadDirMessage", + "lineno": 433, + "bases": [ + "DownloaderMessage" + ], + "scope": null + }, + { + "id": "nltk.downloader.Downloader", + "name": "Downloader", + "lineno": 445, + "bases": [], + "scope": null + }, + { + "id": "nltk.downloader.DownloaderShell", + "name": "DownloaderShell", + "lineno": 1288, + "bases": [], + "scope": null + }, + { + "id": "nltk.downloader.DownloaderGUI", + "name": "DownloaderGUI", + "lineno": 1453, + "bases": [], + "scope": null + }, + { + "id": "nltk.downloader.DownloaderGUI._DownloadThread", + "name": "_DownloadThread", + "lineno": 2297, + "bases": [ + "threading.Thread" + ], + "scope": "DownloaderGUI" + } + ], + "nltk.featstruct": [ + { + "id": "nltk.featstruct.FeatStruct", + "name": "FeatStruct", + "lineno": 111, + "bases": [ + "SubstituteBindingsI" + ], + "scope": null + }, + { + "id": "nltk.featstruct.FeatDict", + "name": "FeatDict", + "lineno": 598, + "bases": [ + "FeatStruct", + "dict" + ], + "scope": null + }, + { + "id": "nltk.featstruct.FeatList", + "name": "FeatList", + "lineno": 921, + "bases": [ + "FeatStruct", + "list" + ], + "scope": null + }, + { + "id": "nltk.featstruct._UnificationFailure", + "name": "_UnificationFailure", + "lineno": 1332, + "bases": [], + "scope": null + }, + { + "id": "nltk.featstruct._UnificationFailureError", + "name": "_UnificationFailureError", + "lineno": 1470, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "nltk.featstruct.SubstituteBindingsSequence", + "name": "SubstituteBindingsSequence", + "lineno": 1860, + "bases": [ + "SubstituteBindingsI" + ], + "scope": null + }, + { + "id": "nltk.featstruct.FeatureValueTuple", + "name": "FeatureValueTuple", + "lineno": 1886, + "bases": [ + "SubstituteBindingsSequence", + "tuple" + ], + "scope": null + }, + { + "id": "nltk.featstruct.FeatureValueSet", + "name": "FeatureValueSet", + "lineno": 1900, + "bases": [ + "SubstituteBindingsSequence", + "frozenset" + ], + "scope": null + }, + { + "id": "nltk.featstruct.FeatureValueUnion", + "name": "FeatureValueUnion", + "lineno": 1918, + "bases": [ + "SubstituteBindingsSequence", + "frozenset" + ], + "scope": null + }, + { + "id": "nltk.featstruct.FeatureValueConcat", + "name": "FeatureValueConcat", + "lineno": 1948, + "bases": [ + "SubstituteBindingsSequence", + "tuple" + ], + "scope": null + }, + { + "id": "nltk.featstruct.Feature", + "name": "Feature", + "lineno": 1996, + "bases": [], + "scope": null + }, + { + "id": "nltk.featstruct.SlashFeature", + "name": "SlashFeature", + "lineno": 2068, + "bases": [ + "Feature" + ], + "scope": null + }, + { + "id": "nltk.featstruct.RangeFeature", + "name": "RangeFeature", + "lineno": 2073, + "bases": [ + "Feature" + ], + "scope": null + }, + { + "id": "nltk.featstruct.CustomFeatureValue", + "name": "CustomFeatureValue", + "lineno": 2103, + "bases": [], + "scope": null + }, + { + "id": "nltk.featstruct.FeatStructReader", + "name": "FeatStructReader", + "lineno": 2147, + "bases": [], + "scope": null + } + ], + "nltk.grammar": [ + { + "id": "nltk.grammar.Nonterminal", + "name": "Nonterminal", + "lineno": 86, + "bases": [], + "scope": null + }, + { + "id": "nltk.grammar.FeatStructNonterminal", + "name": "FeatStructNonterminal", + "lineno": 214, + "bases": [ + "FeatDict", + "Nonterminal" + ], + "scope": null + }, + { + "id": "nltk.grammar.Production", + "name": "Production", + "lineno": 255, + "bases": [], + "scope": null + }, + { + "id": "nltk.grammar.DependencyProduction", + "name": "DependencyProduction", + "lineno": 378, + "bases": [ + "Production" + ], + "scope": null + }, + { + "id": "nltk.grammar.ProbabilisticProduction", + "name": "ProbabilisticProduction", + "lineno": 396, + "bases": [ + "Production", + "ImmutableProbabilisticMixIn" + ], + "scope": null + }, + { + "id": "nltk.grammar.CFG", + "name": "CFG", + "lineno": 446, + "bases": [], + "scope": null + }, + { + "id": "nltk.grammar.FeatureGrammar", + "name": "FeatureGrammar", + "lineno": 894, + "bases": [ + "CFG" + ], + "scope": null + }, + { + "id": "nltk.grammar.FeatureValueType", + "name": "FeatureValueType", + "lineno": 1050, + "bases": [], + "scope": null + }, + { + "id": "nltk.grammar.DependencyGrammar", + "name": "DependencyGrammar", + "lineno": 1078, + "bases": [], + "scope": null + }, + { + "id": "nltk.grammar.ProbabilisticDependencyGrammar", + "name": "ProbabilisticDependencyGrammar", + "lineno": 1173, + "bases": [], + "scope": null + }, + { + "id": "nltk.grammar.PCFG", + "name": "PCFG", + "lineno": 1226, + "bases": [ + "CFG" + ], + "scope": null + } + ], + "nltk.help": [], + "nltk.internals": [ + { + "id": "nltk.internals.ReadError", + "name": "ReadError", + "lineno": 158, + "bases": [ + "ValueError" + ], + "scope": null + }, + { + "id": "nltk.internals.Deprecated", + "name": "Deprecated", + "lineno": 427, + "bases": [], + "scope": null + }, + { + "id": "nltk.internals.Counter", + "name": "Counter", + "lineno": 476, + "bases": [], + "scope": null + }, + { + "id": "nltk.internals.ElementWrapper", + "name": "ElementWrapper", + "lineno": 888, + "bases": [], + "scope": null + } + ], + "nltk.jsontags": [ + { + "id": "nltk.jsontags.JSONTaggedEncoder", + "name": "JSONTaggedEncoder", + "lineno": 32, + "bases": [ + "json.JSONEncoder" + ], + "scope": null + }, + { + "id": "nltk.jsontags.JSONTaggedDecoder", + "name": "JSONTaggedDecoder", + "lineno": 42, + "bases": [ + "json.JSONDecoder" + ], + "scope": null + } + ], + "nltk.langnames": [], + "nltk.lazyimport": [ + { + "id": "nltk.lazyimport.LazyModule", + "name": "LazyModule", + "lineno": 25, + "bases": [], + "scope": null + } + ], + "nltk.pathsec": [ + { + "id": "nltk.pathsec._ValidatingRedirectHandler", + "name": "_ValidatingRedirectHandler", + "lineno": 290, + "bases": [ + "urllib.request.HTTPRedirectHandler" + ], + "scope": null + }, + { + "id": "nltk.pathsec._SafeHTTPConnection", + "name": "_SafeHTTPConnection", + "lineno": 362, + "bases": [ + "http.client.HTTPConnection" + ], + "scope": null + }, + { + "id": "nltk.pathsec._SafeHTTPSConnection", + "name": "_SafeHTTPSConnection", + "lineno": 371, + "bases": [ + "http.client.HTTPSConnection" + ], + "scope": null + }, + { + "id": "nltk.pathsec._SafeHTTPHandler", + "name": "_SafeHTTPHandler", + "lineno": 385, + "bases": [ + "urllib.request.HTTPHandler" + ], + "scope": null + }, + { + "id": "nltk.pathsec._SafeHTTPSHandler", + "name": "_SafeHTTPSHandler", + "lineno": 390, + "bases": [ + "urllib.request.HTTPSHandler" + ], + "scope": null + }, + { + "id": "nltk.pathsec.ZipFile", + "name": "ZipFile", + "lineno": 459, + "bases": [ + "zipfile.ZipFile" + ], + "scope": null + } + ], + "nltk.picklesec": [ + { + "id": "nltk.picklesec.RestrictedUnpickler", + "name": "RestrictedUnpickler", + "lineno": 31, + "bases": [ + "pickle.Unpickler" + ], + "scope": null + }, + { + "id": "nltk.picklesec.WarningUnpickler", + "name": "WarningUnpickler", + "lineno": 41, + "bases": [ + "pickle.Unpickler" + ], + "scope": null + } + ], + "nltk.probability": [ + { + "id": "nltk.probability.FreqDist", + "name": "FreqDist", + "lineno": 57, + "bases": [ + "Counter" + ], + "scope": null + }, + { + "id": "nltk.probability.ProbDistI", + "name": "ProbDistI", + "lineno": 493, + "bases": [], + "scope": null + }, + { + "id": "nltk.probability.UniformProbDist", + "name": "UniformProbDist", + "lineno": 596, + "bases": [ + "ProbDistI" + ], + "scope": null + }, + { + "id": "nltk.probability.RandomProbDist", + "name": "RandomProbDist", + "lineno": 634, + "bases": [ + "ProbDistI" + ], + "scope": null + }, + { + "id": "nltk.probability.DictionaryProbDist", + "name": "DictionaryProbDist", + "lineno": 686, + "bases": [ + "ProbDistI" + ], + "scope": null + }, + { + "id": "nltk.probability.MLEProbDist", + "name": "MLEProbDist", + "lineno": 764, + "bases": [ + "ProbDistI" + ], + "scope": null + }, + { + "id": "nltk.probability.LidstoneProbDist", + "name": "LidstoneProbDist", + "lineno": 810, + "bases": [ + "ProbDistI" + ], + "scope": null + }, + { + "id": "nltk.probability.LaplaceProbDist", + "name": "LaplaceProbDist", + "lineno": 910, + "bases": [ + "LidstoneProbDist" + ], + "scope": null + }, + { + "id": "nltk.probability.ELEProbDist", + "name": "ELEProbDist", + "lineno": 946, + "bases": [ + "LidstoneProbDist" + ], + "scope": null + }, + { + "id": "nltk.probability.HeldoutProbDist", + "name": "HeldoutProbDist", + "lineno": 983, + "bases": [ + "ProbDistI" + ], + "scope": null + }, + { + "id": "nltk.probability.CrossValidationProbDist", + "name": "CrossValidationProbDist", + "lineno": 1147, + "bases": [ + "ProbDistI" + ], + "scope": null + }, + { + "id": "nltk.probability.WittenBellProbDist", + "name": "WittenBellProbDist", + "lineno": 1217, + "bases": [ + "ProbDistI" + ], + "scope": null + }, + { + "id": "nltk.probability.SimpleGoodTuringProbDist", + "name": "SimpleGoodTuringProbDist", + "lineno": 1360, + "bases": [ + "ProbDistI" + ], + "scope": null + }, + { + "id": "nltk.probability.MutableProbDist", + "name": "MutableProbDist", + "lineno": 1583, + "bases": [ + "ProbDistI" + ], + "scope": null + }, + { + "id": "nltk.probability.KneserNeyProbDist", + "name": "KneserNeyProbDist", + "lineno": 1695, + "bases": [ + "ProbDistI" + ], + "scope": null + }, + { + "id": "nltk.probability.ConditionalFreqDist", + "name": "ConditionalFreqDist", + "lineno": 1833, + "bases": [ + "defaultdict" + ], + "scope": null + }, + { + "id": "nltk.probability.ConditionalProbDistI", + "name": "ConditionalProbDistI", + "lineno": 2143, + "bases": [ + "dict" + ], + "scope": null + }, + { + "id": "nltk.probability.ConditionalProbDist", + "name": "ConditionalProbDist", + "lineno": 2182, + "bases": [ + "ConditionalProbDistI" + ], + "scope": null + }, + { + "id": "nltk.probability.DictionaryConditionalProbDist", + "name": "DictionaryConditionalProbDist", + "lineno": 2256, + "bases": [ + "ConditionalProbDistI" + ], + "scope": null + }, + { + "id": "nltk.probability.ProbabilisticMixIn", + "name": "ProbabilisticMixIn", + "lineno": 2307, + "bases": [], + "scope": null + }, + { + "id": "nltk.probability.ImmutableProbabilisticMixIn", + "name": "ImmutableProbabilisticMixIn", + "lineno": 2403, + "bases": [ + "ProbabilisticMixIn" + ], + "scope": null + } + ], + "nltk.tabdata": [ + { + "id": "nltk.tabdata.TabEncoder", + "name": "TabEncoder", + "lineno": 16, + "bases": [], + "scope": null + }, + { + "id": "nltk.tabdata.TabDecoder", + "name": "TabDecoder", + "lineno": 38, + "bases": [], + "scope": null + }, + { + "id": "nltk.tabdata.MaxentEncoder", + "name": "MaxentEncoder", + "lineno": 65, + "bases": [ + "TabEncoder" + ], + "scope": null + }, + { + "id": "nltk.tabdata.MaxentDecoder", + "name": "MaxentDecoder", + "lineno": 80, + "bases": [ + "TabDecoder" + ], + "scope": null + }, + { + "id": "nltk.tabdata.PunktDecoder", + "name": "PunktDecoder", + "lineno": 103, + "bases": [ + "TabDecoder" + ], + "scope": null + } + ], + "nltk.text": [ + { + "id": "nltk.text.ContextIndex", + "name": "ContextIndex", + "lineno": 39, + "bases": [], + "scope": null + }, + { + "id": "nltk.text.ConcordanceIndex", + "name": "ConcordanceIndex", + "lineno": 130, + "bases": [], + "scope": null + }, + { + "id": "nltk.text.TokenSearcher", + "name": "TokenSearcher", + "lineno": 257, + "bases": [], + "scope": null + }, + { + "id": "nltk.text.Text", + "name": "Text", + "lineno": 313, + "bases": [], + "scope": null + }, + { + "id": "nltk.text.TextCollection", + "name": "TextCollection", + "lineno": 699, + "bases": [ + "Text" + ], + "scope": null + } + ], + "nltk.tgrep": [ + { + "id": "nltk.tgrep.TgrepException", + "name": "TgrepException", + "lineno": 124, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "nltk.toolbox": [ + { + "id": "nltk.toolbox.StandardFormat", + "name": "StandardFormat", + "lineno": 21, + "bases": [], + "scope": null + }, + { + "id": "nltk.toolbox.ToolboxData", + "name": "ToolboxData", + "lineno": 141, + "bases": [ + "StandardFormat" + ], + "scope": null + }, + { + "id": "nltk.toolbox.ToolboxSettings", + "name": "ToolboxSettings", + "lineno": 324, + "bases": [ + "StandardFormat" + ], + "scope": null + } + ], + "nltk.treeprettyprinter": [ + { + "id": "nltk.treeprettyprinter.TreePrettyPrinter", + "name": "TreePrettyPrinter", + "lineno": 24, + "bases": [ + "Deprecated", + "TPP" + ], + "scope": null + } + ], + "nltk.treetransforms": [], + "nltk.util": [ + { + "id": "nltk.util.Index", + "name": "Index", + "lineno": 184, + "bases": [ + "defaultdict" + ], + "scope": null + } + ], + "nltk.wsd": [], + "nltk": [], + "nltk.app.chartparser_app": [ + { + "id": "nltk.app.chartparser_app.EdgeList", + "name": "EdgeList", + "lineno": 92, + "bases": [ + "ColorizedList" + ], + "scope": null + }, + { + "id": "nltk.app.chartparser_app.ChartMatrixView", + "name": "ChartMatrixView", + "lineno": 124, + "bases": [], + "scope": null + }, + { + "id": "nltk.app.chartparser_app.ChartResultsView", + "name": "ChartResultsView", + "lineno": 397, + "bases": [], + "scope": null + }, + { + "id": "nltk.app.chartparser_app.ChartComparer", + "name": "ChartComparer", + "lineno": 545, + "bases": [], + "scope": null + }, + { + "id": "nltk.app.chartparser_app.ChartView", + "name": "ChartView", + "lineno": 947, + "bases": [], + "scope": null + }, + { + "id": "nltk.app.chartparser_app.EdgeRule", + "name": "EdgeRule", + "lineno": 1739, + "bases": [], + "scope": null + }, + { + "id": "nltk.app.chartparser_app.TopDownPredictEdgeRule", + "name": "TopDownPredictEdgeRule", + "lineno": 1761, + "bases": [ + "EdgeRule", + "TopDownPredictRule" + ], + "scope": null + }, + { + "id": "nltk.app.chartparser_app.BottomUpEdgeRule", + "name": "BottomUpEdgeRule", + "lineno": 1765, + "bases": [ + "EdgeRule", + "BottomUpPredictRule" + ], + "scope": null + }, + { + "id": "nltk.app.chartparser_app.BottomUpLeftCornerEdgeRule", + "name": "BottomUpLeftCornerEdgeRule", + "lineno": 1769, + "bases": [ + "EdgeRule", + "BottomUpPredictCombineRule" + ], + "scope": null + }, + { + "id": "nltk.app.chartparser_app.FundamentalEdgeRule", + "name": "FundamentalEdgeRule", + "lineno": 1773, + "bases": [ + "EdgeRule", + "SingleEdgeFundamentalRule" + ], + "scope": null + }, + { + "id": "nltk.app.chartparser_app.ChartParserApp", + "name": "ChartParserApp", + "lineno": 1782, + "bases": [], + "scope": null + } + ], + "nltk.app.chunkparser_app": [ + { + "id": "nltk.app.chunkparser_app.RegexpChunkApp", + "name": "RegexpChunkApp", + "lineno": 45, + "bases": [], + "scope": null + } + ], + "nltk.app.collocations_app": [ + { + "id": "nltk.app.collocations_app.CollocationsView", + "name": "CollocationsView", + "lineno": 75, + "bases": [], + "scope": null + }, + { + "id": "nltk.app.collocations_app.CollocationsModel", + "name": "CollocationsModel", + "lineno": 349, + "bases": [], + "scope": null + }, + { + "id": "nltk.app.collocations_app.CollocationsModel.LoadCorpus", + "name": "LoadCorpus", + "lineno": 401, + "bases": [ + "threading.Thread" + ], + "scope": "CollocationsModel" + } + ], + "nltk.app.concordance_app": [ + { + "id": "nltk.app.concordance_app.ConcordanceSearchView", + "name": "ConcordanceSearchView", + "lineno": 118, + "bases": [], + "scope": null + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel", + "name": "ConcordanceSearchModel", + "lineno": 581, + "bases": [], + "scope": null + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.LoadCorpus", + "name": "LoadCorpus", + "lineno": 642, + "bases": [ + "threading.Thread" + ], + "scope": "ConcordanceSearchModel" + }, + { + "id": "nltk.app.concordance_app.ConcordanceSearchModel.SearchCorpus", + "name": "SearchCorpus", + "lineno": 658, + "bases": [ + "threading.Thread" + ], + "scope": "ConcordanceSearchModel" + } + ], + "nltk.app.nemo_app": [ + { + "id": "nltk.app.nemo_app.Zone", + "name": "Zone", + "lineno": 50, + "bases": [], + "scope": null + }, + { + "id": "nltk.app.nemo_app.FindZone", + "name": "FindZone", + "lineno": 87, + "bases": [ + "Zone" + ], + "scope": null + }, + { + "id": "nltk.app.nemo_app.ReplaceZone", + "name": "ReplaceZone", + "lineno": 120, + "bases": [ + "Zone" + ], + "scope": null + } + ], + "nltk.app.rdparser_app": [ + { + "id": "nltk.app.rdparser_app.RecursiveDescentApp", + "name": "RecursiveDescentApp", + "lineno": 77, + "bases": [], + "scope": null + } + ], + "nltk.app.srparser_app": [ + { + "id": "nltk.app.srparser_app.ShiftReduceApp", + "name": "ShiftReduceApp", + "lineno": 87, + "bases": [], + "scope": null + } + ], + "nltk.app.wordfreq_app": [], + "nltk.app.wordnet_app": [ + { + "id": "nltk.app.wordnet_app.MyServerHandler", + "name": "MyServerHandler", + "lineno": 80, + "bases": [ + "BaseHTTPRequestHandler" + ], + "scope": null + }, + { + "id": "nltk.app.wordnet_app.Reference", + "name": "Reference", + "lineno": 662, + "bases": [], + "scope": null + } + ], + "nltk.app": [], + "nltk.ccg.api": [ + { + "id": "nltk.ccg.api.AbstractCCGCategory", + "name": "AbstractCCGCategory", + "lineno": 15, + "bases": [], + "scope": null + }, + { + "id": "nltk.ccg.api.CCGVar", + "name": "CCGVar", + "lineno": 83, + "bases": [ + "AbstractCCGCategory" + ], + "scope": null + }, + { + "id": "nltk.ccg.api.Direction", + "name": "Direction", + "lineno": 149, + "bases": [], + "scope": null + }, + { + "id": "nltk.ccg.api.PrimitiveCategory", + "name": "PrimitiveCategory", + "lineno": 252, + "bases": [ + "AbstractCCGCategory" + ], + "scope": null + }, + { + "id": "nltk.ccg.api.FunctionalCategory", + "name": "FunctionalCategory", + "lineno": 305, + "bases": [ + "AbstractCCGCategory" + ], + "scope": null + } + ], + "nltk.ccg.chart": [ + { + "id": "nltk.ccg.chart.CCGEdge", + "name": "CCGEdge", + "lineno": 58, + "bases": [ + "EdgeI" + ], + "scope": null + }, + { + "id": "nltk.ccg.chart.CCGLeafEdge", + "name": "CCGLeafEdge", + "lineno": 103, + "bases": [ + "EdgeI" + ], + "scope": null + }, + { + "id": "nltk.ccg.chart.BinaryCombinatorRule", + "name": "BinaryCombinatorRule", + "lineno": 155, + "bases": [ + "AbstractChartRule" + ], + "scope": null + }, + { + "id": "nltk.ccg.chart.ForwardTypeRaiseRule", + "name": "ForwardTypeRaiseRule", + "lineno": 193, + "bases": [ + "AbstractChartRule" + ], + "scope": null + }, + { + "id": "nltk.ccg.chart.BackwardTypeRaiseRule", + "name": "BackwardTypeRaiseRule", + "lineno": 216, + "bases": [ + "AbstractChartRule" + ], + "scope": null + }, + { + "id": "nltk.ccg.chart.CCGChartParser", + "name": "CCGChartParser", + "lineno": 261, + "bases": [ + "ParserI" + ], + "scope": null + }, + { + "id": "nltk.ccg.chart.CCGChart", + "name": "CCGChart", + "lineno": 309, + "bases": [ + "Chart" + ], + "scope": null + } + ], + "nltk.ccg.combinator": [ + { + "id": "nltk.ccg.combinator.UndirectedBinaryCombinator", + "name": "UndirectedBinaryCombinator", + "lineno": 16, + "bases": [], + "scope": null + }, + { + "id": "nltk.ccg.combinator.DirectedBinaryCombinator", + "name": "DirectedBinaryCombinator", + "lineno": 37, + "bases": [], + "scope": null + }, + { + "id": "nltk.ccg.combinator.ForwardCombinator", + "name": "ForwardCombinator", + "lineno": 54, + "bases": [ + "DirectedBinaryCombinator" + ], + "scope": null + }, + { + "id": "nltk.ccg.combinator.BackwardCombinator", + "name": "BackwardCombinator", + "lineno": 79, + "bases": [ + "DirectedBinaryCombinator" + ], + "scope": null + }, + { + "id": "nltk.ccg.combinator.UndirectedFunctionApplication", + "name": "UndirectedFunctionApplication", + "lineno": 101, + "bases": [ + "UndirectedBinaryCombinator" + ], + "scope": null + }, + { + "id": "nltk.ccg.combinator.UndirectedComposition", + "name": "UndirectedComposition", + "lineno": 147, + "bases": [ + "UndirectedBinaryCombinator" + ], + "scope": null + }, + { + "id": "nltk.ccg.combinator.UndirectedSubstitution", + "name": "UndirectedSubstitution", + "lineno": 215, + "bases": [ + "UndirectedBinaryCombinator" + ], + "scope": null + }, + { + "id": "nltk.ccg.combinator.UndirectedTypeRaise", + "name": "UndirectedTypeRaise", + "lineno": 279, + "bases": [ + "UndirectedBinaryCombinator" + ], + "scope": null + } + ], + "nltk.ccg.lexicon": [ + { + "id": "nltk.ccg.lexicon.Token", + "name": "Token", + "lineno": 47, + "bases": [], + "scope": null + }, + { + "id": "nltk.ccg.lexicon.CCGLexicon", + "name": "CCGLexicon", + "lineno": 82, + "bases": [], + "scope": null + } + ], + "nltk.ccg.logic": [], + "nltk.ccg": [], + "nltk.chat.eliza": [], + "nltk.chat.iesha": [], + "nltk.chat.rude": [], + "nltk.chat.suntsu": [], + "nltk.chat.util": [ + { + "id": "nltk.chat.util.Chat", + "name": "Chat", + "lineno": 34, + "bases": [], + "scope": null + } + ], + "nltk.chat.zen": [], + "nltk.chat": [], + "nltk.chunk.api": [ + { + "id": "nltk.chunk.api.ChunkParserI", + "name": "ChunkParserI", + "lineno": 18, + "bases": [ + "ParserI" + ], + "scope": null + } + ], + "nltk.chunk.named_entity": [ + { + "id": "nltk.chunk.named_entity.NEChunkParserTagger", + "name": "NEChunkParserTagger", + "lineno": 31, + "bases": [ + "ClassifierBasedTagger" + ], + "scope": null + }, + { + "id": "nltk.chunk.named_entity.NEChunkParser", + "name": "NEChunkParser", + "lineno": 122, + "bases": [ + "ChunkParserI" + ], + "scope": null + }, + { + "id": "nltk.chunk.named_entity.Maxent_NE_Chunker", + "name": "Maxent_NE_Chunker", + "lineno": 320, + "bases": [ + "NEChunkParser" + ], + "scope": null + } + ], + "nltk.chunk.regexp": [ + { + "id": "nltk.chunk.regexp.ChunkString", + "name": "ChunkString", + "lineno": 21, + "bases": [], + "scope": null + }, + { + "id": "nltk.chunk.regexp.RegexpChunkRule", + "name": "RegexpChunkRule", + "lineno": 257, + "bases": [], + "scope": null + }, + { + "id": "nltk.chunk.regexp.ChunkRule", + "name": "ChunkRule", + "lineno": 398, + "bases": [ + "RegexpChunkRule" + ], + "scope": null + }, + { + "id": "nltk.chunk.regexp.StripRule", + "name": "StripRule", + "lineno": 442, + "bases": [ + "RegexpChunkRule" + ], + "scope": null + }, + { + "id": "nltk.chunk.regexp.UnChunkRule", + "name": "UnChunkRule", + "lineno": 487, + "bases": [ + "RegexpChunkRule" + ], + "scope": null + }, + { + "id": "nltk.chunk.regexp.MergeRule", + "name": "MergeRule", + "lineno": 527, + "bases": [ + "RegexpChunkRule" + ], + "scope": null + }, + { + "id": "nltk.chunk.regexp.SplitRule", + "name": "SplitRule", + "lineno": 597, + "bases": [ + "RegexpChunkRule" + ], + "scope": null + }, + { + "id": "nltk.chunk.regexp.ExpandLeftRule", + "name": "ExpandLeftRule", + "lineno": 666, + "bases": [ + "RegexpChunkRule" + ], + "scope": null + }, + { + "id": "nltk.chunk.regexp.ExpandRightRule", + "name": "ExpandRightRule", + "lineno": 736, + "bases": [ + "RegexpChunkRule" + ], + "scope": null + }, + { + "id": "nltk.chunk.regexp.ChunkRuleWithContext", + "name": "ChunkRuleWithContext", + "lineno": 806, + "bases": [ + "RegexpChunkRule" + ], + "scope": null + }, + { + "id": "nltk.chunk.regexp.RegexpChunkParser", + "name": "RegexpChunkParser", + "lineno": 968, + "bases": [ + "ChunkParserI" + ], + "scope": null + }, + { + "id": "nltk.chunk.regexp.RegexpParser", + "name": "RegexpParser", + "lineno": 1134, + "bases": [ + "ChunkParserI" + ], + "scope": null + } + ], + "nltk.chunk.util": [ + { + "id": "nltk.chunk.util.ChunkScore", + "name": "ChunkScore", + "lineno": 51, + "bases": [], + "scope": null + } + ], + "nltk.chunk": [], + "nltk.classify.api": [ + { + "id": "nltk.classify.api.ClassifierI", + "name": "ClassifierI", + "lineno": 28, + "bases": [], + "scope": null + }, + { + "id": "nltk.classify.api.MultiClassifierI", + "name": "MultiClassifierI", + "lineno": 92, + "bases": [], + "scope": null + } + ], + "nltk.classify.decisiontree": [ + { + "id": "nltk.classify.decisiontree.DecisionTreeClassifier", + "name": "DecisionTreeClassifier", + "lineno": 20, + "bases": [ + "ClassifierI" + ], + "scope": null + } + ], + "nltk.classify.maxent": [ + { + "id": "nltk.classify.maxent.MaxentClassifier", + "name": "MaxentClassifier", + "lineno": 78, + "bases": [ + "ClassifierI" + ], + "scope": null + }, + { + "id": "nltk.classify.maxent.MaxentFeatureEncodingI", + "name": "MaxentFeatureEncodingI", + "lineno": 356, + "bases": [], + "scope": null + }, + { + "id": "nltk.classify.maxent.FunctionBackedMaxentFeatureEncoding", + "name": "FunctionBackedMaxentFeatureEncoding", + "lineno": 429, + "bases": [ + "MaxentFeatureEncodingI" + ], + "scope": null + }, + { + "id": "nltk.classify.maxent.BinaryMaxentFeatureEncoding", + "name": "BinaryMaxentFeatureEncoding", + "lineno": 476, + "bases": [ + "MaxentFeatureEncodingI" + ], + "scope": null + }, + { + "id": "nltk.classify.maxent.GISEncoding", + "name": "GISEncoding", + "lineno": 678, + "bases": [ + "BinaryMaxentFeatureEncoding" + ], + "scope": null + }, + { + "id": "nltk.classify.maxent.TadmEventMaxentFeatureEncoding", + "name": "TadmEventMaxentFeatureEncoding", + "lineno": 739, + "bases": [ + "BinaryMaxentFeatureEncoding" + ], + "scope": null + }, + { + "id": "nltk.classify.maxent.TypedMaxentFeatureEncoding", + "name": "TypedMaxentFeatureEncoding", + "lineno": 795, + "bases": [ + "MaxentFeatureEncodingI" + ], + "scope": null + }, + { + "id": "nltk.classify.maxent.TadmMaxentClassifier", + "name": "TadmMaxentClassifier", + "lineno": 1497, + "bases": [ + "MaxentClassifier" + ], + "scope": null + } + ], + "nltk.classify.megam": [], + "nltk.classify.naivebayes": [ + { + "id": "nltk.classify.naivebayes.NaiveBayesClassifier", + "name": "NaiveBayesClassifier", + "lineno": 43, + "bases": [ + "ClassifierI" + ], + "scope": null + } + ], + "nltk.classify.positivenaivebayes": [ + { + "id": "nltk.classify.positivenaivebayes.PositiveNaiveBayesClassifier", + "name": "PositiveNaiveBayesClassifier", + "lineno": 88, + "bases": [ + "NaiveBayesClassifier" + ], + "scope": null + } + ], + "nltk.classify.rte_classify": [ + { + "id": "nltk.classify.rte_classify.RTEFeatureExtractor", + "name": "RTEFeatureExtractor", + "lineno": 25, + "bases": [], + "scope": null + } + ], + "nltk.classify.scikitlearn": [ + { + "id": "nltk.classify.scikitlearn.SklearnClassifier", + "name": "SklearnClassifier", + "lineno": 46, + "bases": [ + "ClassifierI" + ], + "scope": null + } + ], + "nltk.classify.senna": [ + { + "id": "nltk.classify.senna.Senna", + "name": "Senna", + "lineno": 47, + "bases": [ + "TaggerI" + ], + "scope": null + } + ], + "nltk.classify.svm": [ + { + "id": "nltk.classify.svm.SvmClassifier", + "name": "SvmClassifier", + "lineno": 15, + "bases": [], + "scope": null + } + ], + "nltk.classify.tadm": [], + "nltk.classify.textcat": [ + { + "id": "nltk.classify.textcat.TextCat", + "name": "TextCat", + "lineno": 47, + "bases": [], + "scope": null + } + ], + "nltk.classify.util": [ + { + "id": "nltk.classify.util.CutoffChecker", + "name": "CutoffChecker", + "lineno": 100, + "bases": [], + "scope": null + } + ], + "nltk.classify.weka": [ + { + "id": "nltk.classify.weka.WekaClassifier", + "name": "WekaClassifier", + "lineno": 83, + "bases": [ + "ClassifierI" + ], + "scope": null + }, + { + "id": "nltk.classify.weka.ARFF_Formatter", + "name": "ARFF_Formatter", + "lineno": 246, + "bases": [], + "scope": null + } + ], + "nltk.classify": [], + "nltk.cluster.api": [ + { + "id": "nltk.cluster.api.ClusterI", + "name": "ClusterI", + "lineno": 14, + "bases": [], + "scope": null + } + ], + "nltk.cluster.em": [ + { + "id": "nltk.cluster.em.EMClusterer", + "name": "EMClusterer", + "lineno": 16, + "bases": [ + "VectorSpaceClusterer" + ], + "scope": null + } + ], + "nltk.cluster.gaac": [ + { + "id": "nltk.cluster.gaac.GAAClusterer", + "name": "GAAClusterer", + "lineno": 16, + "bases": [ + "VectorSpaceClusterer" + ], + "scope": null + } + ], + "nltk.cluster.kmeans": [ + { + "id": "nltk.cluster.kmeans.KMeansClusterer", + "name": "KMeansClusterer", + "lineno": 21, + "bases": [ + "VectorSpaceClusterer" + ], + "scope": null + } + ], + "nltk.cluster.util": [ + { + "id": "nltk.cluster.util.VectorSpaceClusterer", + "name": "VectorSpaceClusterer", + "lineno": 21, + "bases": [ + "ClusterI" + ], + "scope": null + }, + { + "id": "nltk.cluster.util._DendrogramNode", + "name": "_DendrogramNode", + "lineno": 133, + "bases": [], + "scope": null + }, + { + "id": "nltk.cluster.util.Dendrogram", + "name": "Dendrogram", + "lineno": 176, + "bases": [], + "scope": null + } + ], + "nltk.cluster": [], + "nltk.corpus.europarl_raw": [], + "nltk.corpus.util": [ + { + "id": "nltk.corpus.util.LazyCorpusLoader", + "name": "LazyCorpusLoader", + "lineno": 21, + "bases": [], + "scope": null + } + ], + "nltk.corpus": [], + "nltk.corpus.reader.aligned": [ + { + "id": "nltk.corpus.reader.aligned.AlignedCorpusReader", + "name": "AlignedCorpusReader", + "lineno": 18, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.aligned.AlignedSentCorpusView", + "name": "AlignedSentCorpusView", + "lineno": 114, + "bases": [ + "StreamBackedCorpusView" + ], + "scope": null + } + ], + "nltk.corpus.reader.api": [ + { + "id": "nltk.corpus.reader.api.CorpusReader", + "name": "CorpusReader", + "lineno": 22, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.api.CategorizedCorpusReader", + "name": "CategorizedCorpusReader", + "lineno": 274, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.api.SyntaxCorpusReader", + "name": "SyntaxCorpusReader", + "lineno": 433, + "bases": [ + "CorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.bcp47": [ + { + "id": "nltk.corpus.reader.bcp47.BCP47CorpusReader", + "name": "BCP47CorpusReader", + "lineno": 15, + "bases": [ + "CorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.bnc": [ + { + "id": "nltk.corpus.reader.bnc.BNCCorpusReader", + "name": "BNCCorpusReader", + "lineno": 14, + "bases": [ + "XMLCorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.bnc.BNCSentence", + "name": "BNCSentence", + "lineno": 152, + "bases": [ + "list" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.bnc.BNCWordView", + "name": "BNCWordView", + "lineno": 163, + "bases": [ + "XMLCorpusView" + ], + "scope": null + } + ], + "nltk.corpus.reader.bracket_parse": [ + { + "id": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader", + "name": "BracketParseCorpusReader", + "lineno": 26, + "bases": [ + "SyntaxCorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.bracket_parse.CategorizedBracketParseCorpusReader", + "name": "CategorizedBracketParseCorpusReader", + "lineno": 125, + "bases": [ + "CategorizedCorpusReader", + "BracketParseCorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.bracket_parse.AlpinoCorpusReader", + "name": "AlpinoCorpusReader", + "lineno": 165, + "bases": [ + "BracketParseCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.categorized_sents": [ + { + "id": "nltk.corpus.reader.categorized_sents.CategorizedSentencesCorpusReader", + "name": "CategorizedSentencesCorpusReader", + "lineno": 42, + "bases": [ + "CategorizedCorpusReader", + "CorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.chasen": [ + { + "id": "nltk.corpus.reader.chasen.ChasenCorpusReader", + "name": "ChasenCorpusReader", + "lineno": 14, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.chasen.ChasenCorpusView", + "name": "ChasenCorpusView", + "lineno": 68, + "bases": [ + "StreamBackedCorpusView" + ], + "scope": null + } + ], + "nltk.corpus.reader.childes": [ + { + "id": "nltk.corpus.reader.childes.CHILDESCorpusReader", + "name": "CHILDESCorpusReader", + "lineno": 26, + "bases": [ + "XMLCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.chunked": [ + { + "id": "nltk.corpus.reader.chunked.ChunkedCorpusReader", + "name": "ChunkedCorpusReader", + "lineno": 26, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.chunked.ChunkedCorpusView", + "name": "ChunkedCorpusView", + "lineno": 205, + "bases": [ + "StreamBackedCorpusView" + ], + "scope": null + } + ], + "nltk.corpus.reader.cmudict": [ + { + "id": "nltk.corpus.reader.cmudict.CMUDictCorpusReader", + "name": "CMUDictCorpusReader", + "lineno": 53, + "bases": [ + "CorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.comparative_sents": [ + { + "id": "nltk.corpus.reader.comparative_sents.Comparison", + "name": "Comparison", + "lineno": 51, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader", + "name": "ComparativeSentencesCorpusReader", + "lineno": 96, + "bases": [ + "CorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.conll": [ + { + "id": "nltk.corpus.reader.conll.ConllCorpusReader", + "name": "ConllCorpusReader", + "lineno": 22, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.conll.ConllSRLInstance", + "name": "ConllSRLInstance", + "lineno": 413, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.conll.ConllSRLInstanceList", + "name": "ConllSRLInstanceList", + "lineno": 491, + "bases": [ + "list" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.conll.ConllChunkCorpusReader", + "name": "ConllChunkCorpusReader", + "lineno": 561, + "bases": [ + "ConllCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.crubadan": [ + { + "id": "nltk.corpus.reader.crubadan.CrubadanCorpusReader", + "name": "CrubadanCorpusReader", + "lineno": 29, + "bases": [ + "CorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.dependency": [ + { + "id": "nltk.corpus.reader.dependency.DependencyCorpusReader", + "name": "DependencyCorpusReader", + "lineno": 16, + "bases": [ + "SyntaxCorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.dependency.DependencyCorpusView", + "name": "DependencyCorpusView", + "lineno": 72, + "bases": [ + "StreamBackedCorpusView" + ], + "scope": null + } + ], + "nltk.corpus.reader.framenet": [ + { + "id": "nltk.corpus.reader.framenet.FramenetError", + "name": "FramenetError", + "lineno": 756, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.framenet.AttrDict", + "name": "AttrDict", + "lineno": 782, + "bases": [ + "dict" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.framenet.SpecialList", + "name": "SpecialList", + "lineno": 882, + "bases": [ + "list" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.framenet.Future", + "name": "Future", + "lineno": 911, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.framenet.PrettyDict", + "name": "PrettyDict", + "lineno": 954, + "bases": [ + "AttrDict" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.framenet.PrettyList", + "name": "PrettyList", + "lineno": 978, + "bases": [ + "list" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.framenet.PrettyLazyMap", + "name": "PrettyLazyMap", + "lineno": 1010, + "bases": [ + "LazyMap" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.framenet.PrettyLazyIteratorList", + "name": "PrettyLazyIteratorList", + "lineno": 1036, + "bases": [ + "LazyIteratorList" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.framenet.PrettyLazyConcatenation", + "name": "PrettyLazyConcatenation", + "lineno": 1062, + "bases": [ + "LazyConcatenation" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.framenet.FramenetCorpusReader", + "name": "FramenetCorpusReader", + "lineno": 1096, + "bases": [ + "XMLCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.ieer": [ + { + "id": "nltk.corpus.reader.ieer.IEERDocument", + "name": "IEERDocument", + "lineno": 42, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.ieer.IEERCorpusReader", + "name": "IEERCorpusReader", + "lineno": 63, + "bases": [ + "CorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.indian": [ + { + "id": "nltk.corpus.reader.indian.IndianCorpusReader", + "name": "IndianCorpusReader", + "lineno": 26, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.indian.IndianCorpusView", + "name": "IndianCorpusView", + "lineno": 72, + "bases": [ + "StreamBackedCorpusView" + ], + "scope": null + } + ], + "nltk.corpus.reader.ipipan": [ + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusReader", + "name": "IPIPANCorpusReader", + "lineno": 25, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.ipipan.IPIPANCorpusView", + "name": "IPIPANCorpusView", + "lineno": 243, + "bases": [ + "StreamBackedCorpusView" + ], + "scope": null + } + ], + "nltk.corpus.reader.knbc": [ + { + "id": "nltk.corpus.reader.knbc.KNBCorpusReader", + "name": "KNBCorpusReader", + "lineno": 24, + "bases": [ + "SyntaxCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.lin": [ + { + "id": "nltk.corpus.reader.lin.LinThesaurusCorpusReader", + "name": "LinThesaurusCorpusReader", + "lineno": 15, + "bases": [ + "CorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.markdown": [ + { + "id": "nltk.corpus.reader.markdown.MarkdownBlock", + "name": "MarkdownBlock", + "lineno": 42, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.markdown.CodeBlock", + "name": "CodeBlock", + "lineno": 76, + "bases": [ + "MarkdownBlock" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.markdown.MarkdownSection", + "name": "MarkdownSection", + "lineno": 97, + "bases": [ + "MarkdownBlock" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.markdown.MarkdownCorpusReader", + "name": "MarkdownCorpusReader", + "lineno": 109, + "bases": [ + "PlaintextCorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader", + "name": "CategorizedMarkdownCorpusReader", + "lineno": 133, + "bases": [ + "CategorizedCorpusReader", + "MarkdownCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.mte": [ + { + "id": "nltk.corpus.reader.mte.MTECorpusView", + "name": "MTECorpusView", + "lineno": 17, + "bases": [ + "XMLCorpusView" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.mte.MTEFileReader", + "name": "MTEFileReader", + "lineno": 34, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.mte.MTETagConverter", + "name": "MTETagConverter", + "lineno": 173, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.mte.MTECorpusReader", + "name": "MTECorpusReader", + "lineno": 210, + "bases": [ + "TaggedCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.nkjp": [ + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpusReader", + "name": "NKJPCorpusReader", + "lineno": 32, + "bases": [ + "XMLCorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Header_View", + "name": "NKJPCorpus_Header_View", + "lineno": 208, + "bases": [ + "XMLCorpusView" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.nkjp.XML_Tool", + "name": "XML_Tool", + "lineno": 270, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View", + "name": "NKJPCorpus_Segmentation_View", + "lineno": 310, + "bases": [ + "XMLCorpusView" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Text_View", + "name": "NKJPCorpus_Text_View", + "lineno": 389, + "bases": [ + "XMLCorpusView" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.nkjp.NKJPCorpus_Morph_View", + "name": "NKJPCorpus_Morph_View", + "lineno": 446, + "bases": [ + "XMLCorpusView" + ], + "scope": null + } + ], + "nltk.corpus.reader.nombank": [ + { + "id": "nltk.corpus.reader.nombank.NombankCorpusReader", + "name": "NombankCorpusReader", + "lineno": 18, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.nombank.NombankInstance", + "name": "NombankInstance", + "lineno": 170, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.nombank.NombankPointer", + "name": "NombankPointer", + "lineno": 310, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.nombank.NombankChainTreePointer", + "name": "NombankChainTreePointer", + "lineno": 330, + "bases": [ + "NombankPointer" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.nombank.NombankSplitTreePointer", + "name": "NombankSplitTreePointer", + "lineno": 349, + "bases": [ + "NombankPointer" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.nombank.NombankTreePointer", + "name": "NombankTreePointer", + "lineno": 368, + "bases": [ + "NombankPointer" + ], + "scope": null + } + ], + "nltk.corpus.reader.nps_chat": [ + { + "id": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader", + "name": "NPSChatCorpusReader", + "lineno": 19, + "bases": [ + "XMLCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.opinion_lexicon": [ + { + "id": "nltk.corpus.reader.opinion_lexicon.IgnoreReadmeCorpusView", + "name": "IgnoreReadmeCorpusView", + "lineno": 38, + "bases": [ + "StreamBackedCorpusView" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.opinion_lexicon.OpinionLexiconCorpusReader", + "name": "OpinionLexiconCorpusReader", + "lineno": 53, + "bases": [ + "WordListCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.panlex_lite": [ + { + "id": "nltk.corpus.reader.panlex_lite.PanLexLiteCorpusReader", + "name": "PanLexLiteCorpusReader", + "lineno": 20, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.panlex_lite.Meaning", + "name": "Meaning", + "lineno": 129, + "bases": [ + "dict" + ], + "scope": null + } + ], + "nltk.corpus.reader.panlex_swadesh": [ + { + "id": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader", + "name": "PanlexSwadeshCorpusReader", + "lineno": 31, + "bases": [ + "WordListCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.pl196x": [ + { + "id": "nltk.corpus.reader.pl196x.TEICorpusView", + "name": "TEICorpusView", + "lineno": 23, + "bases": [ + "StreamBackedCorpusView" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.pl196x.Pl196xCorpusReader", + "name": "Pl196xCorpusReader", + "lineno": 92, + "bases": [ + "CategorizedCorpusReader", + "XMLCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.plaintext": [ + { + "id": "nltk.corpus.reader.plaintext.PlaintextCorpusReader", + "name": "PlaintextCorpusReader", + "lineno": 20, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.plaintext.CategorizedPlaintextCorpusReader", + "name": "CategorizedPlaintextCorpusReader", + "lineno": 149, + "bases": [ + "CategorizedCorpusReader", + "PlaintextCorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.plaintext.PortugueseCategorizedPlaintextCorpusReader", + "name": "PortugueseCategorizedPlaintextCorpusReader", + "lineno": 166, + "bases": [ + "CategorizedPlaintextCorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.plaintext.EuroparlCorpusReader", + "name": "EuroparlCorpusReader", + "lineno": 183, + "bases": [ + "PlaintextCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.ppattach": [ + { + "id": "nltk.corpus.reader.ppattach.PPAttachment", + "name": "PPAttachment", + "lineno": 45, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.ppattach.PPAttachmentCorpusReader", + "name": "PPAttachmentCorpusReader", + "lineno": 62, + "bases": [ + "CorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.propbank": [ + { + "id": "nltk.corpus.reader.propbank.PropbankCorpusReader", + "name": "PropbankCorpusReader", + "lineno": 18, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.propbank.PropbankInstance", + "name": "PropbankInstance", + "lineno": 166, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.propbank.PropbankPointer", + "name": "PropbankPointer", + "lineno": 317, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.propbank.PropbankChainTreePointer", + "name": "PropbankChainTreePointer", + "lineno": 337, + "bases": [ + "PropbankPointer" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.propbank.PropbankSplitTreePointer", + "name": "PropbankSplitTreePointer", + "lineno": 356, + "bases": [ + "PropbankPointer" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.propbank.PropbankTreePointer", + "name": "PropbankTreePointer", + "lineno": 375, + "bases": [ + "PropbankPointer" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.propbank.PropbankInflection", + "name": "PropbankInflection", + "lineno": 475, + "bases": [], + "scope": null + } + ], + "nltk.corpus.reader.pros_cons": [ + { + "id": "nltk.corpus.reader.pros_cons.ProsConsCorpusReader", + "name": "ProsConsCorpusReader", + "lineno": 34, + "bases": [ + "CategorizedCorpusReader", + "CorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.reviews": [ + { + "id": "nltk.corpus.reader.reviews.Review", + "name": "Review", + "lineno": 83, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.reviews.ReviewLine", + "name": "ReviewLine", + "lineno": 136, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.reviews.ReviewsCorpusReader", + "name": "ReviewsCorpusReader", + "lineno": 160, + "bases": [ + "CorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.rte": [ + { + "id": "nltk.corpus.reader.rte.RTEPair", + "name": "RTEPair", + "lineno": 54, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.rte.RTECorpusReader", + "name": "RTECorpusReader", + "lineno": 111, + "bases": [ + "XMLCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.semcor": [ + { + "id": "nltk.corpus.reader.semcor.SemcorCorpusReader", + "name": "SemcorCorpusReader", + "lineno": 19, + "bases": [ + "XMLCorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.semcor.SemcorSentence", + "name": "SemcorSentence", + "lineno": 236, + "bases": [ + "list" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.semcor.SemcorWordView", + "name": "SemcorWordView", + "lineno": 247, + "bases": [ + "XMLCorpusView" + ], + "scope": null + } + ], + "nltk.corpus.reader.senseval": [ + { + "id": "nltk.corpus.reader.senseval.SensevalInstance", + "name": "SensevalInstance", + "lineno": 33, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.senseval.SensevalCorpusReader", + "name": "SensevalCorpusReader", + "lineno": 49, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.senseval.SensevalCorpusView", + "name": "SensevalCorpusView", + "lineno": 68, + "bases": [ + "StreamBackedCorpusView" + ], + "scope": null + } + ], + "nltk.corpus.reader.sentiwordnet": [ + { + "id": "nltk.corpus.reader.sentiwordnet.SentiWordNetCorpusReader", + "name": "SentiWordNetCorpusReader", + "lineno": 43, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.sentiwordnet.SentiSynset", + "name": "SentiSynset", + "lineno": 110, + "bases": [], + "scope": null + } + ], + "nltk.corpus.reader.sinica_treebank": [ + { + "id": "nltk.corpus.reader.sinica_treebank.SinicaTreebankCorpusReader", + "name": "SinicaTreebankCorpusReader", + "lineno": 52, + "bases": [ + "SyntaxCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.string_category": [ + { + "id": "nltk.corpus.reader.string_category.StringCategoryCorpusReader", + "name": "StringCategoryCorpusReader", + "lineno": 29, + "bases": [ + "CorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.switchboard": [ + { + "id": "nltk.corpus.reader.switchboard.SwitchboardTurn", + "name": "SwitchboardTurn", + "lineno": 14, + "bases": [ + "list" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader", + "name": "SwitchboardCorpusReader", + "lineno": 38, + "bases": [ + "CorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.tagged": [ + { + "id": "nltk.corpus.reader.tagged.TaggedCorpusReader", + "name": "TaggedCorpusReader", + "lineno": 23, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.tagged.CategorizedTaggedCorpusReader", + "name": "CategorizedTaggedCorpusReader", + "lineno": 229, + "bases": [ + "CategorizedCorpusReader", + "TaggedCorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.tagged.TaggedCorpusView", + "name": "TaggedCorpusView", + "lineno": 255, + "bases": [ + "StreamBackedCorpusView" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.tagged.MacMorphoCorpusReader", + "name": "MacMorphoCorpusReader", + "lineno": 313, + "bases": [ + "TaggedCorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.tagged.TimitTaggedCorpusReader", + "name": "TimitTaggedCorpusReader", + "lineno": 340, + "bases": [ + "TaggedCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.timit": [ + { + "id": "nltk.corpus.reader.timit.TimitCorpusReader", + "name": "TimitCorpusReader", + "lineno": 129, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.timit.SpeakerInfo", + "name": "SpeakerInfo", + "lineno": 480, + "bases": [], + "scope": null + } + ], + "nltk.corpus.reader.toolbox": [ + { + "id": "nltk.corpus.reader.toolbox.ToolboxCorpusReader", + "name": "ToolboxCorpusReader", + "lineno": 20, + "bases": [ + "CorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.twitter": [ + { + "id": "nltk.corpus.reader.twitter.TwitterCorpusReader", + "name": "TwitterCorpusReader", + "lineno": 21, + "bases": [ + "CorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.udhr": [ + { + "id": "nltk.corpus.reader.udhr.UdhrCorpusReader", + "name": "UdhrCorpusReader", + "lineno": 9, + "bases": [ + "PlaintextCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.util": [ + { + "id": "nltk.corpus.reader.util.StreamBackedCorpusView", + "name": "StreamBackedCorpusView", + "lineno": 33, + "bases": [ + "AbstractLazySequence" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.util.ConcatenatedCorpusView", + "name": "ConcatenatedCorpusView", + "lineno": 378, + "bases": [ + "AbstractLazySequence" + ], + "scope": null + } + ], + "nltk.corpus.reader.verbnet": [ + { + "id": "nltk.corpus.reader.verbnet.VerbnetCorpusReader", + "name": "VerbnetCorpusReader", + "lineno": 22, + "bases": [ + "XMLCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.wordlist": [ + { + "id": "nltk.corpus.reader.wordlist.WordListCorpusReader", + "name": "WordListCorpusReader", + "lineno": 15, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.wordlist.SwadeshCorpusReader", + "name": "SwadeshCorpusReader", + "lineno": 42, + "bases": [ + "WordListCorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.wordlist.NonbreakingPrefixesCorpusReader", + "name": "NonbreakingPrefixesCorpusReader", + "lineno": 54, + "bases": [ + "WordListCorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.wordlist.UnicharsCorpusReader", + "name": "UnicharsCorpusReader", + "lineno": 113, + "bases": [ + "WordListCorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.wordlist.MWAPPDBCorpusReader", + "name": "MWAPPDBCorpusReader", + "lineno": 160, + "bases": [ + "WordListCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.wordnet": [ + { + "id": "nltk.corpus.reader.wordnet.WordNetError", + "name": "WordNetError", + "lineno": 130, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.wordnet._WordNetObject", + "name": "_WordNetObject", + "lineno": 135, + "bases": [], + "scope": null + }, + { + "id": "nltk.corpus.reader.wordnet.Lemma", + "name": "Lemma", + "lineno": 224, + "bases": [ + "_WordNetObject" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.wordnet.Synset", + "name": "Synset", + "lineno": 356, + "bases": [ + "_WordNetObject" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetCorpusReader", + "name": "WordNetCorpusReader", + "lineno": 1117, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.wordnet.WordNetICCorpusReader", + "name": "WordNetICCorpusReader", + "lineno": 2409, + "bases": [ + "CorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader.xmldocs": [ + { + "id": "nltk.corpus.reader.xmldocs.XMLCorpusReader", + "name": "XMLCorpusReader", + "lineno": 24, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.xmldocs.XMLCorpusView", + "name": "XMLCorpusView", + "lineno": 81, + "bases": [ + "StreamBackedCorpusView" + ], + "scope": null + } + ], + "nltk.corpus.reader.ycoe": [ + { + "id": "nltk.corpus.reader.ycoe.YCOECorpusReader", + "name": "YCOECorpusReader", + "lineno": 30, + "bases": [ + "CorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.ycoe.YCOEParseCorpusReader", + "name": "YCOEParseCorpusReader", + "lineno": 134, + "bases": [ + "BracketParseCorpusReader" + ], + "scope": null + }, + { + "id": "nltk.corpus.reader.ycoe.YCOETaggedCorpusReader", + "name": "YCOETaggedCorpusReader", + "lineno": 145, + "bases": [ + "TaggedCorpusReader" + ], + "scope": null + } + ], + "nltk.corpus.reader": [], + "nltk.draw.cfg": [ + { + "id": "nltk.draw.cfg.ProductionList", + "name": "ProductionList", + "lineno": 79, + "bases": [ + "ColorizedList" + ], + "scope": null + }, + { + "id": "nltk.draw.cfg.CFGEditor", + "name": "CFGEditor", + "lineno": 149, + "bases": [], + "scope": null + }, + { + "id": "nltk.draw.cfg.CFGDemo", + "name": "CFGDemo", + "lineno": 566, + "bases": [], + "scope": null + } + ], + "nltk.draw.dispersion": [], + "nltk.draw.table": [ + { + "id": "nltk.draw.table.MultiListbox", + "name": "MultiListbox", + "lineno": 20, + "bases": [ + "Frame" + ], + "scope": null + }, + { + "id": "nltk.draw.table.Table", + "name": "Table", + "lineno": 581, + "bases": [], + "scope": null + } + ], + "nltk.draw.tree": [ + { + "id": "nltk.draw.tree.TreeSegmentWidget", + "name": "TreeSegmentWidget", + "lineno": 30, + "bases": [ + "CanvasWidget" + ], + "scope": null + }, + { + "id": "nltk.draw.tree.TreeWidget", + "name": "TreeWidget", + "lineno": 509, + "bases": [ + "CanvasWidget" + ], + "scope": null + }, + { + "id": "nltk.draw.tree.TreeView", + "name": "TreeView", + "lineno": 853, + "bases": [], + "scope": null + } + ], + "nltk.draw.util": [ + { + "id": "nltk.draw.util.CanvasWidget", + "name": "CanvasWidget", + "lineno": 62, + "bases": [], + "scope": null + }, + { + "id": "nltk.draw.util.TextWidget", + "name": "TextWidget", + "lineno": 743, + "bases": [ + "CanvasWidget" + ], + "scope": null + }, + { + "id": "nltk.draw.util.SymbolWidget", + "name": "SymbolWidget", + "lineno": 815, + "bases": [ + "TextWidget" + ], + "scope": null + }, + { + "id": "nltk.draw.util.AbstractContainerWidget", + "name": "AbstractContainerWidget", + "lineno": 924, + "bases": [ + "CanvasWidget" + ], + "scope": null + }, + { + "id": "nltk.draw.util.BoxWidget", + "name": "BoxWidget", + "lineno": 982, + "bases": [ + "AbstractContainerWidget" + ], + "scope": null + }, + { + "id": "nltk.draw.util.OvalWidget", + "name": "OvalWidget", + "lineno": 1041, + "bases": [ + "AbstractContainerWidget" + ], + "scope": null + }, + { + "id": "nltk.draw.util.ParenWidget", + "name": "ParenWidget", + "lineno": 1162, + "bases": [ + "AbstractContainerWidget" + ], + "scope": null + }, + { + "id": "nltk.draw.util.BracketWidget", + "name": "BracketWidget", + "lineno": 1217, + "bases": [ + "AbstractContainerWidget" + ], + "scope": null + }, + { + "id": "nltk.draw.util.SequenceWidget", + "name": "SequenceWidget", + "lineno": 1276, + "bases": [ + "CanvasWidget" + ], + "scope": null + }, + { + "id": "nltk.draw.util.StackWidget", + "name": "StackWidget", + "lineno": 1448, + "bases": [ + "CanvasWidget" + ], + "scope": null + }, + { + "id": "nltk.draw.util.SpaceWidget", + "name": "SpaceWidget", + "lineno": 1620, + "bases": [ + "CanvasWidget" + ], + "scope": null + }, + { + "id": "nltk.draw.util.ScrollWatcherWidget", + "name": "ScrollWatcherWidget", + "lineno": 1680, + "bases": [ + "CanvasWidget" + ], + "scope": null + }, + { + "id": "nltk.draw.util.CanvasFrame", + "name": "CanvasFrame", + "lineno": 1766, + "bases": [], + "scope": null + }, + { + "id": "nltk.draw.util.ShowText", + "name": "ShowText", + "lineno": 2007, + "bases": [], + "scope": null + }, + { + "id": "nltk.draw.util.EntryDialog", + "name": "EntryDialog", + "lineno": 2090, + "bases": [], + "scope": null + }, + { + "id": "nltk.draw.util.ColorizedList", + "name": "ColorizedList", + "lineno": 2171, + "bases": [], + "scope": null + }, + { + "id": "nltk.draw.util.MutableOptionMenu", + "name": "MutableOptionMenu", + "lineno": 2454, + "bases": [ + "Menubutton" + ], + "scope": null + } + ], + "nltk.draw": [], + "nltk.huggingface.dataset": [ + { + "id": "nltk.huggingface.dataset.HFDatasetPathPointer", + "name": "HFDatasetPathPointer", + "lineno": 180, + "bases": [], + "scope": null + } + ], + "nltk.huggingface": [], + "nltk.inference.api": [ + { + "id": "nltk.inference.api.Prover", + "name": "Prover", + "lineno": 26, + "bases": [], + "scope": null + }, + { + "id": "nltk.inference.api.ModelBuilder", + "name": "ModelBuilder", + "lineno": 47, + "bases": [], + "scope": null + }, + { + "id": "nltk.inference.api.TheoremToolCommand", + "name": "TheoremToolCommand", + "lineno": 72, + "bases": [], + "scope": null + }, + { + "id": "nltk.inference.api.ProverCommand", + "name": "ProverCommand", + "lineno": 122, + "bases": [ + "TheoremToolCommand" + ], + "scope": null + }, + { + "id": "nltk.inference.api.ModelBuilderCommand", + "name": "ModelBuilderCommand", + "lineno": 150, + "bases": [ + "TheoremToolCommand" + ], + "scope": null + }, + { + "id": "nltk.inference.api.BaseTheoremToolCommand", + "name": "BaseTheoremToolCommand", + "lineno": 182, + "bases": [ + "TheoremToolCommand" + ], + "scope": null + }, + { + "id": "nltk.inference.api.BaseProverCommand", + "name": "BaseProverCommand", + "lineno": 260, + "bases": [ + "BaseTheoremToolCommand", + "ProverCommand" + ], + "scope": null + }, + { + "id": "nltk.inference.api.BaseModelBuilderCommand", + "name": "BaseModelBuilderCommand", + "lineno": 314, + "bases": [ + "BaseTheoremToolCommand", + "ModelBuilderCommand" + ], + "scope": null + }, + { + "id": "nltk.inference.api.TheoremToolCommandDecorator", + "name": "TheoremToolCommandDecorator", + "lineno": 369, + "bases": [ + "TheoremToolCommand" + ], + "scope": null + }, + { + "id": "nltk.inference.api.ProverCommandDecorator", + "name": "ProverCommandDecorator", + "lineno": 403, + "bases": [ + "TheoremToolCommandDecorator", + "ProverCommand" + ], + "scope": null + }, + { + "id": "nltk.inference.api.ModelBuilderCommandDecorator", + "name": "ModelBuilderCommandDecorator", + "lineno": 451, + "bases": [ + "TheoremToolCommandDecorator", + "ModelBuilderCommand" + ], + "scope": null + }, + { + "id": "nltk.inference.api.ParallelProverBuilder", + "name": "ParallelProverBuilder", + "lineno": 504, + "bases": [ + "Prover", + "ModelBuilder" + ], + "scope": null + }, + { + "id": "nltk.inference.api.ParallelProverBuilderCommand", + "name": "ParallelProverBuilderCommand", + "lineno": 548, + "bases": [ + "BaseProverCommand", + "BaseModelBuilderCommand" + ], + "scope": null + }, + { + "id": "nltk.inference.api.TheoremToolThread", + "name": "TheoremToolThread", + "lineno": 592, + "bases": [ + "threading.Thread" + ], + "scope": null + } + ], + "nltk.inference.discourse": [ + { + "id": "nltk.inference.discourse.ReadingCommand", + "name": "ReadingCommand", + "lineno": 62, + "bases": [], + "scope": null + }, + { + "id": "nltk.inference.discourse.CfgReadingCommand", + "name": "CfgReadingCommand", + "lineno": 103, + "bases": [ + "ReadingCommand" + ], + "scope": null + }, + { + "id": "nltk.inference.discourse.DrtGlueReadingCommand", + "name": "DrtGlueReadingCommand", + "lineno": 131, + "bases": [ + "ReadingCommand" + ], + "scope": null + }, + { + "id": "nltk.inference.discourse.DiscourseTester", + "name": "DiscourseTester", + "lineno": 169, + "bases": [], + "scope": null + } + ], + "nltk.inference.mace": [ + { + "id": "nltk.inference.mace.MaceCommand", + "name": "MaceCommand", + "lineno": 22, + "bases": [ + "Prover9CommandParent", + "BaseModelBuilderCommand" + ], + "scope": null + }, + { + "id": "nltk.inference.mace.Mace", + "name": "Mace", + "lineno": 229, + "bases": [ + "Prover9Parent", + "ModelBuilder" + ], + "scope": null + } + ], + "nltk.inference.nonmonotonic": [ + { + "id": "nltk.inference.nonmonotonic.ProverParseError", + "name": "ProverParseError", + "lineno": 38, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "nltk.inference.nonmonotonic.ClosedDomainProver", + "name": "ClosedDomainProver", + "lineno": 50, + "bases": [ + "ProverCommandDecorator" + ], + "scope": null + }, + { + "id": "nltk.inference.nonmonotonic.UniqueNamesProver", + "name": "UniqueNamesProver", + "lineno": 103, + "bases": [ + "ProverCommandDecorator" + ], + "scope": null + }, + { + "id": "nltk.inference.nonmonotonic.SetHolder", + "name": "SetHolder", + "lineno": 146, + "bases": [ + "list" + ], + "scope": null + }, + { + "id": "nltk.inference.nonmonotonic.ClosedWorldProver", + "name": "ClosedWorldProver", + "lineno": 166, + "bases": [ + "ProverCommandDecorator" + ], + "scope": null + }, + { + "id": "nltk.inference.nonmonotonic.PredHolder", + "name": "PredHolder", + "lineno": 303, + "bases": [], + "scope": null + } + ], + "nltk.inference.prover9": [ + { + "id": "nltk.inference.prover9.Prover9CommandParent", + "name": "Prover9CommandParent", + "lineno": 47, + "bases": [], + "scope": null + }, + { + "id": "nltk.inference.prover9.Prover9Command", + "name": "Prover9Command", + "lineno": 70, + "bases": [ + "Prover9CommandParent", + "BaseProverCommand" + ], + "scope": null + }, + { + "id": "nltk.inference.prover9.Prover9Parent", + "name": "Prover9Parent", + "lineno": 112, + "bases": [], + "scope": null + }, + { + "id": "nltk.inference.prover9.Prover9", + "name": "Prover9", + "lineno": 307, + "bases": [ + "Prover9Parent", + "Prover" + ], + "scope": null + }, + { + "id": "nltk.inference.prover9.Prover9Exception", + "name": "Prover9Exception", + "lineno": 389, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "nltk.inference.prover9.Prover9FatalException", + "name": "Prover9FatalException", + "lineno": 397, + "bases": [ + "Prover9Exception" + ], + "scope": null + }, + { + "id": "nltk.inference.prover9.Prover9LimitExceededException", + "name": "Prover9LimitExceededException", + "lineno": 401, + "bases": [ + "Prover9Exception" + ], + "scope": null + } + ], + "nltk.inference.resolution": [ + { + "id": "nltk.inference.resolution.ProverParseError", + "name": "ProverParseError", + "lineno": 34, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "nltk.inference.resolution.ResolutionProver", + "name": "ResolutionProver", + "lineno": 38, + "bases": [ + "Prover" + ], + "scope": null + }, + { + "id": "nltk.inference.resolution.ResolutionProverCommand", + "name": "ResolutionProverCommand", + "lineno": 108, + "bases": [ + "BaseProverCommand" + ], + "scope": null + }, + { + "id": "nltk.inference.resolution.Clause", + "name": "Clause", + "lineno": 174, + "bases": [ + "list" + ], + "scope": null + }, + { + "id": "nltk.inference.resolution.BindingDict", + "name": "BindingDict", + "lineno": 529, + "bases": [], + "scope": null + }, + { + "id": "nltk.inference.resolution.BindingException", + "name": "BindingException", + "lineno": 659, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "nltk.inference.resolution.UnificationException", + "name": "UnificationException", + "lineno": 667, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "nltk.inference.resolution.DebugObject", + "name": "DebugObject", + "lineno": 672, + "bases": [], + "scope": null + } + ], + "nltk.inference.tableau": [ + { + "id": "nltk.inference.tableau.ProverParseError", + "name": "ProverParseError", + "lineno": 37, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "nltk.inference.tableau.TableauProver", + "name": "TableauProver", + "lineno": 41, + "bases": [ + "Prover" + ], + "scope": null + }, + { + "id": "nltk.inference.tableau.TableauProverCommand", + "name": "TableauProverCommand", + "lineno": 412, + "bases": [ + "BaseProverCommand" + ], + "scope": null + }, + { + "id": "nltk.inference.tableau.Agenda", + "name": "Agenda", + "lineno": 429, + "bases": [], + "scope": null + }, + { + "id": "nltk.inference.tableau.Debug", + "name": "Debug", + "lineno": 567, + "bases": [], + "scope": null + }, + { + "id": "nltk.inference.tableau.Categories", + "name": "Categories", + "lineno": 603, + "bases": [], + "scope": null + } + ], + "nltk.inference": [], + "nltk.lm.api": [ + { + "id": "nltk.lm.api.Smoothing", + "name": "Smoothing", + "lineno": 21, + "bases": [], + "scope": null + }, + { + "id": "nltk.lm.api.LanguageModel", + "name": "LanguageModel", + "lineno": 74, + "bases": [], + "scope": null + } + ], + "nltk.lm.counter": [ + { + "id": "nltk.lm.counter.NgramCounter", + "name": "NgramCounter", + "lineno": 18, + "bases": [], + "scope": null + } + ], + "nltk.lm.models": [ + { + "id": "nltk.lm.models.MLE", + "name": "MLE", + "lineno": 14, + "bases": [ + "LanguageModel" + ], + "scope": null + }, + { + "id": "nltk.lm.models.Lidstone", + "name": "Lidstone", + "lineno": 30, + "bases": [ + "LanguageModel" + ], + "scope": null + }, + { + "id": "nltk.lm.models.Laplace", + "name": "Laplace", + "lineno": 53, + "bases": [ + "Lidstone" + ], + "scope": null + }, + { + "id": "nltk.lm.models.StupidBackoff", + "name": "StupidBackoff", + "lineno": 63, + "bases": [ + "LanguageModel" + ], + "scope": null + }, + { + "id": "nltk.lm.models.InterpolatedLanguageModel", + "name": "InterpolatedLanguageModel", + "lineno": 98, + "bases": [ + "LanguageModel" + ], + "scope": null + }, + { + "id": "nltk.lm.models.WittenBellInterpolated", + "name": "WittenBellInterpolated", + "lineno": 133, + "bases": [ + "InterpolatedLanguageModel" + ], + "scope": null + }, + { + "id": "nltk.lm.models.AbsoluteDiscountingInterpolated", + "name": "AbsoluteDiscountingInterpolated", + "lineno": 140, + "bases": [ + "InterpolatedLanguageModel" + ], + "scope": null + }, + { + "id": "nltk.lm.models.KneserNeyInterpolated", + "name": "KneserNeyInterpolated", + "lineno": 149, + "bases": [ + "InterpolatedLanguageModel" + ], + "scope": null + } + ], + "nltk.lm.preprocessing": [], + "nltk.lm.smoothing": [ + { + "id": "nltk.lm.smoothing.WittenBell", + "name": "WittenBell", + "lineno": 36, + "bases": [ + "Smoothing" + ], + "scope": null + }, + { + "id": "nltk.lm.smoothing.AbsoluteDiscounting", + "name": "AbsoluteDiscounting", + "lineno": 55, + "bases": [ + "Smoothing" + ], + "scope": null + }, + { + "id": "nltk.lm.smoothing.KneserNey", + "name": "KneserNey", + "lineno": 78, + "bases": [ + "Smoothing" + ], + "scope": null + } + ], + "nltk.lm.util": [], + "nltk.lm.vocabulary": [ + { + "id": "nltk.lm.vocabulary.Vocabulary", + "name": "Vocabulary", + "lineno": 37, + "bases": [], + "scope": null + } + ], + "nltk.lm": [], + "nltk.metrics.agreement": [ + { + "id": "nltk.metrics.agreement.AnnotationTask", + "name": "AnnotationTask", + "lineno": 83, + "bases": [], + "scope": null + } + ], + "nltk.metrics.aline": [], + "nltk.metrics.association": [ + { + "id": "nltk.metrics.association.NgramAssocMeasures", + "name": "NgramAssocMeasures", + "lineno": 45, + "bases": [], + "scope": null + }, + { + "id": "nltk.metrics.association.BigramAssocMeasures", + "name": "BigramAssocMeasures", + "lineno": 164, + "bases": [ + "NgramAssocMeasures" + ], + "scope": null + }, + { + "id": "nltk.metrics.association.TrigramAssocMeasures", + "name": "TrigramAssocMeasures", + "lineno": 253, + "bases": [ + "NgramAssocMeasures" + ], + "scope": null + }, + { + "id": "nltk.metrics.association.QuadgramAssocMeasures", + "name": "QuadgramAssocMeasures", + "lineno": 313, + "bases": [ + "NgramAssocMeasures" + ], + "scope": null + }, + { + "id": "nltk.metrics.association.ContingencyMeasures", + "name": "ContingencyMeasures", + "lineno": 449, + "bases": [], + "scope": null + } + ], + "nltk.metrics.confusionmatrix": [ + { + "id": "nltk.metrics.confusionmatrix.ConfusionMatrix", + "name": "ConfusionMatrix", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "nltk.metrics.distance": [], + "nltk.metrics.paice": [ + { + "id": "nltk.metrics.paice.Paice", + "name": "Paice", + "lineno": 216, + "bases": [], + "scope": null + } + ], + "nltk.metrics.scores": [], + "nltk.metrics.segmentation": [], + "nltk.metrics.spearman": [], + "nltk.metrics": [], + "nltk.misc.babelfish": [], + "nltk.misc.chomsky": [], + "nltk.misc.minimalset": [ + { + "id": "nltk.misc.minimalset.MinimalSet", + "name": "MinimalSet", + "lineno": 11, + "bases": [], + "scope": null + } + ], + "nltk.misc.sort": [], + "nltk.misc.wordfinder": [], + "nltk.misc": [], + "nltk.parse.api": [ + { + "id": "nltk.parse.api.ParserI", + "name": "ParserI", + "lineno": 15, + "bases": [], + "scope": null + } + ], + "nltk.parse.bllip": [ + { + "id": "nltk.parse.bllip.BllipParser", + "name": "BllipParser", + "lineno": 114, + "bases": [ + "ParserI" + ], + "scope": null + } + ], + "nltk.parse.chart": [ + { + "id": "nltk.parse.chart.EdgeI", + "name": "EdgeI", + "lineno": 55, + "bases": [], + "scope": null + }, + { + "id": "nltk.parse.chart.TreeEdge", + "name": "TreeEdge", + "lineno": 225, + "bases": [ + "EdgeI" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.LeafEdge", + "name": "LeafEdge", + "lineno": 360, + "bases": [ + "EdgeI" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.Chart", + "name": "Chart", + "lineno": 430, + "bases": [], + "scope": null + }, + { + "id": "nltk.parse.chart.ChartRuleI", + "name": "ChartRuleI", + "lineno": 914, + "bases": [], + "scope": null + }, + { + "id": "nltk.parse.chart.AbstractChartRule", + "name": "AbstractChartRule", + "lineno": 961, + "bases": [ + "ChartRuleI" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.FundamentalRule", + "name": "FundamentalRule", + "lineno": 1012, + "bases": [ + "AbstractChartRule" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.SingleEdgeFundamentalRule", + "name": "SingleEdgeFundamentalRule", + "lineno": 1045, + "bases": [ + "FundamentalRule" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.LeafInitRule", + "name": "LeafInitRule", + "lineno": 1094, + "bases": [ + "AbstractChartRule" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.TopDownInitRule", + "name": "TopDownInitRule", + "lineno": 1109, + "bases": [ + "AbstractChartRule" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.TopDownPredictRule", + "name": "TopDownPredictRule", + "lineno": 1126, + "bases": [ + "AbstractChartRule" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.CachedTopDownPredictRule", + "name": "CachedTopDownPredictRule", + "lineno": 1148, + "bases": [ + "TopDownPredictRule" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.BottomUpPredictRule", + "name": "BottomUpPredictRule", + "lineno": 1199, + "bases": [ + "AbstractChartRule" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.BottomUpPredictCombineRule", + "name": "BottomUpPredictCombineRule", + "lineno": 1218, + "bases": [ + "BottomUpPredictRule" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.EmptyPredictRule", + "name": "EmptyPredictRule", + "lineno": 1241, + "bases": [ + "AbstractChartRule" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.FilteredSingleEdgeFundamentalRule", + "name": "FilteredSingleEdgeFundamentalRule", + "lineno": 1262, + "bases": [ + "SingleEdgeFundamentalRule" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.FilteredBottomUpPredictCombineRule", + "name": "FilteredBottomUpPredictCombineRule", + "lineno": 1286, + "bases": [ + "BottomUpPredictCombineRule" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.ChartParser", + "name": "ChartParser", + "lineno": 1340, + "bases": [ + "ParserI" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.TopDownChartParser", + "name": "TopDownChartParser", + "lineno": 1478, + "bases": [ + "ChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.BottomUpChartParser", + "name": "BottomUpChartParser", + "lineno": 1488, + "bases": [ + "ChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.BottomUpLeftCornerChartParser", + "name": "BottomUpLeftCornerChartParser", + "lineno": 1504, + "bases": [ + "ChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.LeftCornerChartParser", + "name": "LeftCornerChartParser", + "lineno": 1515, + "bases": [ + "ChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.chart.SteppingChartParser", + "name": "SteppingChartParser", + "lineno": 1529, + "bases": [ + "ChartParser" + ], + "scope": null + } + ], + "nltk.parse.corenlp": [ + { + "id": "nltk.parse.corenlp.CoreNLPServerError", + "name": "CoreNLPServerError", + "lineno": 26, + "bases": [ + "EnvironmentError" + ], + "scope": null + }, + { + "id": "nltk.parse.corenlp.CoreNLPServer", + "name": "CoreNLPServer", + "lineno": 40, + "bases": [], + "scope": null + }, + { + "id": "nltk.parse.corenlp.GenericCoreNLPParser", + "name": "GenericCoreNLPParser", + "lineno": 196, + "bases": [ + "ParserI", + "TokenizerI", + "TaggerI" + ], + "scope": null + }, + { + "id": "nltk.parse.corenlp.CoreNLPParser", + "name": "CoreNLPParser", + "lineno": 450, + "bases": [ + "GenericCoreNLPParser" + ], + "scope": null + }, + { + "id": "nltk.parse.corenlp.CoreNLPDependencyParser", + "name": "CoreNLPDependencyParser", + "lineno": 614, + "bases": [ + "GenericCoreNLPParser" + ], + "scope": null + } + ], + "nltk.parse.dependencygraph": [ + { + "id": "nltk.parse.dependencygraph.DependencyGraph", + "name": "DependencyGraph", + "lineno": 31, + "bases": [], + "scope": null + }, + { + "id": "nltk.parse.dependencygraph.DependencyGraphError", + "name": "DependencyGraphError", + "lineno": 587, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "nltk.parse.earleychart": [ + { + "id": "nltk.parse.earleychart.IncrementalChart", + "name": "IncrementalChart", + "lineno": 61, + "bases": [ + "Chart" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.FeatureIncrementalChart", + "name": "FeatureIncrementalChart", + "lineno": 126, + "bases": [ + "IncrementalChart", + "FeatureChart" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.CompleteFundamentalRule", + "name": "CompleteFundamentalRule", + "lineno": 180, + "bases": [ + "SingleEdgeFundamentalRule" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.CompleterRule", + "name": "CompleterRule", + "lineno": 193, + "bases": [ + "CompleteFundamentalRule" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.ScannerRule", + "name": "ScannerRule", + "lineno": 201, + "bases": [ + "CompleteFundamentalRule" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.PredictorRule", + "name": "PredictorRule", + "lineno": 209, + "bases": [ + "CachedTopDownPredictRule" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.FilteredCompleteFundamentalRule", + "name": "FilteredCompleteFundamentalRule", + "lineno": 213, + "bases": [ + "FilteredSingleEdgeFundamentalRule" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.FeatureCompleteFundamentalRule", + "name": "FeatureCompleteFundamentalRule", + "lineno": 226, + "bases": [ + "FeatureSingleEdgeFundamentalRule" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.FeatureCompleterRule", + "name": "FeatureCompleterRule", + "lineno": 238, + "bases": [ + "CompleterRule" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.FeatureScannerRule", + "name": "FeatureScannerRule", + "lineno": 242, + "bases": [ + "ScannerRule" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.FeaturePredictorRule", + "name": "FeaturePredictorRule", + "lineno": 246, + "bases": [ + "FeatureTopDownPredictRule" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.IncrementalChartParser", + "name": "IncrementalChartParser", + "lineno": 287, + "bases": [ + "ChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.EarleyChartParser", + "name": "EarleyChartParser", + "lineno": 382, + "bases": [ + "IncrementalChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.IncrementalTopDownChartParser", + "name": "IncrementalTopDownChartParser", + "lineno": 387, + "bases": [ + "IncrementalChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.IncrementalBottomUpChartParser", + "name": "IncrementalBottomUpChartParser", + "lineno": 394, + "bases": [ + "IncrementalChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.IncrementalBottomUpLeftCornerChartParser", + "name": "IncrementalBottomUpLeftCornerChartParser", + "lineno": 401, + "bases": [ + "IncrementalChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.IncrementalLeftCornerChartParser", + "name": "IncrementalLeftCornerChartParser", + "lineno": 408, + "bases": [ + "IncrementalChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.FeatureIncrementalChartParser", + "name": "FeatureIncrementalChartParser", + "lineno": 451, + "bases": [ + "IncrementalChartParser", + "FeatureChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.FeatureEarleyChartParser", + "name": "FeatureEarleyChartParser", + "lineno": 470, + "bases": [ + "FeatureIncrementalChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.FeatureIncrementalTopDownChartParser", + "name": "FeatureIncrementalTopDownChartParser", + "lineno": 477, + "bases": [ + "FeatureIncrementalChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.FeatureIncrementalBottomUpChartParser", + "name": "FeatureIncrementalBottomUpChartParser", + "lineno": 484, + "bases": [ + "FeatureIncrementalChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.earleychart.FeatureIncrementalBottomUpLeftCornerChartParser", + "name": "FeatureIncrementalBottomUpLeftCornerChartParser", + "lineno": 491, + "bases": [ + "FeatureIncrementalChartParser" + ], + "scope": null + } + ], + "nltk.parse.evaluate": [ + { + "id": "nltk.parse.evaluate.DependencyEvaluator", + "name": "DependencyEvaluator", + "lineno": 12, + "bases": [], + "scope": null + } + ], + "nltk.parse.featurechart": [ + { + "id": "nltk.parse.featurechart.FeatureTreeEdge", + "name": "FeatureTreeEdge", + "lineno": 46, + "bases": [ + "TreeEdge" + ], + "scope": null + }, + { + "id": "nltk.parse.featurechart.FeatureChart", + "name": "FeatureChart", + "lineno": 162, + "bases": [ + "Chart" + ], + "scope": null + }, + { + "id": "nltk.parse.featurechart.FeatureFundamentalRule", + "name": "FeatureFundamentalRule", + "lineno": 247, + "bases": [ + "FundamentalRule" + ], + "scope": null + }, + { + "id": "nltk.parse.featurechart.FeatureSingleEdgeFundamentalRule", + "name": "FeatureSingleEdgeFundamentalRule", + "lineno": 309, + "bases": [ + "SingleEdgeFundamentalRule" + ], + "scope": null + }, + { + "id": "nltk.parse.featurechart.FeatureTopDownInitRule", + "name": "FeatureTopDownInitRule", + "lineno": 339, + "bases": [ + "TopDownInitRule" + ], + "scope": null + }, + { + "id": "nltk.parse.featurechart.FeatureTopDownPredictRule", + "name": "FeatureTopDownPredictRule", + "lineno": 347, + "bases": [ + "CachedTopDownPredictRule" + ], + "scope": null + }, + { + "id": "nltk.parse.featurechart.FeatureBottomUpPredictRule", + "name": "FeatureBottomUpPredictRule", + "lineno": 408, + "bases": [ + "BottomUpPredictRule" + ], + "scope": null + }, + { + "id": "nltk.parse.featurechart.FeatureBottomUpPredictCombineRule", + "name": "FeatureBottomUpPredictCombineRule", + "lineno": 423, + "bases": [ + "BottomUpPredictCombineRule" + ], + "scope": null + }, + { + "id": "nltk.parse.featurechart.FeatureEmptyPredictRule", + "name": "FeatureEmptyPredictRule", + "lineno": 453, + "bases": [ + "EmptyPredictRule" + ], + "scope": null + }, + { + "id": "nltk.parse.featurechart.FeatureChartParser", + "name": "FeatureChartParser", + "lineno": 486, + "bases": [ + "ChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.featurechart.FeatureTopDownChartParser", + "name": "FeatureTopDownChartParser", + "lineno": 505, + "bases": [ + "FeatureChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.featurechart.FeatureBottomUpChartParser", + "name": "FeatureBottomUpChartParser", + "lineno": 510, + "bases": [ + "FeatureChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.featurechart.FeatureBottomUpLeftCornerChartParser", + "name": "FeatureBottomUpLeftCornerChartParser", + "lineno": 515, + "bases": [ + "FeatureChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.featurechart.InstantiateVarsChart", + "name": "InstantiateVarsChart", + "lineno": 527, + "bases": [ + "FeatureChart" + ], + "scope": null + } + ], + "nltk.parse.generate": [], + "nltk.parse.malt": [ + { + "id": "nltk.parse.malt.MaltParser", + "name": "MaltParser", + "lineno": 94, + "bases": [ + "ParserI" + ], + "scope": null + } + ], + "nltk.parse.nonprojectivedependencyparser": [ + { + "id": "nltk.parse.nonprojectivedependencyparser.DependencyScorerI", + "name": "DependencyScorerI", + "lineno": 22, + "bases": [], + "scope": null + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.NaiveBayesDependencyScorer", + "name": "NaiveBayesDependencyScorer", + "lineno": 81, + "bases": [ + "DependencyScorerI" + ], + "scope": null + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.DemoScorer", + "name": "DemoScorer", + "lineno": 183, + "bases": [ + "DependencyScorerI" + ], + "scope": null + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser", + "name": "ProbabilisticNonprojectiveParser", + "lineno": 202, + "bases": [], + "scope": null + }, + { + "id": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser", + "name": "NonprojectiveDependencyParser", + "lineno": 561, + "bases": [], + "scope": null + } + ], + "nltk.parse.pchart": [ + { + "id": "nltk.parse.pchart.ProbabilisticLeafEdge", + "name": "ProbabilisticLeafEdge", + "lineno": 50, + "bases": [ + "LeafEdge" + ], + "scope": null + }, + { + "id": "nltk.parse.pchart.ProbabilisticTreeEdge", + "name": "ProbabilisticTreeEdge", + "lineno": 55, + "bases": [ + "TreeEdge" + ], + "scope": null + }, + { + "id": "nltk.parse.pchart.ProbabilisticBottomUpInitRule", + "name": "ProbabilisticBottomUpInitRule", + "lineno": 73, + "bases": [ + "AbstractChartRule" + ], + "scope": null + }, + { + "id": "nltk.parse.pchart.ProbabilisticBottomUpPredictRule", + "name": "ProbabilisticBottomUpPredictRule", + "lineno": 83, + "bases": [ + "AbstractChartRule" + ], + "scope": null + }, + { + "id": "nltk.parse.pchart.ProbabilisticFundamentalRule", + "name": "ProbabilisticFundamentalRule", + "lineno": 98, + "bases": [ + "AbstractChartRule" + ], + "scope": null + }, + { + "id": "nltk.parse.pchart.SingleEdgeProbabilisticFundamentalRule", + "name": "SingleEdgeProbabilisticFundamentalRule", + "lineno": 132, + "bases": [ + "AbstractChartRule" + ], + "scope": null + }, + { + "id": "nltk.parse.pchart.BottomUpProbabilisticChartParser", + "name": "BottomUpProbabilisticChartParser", + "lineno": 156, + "bases": [ + "ParserI" + ], + "scope": null + }, + { + "id": "nltk.parse.pchart.InsideChartParser", + "name": "InsideChartParser", + "lineno": 328, + "bases": [ + "BottomUpProbabilisticChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.pchart.RandomChartParser", + "name": "RandomChartParser", + "lineno": 391, + "bases": [ + "BottomUpProbabilisticChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.pchart.UnsortedChartParser", + "name": "UnsortedChartParser", + "lineno": 403, + "bases": [ + "BottomUpProbabilisticChartParser" + ], + "scope": null + }, + { + "id": "nltk.parse.pchart.LongestChartParser", + "name": "LongestChartParser", + "lineno": 413, + "bases": [ + "BottomUpProbabilisticChartParser" + ], + "scope": null + } + ], + "nltk.parse.projectivedependencyparser": [ + { + "id": "nltk.parse.projectivedependencyparser.DependencySpan", + "name": "DependencySpan", + "lineno": 28, + "bases": [], + "scope": null + }, + { + "id": "nltk.parse.projectivedependencyparser.ChartCell", + "name": "ChartCell", + "lineno": 106, + "bases": [], + "scope": null + }, + { + "id": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser", + "name": "ProjectiveDependencyParser", + "lineno": 154, + "bases": [], + "scope": null + }, + { + "id": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser", + "name": "ProbabilisticProjectiveDependencyParser", + "lineno": 287, + "bases": [], + "scope": null + } + ], + "nltk.parse.recursivedescent": [ + { + "id": "nltk.parse.recursivedescent.RecursiveDescentParser", + "name": "RecursiveDescentParser", + "lineno": 17, + "bases": [ + "ParserI" + ], + "scope": null + }, + { + "id": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser", + "name": "SteppingRecursiveDescentParser", + "lineno": 345, + "bases": [ + "RecursiveDescentParser" + ], + "scope": null + } + ], + "nltk.parse.shiftreduce": [ + { + "id": "nltk.parse.shiftreduce.ShiftReduceParser", + "name": "ShiftReduceParser", + "lineno": 17, + "bases": [ + "ParserI" + ], + "scope": null + }, + { + "id": "nltk.parse.shiftreduce.SteppingShiftReduceParser", + "name": "SteppingShiftReduceParser", + "lineno": 285, + "bases": [ + "ShiftReduceParser" + ], + "scope": null + } + ], + "nltk.parse.stanford": [ + { + "id": "nltk.parse.stanford.GenericStanfordParser", + "name": "GenericStanfordParser", + "lineno": 28, + "bases": [ + "ParserI" + ], + "scope": null + }, + { + "id": "nltk.parse.stanford.StanfordParser", + "name": "StanfordParser", + "lineno": 273, + "bases": [ + "GenericStanfordParser" + ], + "scope": null + }, + { + "id": "nltk.parse.stanford.StanfordDependencyParser", + "name": "StanfordDependencyParser", + "lineno": 340, + "bases": [ + "GenericStanfordParser" + ], + "scope": null + }, + { + "id": "nltk.parse.stanford.StanfordNeuralDependencyParser", + "name": "StanfordNeuralDependencyParser", + "lineno": 405, + "bases": [ + "GenericStanfordParser" + ], + "scope": null + } + ], + "nltk.parse.transitionparser": [ + { + "id": "nltk.parse.transitionparser.Configuration", + "name": "Configuration", + "lineno": 27, + "bases": [], + "scope": null + }, + { + "id": "nltk.parse.transitionparser.Transition", + "name": "Transition", + "lineno": 180, + "bases": [], + "scope": null + }, + { + "id": "nltk.parse.transitionparser.TransitionParser", + "name": "TransitionParser", + "lineno": 291, + "bases": [ + "ParserI" + ], + "scope": null + } + ], + "nltk.parse.util": [ + { + "id": "nltk.parse.util.TestGrammar", + "name": "TestGrammar", + "lineno": 148, + "bases": [], + "scope": null + } + ], + "nltk.parse.viterbi": [ + { + "id": "nltk.parse.viterbi.ViterbiParser", + "name": "ViterbiParser", + "lineno": 19, + "bases": [ + "ParserI" + ], + "scope": null + } + ], + "nltk.parse": [], + "nltk.sem.boxer": [ + { + "id": "nltk.sem.boxer.Boxer", + "name": "Boxer", + "lineno": 59, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.boxer.BoxerOutputDrsParser", + "name": "BoxerOutputDrsParser", + "lineno": 340, + "bases": [ + "DrtParser" + ], + "scope": null + }, + { + "id": "nltk.sem.boxer.BoxerDrsParser", + "name": "BoxerDrsParser", + "lineno": 806, + "bases": [ + "DrtParser" + ], + "scope": null + }, + { + "id": "nltk.sem.boxer.AbstractBoxerDrs", + "name": "AbstractBoxerDrs", + "lineno": 1005, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.boxer.BoxerDrs", + "name": "BoxerDrs", + "lineno": 1042, + "bases": [ + "AbstractBoxerDrs" + ], + "scope": null + }, + { + "id": "nltk.sem.boxer.BoxerNot", + "name": "BoxerNot", + "lineno": 1101, + "bases": [ + "AbstractBoxerDrs" + ], + "scope": null + }, + { + "id": "nltk.sem.boxer.BoxerIndexed", + "name": "BoxerIndexed", + "lineno": 1130, + "bases": [ + "AbstractBoxerDrs" + ], + "scope": null + }, + { + "id": "nltk.sem.boxer.BoxerPred", + "name": "BoxerPred", + "lineno": 1166, + "bases": [ + "BoxerIndexed" + ], + "scope": null + }, + { + "id": "nltk.sem.boxer.BoxerNamed", + "name": "BoxerNamed", + "lineno": 1218, + "bases": [ + "BoxerIndexed" + ], + "scope": null + }, + { + "id": "nltk.sem.boxer.BoxerRel", + "name": "BoxerRel", + "lineno": 1269, + "bases": [ + "BoxerIndexed" + ], + "scope": null + }, + { + "id": "nltk.sem.boxer.BoxerProp", + "name": "BoxerProp", + "lineno": 1309, + "bases": [ + "BoxerIndexed" + ], + "scope": null + }, + { + "id": "nltk.sem.boxer.BoxerEq", + "name": "BoxerEq", + "lineno": 1351, + "bases": [ + "BoxerIndexed" + ], + "scope": null + }, + { + "id": "nltk.sem.boxer.BoxerCard", + "name": "BoxerCard", + "lineno": 1379, + "bases": [ + "BoxerIndexed" + ], + "scope": null + }, + { + "id": "nltk.sem.boxer.BoxerOr", + "name": "BoxerOr", + "lineno": 1406, + "bases": [ + "BoxerIndexed" + ], + "scope": null + }, + { + "id": "nltk.sem.boxer.BoxerWhq", + "name": "BoxerWhq", + "lineno": 1443, + "bases": [ + "BoxerIndexed" + ], + "scope": null + }, + { + "id": "nltk.sem.boxer.PassthroughBoxerDrsInterpreter", + "name": "PassthroughBoxerDrsInterpreter", + "lineno": 1497, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter", + "name": "NltkDrtBoxerDrsInterpreter", + "lineno": 1502, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.boxer.UnparseableInputException", + "name": "UnparseableInputException", + "lineno": 1564, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "nltk.sem.chat80": [ + { + "id": "nltk.sem.chat80.Concept", + "name": "Concept", + "lineno": 246, + "bases": [], + "scope": null + } + ], + "nltk.sem.cooper_storage": [ + { + "id": "nltk.sem.cooper_storage.CooperStore", + "name": "CooperStore", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "nltk.sem.drt": [ + { + "id": "nltk.sem.drt.DrtTokens", + "name": "DrtTokens", + "lineno": 43, + "bases": [ + "Tokens" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrtParser", + "name": "DrtParser", + "lineno": 58, + "bases": [ + "LogicParser" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrtExpression", + "name": "DrtExpression", + "lineno": 188, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.drt.DRS", + "name": "DRS", + "lineno": 291, + "bases": [ + "DrtExpression", + "Expression" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrtAbstractVariableExpression", + "name": "DrtAbstractVariableExpression", + "lineno": 561, + "bases": [ + "DrtExpression", + "AbstractVariableExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrtIndividualVariableExpression", + "name": "DrtIndividualVariableExpression", + "lineno": 578, + "bases": [ + "DrtAbstractVariableExpression", + "IndividualVariableExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrtFunctionVariableExpression", + "name": "DrtFunctionVariableExpression", + "lineno": 584, + "bases": [ + "DrtAbstractVariableExpression", + "FunctionVariableExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrtEventVariableExpression", + "name": "DrtEventVariableExpression", + "lineno": 590, + "bases": [ + "DrtIndividualVariableExpression", + "EventVariableExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrtConstantExpression", + "name": "DrtConstantExpression", + "lineno": 596, + "bases": [ + "DrtAbstractVariableExpression", + "ConstantExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrtProposition", + "name": "DrtProposition", + "lineno": 600, + "bases": [ + "DrtExpression", + "Expression" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrtNegatedExpression", + "name": "DrtNegatedExpression", + "lineno": 662, + "bases": [ + "DrtExpression", + "NegatedExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrtLambdaExpression", + "name": "DrtLambdaExpression", + "lineno": 680, + "bases": [ + "DrtExpression", + "LambdaExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrtBinaryExpression", + "name": "DrtBinaryExpression", + "lineno": 717, + "bases": [ + "DrtExpression", + "BinaryExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrtBooleanExpression", + "name": "DrtBooleanExpression", + "lineno": 757, + "bases": [ + "DrtBinaryExpression", + "BooleanExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrtOrExpression", + "name": "DrtOrExpression", + "lineno": 761, + "bases": [ + "DrtBooleanExpression", + "OrExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrtEqualityExpression", + "name": "DrtEqualityExpression", + "lineno": 771, + "bases": [ + "DrtBinaryExpression", + "EqualityExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrtConcatenation", + "name": "DrtConcatenation", + "lineno": 776, + "bases": [ + "DrtBooleanExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrtApplicationExpression", + "name": "DrtApplicationExpression", + "lineno": 932, + "bases": [ + "DrtExpression", + "ApplicationExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.PossibleAntecedents", + "name": "PossibleAntecedents", + "lineno": 973, + "bases": [ + "list", + "DrtExpression", + "Expression" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.AnaphoraResolutionException", + "name": "AnaphoraResolutionException", + "lineno": 998, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "nltk.sem.drt.DrsDrawer", + "name": "DrsDrawer", + "lineno": 1085, + "bases": [], + "scope": null + } + ], + "nltk.sem.drt_glue_demo": [ + { + "id": "nltk.sem.drt_glue_demo.DrtGlueDemo", + "name": "DrtGlueDemo", + "lineno": 27, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.drt_glue_demo.DrsWidget", + "name": "DrsWidget", + "lineno": 508, + "bases": [], + "scope": null + } + ], + "nltk.sem.evaluate": [ + { + "id": "nltk.sem.evaluate.Error", + "name": "Error", + "lineno": 44, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "nltk.sem.evaluate.Undefined", + "name": "Undefined", + "lineno": 48, + "bases": [ + "Error" + ], + "scope": null + }, + { + "id": "nltk.sem.evaluate.Valuation", + "name": "Valuation", + "lineno": 115, + "bases": [ + "dict" + ], + "scope": null + }, + { + "id": "nltk.sem.evaluate.Assignment", + "name": "Assignment", + "lineno": 251, + "bases": [ + "dict" + ], + "scope": null + }, + { + "id": "nltk.sem.evaluate.Model", + "name": "Model", + "lineno": 380, + "bases": [], + "scope": null + } + ], + "nltk.sem.glue": [ + { + "id": "nltk.sem.glue.GlueFormula", + "name": "GlueFormula", + "lineno": 36, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.glue.GlueDict", + "name": "GlueDict", + "lineno": 153, + "bases": [ + "dict" + ], + "scope": null + }, + { + "id": "nltk.sem.glue.Glue", + "name": "Glue", + "lineno": 540, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.glue.DrtGlueFormula", + "name": "DrtGlueFormula", + "lineno": 731, + "bases": [ + "GlueFormula" + ], + "scope": null + }, + { + "id": "nltk.sem.glue.DrtGlueDict", + "name": "DrtGlueDict", + "lineno": 765, + "bases": [ + "GlueDict" + ], + "scope": null + }, + { + "id": "nltk.sem.glue.DrtGlue", + "name": "DrtGlue", + "lineno": 770, + "bases": [ + "Glue" + ], + "scope": null + } + ], + "nltk.sem.hole": [ + { + "id": "nltk.sem.hole.Constants", + "name": "Constants", + "lineno": 48, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.hole.HoleSemantics", + "name": "HoleSemantics", + "lineno": 73, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.hole.Constraint", + "name": "Constraint", + "lineno": 299, + "bases": [], + "scope": null + } + ], + "nltk.sem.lfg": [ + { + "id": "nltk.sem.lfg.FStructure", + "name": "FStructure", + "lineno": 14, + "bases": [ + "dict" + ], + "scope": null + } + ], + "nltk.sem.linearlogic": [ + { + "id": "nltk.sem.linearlogic.Tokens", + "name": "Tokens", + "lineno": 15, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.linearlogic.LinearLogicParser", + "name": "LinearLogicParser", + "lineno": 27, + "bases": [ + "LogicParser" + ], + "scope": null + }, + { + "id": "nltk.sem.linearlogic.Expression", + "name": "Expression", + "lineno": 74, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.linearlogic.AtomicExpression", + "name": "AtomicExpression", + "lineno": 91, + "bases": [ + "Expression" + ], + "scope": null + }, + { + "id": "nltk.sem.linearlogic.ConstantExpression", + "name": "ConstantExpression", + "lineno": 158, + "bases": [ + "AtomicExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.linearlogic.VariableExpression", + "name": "VariableExpression", + "lineno": 180, + "bases": [ + "AtomicExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.linearlogic.ImpExpression", + "name": "ImpExpression", + "lineno": 200, + "bases": [ + "Expression" + ], + "scope": null + }, + { + "id": "nltk.sem.linearlogic.ApplicationExpression", + "name": "ApplicationExpression", + "lineno": 289, + "bases": [ + "Expression" + ], + "scope": null + }, + { + "id": "nltk.sem.linearlogic.BindingDict", + "name": "BindingDict", + "lineno": 365, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.linearlogic.VariableBindingException", + "name": "VariableBindingException", + "lineno": 454, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "nltk.sem.linearlogic.UnificationException", + "name": "UnificationException", + "lineno": 458, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "nltk.sem.linearlogic.LinearLogicApplicationException", + "name": "LinearLogicApplicationException", + "lineno": 463, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "nltk.sem.logic": [ + { + "id": "nltk.sem.logic.Tokens", + "name": "Tokens", + "lineno": 27, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.logic.LogicParser", + "name": "LogicParser", + "lineno": 99, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.logic.Variable", + "name": "Variable", + "lineno": 622, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.logic.Type", + "name": "Type", + "lineno": 691, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.logic.ComplexType", + "name": "ComplexType", + "lineno": 703, + "bases": [ + "Type" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.BasicType", + "name": "BasicType", + "lineno": 753, + "bases": [ + "Type" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.EntityType", + "name": "EntityType", + "lineno": 769, + "bases": [ + "BasicType" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.TruthValueType", + "name": "TruthValueType", + "lineno": 777, + "bases": [ + "BasicType" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.EventType", + "name": "EventType", + "lineno": 785, + "bases": [ + "BasicType" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.AnyType", + "name": "AnyType", + "lineno": 793, + "bases": [ + "BasicType", + "ComplexType" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.TypeException", + "name": "TypeException", + "lineno": 860, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.InconsistentTypeHierarchyException", + "name": "InconsistentTypeHierarchyException", + "lineno": 865, + "bases": [ + "TypeException" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.TypeResolutionException", + "name": "TypeResolutionException", + "lineno": 880, + "bases": [ + "TypeException" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.IllegalTypeException", + "name": "IllegalTypeException", + "lineno": 888, + "bases": [ + "TypeException" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.SubstituteBindingsI", + "name": "SubstituteBindingsI", + "lineno": 912, + "bases": [], + "scope": null + }, + { + "id": "nltk.sem.logic.Expression", + "name": "Expression", + "lineno": 934, + "bases": [ + "SubstituteBindingsI" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.ApplicationExpression", + "name": "ApplicationExpression", + "lineno": 1198, + "bases": [ + "Expression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.AbstractVariableExpression", + "name": "AbstractVariableExpression", + "lineno": 1402, + "bases": [ + "Expression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.IndividualVariableExpression", + "name": "IndividualVariableExpression", + "lineno": 1474, + "bases": [ + "AbstractVariableExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.FunctionVariableExpression", + "name": "FunctionVariableExpression", + "lineno": 1504, + "bases": [ + "AbstractVariableExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.EventVariableExpression", + "name": "EventVariableExpression", + "lineno": 1519, + "bases": [ + "IndividualVariableExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.ConstantExpression", + "name": "ConstantExpression", + "lineno": 1526, + "bases": [ + "AbstractVariableExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.VariableBinderExpression", + "name": "VariableBinderExpression", + "lineno": 1581, + "bases": [ + "Expression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.LambdaExpression", + "name": "LambdaExpression", + "lineno": 1671, + "bases": [ + "VariableBinderExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.QuantifiedExpression", + "name": "QuantifiedExpression", + "lineno": 1701, + "bases": [ + "VariableBinderExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.ExistsExpression", + "name": "ExistsExpression", + "lineno": 1732, + "bases": [ + "QuantifiedExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.AllExpression", + "name": "AllExpression", + "lineno": 1737, + "bases": [ + "QuantifiedExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.IotaExpression", + "name": "IotaExpression", + "lineno": 1742, + "bases": [ + "QuantifiedExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.NegatedExpression", + "name": "NegatedExpression", + "lineno": 1747, + "bases": [ + "Expression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.BinaryExpression", + "name": "BinaryExpression", + "lineno": 1788, + "bases": [ + "Expression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.BooleanExpression", + "name": "BooleanExpression", + "lineno": 1833, + "bases": [ + "BinaryExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.AndExpression", + "name": "AndExpression", + "lineno": 1847, + "bases": [ + "BooleanExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.OrExpression", + "name": "OrExpression", + "lineno": 1860, + "bases": [ + "BooleanExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.ImpExpression", + "name": "ImpExpression", + "lineno": 1873, + "bases": [ + "BooleanExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.IffExpression", + "name": "IffExpression", + "lineno": 1880, + "bases": [ + "BooleanExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.EqualityExpression", + "name": "EqualityExpression", + "lineno": 1887, + "bases": [ + "BinaryExpression" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.LogicalExpressionException", + "name": "LogicalExpressionException", + "lineno": 1909, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.UnexpectedTokenException", + "name": "UnexpectedTokenException", + "lineno": 1915, + "bases": [ + "LogicalExpressionException" + ], + "scope": null + }, + { + "id": "nltk.sem.logic.ExpectedMoreTokensException", + "name": "ExpectedMoreTokensException", + "lineno": 1931, + "bases": [ + "LogicalExpressionException" + ], + "scope": null + } + ], + "nltk.sem.relextract": [], + "nltk.sem.skolemize": [], + "nltk.sem.util": [], + "nltk.sem": [], + "nltk.sentiment.sentiment_analyzer": [ + { + "id": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer", + "name": "SentimentAnalyzer", + "lineno": 28, + "bases": [], + "scope": null + } + ], + "nltk.sentiment.util": [], + "nltk.sentiment.vader": [ + { + "id": "nltk.sentiment.vader.VaderConstants", + "name": "VaderConstants", + "lineno": 33, + "bases": [], + "scope": null + }, + { + "id": "nltk.sentiment.vader.SentiText", + "name": "SentiText", + "lineno": 263, + "bases": [], + "scope": null + }, + { + "id": "nltk.sentiment.vader.SentimentIntensityAnalyzer", + "name": "SentimentIntensityAnalyzer", + "lineno": 331, + "bases": [], + "scope": null + } + ], + "nltk.sentiment": [], + "nltk.stem.api": [ + { + "id": "nltk.stem.api.StemmerI", + "name": "StemmerI", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "nltk.stem.arlstem": [ + { + "id": "nltk.stem.arlstem.ARLSTem", + "name": "ARLSTem", + "lineno": 32, + "bases": [ + "StemmerI" + ], + "scope": null + } + ], + "nltk.stem.arlstem2": [ + { + "id": "nltk.stem.arlstem2.ARLSTem2", + "name": "ARLSTem2", + "lineno": 33, + "bases": [ + "StemmerI" + ], + "scope": null + } + ], + "nltk.stem.cistem": [ + { + "id": "nltk.stem.cistem.Cistem", + "name": "Cistem", + "lineno": 16, + "bases": [ + "StemmerI" + ], + "scope": null + } + ], + "nltk.stem.isri": [ + { + "id": "nltk.stem.isri.ISRIStemmer", + "name": "ISRIStemmer", + "lineno": 36, + "bases": [ + "StemmerI" + ], + "scope": null + } + ], + "nltk.stem.lancaster": [ + { + "id": "nltk.stem.lancaster.LancasterStemmer", + "name": "LancasterStemmer", + "lineno": 17, + "bases": [ + "StemmerI" + ], + "scope": null + } + ], + "nltk.stem.porter": [ + { + "id": "nltk.stem.porter.PorterStemmer", + "name": "PorterStemmer", + "lineno": 28, + "bases": [ + "StemmerI" + ], + "scope": null + } + ], + "nltk.stem.regexp": [ + { + "id": "nltk.stem.regexp.RegexpStemmer", + "name": "RegexpStemmer", + "lineno": 14, + "bases": [ + "StemmerI" + ], + "scope": null + } + ], + "nltk.stem.rslp": [ + { + "id": "nltk.stem.rslp.RSLPStemmer", + "name": "RSLPStemmer", + "lineno": 36, + "bases": [ + "StemmerI" + ], + "scope": null + } + ], + "nltk.stem.snowball": [ + { + "id": "nltk.stem.snowball.SnowballStemmer", + "name": "SnowballStemmer", + "lineno": 34, + "bases": [ + "StemmerI" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball._LanguageSpecificStemmer", + "name": "_LanguageSpecificStemmer", + "lineno": 115, + "bases": [ + "StemmerI" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball.PorterStemmer", + "name": "PorterStemmer", + "lineno": 154, + "bases": [ + "_LanguageSpecificStemmer", + "porter.PorterStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball._ScandinavianStemmer", + "name": "_ScandinavianStemmer", + "lineno": 172, + "bases": [ + "_LanguageSpecificStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball._StandardStemmer", + "name": "_StandardStemmer", + "lineno": 214, + "bases": [ + "_LanguageSpecificStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball.ArabicStemmer", + "name": "ArabicStemmer", + "lineno": 304, + "bases": [ + "_StandardStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball.DanishStemmer", + "name": "DanishStemmer", + "lineno": 908, + "bases": [ + "_ScandinavianStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball.DutchStemmer", + "name": "DutchStemmer", + "lineno": 1069, + "bases": [ + "_StandardStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball.EnglishStemmer", + "name": "EnglishStemmer", + "lineno": 1260, + "bases": [ + "_StandardStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball.FinnishStemmer", + "name": "FinnishStemmer", + "lineno": 1776, + "bases": [ + "_StandardStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball.FrenchStemmer", + "name": "FrenchStemmer", + "lineno": 2118, + "bases": [ + "_StandardStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball.GermanStemmer", + "name": "GermanStemmer", + "lineno": 2611, + "bases": [ + "_StandardStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball.HungarianStemmer", + "name": "HungarianStemmer", + "lineno": 2766, + "bases": [ + "_LanguageSpecificStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball.ItalianStemmer", + "name": "ItalianStemmer", + "lineno": 3178, + "bases": [ + "_StandardStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball.NorwegianStemmer", + "name": "NorwegianStemmer", + "lineno": 3553, + "bases": [ + "_ScandinavianStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball.PortugueseStemmer", + "name": "PortugueseStemmer", + "lineno": 3674, + "bases": [ + "_StandardStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball.RomanianStemmer", + "name": "RomanianStemmer", + "lineno": 4019, + "bases": [ + "_StandardStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball.RussianStemmer", + "name": "RussianStemmer", + "lineno": 4500, + "bases": [ + "_LanguageSpecificStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball.SpanishStemmer", + "name": "SpanishStemmer", + "lineno": 5340, + "bases": [ + "_StandardStemmer" + ], + "scope": null + }, + { + "id": "nltk.stem.snowball.SwedishStemmer", + "name": "SwedishStemmer", + "lineno": 5737, + "bases": [ + "_ScandinavianStemmer" + ], + "scope": null + } + ], + "nltk.stem.util": [], + "nltk.stem.wordnet": [ + { + "id": "nltk.stem.wordnet.WordNetLemmatizer", + "name": "WordNetLemmatizer", + "lineno": 11, + "bases": [], + "scope": null + } + ], + "nltk.stem": [], + "nltk.tag.api": [ + { + "id": "nltk.tag.api.TaggerI", + "name": "TaggerI", + "lineno": 24, + "bases": [], + "scope": null + }, + { + "id": "nltk.tag.api.FeaturesetTaggerI", + "name": "FeaturesetTaggerI", + "lineno": 290, + "bases": [ + "TaggerI" + ], + "scope": null + } + ], + "nltk.tag.brill": [ + { + "id": "nltk.tag.brill.Word", + "name": "Word", + "lineno": 22, + "bases": [ + "Feature" + ], + "scope": null + }, + { + "id": "nltk.tag.brill.Pos", + "name": "Pos", + "lineno": 36, + "bases": [ + "Feature" + ], + "scope": null + }, + { + "id": "nltk.tag.brill.BrillTagger", + "name": "BrillTagger", + "lineno": 190, + "bases": [ + "TaggerI" + ], + "scope": null + } + ], + "nltk.tag.brill_trainer": [ + { + "id": "nltk.tag.brill_trainer.BrillTaggerTrainer", + "name": "BrillTaggerTrainer", + "lineno": 21, + "bases": [], + "scope": null + } + ], + "nltk.tag.crf": [ + { + "id": "nltk.tag.crf.CRFTagger", + "name": "CRFTagger", + "lineno": 23, + "bases": [ + "TaggerI" + ], + "scope": null + } + ], + "nltk.tag.hmm": [ + { + "id": "nltk.tag.hmm.HiddenMarkovModelTagger", + "name": "HiddenMarkovModelTagger", + "lineno": 103, + "bases": [ + "TaggerI" + ], + "scope": null + }, + { + "id": "nltk.tag.hmm.HiddenMarkovModelTrainer", + "name": "HiddenMarkovModelTrainer", + "lineno": 836, + "bases": [], + "scope": null + } + ], + "nltk.tag.hunpos": [ + { + "id": "nltk.tag.hunpos.HunposTagger", + "name": "HunposTagger", + "lineno": 26, + "bases": [ + "TaggerI" + ], + "scope": null + } + ], + "nltk.tag.mapping": [], + "nltk.tag.perceptron": [ + { + "id": "nltk.tag.perceptron.AveragedPerceptron", + "name": "AveragedPerceptron", + "lineno": 31, + "bases": [], + "scope": null + }, + { + "id": "nltk.tag.perceptron.PerceptronTagger", + "name": "PerceptronTagger", + "lineno": 125, + "bases": [ + "TaggerI" + ], + "scope": null + } + ], + "nltk.tag.senna": [ + { + "id": "nltk.tag.senna.SennaTagger", + "name": "SennaTagger", + "lineno": 45, + "bases": [ + "Senna" + ], + "scope": null + }, + { + "id": "nltk.tag.senna.SennaChunkTagger", + "name": "SennaChunkTagger", + "lineno": 62, + "bases": [ + "Senna" + ], + "scope": null + }, + { + "id": "nltk.tag.senna.SennaNERTagger", + "name": "SennaNERTagger", + "lineno": 120, + "bases": [ + "Senna" + ], + "scope": null + } + ], + "nltk.tag.sequential": [ + { + "id": "nltk.tag.sequential.SequentialBackoffTagger", + "name": "SequentialBackoffTagger", + "lineno": 34, + "bases": [ + "TaggerI" + ], + "scope": null + }, + { + "id": "nltk.tag.sequential.ContextTagger", + "name": "ContextTagger", + "lineno": 106, + "bases": [ + "SequentialBackoffTagger" + ], + "scope": null + }, + { + "id": "nltk.tag.sequential.DefaultTagger", + "name": "DefaultTagger", + "lineno": 222, + "bases": [ + "SequentialBackoffTagger" + ], + "scope": null + }, + { + "id": "nltk.tag.sequential.NgramTagger", + "name": "NgramTagger", + "lineno": 261, + "bases": [ + "ContextTagger" + ], + "scope": null + }, + { + "id": "nltk.tag.sequential.UnigramTagger", + "name": "UnigramTagger", + "lineno": 328, + "bases": [ + "NgramTagger" + ], + "scope": null + }, + { + "id": "nltk.tag.sequential.BigramTagger", + "name": "BigramTagger", + "lineno": 370, + "bases": [ + "NgramTagger" + ], + "scope": null + }, + { + "id": "nltk.tag.sequential.TrigramTagger", + "name": "TrigramTagger", + "lineno": 396, + "bases": [ + "NgramTagger" + ], + "scope": null + }, + { + "id": "nltk.tag.sequential.AffixTagger", + "name": "AffixTagger", + "lineno": 422, + "bases": [ + "ContextTagger" + ], + "scope": null + }, + { + "id": "nltk.tag.sequential.RegexpTagger", + "name": "RegexpTagger", + "lineno": 492, + "bases": [ + "SequentialBackoffTagger" + ], + "scope": null + }, + { + "id": "nltk.tag.sequential.ClassifierBasedTagger", + "name": "ClassifierBasedTagger", + "lineno": 565, + "bases": [ + "SequentialBackoffTagger", + "FeaturesetTaggerI" + ], + "scope": null + }, + { + "id": "nltk.tag.sequential.ClassifierBasedPOSTagger", + "name": "ClassifierBasedPOSTagger", + "lineno": 703, + "bases": [ + "ClassifierBasedTagger" + ], + "scope": null + } + ], + "nltk.tag.stanford": [ + { + "id": "nltk.tag.stanford.StanfordTagger", + "name": "StanfordTagger", + "lineno": 31, + "bases": [ + "TaggerI" + ], + "scope": null + }, + { + "id": "nltk.tag.stanford.StanfordPOSTagger", + "name": "StanfordPOSTagger", + "lineno": 139, + "bases": [ + "StanfordTagger" + ], + "scope": null + }, + { + "id": "nltk.tag.stanford.StanfordNERTagger", + "name": "StanfordNERTagger", + "lineno": 176, + "bases": [ + "StanfordTagger" + ], + "scope": null + } + ], + "nltk.tag.tnt": [ + { + "id": "nltk.tag.tnt.TnT", + "name": "TnT", + "lineno": 60, + "bases": [ + "TaggerI" + ], + "scope": null + } + ], + "nltk.tag.util": [], + "nltk.tag": [], + "nltk.tbl.api": [], + "nltk.tbl.demo": [], + "nltk.tbl.erroranalysis": [], + "nltk.tbl.feature": [ + { + "id": "nltk.tbl.feature.Feature", + "name": "Feature", + "lineno": 13, + "bases": [], + "scope": null + } + ], + "nltk.tbl.rule": [ + { + "id": "nltk.tbl.rule.TagRule", + "name": "TagRule", + "lineno": 18, + "bases": [], + "scope": null + }, + { + "id": "nltk.tbl.rule.Rule", + "name": "Rule", + "lineno": 94, + "bases": [ + "TagRule" + ], + "scope": null + } + ], + "nltk.tbl.template": [ + { + "id": "nltk.tbl.template.BrillTemplateI", + "name": "BrillTemplateI", + "lineno": 17, + "bases": [], + "scope": null + }, + { + "id": "nltk.tbl.template.Template", + "name": "Template", + "lineno": 62, + "bases": [ + "BrillTemplateI" + ], + "scope": null + } + ], + "nltk.tbl": [], + "nltk.test.all": [], + "nltk.test.childes_fixt": [], + "nltk.test.classify_fixt": [], + "nltk.test.conftest": [], + "nltk.test.gensim_fixt": [], + "nltk.test.gluesemantics_malt_fixt": [], + "nltk.test.portuguese_en_fixt": [], + "nltk.test.probability_fixt": [], + "nltk.test.setup_fixt": [], + "nltk.test.test_filestring_sandbox": [], + "nltk.test": [], + "nltk.test.unit.test_aline": [ + { + "id": "nltk.test.unit.test_aline.TestAlineEdgeCases", + "name": "TestAlineEdgeCases", + "lineno": 52, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_aline.TestFeatureMatrix", + "name": "TestFeatureMatrix", + "lineno": 92, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_aline.TestScoringFunctions", + "name": "TestScoringFunctions", + "lineno": 166, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_aline.TestAlignmentProperties", + "name": "TestAlignmentProperties", + "lineno": 226, + "bases": [], + "scope": null + } + ], + "nltk.test.unit.test_bllip": [ + { + "id": "nltk.test.unit.test_bllip.TestBllipParser", + "name": "TestBllipParser", + "lineno": 18, + "bases": [], + "scope": null + } + ], + "nltk.test.unit.test_brill": [ + { + "id": "nltk.test.unit.test_brill.TestBrill", + "name": "TestBrill", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_ccg_dir": [ + { + "id": "nltk.test.unit.test_ccg_dir.TestCCGDirection", + "name": "TestCCGDirection", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_cfd_mutation": [ + { + "id": "nltk.test.unit.test_cfd_mutation.TestEmptyCondFreq", + "name": "TestEmptyCondFreq", + "lineno": 8, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_cfg2chomsky": [ + { + "id": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest", + "name": "ChomskyNormalFormForCFGTest", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_chunk": [ + { + "id": "nltk.test.unit.test_chunk.TestChunkRule", + "name": "TestChunkRule", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_classify": [], + "nltk.test.unit.test_collocations": [], + "nltk.test.unit.test_concordance": [ + { + "id": "nltk.test.unit.test_concordance.TestConcordance", + "name": "TestConcordance", + "lineno": 19, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_corenlp": [ + { + "id": "nltk.test.unit.test_corenlp.TestTokenizerAPI", + "name": "TestTokenizerAPI", + "lineno": 36, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_corenlp.TestTaggerAPI", + "name": "TestTaggerAPI", + "lineno": 255, + "bases": [ + "TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_corenlp.TestParserAPI", + "name": "TestParserAPI", + "lineno": 756, + "bases": [ + "TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_corpora": [ + { + "id": "nltk.test.unit.test_corpora.TestUdhr", + "name": "TestUdhr", + "lineno": 18, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_corpora.TestIndian", + "name": "TestIndian", + "lineno": 41, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_corpora.TestCess", + "name": "TestCess", + "lineno": 53, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_corpora.TestFloresta", + "name": "TestFloresta", + "lineno": 67, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_corpora.TestSinicaTreebank", + "name": "TestSinicaTreebank", + "lineno": 74, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_corpora.TestCoNLL2007", + "name": "TestCoNLL2007", + "lineno": 97, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_corpora.TestPTB", + "name": "TestPTB", + "lineno": 200, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_corpora.TestMWAPPDB", + "name": "TestMWAPPDB", + "lineno": 254, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_corpus_reader": [], + "nltk.test.unit.test_corpus_util": [ + { + "id": "nltk.test.unit.test_corpus_util.TestMakeBoundMethod", + "name": "TestMakeBoundMethod", + "lineno": 21, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_corpus_util.TestMakeBoundMethod.TestClass", + "name": "TestClass", + "lineno": 27, + "bases": [], + "scope": "TestMakeBoundMethod" + }, + { + "id": "nltk.test.unit.test_corpus_util.TestMakeBoundMethod.Counter", + "name": "Counter", + "lineno": 46, + "bases": [], + "scope": "TestMakeBoundMethod" + }, + { + "id": "nltk.test.unit.test_corpus_util.TestMakeBoundMethod.Multiplier", + "name": "Multiplier", + "lineno": 65, + "bases": [], + "scope": "TestMakeBoundMethod" + }, + { + "id": "nltk.test.unit.test_corpus_util.DummyCorpusReader", + "name": "DummyCorpusReader", + "lineno": 99, + "bases": [ + "CorpusReader" + ], + "scope": null + } + ], + "nltk.test.unit.test_corpus_views": [ + { + "id": "nltk.test.unit.test_corpus_views.TestCorpusViews", + "name": "TestCorpusViews", + "lineno": 15, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_data": [], + "nltk.test.unit.test_data_security": [], + "nltk.test.unit.test_disagreement": [ + { + "id": "nltk.test.unit.test_disagreement.TestDisagreement", + "name": "TestDisagreement", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_distance": [ + { + "id": "nltk.test.unit.test_distance.TestEditDistance", + "name": "TestEditDistance", + "lineno": 13, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_distance.TestJaroSimilarity", + "name": "TestJaroSimilarity", + "lineno": 137, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_distance.TestJaroWinklerSimilarity", + "name": "TestJaroWinklerSimilarity", + "lineno": 211, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_distance.TestEditDistanceAlign", + "name": "TestEditDistanceAlign", + "lineno": 260, + "bases": [], + "scope": null + } + ], + "nltk.test.unit.test_downloader": [], + "nltk.test.unit.test_downloader_atomic": [ + { + "id": "nltk.test.unit.test_downloader_atomic.SlowResponse", + "name": "SlowResponse", + "lineno": 41, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic", + "name": "TestDownloaderAtomic", + "lineno": 113, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_downloader_unzip": [ + { + "id": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip", + "name": "TestSecureUnzip", + "lineno": 40, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_downloader_unzip.TestValidateMember", + "name": "TestValidateMember", + "lineno": 347, + "bases": [], + "scope": null + } + ], + "nltk.test.unit.test_downloader_xxe": [ + { + "id": "nltk.test.unit.test_downloader_xxe.TestDownloaderXXE", + "name": "TestDownloaderXXE", + "lineno": 34, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_framenet_security": [], + "nltk.test.unit.test_freqdist": [], + "nltk.test.unit.test_hmm": [], + "nltk.test.unit.test_json2csv_corpus": [], + "nltk.test.unit.test_json_serialization": [ + { + "id": "nltk.test.unit.test_json_serialization.TestJSONSerialization", + "name": "TestJSONSerialization", + "lineno": 20, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_langnames": [ + { + "id": "nltk.test.unit.test_langnames.TestTag2Q", + "name": "TestTag2Q", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_langnames.TestQ2Tag", + "name": "TestQ2Tag", + "lineno": 25, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_langnames.TestQ2Name", + "name": "TestQ2Name", + "lineno": 43, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_langnames.TestLang2Q", + "name": "TestLang2Q", + "lineno": 66, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_langnames.TestLangName", + "name": "TestLangName", + "lineno": 88, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_langnames.TestLangCode", + "name": "TestLangCode", + "lineno": 123, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_metrics": [ + { + "id": "nltk.test.unit.test_metrics.TestLikelihoodRatio", + "name": "TestLikelihoodRatio", + "lineno": 14, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_naivebayes": [ + { + "id": "nltk.test.unit.test_naivebayes.NaiveBayesClassifierTest", + "name": "NaiveBayesClassifierTest", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_nkjp_security": [], + "nltk.test.unit.test_nombank": [ + { + "id": "nltk.test.unit.test_nombank.NombankDemo", + "name": "NombankDemo", + "lineno": 13, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_open_datafile": [], + "nltk.test.unit.test_pathsec": [ + { + "id": "nltk.test.unit.test_pathsec._Handler", + "name": "_Handler", + "lineno": 204, + "bases": [ + "BaseHTTPRequestHandler" + ], + "scope": null + } + ], + "nltk.test.unit.test_pickle_load_warnings": [], + "nltk.test.unit.test_pl196x": [ + { + "id": "nltk.test.unit.test_pl196x.TestCorpusViews", + "name": "TestCorpusViews", + "lineno": 7, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_pos_tag": [ + { + "id": "nltk.test.unit.test_pos_tag.TestPosTag", + "name": "TestPosTag", + "lineno": 31, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_reviews_security": [], + "nltk.test.unit.test_ribes": [], + "nltk.test.unit.test_rte_classify": [ + { + "id": "nltk.test.unit.test_rte_classify.TestRTEClassifier", + "name": "TestRTEClassifier", + "lineno": 58, + "bases": [], + "scope": null + } + ], + "nltk.test.unit.test_seekable_unicode_stream_reader": [], + "nltk.test.unit.test_segmentation": [], + "nltk.test.unit.test_senna": [ + { + "id": "nltk.test.unit.test_senna.TestSennaPipeline", + "name": "TestSennaPipeline", + "lineno": 21, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_senna.TestSennaTagger", + "name": "TestSennaTagger", + "lineno": 45, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_stem": [ + { + "id": "nltk.test.unit.test_stem.SnowballTest", + "name": "SnowballTest", + "lineno": 9, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_stem.PorterTest", + "name": "PorterTest", + "lineno": 66, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_tag": [], + "nltk.test.unit.test_texttiling": [ + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingBlockComparison", + "name": "TestTextTilingBlockComparison", + "lineno": 52, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingVocabIntroduction", + "name": "TestTextTilingVocabIntroduction", + "lineno": 101, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_texttiling.TestCreateTokenTable", + "name": "TestCreateTokenTable", + "lineno": 156, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_texttiling.TestTextTilingCommon", + "name": "TestTextTilingCommon", + "lineno": 183, + "bases": [], + "scope": null + } + ], + "nltk.test.unit.test_tgrep": [ + { + "id": "nltk.test.unit.test_tgrep.TestSequenceFunctions", + "name": "TestSequenceFunctions", + "lineno": 26, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_tnt": [ + { + "id": "nltk.test.unit.test_tnt._CountingUnk", + "name": "_CountingUnk", + "lineno": 54, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_tnt._AlternatingUnk", + "name": "_AlternatingUnk", + "lineno": 65, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_tnt._ConstantTagUnk", + "name": "_ConstantTagUnk", + "lineno": 77, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_tnt._ExtraTagsUnk", + "name": "_ExtraTagsUnk", + "lineno": 88, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_tnt._EmptyOutputUnk", + "name": "_EmptyOutputUnk", + "lineno": 96, + "bases": [], + "scope": null + } + ], + "nltk.test.unit.test_tokenize": [ + { + "id": "nltk.test.unit.test_tokenize.TestTokenize", + "name": "TestTokenize", + "lineno": 42, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.TestPunktTokenizeWordsMock", + "name": "TestPunktTokenizeWordsMock", + "lineno": 826, + "bases": [], + "scope": "TestTokenize" + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.BengaliLanguageVars", + "name": "BengaliLanguageVars", + "lineno": 836, + "bases": [ + "punkt.PunktLanguageVars" + ], + "scope": "TestTokenize" + }, + { + "id": "nltk.test.unit.test_tokenize.TestTokenize.ExtLangVars", + "name": "ExtLangVars", + "lineno": 890, + "bases": [ + "punkt.PunktLanguageVars" + ], + "scope": "TestTokenize" + }, + { + "id": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation", + "name": "TestStanfordSegmenterClasspathValidation", + "lineno": 950, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_tokenize.TestPunktTrainer", + "name": "TestPunktTrainer", + "lineno": 1024, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.test_tokenize.TestTreebankWordDetokenizer", + "name": "TestTreebankWordDetokenizer", + "lineno": 1038, + "bases": [], + "scope": null + } + ], + "nltk.test.unit.test_twitter_auth": [ + { + "id": "nltk.test.unit.test_twitter_auth.TestCredentials", + "name": "TestCredentials", + "lineno": 19, + "bases": [], + "scope": null + } + ], + "nltk.test.unit.test_util": [], + "nltk.test.unit.test_verbnet": [ + { + "id": "nltk.test.unit.test_verbnet.TestRegexPatterns", + "name": "TestRegexPatterns", + "lineno": 46, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_verbnet.TestRealEntries", + "name": "TestRealEntries", + "lineno": 90, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_verbnet.TestVersionParameter", + "name": "TestVersionParameter", + "lineno": 206, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_verbnet._Tests", + "name": "_Tests", + "lineno": 226, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.test_verbnet.TestLongidShortidBugFix", + "name": "TestLongidShortidBugFix", + "lineno": 316, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.test_wordnet": [ + { + "id": "nltk.test.unit.test_wordnet.WordnNetDemo", + "name": "WordnNetDemo", + "lineno": 16, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit": [], + "nltk.test.unit.lm.test_counter": [ + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounter", + "name": "TestNgramCounter", + "lineno": 17, + "bases": [], + "scope": null + }, + { + "id": "nltk.test.unit.lm.test_counter.TestNgramCounterTraining", + "name": "TestNgramCounterTraining", + "lineno": 72, + "bases": [], + "scope": null + } + ], + "nltk.test.unit.lm.test_models": [], + "nltk.test.unit.lm.test_preprocessing": [ + { + "id": "nltk.test.unit.lm.test_preprocessing.TestPreprocessing", + "name": "TestPreprocessing", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.lm.test_vocabulary": [ + { + "id": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests", + "name": "NgramModelVocabularyTests", + "lineno": 15, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.lm": [], + "nltk.test.unit.translate.test_bleu": [ + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEU", + "name": "TestBLEU", + "lineno": 20, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases", + "name": "TestBLEUFringeCases", + "lineno": 151, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEUvsMteval13a", + "name": "TestBLEUvsMteval13a", + "lineno": 232, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEUWithBadSentence", + "name": "TestBLEUWithBadSentence", + "lineno": 275, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.translate.test_bleu.TestBLEUWithMultipleWeights", + "name": "TestBLEUWithMultipleWeights", + "lineno": 297, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.translate.test_gdfa": [ + { + "id": "nltk.test.unit.translate.test_gdfa.TestGDFA", + "name": "TestGDFA", + "lineno": 10, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.translate.test_ibm1": [ + { + "id": "nltk.test.unit.translate.test_ibm1.TestIBMModel1", + "name": "TestIBMModel1", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.translate.test_ibm2": [ + { + "id": "nltk.test.unit.translate.test_ibm2.TestIBMModel2", + "name": "TestIBMModel2", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.translate.test_ibm3": [ + { + "id": "nltk.test.unit.translate.test_ibm3.TestIBMModel3", + "name": "TestIBMModel3", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.translate.test_ibm4": [ + { + "id": "nltk.test.unit.translate.test_ibm4.TestIBMModel4", + "name": "TestIBMModel4", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.translate.test_ibm5": [ + { + "id": "nltk.test.unit.translate.test_ibm5.TestIBMModel5", + "name": "TestIBMModel5", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.translate.test_ibm_model": [ + { + "id": "nltk.test.unit.translate.test_ibm_model.TestIBMModel", + "name": "TestIBMModel", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.translate.test_meteor": [ + { + "id": "nltk.test.unit.translate.test_meteor.TestMETEOR", + "name": "TestMETEOR", + "lineno": 6, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.translate.test_nist": [ + { + "id": "nltk.test.unit.translate.test_nist.TestNIST", + "name": "TestNIST", + "lineno": 12, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.translate.test_stack_decoder": [ + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder", + "name": "TestStackDecoder", + "lineno": 20, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis", + "name": "TestHypothesis", + "lineno": 167, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "nltk.test.unit.translate.test_stack_decoder.TestStack", + "name": "TestStack", + "lineno": 234, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "nltk.test.unit.translate": [], + "nltk.tokenize.api": [ + { + "id": "nltk.tokenize.api.TokenizerI", + "name": "TokenizerI", + "lineno": 21, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "nltk.tokenize.api.StringTokenizer", + "name": "StringTokenizer", + "lineno": 70, + "bases": [ + "TokenizerI" + ], + "scope": null + } + ], + "nltk.tokenize.casual": [ + { + "id": "nltk.tokenize.casual.TweetTokenizer", + "name": "TweetTokenizer", + "lineno": 306, + "bases": [ + "TokenizerI" + ], + "scope": null + } + ], + "nltk.tokenize.destructive": [ + { + "id": "nltk.tokenize.destructive.MacIntyreContractions", + "name": "MacIntyreContractions", + "lineno": 19, + "bases": [], + "scope": null + }, + { + "id": "nltk.tokenize.destructive.NLTKWordTokenizer", + "name": "NLTKWordTokenizer", + "lineno": 38, + "bases": [ + "TokenizerI" + ], + "scope": null + } + ], + "nltk.tokenize.legality_principle": [ + { + "id": "nltk.tokenize.legality_principle.LegalitySyllableTokenizer", + "name": "LegalitySyllableTokenizer", + "lineno": 51, + "bases": [ + "TokenizerI" + ], + "scope": null + } + ], + "nltk.tokenize.mwe": [ + { + "id": "nltk.tokenize.mwe.MWETokenizer", + "name": "MWETokenizer", + "lineno": 35, + "bases": [ + "TokenizerI" + ], + "scope": null + } + ], + "nltk.tokenize.nist": [ + { + "id": "nltk.tokenize.nist.NISTTokenizer", + "name": "NISTTokenizer", + "lineno": 26, + "bases": [ + "TokenizerI" + ], + "scope": null + } + ], + "nltk.tokenize.punkt": [ + { + "id": "nltk.tokenize.punkt.PunktLanguageVars", + "name": "PunktLanguageVars", + "lineno": 187, + "bases": [], + "scope": null + }, + { + "id": "nltk.tokenize.punkt.PunktParameters", + "name": "PunktParameters", + "lineno": 337, + "bases": [], + "scope": null + }, + { + "id": "nltk.tokenize.punkt.PunktToken", + "name": "PunktToken", + "lineno": 396, + "bases": [], + "scope": null + }, + { + "id": "nltk.tokenize.punkt.PunktBaseClass", + "name": "PunktBaseClass", + "lineno": 536, + "bases": [], + "scope": null + }, + { + "id": "nltk.tokenize.punkt.PunktTrainer", + "name": "PunktTrainer", + "lineno": 637, + "bases": [ + "PunktBaseClass" + ], + "scope": null + }, + { + "id": "nltk.tokenize.punkt.PunktSentenceTokenizer", + "name": "PunktSentenceTokenizer", + "lineno": 1241, + "bases": [ + "PunktBaseClass", + "TokenizerI" + ], + "scope": null + }, + { + "id": "nltk.tokenize.punkt.PunktTokenizer", + "name": "PunktTokenizer", + "lineno": 1739, + "bases": [ + "PunktSentenceTokenizer" + ], + "scope": null + } + ], + "nltk.tokenize.regexp": [ + { + "id": "nltk.tokenize.regexp.RegexpTokenizer", + "name": "RegexpTokenizer", + "lineno": 75, + "bases": [ + "TokenizerI" + ], + "scope": null + }, + { + "id": "nltk.tokenize.regexp.WhitespaceTokenizer", + "name": "WhitespaceTokenizer", + "lineno": 156, + "bases": [ + "RegexpTokenizer" + ], + "scope": null + }, + { + "id": "nltk.tokenize.regexp.BlanklineTokenizer", + "name": "BlanklineTokenizer", + "lineno": 172, + "bases": [ + "RegexpTokenizer" + ], + "scope": null + }, + { + "id": "nltk.tokenize.regexp.WordPunctTokenizer", + "name": "WordPunctTokenizer", + "lineno": 183, + "bases": [ + "RegexpTokenizer" + ], + "scope": null + } + ], + "nltk.tokenize.repp": [ + { + "id": "nltk.tokenize.repp.ReppTokenizer", + "name": "ReppTokenizer", + "lineno": 21, + "bases": [ + "TokenizerI" + ], + "scope": null + } + ], + "nltk.tokenize.sexpr": [ + { + "id": "nltk.tokenize.sexpr.SExprTokenizer", + "name": "SExprTokenizer", + "lineno": 57, + "bases": [ + "TokenizerI" + ], + "scope": null + } + ], + "nltk.tokenize.simple": [ + { + "id": "nltk.tokenize.simple.SpaceTokenizer", + "name": "SpaceTokenizer", + "lineno": 42, + "bases": [ + "StringTokenizer" + ], + "scope": null + }, + { + "id": "nltk.tokenize.simple.TabTokenizer", + "name": "TabTokenizer", + "lineno": 56, + "bases": [ + "StringTokenizer" + ], + "scope": null + }, + { + "id": "nltk.tokenize.simple.CharTokenizer", + "name": "CharTokenizer", + "lineno": 68, + "bases": [ + "StringTokenizer" + ], + "scope": null + }, + { + "id": "nltk.tokenize.simple.LineTokenizer", + "name": "LineTokenizer", + "lineno": 82, + "bases": [ + "TokenizerI" + ], + "scope": null + } + ], + "nltk.tokenize.sonority_sequencing": [ + { + "id": "nltk.tokenize.sonority_sequencing.SyllableTokenizer", + "name": "SyllableTokenizer", + "lineno": 43, + "bases": [ + "TokenizerI" + ], + "scope": null + } + ], + "nltk.tokenize.stanford": [ + { + "id": "nltk.tokenize.stanford.StanfordTokenizer", + "name": "StanfordTokenizer", + "lineno": 22, + "bases": [ + "TokenizerI" + ], + "scope": null + } + ], + "nltk.tokenize.stanford_segmenter": [ + { + "id": "nltk.tokenize.stanford_segmenter.StanfordSegmenter", + "name": "StanfordSegmenter", + "lineno": 33, + "bases": [ + "TokenizerI" + ], + "scope": null + } + ], + "nltk.tokenize.texttiling": [ + { + "id": "nltk.tokenize.texttiling.TextTilingTokenizer", + "name": "TextTilingTokenizer", + "lineno": 25, + "bases": [ + "TokenizerI" + ], + "scope": null + }, + { + "id": "nltk.tokenize.texttiling.TokenTableField", + "name": "TokenTableField", + "lineno": 455, + "bases": [], + "scope": null + }, + { + "id": "nltk.tokenize.texttiling.TokenSequence", + "name": "TokenSequence", + "lineno": 472, + "bases": [], + "scope": null + } + ], + "nltk.tokenize.toktok": [ + { + "id": "nltk.tokenize.toktok.ToktokTokenizer", + "name": "ToktokTokenizer", + "lineno": 29, + "bases": [ + "TokenizerI" + ], + "scope": null + } + ], + "nltk.tokenize.treebank": [ + { + "id": "nltk.tokenize.treebank.TreebankWordTokenizer", + "name": "TreebankWordTokenizer", + "lineno": 30, + "bases": [ + "TokenizerI" + ], + "scope": null + }, + { + "id": "nltk.tokenize.treebank.TreebankWordDetokenizer", + "name": "TreebankWordDetokenizer", + "lineno": 217, + "bases": [ + "TokenizerI" + ], + "scope": null + } + ], + "nltk.tokenize.util": [ + { + "id": "nltk.tokenize.util.CJKChars", + "name": "CJKChars", + "lineno": 95, + "bases": [], + "scope": null + } + ], + "nltk.tokenize": [], + "nltk.translate.api": [ + { + "id": "nltk.translate.api.AlignedSent", + "name": "AlignedSent", + "lineno": 15, + "bases": [], + "scope": null + }, + { + "id": "nltk.translate.api.Alignment", + "name": "Alignment", + "lineno": 163, + "bases": [ + "frozenset" + ], + "scope": null + }, + { + "id": "nltk.translate.api.PhraseTable", + "name": "PhraseTable", + "lineno": 295, + "bases": [], + "scope": null + } + ], + "nltk.translate.bleu_score": [ + { + "id": "nltk.translate.bleu_score.Fraction", + "name": "Fraction", + "lineno": 19, + "bases": [ + "_Fraction" + ], + "scope": null + }, + { + "id": "nltk.translate.bleu_score.SmoothingFunction", + "name": "SmoothingFunction", + "lineno": 508, + "bases": [], + "scope": null + } + ], + "nltk.translate.chrf_score": [], + "nltk.translate.gale_church": [ + { + "id": "nltk.translate.gale_church.LanguageIndependent", + "name": "LanguageIndependent", + "lineno": 78, + "bases": [], + "scope": null + } + ], + "nltk.translate.gdfa": [], + "nltk.translate.gleu_score": [], + "nltk.translate.ibm1": [ + { + "id": "nltk.translate.ibm1.IBMModel1", + "name": "IBMModel1", + "lineno": 75, + "bases": [ + "IBMModel" + ], + "scope": null + } + ], + "nltk.translate.ibm2": [ + { + "id": "nltk.translate.ibm2.IBMModel2", + "name": "IBMModel2", + "lineno": 59, + "bases": [ + "IBMModel" + ], + "scope": null + }, + { + "id": "nltk.translate.ibm2.Model2Counts", + "name": "Model2Counts", + "lineno": 298, + "bases": [ + "Counts" + ], + "scope": null + } + ], + "nltk.translate.ibm3": [ + { + "id": "nltk.translate.ibm3.IBMModel3", + "name": "IBMModel3", + "lineno": 87, + "bases": [ + "IBMModel" + ], + "scope": null + }, + { + "id": "nltk.translate.ibm3.Model3Counts", + "name": "Model3Counts", + "lineno": 328, + "bases": [ + "Counts" + ], + "scope": null + } + ], + "nltk.translate.ibm4": [ + { + "id": "nltk.translate.ibm4.IBMModel4", + "name": "IBMModel4", + "lineno": 118, + "bases": [ + "IBMModel" + ], + "scope": null + }, + { + "id": "nltk.translate.ibm4.Model4Counts", + "name": "Model4Counts", + "lineno": 451, + "bases": [ + "Counts" + ], + "scope": null + } + ], + "nltk.translate.ibm5": [ + { + "id": "nltk.translate.ibm5.IBMModel5", + "name": "IBMModel5", + "lineno": 129, + "bases": [ + "IBMModel" + ], + "scope": null + }, + { + "id": "nltk.translate.ibm5.Model5Counts", + "name": "Model5Counts", + "lineno": 576, + "bases": [ + "Counts" + ], + "scope": null + }, + { + "id": "nltk.translate.ibm5.Slots", + "name": "Slots", + "lineno": 635, + "bases": [], + "scope": null + } + ], + "nltk.translate.ibm_model": [ + { + "id": "nltk.translate.ibm_model.IBMModel", + "name": "IBMModel", + "lineno": 60, + "bases": [], + "scope": null + }, + { + "id": "nltk.translate.ibm_model.AlignmentInfo", + "name": "AlignmentInfo", + "lineno": 383, + "bases": [], + "scope": null + }, + { + "id": "nltk.translate.ibm_model.Counts", + "name": "Counts", + "lineno": 518, + "bases": [], + "scope": null + } + ], + "nltk.translate.lepor": [], + "nltk.translate.meteor_score": [], + "nltk.translate.metrics": [], + "nltk.translate.nist_score": [], + "nltk.translate.phrase_based": [], + "nltk.translate.ribes_score": [], + "nltk.translate.stack_decoder": [ + { + "id": "nltk.translate.stack_decoder.StackDecoder", + "name": "StackDecoder", + "lineno": 49, + "bases": [], + "scope": null + }, + { + "id": "nltk.translate.stack_decoder._Hypothesis", + "name": "_Hypothesis", + "lineno": 338, + "bases": [], + "scope": null + }, + { + "id": "nltk.translate.stack_decoder._Stack", + "name": "_Stack", + "lineno": 452, + "bases": [], + "scope": null + } + ], + "nltk.translate": [], + "nltk.tree.immutable": [ + { + "id": "nltk.tree.immutable.ImmutableTree", + "name": "ImmutableTree", + "lineno": 16, + "bases": [ + "Tree" + ], + "scope": null + }, + { + "id": "nltk.tree.immutable.ImmutableProbabilisticTree", + "name": "ImmutableProbabilisticTree", + "lineno": 77, + "bases": [ + "ImmutableTree", + "ProbabilisticMixIn" + ], + "scope": null + }, + { + "id": "nltk.tree.immutable.ImmutableParentedTree", + "name": "ImmutableParentedTree", + "lineno": 111, + "bases": [ + "ImmutableTree", + "ParentedTree" + ], + "scope": null + }, + { + "id": "nltk.tree.immutable.ImmutableMultiParentedTree", + "name": "ImmutableMultiParentedTree", + "lineno": 115, + "bases": [ + "ImmutableTree", + "MultiParentedTree" + ], + "scope": null + } + ], + "nltk.tree.parented": [ + { + "id": "nltk.tree.parented.AbstractParentedTree", + "name": "AbstractParentedTree", + "lineno": 21, + "bases": [ + "Tree" + ], + "scope": null + }, + { + "id": "nltk.tree.parented.ParentedTree", + "name": "ParentedTree", + "lineno": 277, + "bases": [ + "AbstractParentedTree" + ], + "scope": null + }, + { + "id": "nltk.tree.parented.MultiParentedTree", + "name": "MultiParentedTree", + "lineno": 406, + "bases": [ + "AbstractParentedTree" + ], + "scope": null + } + ], + "nltk.tree.parsing": [], + "nltk.tree.prettyprinter": [ + { + "id": "nltk.tree.prettyprinter.TreePrettyPrinter", + "name": "TreePrettyPrinter", + "lineno": 45, + "bases": [], + "scope": null + } + ], + "nltk.tree.probabilistic": [ + { + "id": "nltk.tree.probabilistic.ProbabilisticTree", + "name": "ProbabilisticTree", + "lineno": 22, + "bases": [ + "Tree", + "ProbabilisticMixIn" + ], + "scope": null + } + ], + "nltk.tree.transforms": [], + "nltk.tree.tree": [ + { + "id": "nltk.tree.tree.Tree", + "name": "Tree", + "lineno": 28, + "bases": [ + "list" + ], + "scope": null + } + ], + "nltk.tree": [], + "nltk.twitter.api": [ + { + "id": "nltk.twitter.api.LocalTimezoneOffsetWithUTC", + "name": "LocalTimezoneOffsetWithUTC", + "lineno": 19, + "bases": [ + "tzinfo" + ], + "scope": null + }, + { + "id": "nltk.twitter.api.BasicTweetHandler", + "name": "BasicTweetHandler", + "lineno": 49, + "bases": [], + "scope": null + }, + { + "id": "nltk.twitter.api.TweetHandlerI", + "name": "TweetHandlerI", + "lineno": 79, + "bases": [ + "BasicTweetHandler" + ], + "scope": null + } + ], + "nltk.twitter.common": [], + "nltk.twitter.twitterclient": [ + { + "id": "nltk.twitter.twitterclient.Streamer", + "name": "Streamer", + "lineno": 40, + "bases": [ + "TwythonStreamer" + ], + "scope": null + }, + { + "id": "nltk.twitter.twitterclient.Query", + "name": "Query", + "lineno": 121, + "bases": [ + "Twython" + ], + "scope": null + }, + { + "id": "nltk.twitter.twitterclient.Twitter", + "name": "Twitter", + "lineno": 310, + "bases": [], + "scope": null + }, + { + "id": "nltk.twitter.twitterclient.TweetViewer", + "name": "TweetViewer", + "lineno": 417, + "bases": [ + "TweetHandlerI" + ], + "scope": null + }, + { + "id": "nltk.twitter.twitterclient.TweetWriter", + "name": "TweetWriter", + "lineno": 441, + "bases": [ + "TweetHandlerI" + ], + "scope": null + } + ], + "nltk.twitter.twitter_demo": [], + "nltk.twitter.util": [ + { + "id": "nltk.twitter.util.Authenticate", + "name": "Authenticate", + "lineno": 28, + "bases": [], + "scope": null + } + ], + "nltk.twitter": [], + "tools.find_deprecated": [ + { + "id": "tools.find_deprecated.TerminalController", + "name": "TerminalController", + "lineno": 84, + "bases": [], + "scope": null + } + ], + "tools.global_replace": [], + "tools.huggingface.push_stopwords": [], + "web.conf": [] + }, + "module_graph": { + "setup": { + "path": "C:\\repos\\v3\\nltk\\setup.py", + "parent": null, + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.book": { + "path": "C:\\repos\\v3\\nltk\\nltk\\book.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.cli": { + "path": "C:\\repos\\v3\\nltk\\nltk\\cli.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.collections": { + "path": "C:\\repos\\v3\\nltk\\nltk\\collections.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.collocations": { + "path": "C:\\repos\\v3\\nltk\\nltk\\collocations.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.compat": { + "path": "C:\\repos\\v3\\nltk\\nltk\\compat.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.data": { + "path": "C:\\repos\\v3\\nltk\\nltk\\data.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.decorators": { + "path": "C:\\repos\\v3\\nltk\\nltk\\decorators.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.downloader": { + "path": "C:\\repos\\v3\\nltk\\nltk\\downloader.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.featstruct": { + "path": "C:\\repos\\v3\\nltk\\nltk\\featstruct.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.grammar": { + "path": "C:\\repos\\v3\\nltk\\nltk\\grammar.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.help": { + "path": "C:\\repos\\v3\\nltk\\nltk\\help.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.internals": { + "path": "C:\\repos\\v3\\nltk\\nltk\\internals.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.jsontags": { + "path": "C:\\repos\\v3\\nltk\\nltk\\jsontags.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.langnames": { + "path": "C:\\repos\\v3\\nltk\\nltk\\langnames.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.lazyimport": { + "path": "C:\\repos\\v3\\nltk\\nltk\\lazyimport.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.pathsec": { + "path": "C:\\repos\\v3\\nltk\\nltk\\pathsec.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.picklesec": { + "path": "C:\\repos\\v3\\nltk\\nltk\\picklesec.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.probability": { + "path": "C:\\repos\\v3\\nltk\\nltk\\probability.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tabdata": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tabdata.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.text": { + "path": "C:\\repos\\v3\\nltk\\nltk\\text.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tgrep": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tgrep.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.toolbox": { + "path": "C:\\repos\\v3\\nltk\\nltk\\toolbox.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.treeprettyprinter": { + "path": "C:\\repos\\v3\\nltk\\nltk\\treeprettyprinter.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.treetransforms": { + "path": "C:\\repos\\v3\\nltk\\nltk\\treetransforms.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\util.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.wsd": { + "path": "C:\\repos\\v3\\nltk\\nltk\\wsd.py", + "parent": "nltk", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk": { + "path": "C:\\repos\\v3\\nltk\\nltk\\__init__.py", + "parent": null, + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.app.chartparser_app": { + "path": "C:\\repos\\v3\\nltk\\nltk\\app\\chartparser_app.py", + "parent": "nltk.app", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.app.chunkparser_app": { + "path": "C:\\repos\\v3\\nltk\\nltk\\app\\chunkparser_app.py", + "parent": "nltk.app", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.app.collocations_app": { + "path": "C:\\repos\\v3\\nltk\\nltk\\app\\collocations_app.py", + "parent": "nltk.app", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.app.concordance_app": { + "path": "C:\\repos\\v3\\nltk\\nltk\\app\\concordance_app.py", + "parent": "nltk.app", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.app.nemo_app": { + "path": "C:\\repos\\v3\\nltk\\nltk\\app\\nemo_app.py", + "parent": "nltk.app", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.app.rdparser_app": { + "path": "C:\\repos\\v3\\nltk\\nltk\\app\\rdparser_app.py", + "parent": "nltk.app", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.app.srparser_app": { + "path": "C:\\repos\\v3\\nltk\\nltk\\app\\srparser_app.py", + "parent": "nltk.app", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.app.wordfreq_app": { + "path": "C:\\repos\\v3\\nltk\\nltk\\app\\wordfreq_app.py", + "parent": "nltk.app", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.app.wordnet_app": { + "path": "C:\\repos\\v3\\nltk\\nltk\\app\\wordnet_app.py", + "parent": "nltk.app", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.app": { + "path": "C:\\repos\\v3\\nltk\\nltk\\app\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.ccg.api": { + "path": "C:\\repos\\v3\\nltk\\nltk\\ccg\\api.py", + "parent": "nltk.ccg", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.ccg.chart": { + "path": "C:\\repos\\v3\\nltk\\nltk\\ccg\\chart.py", + "parent": "nltk.ccg", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.ccg.combinator": { + "path": "C:\\repos\\v3\\nltk\\nltk\\ccg\\combinator.py", + "parent": "nltk.ccg", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.ccg.lexicon": { + "path": "C:\\repos\\v3\\nltk\\nltk\\ccg\\lexicon.py", + "parent": "nltk.ccg", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.ccg.logic": { + "path": "C:\\repos\\v3\\nltk\\nltk\\ccg\\logic.py", + "parent": "nltk.ccg", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.ccg": { + "path": "C:\\repos\\v3\\nltk\\nltk\\ccg\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.chat.eliza": { + "path": "C:\\repos\\v3\\nltk\\nltk\\chat\\eliza.py", + "parent": "nltk.chat", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.chat.iesha": { + "path": "C:\\repos\\v3\\nltk\\nltk\\chat\\iesha.py", + "parent": "nltk.chat", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.chat.rude": { + "path": "C:\\repos\\v3\\nltk\\nltk\\chat\\rude.py", + "parent": "nltk.chat", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.chat.suntsu": { + "path": "C:\\repos\\v3\\nltk\\nltk\\chat\\suntsu.py", + "parent": "nltk.chat", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.chat.util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\chat\\util.py", + "parent": "nltk.chat", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.chat.zen": { + "path": "C:\\repos\\v3\\nltk\\nltk\\chat\\zen.py", + "parent": "nltk.chat", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.chat": { + "path": "C:\\repos\\v3\\nltk\\nltk\\chat\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.chunk.api": { + "path": "C:\\repos\\v3\\nltk\\nltk\\chunk\\api.py", + "parent": "nltk.chunk", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.chunk.named_entity": { + "path": "C:\\repos\\v3\\nltk\\nltk\\chunk\\named_entity.py", + "parent": "nltk.chunk", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.chunk.regexp": { + "path": "C:\\repos\\v3\\nltk\\nltk\\chunk\\regexp.py", + "parent": "nltk.chunk", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.chunk.util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\chunk\\util.py", + "parent": "nltk.chunk", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.chunk": { + "path": "C:\\repos\\v3\\nltk\\nltk\\chunk\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.classify.api": { + "path": "C:\\repos\\v3\\nltk\\nltk\\classify\\api.py", + "parent": "nltk.classify", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.classify.decisiontree": { + "path": "C:\\repos\\v3\\nltk\\nltk\\classify\\decisiontree.py", + "parent": "nltk.classify", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.classify.maxent": { + "path": "C:\\repos\\v3\\nltk\\nltk\\classify\\maxent.py", + "parent": "nltk.classify", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.classify.megam": { + "path": "C:\\repos\\v3\\nltk\\nltk\\classify\\megam.py", + "parent": "nltk.classify", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.classify.naivebayes": { + "path": "C:\\repos\\v3\\nltk\\nltk\\classify\\naivebayes.py", + "parent": "nltk.classify", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.classify.positivenaivebayes": { + "path": "C:\\repos\\v3\\nltk\\nltk\\classify\\positivenaivebayes.py", + "parent": "nltk.classify", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.classify.rte_classify": { + "path": "C:\\repos\\v3\\nltk\\nltk\\classify\\rte_classify.py", + "parent": "nltk.classify", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.classify.scikitlearn": { + "path": "C:\\repos\\v3\\nltk\\nltk\\classify\\scikitlearn.py", + "parent": "nltk.classify", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.classify.senna": { + "path": "C:\\repos\\v3\\nltk\\nltk\\classify\\senna.py", + "parent": "nltk.classify", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.classify.svm": { + "path": "C:\\repos\\v3\\nltk\\nltk\\classify\\svm.py", + "parent": "nltk.classify", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.classify.tadm": { + "path": "C:\\repos\\v3\\nltk\\nltk\\classify\\tadm.py", + "parent": "nltk.classify", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.classify.textcat": { + "path": "C:\\repos\\v3\\nltk\\nltk\\classify\\textcat.py", + "parent": "nltk.classify", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.classify.util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\classify\\util.py", + "parent": "nltk.classify", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.classify.weka": { + "path": "C:\\repos\\v3\\nltk\\nltk\\classify\\weka.py", + "parent": "nltk.classify", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.classify": { + "path": "C:\\repos\\v3\\nltk\\nltk\\classify\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.cluster.api": { + "path": "C:\\repos\\v3\\nltk\\nltk\\cluster\\api.py", + "parent": "nltk.cluster", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.cluster.em": { + "path": "C:\\repos\\v3\\nltk\\nltk\\cluster\\em.py", + "parent": "nltk.cluster", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.cluster.gaac": { + "path": "C:\\repos\\v3\\nltk\\nltk\\cluster\\gaac.py", + "parent": "nltk.cluster", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.cluster.kmeans": { + "path": "C:\\repos\\v3\\nltk\\nltk\\cluster\\kmeans.py", + "parent": "nltk.cluster", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.cluster.util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\cluster\\util.py", + "parent": "nltk.cluster", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.cluster": { + "path": "C:\\repos\\v3\\nltk\\nltk\\cluster\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.europarl_raw": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\europarl_raw.py", + "parent": "nltk.corpus", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.corpus.util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\util.py", + "parent": "nltk.corpus", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.aligned": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\aligned.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.api": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\api.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.bcp47": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\bcp47.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.bnc": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\bnc.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.bracket_parse": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\bracket_parse.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.categorized_sents": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\categorized_sents.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.chasen": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\chasen.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.childes": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\childes.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.chunked": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\chunked.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.cmudict": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\cmudict.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.comparative_sents": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\comparative_sents.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.conll": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\conll.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.crubadan": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\crubadan.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.dependency": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\dependency.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.framenet": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\framenet.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.ieer": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\ieer.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.indian": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\indian.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.ipipan": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\ipipan.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.knbc": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\knbc.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.lin": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\lin.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.markdown": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\markdown.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.corpus.reader.mte": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\mte.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.nkjp": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\nkjp.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.nombank": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\nombank.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.nps_chat": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\nps_chat.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.opinion_lexicon": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\opinion_lexicon.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.panlex_lite": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\panlex_lite.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.panlex_swadesh": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\panlex_swadesh.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.pl196x": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\pl196x.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.plaintext": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\plaintext.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.ppattach": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\ppattach.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.propbank": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\propbank.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.pros_cons": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\pros_cons.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.reviews": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\reviews.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.rte": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\rte.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.semcor": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\semcor.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.senseval": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\senseval.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.sentiwordnet": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\sentiwordnet.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.sinica_treebank": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\sinica_treebank.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.string_category": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\string_category.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.switchboard": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\switchboard.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.tagged": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\tagged.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.timit": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\timit.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.toolbox": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\toolbox.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.twitter": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\twitter.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.udhr": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\udhr.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\util.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.verbnet": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\verbnet.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.wordlist": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\wordlist.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.wordnet": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\wordnet.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.xmldocs": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\xmldocs.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader.ycoe": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\ycoe.py", + "parent": "nltk.corpus.reader", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.corpus.reader": { + "path": "C:\\repos\\v3\\nltk\\nltk\\corpus\\reader\\__init__.py", + "parent": "nltk.corpus", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.draw.cfg": { + "path": "C:\\repos\\v3\\nltk\\nltk\\draw\\cfg.py", + "parent": "nltk.draw", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.draw.dispersion": { + "path": "C:\\repos\\v3\\nltk\\nltk\\draw\\dispersion.py", + "parent": "nltk.draw", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.draw.table": { + "path": "C:\\repos\\v3\\nltk\\nltk\\draw\\table.py", + "parent": "nltk.draw", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.draw.tree": { + "path": "C:\\repos\\v3\\nltk\\nltk\\draw\\tree.py", + "parent": "nltk.draw", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.draw.util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\draw\\util.py", + "parent": "nltk.draw", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.draw": { + "path": "C:\\repos\\v3\\nltk\\nltk\\draw\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.huggingface.dataset": { + "path": "C:\\repos\\v3\\nltk\\nltk\\huggingface\\dataset.py", + "parent": "nltk.huggingface", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.huggingface": { + "path": "C:\\repos\\v3\\nltk\\nltk\\huggingface\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.inference.api": { + "path": "C:\\repos\\v3\\nltk\\nltk\\inference\\api.py", + "parent": "nltk.inference", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.inference.discourse": { + "path": "C:\\repos\\v3\\nltk\\nltk\\inference\\discourse.py", + "parent": "nltk.inference", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.inference.mace": { + "path": "C:\\repos\\v3\\nltk\\nltk\\inference\\mace.py", + "parent": "nltk.inference", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.inference.nonmonotonic": { + "path": "C:\\repos\\v3\\nltk\\nltk\\inference\\nonmonotonic.py", + "parent": "nltk.inference", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.inference.prover9": { + "path": "C:\\repos\\v3\\nltk\\nltk\\inference\\prover9.py", + "parent": "nltk.inference", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.inference.resolution": { + "path": "C:\\repos\\v3\\nltk\\nltk\\inference\\resolution.py", + "parent": "nltk.inference", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.inference.tableau": { + "path": "C:\\repos\\v3\\nltk\\nltk\\inference\\tableau.py", + "parent": "nltk.inference", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.inference": { + "path": "C:\\repos\\v3\\nltk\\nltk\\inference\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.lm.api": { + "path": "C:\\repos\\v3\\nltk\\nltk\\lm\\api.py", + "parent": "nltk.lm", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.lm.counter": { + "path": "C:\\repos\\v3\\nltk\\nltk\\lm\\counter.py", + "parent": "nltk.lm", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.lm.models": { + "path": "C:\\repos\\v3\\nltk\\nltk\\lm\\models.py", + "parent": "nltk.lm", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.lm.preprocessing": { + "path": "C:\\repos\\v3\\nltk\\nltk\\lm\\preprocessing.py", + "parent": "nltk.lm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.lm.smoothing": { + "path": "C:\\repos\\v3\\nltk\\nltk\\lm\\smoothing.py", + "parent": "nltk.lm", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.lm.util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\lm\\util.py", + "parent": "nltk.lm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.lm.vocabulary": { + "path": "C:\\repos\\v3\\nltk\\nltk\\lm\\vocabulary.py", + "parent": "nltk.lm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.lm": { + "path": "C:\\repos\\v3\\nltk\\nltk\\lm\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.metrics.agreement": { + "path": "C:\\repos\\v3\\nltk\\nltk\\metrics\\agreement.py", + "parent": "nltk.metrics", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.metrics.aline": { + "path": "C:\\repos\\v3\\nltk\\nltk\\metrics\\aline.py", + "parent": "nltk.metrics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.metrics.association": { + "path": "C:\\repos\\v3\\nltk\\nltk\\metrics\\association.py", + "parent": "nltk.metrics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.metrics.confusionmatrix": { + "path": "C:\\repos\\v3\\nltk\\nltk\\metrics\\confusionmatrix.py", + "parent": "nltk.metrics", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.metrics.distance": { + "path": "C:\\repos\\v3\\nltk\\nltk\\metrics\\distance.py", + "parent": "nltk.metrics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.metrics.paice": { + "path": "C:\\repos\\v3\\nltk\\nltk\\metrics\\paice.py", + "parent": "nltk.metrics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.metrics.scores": { + "path": "C:\\repos\\v3\\nltk\\nltk\\metrics\\scores.py", + "parent": "nltk.metrics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.metrics.segmentation": { + "path": "C:\\repos\\v3\\nltk\\nltk\\metrics\\segmentation.py", + "parent": "nltk.metrics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.metrics.spearman": { + "path": "C:\\repos\\v3\\nltk\\nltk\\metrics\\spearman.py", + "parent": "nltk.metrics", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.metrics": { + "path": "C:\\repos\\v3\\nltk\\nltk\\metrics\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.misc.babelfish": { + "path": "C:\\repos\\v3\\nltk\\nltk\\misc\\babelfish.py", + "parent": "nltk.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.misc.chomsky": { + "path": "C:\\repos\\v3\\nltk\\nltk\\misc\\chomsky.py", + "parent": "nltk.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.misc.minimalset": { + "path": "C:\\repos\\v3\\nltk\\nltk\\misc\\minimalset.py", + "parent": "nltk.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.misc.sort": { + "path": "C:\\repos\\v3\\nltk\\nltk\\misc\\sort.py", + "parent": "nltk.misc", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.misc.wordfinder": { + "path": "C:\\repos\\v3\\nltk\\nltk\\misc\\wordfinder.py", + "parent": "nltk.misc", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.misc": { + "path": "C:\\repos\\v3\\nltk\\nltk\\misc\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.parse.api": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\api.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.parse.bllip": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\bllip.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.parse.chart": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\chart.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.parse.corenlp": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\corenlp.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.parse.dependencygraph": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\dependencygraph.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.parse.earleychart": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\earleychart.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.parse.evaluate": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\evaluate.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.parse.featurechart": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\featurechart.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.parse.generate": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\generate.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.parse.malt": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\malt.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.parse.nonprojectivedependencyparser": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\nonprojectivedependencyparser.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.parse.pchart": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\pchart.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.parse.projectivedependencyparser": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\projectivedependencyparser.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.parse.recursivedescent": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\recursivedescent.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.parse.shiftreduce": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\shiftreduce.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.parse.stanford": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\stanford.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.parse.transitionparser": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\transitionparser.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.parse.util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\util.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.parse.viterbi": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\viterbi.py", + "parent": "nltk.parse", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.parse": { + "path": "C:\\repos\\v3\\nltk\\nltk\\parse\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.sem.boxer": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sem\\boxer.py", + "parent": "nltk.sem", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.sem.chat80": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sem\\chat80.py", + "parent": "nltk.sem", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.sem.cooper_storage": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sem\\cooper_storage.py", + "parent": "nltk.sem", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.sem.drt": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sem\\drt.py", + "parent": "nltk.sem", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.sem.drt_glue_demo": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sem\\drt_glue_demo.py", + "parent": "nltk.sem", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.sem.evaluate": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sem\\evaluate.py", + "parent": "nltk.sem", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.sem.glue": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sem\\glue.py", + "parent": "nltk.sem", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.sem.hole": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sem\\hole.py", + "parent": "nltk.sem", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.sem.lfg": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sem\\lfg.py", + "parent": "nltk.sem", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.sem.linearlogic": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sem\\linearlogic.py", + "parent": "nltk.sem", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.sem.logic": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sem\\logic.py", + "parent": "nltk.sem", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.sem.relextract": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sem\\relextract.py", + "parent": "nltk.sem", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.sem.skolemize": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sem\\skolemize.py", + "parent": "nltk.sem", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.sem.util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sem\\util.py", + "parent": "nltk.sem", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.sem": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sem\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.sentiment.sentiment_analyzer": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sentiment\\sentiment_analyzer.py", + "parent": "nltk.sentiment", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.sentiment.util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sentiment\\util.py", + "parent": "nltk.sentiment", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.sentiment.vader": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sentiment\\vader.py", + "parent": "nltk.sentiment", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.sentiment": { + "path": "C:\\repos\\v3\\nltk\\nltk\\sentiment\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.stem.api": { + "path": "C:\\repos\\v3\\nltk\\nltk\\stem\\api.py", + "parent": "nltk.stem", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.stem.arlstem": { + "path": "C:\\repos\\v3\\nltk\\nltk\\stem\\arlstem.py", + "parent": "nltk.stem", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.stem.arlstem2": { + "path": "C:\\repos\\v3\\nltk\\nltk\\stem\\arlstem2.py", + "parent": "nltk.stem", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.stem.cistem": { + "path": "C:\\repos\\v3\\nltk\\nltk\\stem\\cistem.py", + "parent": "nltk.stem", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.stem.isri": { + "path": "C:\\repos\\v3\\nltk\\nltk\\stem\\isri.py", + "parent": "nltk.stem", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.stem.lancaster": { + "path": "C:\\repos\\v3\\nltk\\nltk\\stem\\lancaster.py", + "parent": "nltk.stem", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.stem.porter": { + "path": "C:\\repos\\v3\\nltk\\nltk\\stem\\porter.py", + "parent": "nltk.stem", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.stem.regexp": { + "path": "C:\\repos\\v3\\nltk\\nltk\\stem\\regexp.py", + "parent": "nltk.stem", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.stem.rslp": { + "path": "C:\\repos\\v3\\nltk\\nltk\\stem\\rslp.py", + "parent": "nltk.stem", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.stem.snowball": { + "path": "C:\\repos\\v3\\nltk\\nltk\\stem\\snowball.py", + "parent": "nltk.stem", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.stem.util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\stem\\util.py", + "parent": "nltk.stem", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.stem.wordnet": { + "path": "C:\\repos\\v3\\nltk\\nltk\\stem\\wordnet.py", + "parent": "nltk.stem", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.stem": { + "path": "C:\\repos\\v3\\nltk\\nltk\\stem\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tag.api": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tag\\api.py", + "parent": "nltk.tag", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tag.brill": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tag\\brill.py", + "parent": "nltk.tag", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tag.brill_trainer": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tag\\brill_trainer.py", + "parent": "nltk.tag", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tag.crf": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tag\\crf.py", + "parent": "nltk.tag", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tag.hmm": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tag\\hmm.py", + "parent": "nltk.tag", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tag.hunpos": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tag\\hunpos.py", + "parent": "nltk.tag", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tag.mapping": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tag\\mapping.py", + "parent": "nltk.tag", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tag.perceptron": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tag\\perceptron.py", + "parent": "nltk.tag", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tag.senna": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tag\\senna.py", + "parent": "nltk.tag", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tag.sequential": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tag\\sequential.py", + "parent": "nltk.tag", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tag.stanford": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tag\\stanford.py", + "parent": "nltk.tag", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tag.tnt": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tag\\tnt.py", + "parent": "nltk.tag", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tag.util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tag\\util.py", + "parent": "nltk.tag", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tag": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tag\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tbl.api": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tbl\\api.py", + "parent": "nltk.tbl", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tbl.demo": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tbl\\demo.py", + "parent": "nltk.tbl", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tbl.erroranalysis": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tbl\\erroranalysis.py", + "parent": "nltk.tbl", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tbl.feature": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tbl\\feature.py", + "parent": "nltk.tbl", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tbl.rule": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tbl\\rule.py", + "parent": "nltk.tbl", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tbl.template": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tbl\\template.py", + "parent": "nltk.tbl", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tbl": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tbl\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.all": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\all.py", + "parent": "nltk.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.childes_fixt": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\childes_fixt.py", + "parent": "nltk.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.classify_fixt": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\classify_fixt.py", + "parent": "nltk.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.conftest": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\conftest.py", + "parent": "nltk.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.gensim_fixt": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\gensim_fixt.py", + "parent": "nltk.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.gluesemantics_malt_fixt": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\gluesemantics_malt_fixt.py", + "parent": "nltk.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.portuguese_en_fixt": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\portuguese_en_fixt.py", + "parent": "nltk.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.probability_fixt": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\probability_fixt.py", + "parent": "nltk.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.setup_fixt": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\setup_fixt.py", + "parent": "nltk.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.test_filestring_sandbox": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\test_filestring_sandbox.py", + "parent": "nltk.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_aline": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_aline.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_bllip": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_bllip.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_brill": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_brill.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_ccg_dir": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_ccg_dir.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_cfd_mutation": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_cfd_mutation.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_cfg2chomsky": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_cfg2chomsky.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_chunk": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_chunk.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_classify": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_classify.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_collocations": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_collocations.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_concordance": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_concordance.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_corenlp": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_corenlp.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_corpora": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_corpora.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_corpus_reader": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_corpus_reader.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_corpus_util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_corpus_util.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_corpus_views": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_corpus_views.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_data": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_data.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_data_security": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_data_security.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_disagreement": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_disagreement.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_distance": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_distance.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_downloader": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_downloader.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_downloader_atomic": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_downloader_atomic.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_downloader_unzip": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_downloader_unzip.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_downloader_xxe": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_downloader_xxe.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_framenet_security": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_framenet_security.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_freqdist": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_freqdist.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_hmm": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_hmm.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_json2csv_corpus": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_json2csv_corpus.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_json_serialization": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_json_serialization.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_langnames": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_langnames.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_metrics": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_metrics.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_naivebayes": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_naivebayes.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_nkjp_security": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_nkjp_security.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_nombank": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_nombank.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_open_datafile": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_open_datafile.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_pathsec": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_pathsec.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_pickle_load_warnings": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_pickle_load_warnings.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_pl196x": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_pl196x.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_pos_tag": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_pos_tag.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_reviews_security": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_reviews_security.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_ribes": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_ribes.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_rte_classify": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_rte_classify.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_seekable_unicode_stream_reader": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_seekable_unicode_stream_reader.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_segmentation": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_segmentation.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_senna": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_senna.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_stem": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_stem.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_tag": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_tag.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_texttiling": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_texttiling.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_tgrep": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_tgrep.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_tnt": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_tnt.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_tokenize": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_tokenize.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_twitter_auth": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_twitter_auth.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_util.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_verbnet": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_verbnet.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.test_wordnet": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\test_wordnet.py", + "parent": "nltk.test.unit", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\__init__.py", + "parent": "nltk.test", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.lm.test_counter": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\lm\\test_counter.py", + "parent": "nltk.test.unit.lm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.lm.test_models": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\lm\\test_models.py", + "parent": "nltk.test.unit.lm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.lm.test_preprocessing": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\lm\\test_preprocessing.py", + "parent": "nltk.test.unit.lm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.lm.test_vocabulary": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\lm\\test_vocabulary.py", + "parent": "nltk.test.unit.lm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.lm": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\lm\\__init__.py", + "parent": "nltk.test.unit", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.translate.test_bleu": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\translate\\test_bleu.py", + "parent": "nltk.test.unit.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.translate.test_gdfa": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\translate\\test_gdfa.py", + "parent": "nltk.test.unit.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.translate.test_ibm1": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\translate\\test_ibm1.py", + "parent": "nltk.test.unit.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.translate.test_ibm2": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\translate\\test_ibm2.py", + "parent": "nltk.test.unit.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.translate.test_ibm3": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\translate\\test_ibm3.py", + "parent": "nltk.test.unit.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.translate.test_ibm4": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\translate\\test_ibm4.py", + "parent": "nltk.test.unit.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.translate.test_ibm5": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\translate\\test_ibm5.py", + "parent": "nltk.test.unit.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.translate.test_ibm_model": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\translate\\test_ibm_model.py", + "parent": "nltk.test.unit.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.translate.test_meteor": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\translate\\test_meteor.py", + "parent": "nltk.test.unit.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.translate.test_nist": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\translate\\test_nist.py", + "parent": "nltk.test.unit.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.translate.test_stack_decoder": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\translate\\test_stack_decoder.py", + "parent": "nltk.test.unit.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.test.unit.translate": { + "path": "C:\\repos\\v3\\nltk\\nltk\\test\\unit\\translate\\__init__.py", + "parent": "nltk.test.unit", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tokenize.api": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\api.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tokenize.casual": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\casual.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tokenize.destructive": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\destructive.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tokenize.legality_principle": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\legality_principle.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tokenize.mwe": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\mwe.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tokenize.nist": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\nist.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tokenize.punkt": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\punkt.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tokenize.regexp": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\regexp.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tokenize.repp": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\repp.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tokenize.sexpr": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\sexpr.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tokenize.simple": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\simple.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tokenize.sonority_sequencing": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\sonority_sequencing.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tokenize.stanford": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\stanford.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tokenize.stanford_segmenter": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\stanford_segmenter.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tokenize.texttiling": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\texttiling.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tokenize.toktok": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\toktok.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tokenize.treebank": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\treebank.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tokenize.util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\util.py", + "parent": "nltk.tokenize", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.tokenize": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tokenize\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.translate.api": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\api.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.translate.bleu_score": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\bleu_score.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.translate.chrf_score": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\chrf_score.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.translate.gale_church": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\gale_church.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.translate.gdfa": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\gdfa.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.translate.gleu_score": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\gleu_score.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.translate.ibm1": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\ibm1.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.translate.ibm2": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\ibm2.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.translate.ibm3": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\ibm3.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.translate.ibm4": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\ibm4.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.translate.ibm5": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\ibm5.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.translate.ibm_model": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\ibm_model.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.translate.lepor": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\lepor.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.translate.meteor_score": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\meteor_score.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.translate.metrics": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\metrics.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.translate.nist_score": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\nist_score.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.translate.phrase_based": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\phrase_based.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.translate.ribes_score": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\ribes_score.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.translate.stack_decoder": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\stack_decoder.py", + "parent": "nltk.translate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.translate": { + "path": "C:\\repos\\v3\\nltk\\nltk\\translate\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tree.immutable": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tree\\immutable.py", + "parent": "nltk.tree", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tree.parented": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tree\\parented.py", + "parent": "nltk.tree", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tree.parsing": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tree\\parsing.py", + "parent": "nltk.tree", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tree.prettyprinter": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tree\\prettyprinter.py", + "parent": "nltk.tree", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tree.probabilistic": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tree\\probabilistic.py", + "parent": "nltk.tree", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tree.transforms": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tree\\transforms.py", + "parent": "nltk.tree", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tree.tree": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tree\\tree.py", + "parent": "nltk.tree", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.tree": { + "path": "C:\\repos\\v3\\nltk\\nltk\\tree\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "nltk.twitter.api": { + "path": "C:\\repos\\v3\\nltk\\nltk\\twitter\\api.py", + "parent": "nltk.twitter", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.twitter.common": { + "path": "C:\\repos\\v3\\nltk\\nltk\\twitter\\common.py", + "parent": "nltk.twitter", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.twitter.twitterclient": { + "path": "C:\\repos\\v3\\nltk\\nltk\\twitter\\twitterclient.py", + "parent": "nltk.twitter", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.twitter.twitter_demo": { + "path": "C:\\repos\\v3\\nltk\\nltk\\twitter\\twitter_demo.py", + "parent": "nltk.twitter", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.twitter.util": { + "path": "C:\\repos\\v3\\nltk\\nltk\\twitter\\util.py", + "parent": "nltk.twitter", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "nltk.twitter": { + "path": "C:\\repos\\v3\\nltk\\nltk\\twitter\\__init__.py", + "parent": "nltk", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.find_deprecated": { + "path": "C:\\repos\\v3\\nltk\\tools\\find_deprecated.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.global_replace": { + "path": "C:\\repos\\v3\\nltk\\tools\\global_replace.py", + "parent": "tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tools.huggingface.push_stopwords": { + "path": "C:\\repos\\v3\\nltk\\tools\\huggingface\\push_stopwords.py", + "parent": "tools.huggingface", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "web.conf": { + "path": "C:\\repos\\v3\\nltk\\web\\conf.py", + "parent": "web", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + } + }, + "import_graph": { + "setup": [], + "nltk.book": [ + { + "from_module": "nltk.book", + "imports": "nltk.corpus.genesis", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "genesis", + "lineno": 9 + }, + { + "from_module": "nltk.book", + "imports": "nltk.corpus.gutenberg", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "gutenberg", + "lineno": 9 + }, + { + "from_module": "nltk.book", + "imports": "nltk.corpus.inaugural", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "inaugural", + "lineno": 9 + }, + { + "from_module": "nltk.book", + "imports": "nltk.corpus.nps_chat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "nps_chat", + "lineno": 9 + }, + { + "from_module": "nltk.book", + "imports": "nltk.corpus.treebank", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "treebank", + "lineno": 9 + }, + { + "from_module": "nltk.book", + "imports": "nltk.corpus.webtext", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "webtext", + "lineno": 9 + }, + { + "from_module": "nltk.book", + "imports": "nltk.corpus.wordnet", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "wordnet", + "lineno": 9 + }, + { + "from_module": "nltk.book", + "imports": "nltk.probability.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "FreqDist", + "lineno": 18 + }, + { + "from_module": "nltk.book", + "imports": "nltk.text.Text", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.text", + "symbol_part": "Text", + "lineno": 19 + }, + { + "from_module": "nltk.book", + "imports": "nltk.util.bigrams", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "bigrams", + "lineno": 20 + } + ], + "nltk.cli": [ + { + "from_module": "nltk.cli", + "imports": "nltk.word_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "word_tokenize", + "lineno": 11 + }, + { + "from_module": "nltk.cli", + "imports": "nltk.util.parallelize_preprocess", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "parallelize_preprocess", + "lineno": 12 + } + ], + "nltk.collections": [ + { + "from_module": "nltk.collections", + "imports": "nltk.internals.raise_unorderable_types", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "raise_unorderable_types", + "lineno": 12 + }, + { + "from_module": "nltk.collections", + "imports": "nltk.internals.slice_bounds", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "slice_bounds", + "lineno": 12 + } + ], + "nltk.collocations": [ + { + "from_module": "nltk.collocations", + "imports": "nltk.metrics.BigramAssocMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "BigramAssocMeasures", + "lineno": 36 + }, + { + "from_module": "nltk.collocations", + "imports": "nltk.metrics.ContingencyMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "ContingencyMeasures", + "lineno": 36 + }, + { + "from_module": "nltk.collocations", + "imports": "nltk.metrics.QuadgramAssocMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "QuadgramAssocMeasures", + "lineno": 36 + }, + { + "from_module": "nltk.collocations", + "imports": "nltk.metrics.TrigramAssocMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "TrigramAssocMeasures", + "lineno": 36 + }, + { + "from_module": "nltk.collocations", + "imports": "nltk.probability.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "FreqDist", + "lineno": 42 + }, + { + "from_module": "nltk.collocations", + "imports": "nltk.util.ngrams", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "ngrams", + "lineno": 43 + }, + { + "from_module": "nltk.collocations", + "imports": "nltk.metrics.BigramAssocMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "BigramAssocMeasures", + "lineno": 355 + }, + { + "from_module": "nltk.collocations", + "imports": "nltk.metrics.ranks_from_scores", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "ranks_from_scores", + "lineno": 355 + }, + { + "from_module": "nltk.collocations", + "imports": "nltk.metrics.spearman_correlation", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "spearman_correlation", + "lineno": 355 + }, + { + "from_module": "nltk.collocations", + "imports": "nltk.corpus.stopwords", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "stopwords", + "lineno": 366 + }, + { + "from_module": "nltk.collocations", + "imports": "nltk.corpus.webtext", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "webtext", + "lineno": 366 + }, + { + "from_module": "nltk.collocations", + "imports": "nltk.metrics.BigramAssocMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "BigramAssocMeasures", + "lineno": 404 + } + ], + "nltk.compat": [], + "nltk.data": [ + { + "from_module": "nltk.data", + "imports": "nltk.pathsec.ZipFile", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.pathsec", + "symbol_part": "ZipFile", + "lineno": 51 + }, + { + "from_module": "nltk.data", + "imports": "nltk.pathsec.open", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.pathsec", + "symbol_part": "open", + "lineno": 52 + }, + { + "from_module": "nltk.data", + "imports": "nltk.pathsec.urlopen", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.pathsec", + "symbol_part": "urlopen", + "lineno": 53 + }, + { + "from_module": "nltk.data", + "imports": "nltk.grammar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "grammar", + "lineno": 118 + }, + { + "from_module": "nltk.data", + "imports": "nltk.sem", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "sem", + "lineno": 118 + }, + { + "from_module": "nltk.data", + "imports": "nltk.internals.deprecated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "deprecated", + "lineno": 119 + }, + { + "from_module": "nltk.data", + "imports": "nltk.huggingface.dataset.REGISTRY", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.huggingface.dataset", + "symbol_part": "REGISTRY", + "lineno": 758 + }, + { + "from_module": "nltk.data", + "imports": "nltk.huggingface.dataset.HFDatasetPathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.huggingface.dataset", + "symbol_part": "HFDatasetPathPointer", + "lineno": 758 + }, + { + "from_module": "nltk.data", + "imports": "nltk.huggingface.dataset._is_cached", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.huggingface.dataset", + "symbol_part": "_is_cached", + "lineno": 758 + }, + { + "from_module": "nltk.data", + "imports": "nltk.picklesec.RestrictedUnpickler", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.picklesec", + "symbol_part": "RestrictedUnpickler", + "lineno": 883 + }, + { + "from_module": "nltk.data", + "imports": "nltk.tokenize.PunktTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "PunktTokenizer", + "lineno": 897 + }, + { + "from_module": "nltk.data", + "imports": "nltk.chunk.ne_chunker", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk", + "symbol_part": "ne_chunker", + "lineno": 914 + }, + { + "from_module": "nltk.data", + "imports": "nltk.classify.maxent.maxent_pos_tagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.maxent", + "symbol_part": "maxent_pos_tagger", + "lineno": 930 + }, + { + "from_module": "nltk.data", + "imports": "nltk.tag._get_tagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "_get_tagger", + "lineno": 946 + }, + { + "from_module": "nltk.data", + "imports": "nltk.jsontags.json_tags", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.jsontags", + "symbol_part": "json_tags", + "lineno": 1066 + } + ], + "nltk.decorators": [], + "nltk.downloader": [ + { + "from_module": "nltk.downloader", + "imports": "nltk", + "type": "import", + "lineno": 178 + }, + { + "from_module": "nltk.downloader", + "imports": "nltk.pathsec.ZipFile", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.pathsec", + "symbol_part": "ZipFile", + "lineno": 179 + }, + { + "from_module": "nltk.downloader", + "imports": "nltk.pathsec.urlopen", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.pathsec", + "symbol_part": "urlopen", + "lineno": 179 + }, + { + "from_module": "nltk.downloader", + "imports": "nltk.huggingface.dataset.download", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.huggingface.dataset", + "symbol_part": "download", + "lineno": 888 + }, + { + "from_module": "nltk.downloader", + "imports": "nltk.draw.table.Table", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.table", + "symbol_part": "Table", + "lineno": 1611 + }, + { + "from_module": "nltk.downloader", + "imports": "nltk.draw.util.ShowText", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "ShowText", + "lineno": 2083 + }, + { + "from_module": "nltk.downloader", + "imports": "nltk.draw.util.ShowText", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "ShowText", + "lineno": 2167 + }, + { + "from_module": "nltk.downloader", + "imports": "nltk.draw.util.ShowText", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "ShowText", + "lineno": 2182 + }, + { + "from_module": "nltk.downloader", + "imports": "nltk.corpus.reader.util._path_from", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "_path_from", + "lineno": 2728 + } + ], + "nltk.featstruct": [ + { + "from_module": "nltk.featstruct", + "imports": "nltk.internals.raise_unorderable_types", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "raise_unorderable_types", + "lineno": 96 + }, + { + "from_module": "nltk.featstruct", + "imports": "nltk.internals.read_str", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "read_str", + "lineno": 96 + }, + { + "from_module": "nltk.featstruct", + "imports": "nltk.sem.logic.Expression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Expression", + "lineno": 97 + }, + { + "from_module": "nltk.featstruct", + "imports": "nltk.sem.logic.LogicalExpressionException", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "LogicalExpressionException", + "lineno": 97 + }, + { + "from_module": "nltk.featstruct", + "imports": "nltk.sem.logic.LogicParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "LogicParser", + "lineno": 97 + }, + { + "from_module": "nltk.featstruct", + "imports": "nltk.sem.logic.SubstituteBindingsI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "SubstituteBindingsI", + "lineno": 97 + }, + { + "from_module": "nltk.featstruct", + "imports": "nltk.sem.logic.Variable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Variable", + "lineno": 97 + } + ], + "nltk.grammar": [ + { + "from_module": "nltk.grammar", + "imports": "nltk.featstruct.SLASH", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.featstruct", + "symbol_part": "SLASH", + "lineno": 75 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.featstruct.TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.featstruct", + "symbol_part": "TYPE", + "lineno": 75 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.featstruct.FeatDict", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.featstruct", + "symbol_part": "FeatDict", + "lineno": 75 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.featstruct.FeatStruct", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.featstruct", + "symbol_part": "FeatStruct", + "lineno": 75 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.featstruct.FeatStructReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.featstruct", + "symbol_part": "FeatStructReader", + "lineno": 75 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.internals.raise_unorderable_types", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "raise_unorderable_types", + "lineno": 76 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.probability.ImmutableProbabilisticMixIn", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "ImmutableProbabilisticMixIn", + "lineno": 77 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.util.invert_graph", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "invert_graph", + "lineno": 78 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.util.transitive_closure", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "transitive_closure", + "lineno": 78 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.CFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "CFG", + "lineno": 1537 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.Production", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "Production", + "lineno": 1537 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.nonterminals", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "nonterminals", + "lineno": 1537 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.induce_pcfg", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "induce_pcfg", + "lineno": 1577 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.treetransforms", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "treetransforms", + "lineno": 1577 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.corpus.treebank", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "treebank", + "lineno": 1578 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.parse.pchart", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "pchart", + "lineno": 1579 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.data", + "type": "import", + "lineno": 1671 + }, + { + "from_module": "nltk.grammar", + "imports": "nltk.parse.DependencyGraph", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "DependencyGraph", + "lineno": 1698 + } + ], + "nltk.help": [ + { + "from_module": "nltk.help", + "imports": "nltk.data.find", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "find", + "lineno": 16 + }, + { + "from_module": "nltk.help", + "imports": "nltk.data.open_datafile", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "open_datafile", + "lineno": 16 + } + ], + "nltk.internals": [], + "nltk.jsontags": [], + "nltk.langnames": [ + { + "from_module": "nltk.langnames", + "imports": "nltk.corpus.bcp47", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "bcp47", + "lineno": 41 + } + ], + "nltk.lazyimport": [], + "nltk.pathsec": [], + "nltk.picklesec": [], + "nltk.probability": [ + { + "from_module": "nltk.probability", + "imports": "nltk.internals.raise_unorderable_types", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "raise_unorderable_types", + "lineno": 48 + }, + { + "from_module": "nltk.probability", + "imports": "nltk.corpus", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "corpus", + "lineno": 2535 + } + ], + "nltk.tabdata": [], + "nltk.text": [ + { + "from_module": "nltk.text", + "imports": "nltk.collocations.BigramCollocationFinder", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.collocations", + "symbol_part": "BigramCollocationFinder", + "lineno": 24 + }, + { + "from_module": "nltk.text", + "imports": "nltk.lm.MLE", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm", + "symbol_part": "MLE", + "lineno": 25 + }, + { + "from_module": "nltk.text", + "imports": "nltk.lm.preprocessing.padded_everygram_pipeline", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.preprocessing", + "symbol_part": "padded_everygram_pipeline", + "lineno": 26 + }, + { + "from_module": "nltk.text", + "imports": "nltk.metrics.BigramAssocMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "BigramAssocMeasures", + "lineno": 27 + }, + { + "from_module": "nltk.text", + "imports": "nltk.metrics.f_measure", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "f_measure", + "lineno": 27 + }, + { + "from_module": "nltk.text", + "imports": "nltk.probability.ConditionalFreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "ConditionalFreqDist", + "lineno": 28 + }, + { + "from_module": "nltk.text", + "imports": "nltk.probability.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "FreqDist", + "lineno": 29 + }, + { + "from_module": "nltk.text", + "imports": "nltk.tokenize.sent_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "sent_tokenize", + "lineno": 30 + }, + { + "from_module": "nltk.text", + "imports": "nltk.util.LazyConcatenation", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "LazyConcatenation", + "lineno": 31 + }, + { + "from_module": "nltk.text", + "imports": "nltk.util.cut_string", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "cut_string", + "lineno": 31 + }, + { + "from_module": "nltk.text", + "imports": "nltk.util.tokenwrap", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "tokenwrap", + "lineno": 31 + }, + { + "from_module": "nltk.text", + "imports": "nltk.corpus.stopwords", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "stopwords", + "lineno": 436 + }, + { + "from_module": "nltk.text", + "imports": "nltk.draw.dispersion_plot", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw", + "symbol_part": "dispersion_plot", + "lineno": 559 + }, + { + "from_module": "nltk.text", + "imports": "nltk.corpus.brown", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "brown", + "lineno": 746 + } + ], + "nltk.tgrep": [ + { + "from_module": "nltk.tgrep", + "imports": "nltk.tree", + "type": "import", + "lineno": 121 + } + ], + "nltk.toolbox": [ + { + "from_module": "nltk.toolbox", + "imports": "nltk.data.PathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "PathPointer", + "lineno": 18 + }, + { + "from_module": "nltk.toolbox", + "imports": "nltk.data.find", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "find", + "lineno": 18 + }, + { + "from_module": "nltk.toolbox", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 225 + }, + { + "from_module": "nltk.toolbox", + "imports": "nltk.chunk", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "chunk", + "lineno": 257 + }, + { + "from_module": "nltk.toolbox", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 258 + } + ], + "nltk.treeprettyprinter": [ + { + "from_module": "nltk.treeprettyprinter", + "imports": "nltk.internals.Deprecated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "Deprecated", + "lineno": 20 + }, + { + "from_module": "nltk.treeprettyprinter", + "imports": "nltk.tree.prettyprinter.TreePrettyPrinter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.prettyprinter", + "symbol_part": "TreePrettyPrinter", + "lineno": 21 + } + ], + "nltk.treetransforms": [ + { + "from_module": "nltk.treetransforms", + "imports": "nltk.internals.deprecated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "deprecated", + "lineno": 110 + }, + { + "from_module": "nltk.treetransforms", + "imports": "nltk.tree.transforms.chomsky_normal_form", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.transforms", + "symbol_part": "chomsky_normal_form", + "lineno": 111 + }, + { + "from_module": "nltk.treetransforms", + "imports": "nltk.tree.transforms.collapse_unary", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.transforms", + "symbol_part": "collapse_unary", + "lineno": 112 + }, + { + "from_module": "nltk.treetransforms", + "imports": "nltk.tree.transforms.un_chomsky_normal_form", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.transforms", + "symbol_part": "un_chomsky_normal_form", + "lineno": 113 + } + ], + "nltk.util": [ + { + "from_module": "nltk.util", + "imports": "nltk.collections.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.collections", + "symbol_part": "*", + "lineno": 30 + }, + { + "from_module": "nltk.util", + "imports": "nltk.internals.deprecated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "deprecated", + "lineno": 31 + }, + { + "from_module": "nltk.util", + "imports": "nltk.internals.raise_unorderable_types", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "raise_unorderable_types", + "lineno": 31 + }, + { + "from_module": "nltk.util", + "imports": "nltk.internals.slice_bounds", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "slice_bounds", + "lineno": 31 + }, + { + "from_module": "nltk.util", + "imports": "nltk.pathsec.open", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.pathsec", + "symbol_part": "open", + "lineno": 32 + } + ], + "nltk.wsd": [ + { + "from_module": "nltk.wsd", + "imports": "nltk.corpus.wordnet", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "wordnet", + "lineno": 10 + } + ], + "nltk": [ + { + "from_module": "nltk", + "imports": "nltk.internals.config_java", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "config_java", + "lineno": 103 + }, + { + "from_module": "nltk", + "imports": "nltk.collocations.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.collocations", + "symbol_part": "*", + "lineno": 133 + }, + { + "from_module": "nltk", + "imports": "nltk.decorators.decorator", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.decorators", + "symbol_part": "decorator", + "lineno": 134 + }, + { + "from_module": "nltk", + "imports": "nltk.decorators.memoize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.decorators", + "symbol_part": "memoize", + "lineno": 134 + }, + { + "from_module": "nltk", + "imports": "nltk.featstruct.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.featstruct", + "symbol_part": "*", + "lineno": 135 + }, + { + "from_module": "nltk", + "imports": "nltk.grammar.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "*", + "lineno": 136 + }, + { + "from_module": "nltk", + "imports": "nltk.probability.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "*", + "lineno": 137 + }, + { + "from_module": "nltk", + "imports": "nltk.text.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.text", + "symbol_part": "*", + "lineno": 138 + }, + { + "from_module": "nltk", + "imports": "nltk.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "*", + "lineno": 139 + }, + { + "from_module": "nltk", + "imports": "nltk.jsontags.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.jsontags", + "symbol_part": "*", + "lineno": 140 + }, + { + "from_module": "nltk", + "imports": "nltk.chunk.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk", + "symbol_part": "*", + "lineno": 146 + }, + { + "from_module": "nltk", + "imports": "nltk.classify.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify", + "symbol_part": "*", + "lineno": 147 + }, + { + "from_module": "nltk", + "imports": "nltk.inference.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference", + "symbol_part": "*", + "lineno": 148 + }, + { + "from_module": "nltk", + "imports": "nltk.metrics.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "*", + "lineno": 149 + }, + { + "from_module": "nltk", + "imports": "nltk.parse.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "*", + "lineno": 150 + }, + { + "from_module": "nltk", + "imports": "nltk.tag.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "*", + "lineno": 151 + }, + { + "from_module": "nltk", + "imports": "nltk.tokenize.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "*", + "lineno": 152 + }, + { + "from_module": "nltk", + "imports": "nltk.translate.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "*", + "lineno": 153 + }, + { + "from_module": "nltk", + "imports": "nltk.tree.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "*", + "lineno": 154 + }, + { + "from_module": "nltk", + "imports": "nltk.sem.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem", + "symbol_part": "*", + "lineno": 155 + }, + { + "from_module": "nltk", + "imports": "nltk.stem.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem", + "symbol_part": "*", + "lineno": 156 + }, + { + "from_module": "nltk", + "imports": "nltk.lazyimport", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "lazyimport", + "lineno": 163 + }, + { + "from_module": "nltk", + "imports": "nltk.cluster", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "cluster", + "lineno": 177 + }, + { + "from_module": "nltk", + "imports": "nltk.downloader.download", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.downloader", + "symbol_part": "download", + "lineno": 179 + }, + { + "from_module": "nltk", + "imports": "nltk.downloader.download_shell", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.downloader", + "symbol_part": "download_shell", + "lineno": 179 + }, + { + "from_module": "nltk", + "imports": "nltk.downloader.download_gui", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.downloader", + "symbol_part": "download_gui", + "lineno": 186 + }, + { + "from_module": "nltk", + "imports": "nltk.ccg", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "ccg", + "lineno": 199 + }, + { + "from_module": "nltk", + "imports": "nltk.chunk", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "chunk", + "lineno": 199 + }, + { + "from_module": "nltk", + "imports": "nltk.classify", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "classify", + "lineno": 199 + }, + { + "from_module": "nltk", + "imports": "nltk.collocations", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "collocations", + "lineno": 199 + }, + { + "from_module": "nltk", + "imports": "nltk.data", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "data", + "lineno": 200 + }, + { + "from_module": "nltk", + "imports": "nltk.featstruct", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "featstruct", + "lineno": 200 + }, + { + "from_module": "nltk", + "imports": "nltk.grammar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "grammar", + "lineno": 200 + }, + { + "from_module": "nltk", + "imports": "nltk.help", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "help", + "lineno": 200 + }, + { + "from_module": "nltk", + "imports": "nltk.inference", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "inference", + "lineno": 200 + }, + { + "from_module": "nltk", + "imports": "nltk.metrics", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "metrics", + "lineno": 200 + }, + { + "from_module": "nltk", + "imports": "nltk.misc", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "misc", + "lineno": 201 + }, + { + "from_module": "nltk", + "imports": "nltk.parse", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "parse", + "lineno": 201 + }, + { + "from_module": "nltk", + "imports": "nltk.probability", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "probability", + "lineno": 201 + }, + { + "from_module": "nltk", + "imports": "nltk.sem", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "sem", + "lineno": 201 + }, + { + "from_module": "nltk", + "imports": "nltk.stem", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "stem", + "lineno": 201 + }, + { + "from_module": "nltk", + "imports": "nltk.wsd", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "wsd", + "lineno": 201 + }, + { + "from_module": "nltk", + "imports": "nltk.tag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "tag", + "lineno": 202 + }, + { + "from_module": "nltk", + "imports": "nltk.tbl", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "tbl", + "lineno": 202 + }, + { + "from_module": "nltk", + "imports": "nltk.text", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "text", + "lineno": 202 + }, + { + "from_module": "nltk", + "imports": "nltk.tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "tokenize", + "lineno": 202 + }, + { + "from_module": "nltk", + "imports": "nltk.translate", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "translate", + "lineno": 202 + }, + { + "from_module": "nltk", + "imports": "nltk.tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "tree", + "lineno": 202 + }, + { + "from_module": "nltk", + "imports": "nltk.util", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "util", + "lineno": 202 + } + ], + "nltk.app.chartparser_app": [ + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.draw.CFGEditor", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw", + "symbol_part": "CFGEditor", + "lineno": 58 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.draw.TreeSegmentWidget", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw", + "symbol_part": "TreeSegmentWidget", + "lineno": 58 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.draw.tree_to_treesegment", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw", + "symbol_part": "tree_to_treesegment", + "lineno": 58 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.draw.util.CanvasFrame", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "CanvasFrame", + "lineno": 59 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.draw.util.ColorizedList", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "ColorizedList", + "lineno": 59 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.draw.util.EntryDialog", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "EntryDialog", + "lineno": 59 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.draw.util.MutableOptionMenu", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "MutableOptionMenu", + "lineno": 59 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.draw.util.ShowText", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "ShowText", + "lineno": 59 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.draw.util.SymbolWidget", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "SymbolWidget", + "lineno": 59 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.grammar.CFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "CFG", + "lineno": 67 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.grammar.Nonterminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "Nonterminal", + "lineno": 67 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.parse.chart.BottomUpPredictCombineRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "BottomUpPredictCombineRule", + "lineno": 68 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.parse.chart.BottomUpPredictRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "BottomUpPredictRule", + "lineno": 68 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.parse.chart.Chart", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "Chart", + "lineno": 68 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.parse.chart.LeafEdge", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "LeafEdge", + "lineno": 68 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.parse.chart.LeafInitRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "LeafInitRule", + "lineno": 68 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.parse.chart.SingleEdgeFundamentalRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "SingleEdgeFundamentalRule", + "lineno": 68 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.parse.chart.SteppingChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "SteppingChartParser", + "lineno": 68 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.parse.chart.TopDownInitRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "TopDownInitRule", + "lineno": 68 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.parse.chart.TopDownPredictRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "TopDownPredictRule", + "lineno": 68 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.parse.chart.TreeEdge", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "TreeEdge", + "lineno": 68 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.picklesec.pickle_load", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.picklesec", + "symbol_part": "pickle_load", + "lineno": 80 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 81 + }, + { + "from_module": "nltk.app.chartparser_app", + "imports": "nltk.util.in_idle", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "in_idle", + "lineno": 82 + } + ], + "nltk.app.chunkparser_app": [ + { + "from_module": "nltk.app.chunkparser_app", + "imports": "nltk.chunk.ChunkScore", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk", + "symbol_part": "ChunkScore", + "lineno": 37 + }, + { + "from_module": "nltk.app.chunkparser_app", + "imports": "nltk.chunk.RegexpChunkParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk", + "symbol_part": "RegexpChunkParser", + "lineno": 37 + }, + { + "from_module": "nltk.app.chunkparser_app", + "imports": "nltk.chunk.regexp.RegexpChunkRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.regexp", + "symbol_part": "RegexpChunkRule", + "lineno": 38 + }, + { + "from_module": "nltk.app.chunkparser_app", + "imports": "nltk.corpus.conll2000", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "conll2000", + "lineno": 39 + }, + { + "from_module": "nltk.app.chunkparser_app", + "imports": "nltk.corpus.treebank_chunk", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "treebank_chunk", + "lineno": 39 + }, + { + "from_module": "nltk.app.chunkparser_app", + "imports": "nltk.draw.util.ShowText", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "ShowText", + "lineno": 40 + }, + { + "from_module": "nltk.app.chunkparser_app", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 41 + }, + { + "from_module": "nltk.app.chunkparser_app", + "imports": "nltk.util.in_idle", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "in_idle", + "lineno": 42 + } + ], + "nltk.app.collocations_app": [ + { + "from_module": "nltk.app.collocations_app", + "imports": "nltk.corpus.alpino", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "alpino", + "lineno": 29 + }, + { + "from_module": "nltk.app.collocations_app", + "imports": "nltk.corpus.brown", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "brown", + "lineno": 29 + }, + { + "from_module": "nltk.app.collocations_app", + "imports": "nltk.corpus.cess_cat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "cess_cat", + "lineno": 29 + }, + { + "from_module": "nltk.app.collocations_app", + "imports": "nltk.corpus.cess_esp", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "cess_esp", + "lineno": 29 + }, + { + "from_module": "nltk.app.collocations_app", + "imports": "nltk.corpus.floresta", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "floresta", + "lineno": 29 + }, + { + "from_module": "nltk.app.collocations_app", + "imports": "nltk.corpus.indian", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "indian", + "lineno": 29 + }, + { + "from_module": "nltk.app.collocations_app", + "imports": "nltk.corpus.mac_morpho", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "mac_morpho", + "lineno": 29 + }, + { + "from_module": "nltk.app.collocations_app", + "imports": "nltk.corpus.machado", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "machado", + "lineno": 29 + }, + { + "from_module": "nltk.app.collocations_app", + "imports": "nltk.corpus.nps_chat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "nps_chat", + "lineno": 29 + }, + { + "from_module": "nltk.app.collocations_app", + "imports": "nltk.corpus.sinica_treebank", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "sinica_treebank", + "lineno": 29 + }, + { + "from_module": "nltk.app.collocations_app", + "imports": "nltk.corpus.treebank", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "treebank", + "lineno": 29 + }, + { + "from_module": "nltk.app.collocations_app", + "imports": "nltk.probability.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "FreqDist", + "lineno": 42 + }, + { + "from_module": "nltk.app.collocations_app", + "imports": "nltk.util.in_idle", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "in_idle", + "lineno": 43 + } + ], + "nltk.app.concordance_app": [ + { + "from_module": "nltk.app.concordance_app", + "imports": "nltk.corpus.alpino", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "alpino", + "lineno": 29 + }, + { + "from_module": "nltk.app.concordance_app", + "imports": "nltk.corpus.brown", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "brown", + "lineno": 29 + }, + { + "from_module": "nltk.app.concordance_app", + "imports": "nltk.corpus.cess_cat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "cess_cat", + "lineno": 29 + }, + { + "from_module": "nltk.app.concordance_app", + "imports": "nltk.corpus.cess_esp", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "cess_esp", + "lineno": 29 + }, + { + "from_module": "nltk.app.concordance_app", + "imports": "nltk.corpus.floresta", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "floresta", + "lineno": 29 + }, + { + "from_module": "nltk.app.concordance_app", + "imports": "nltk.corpus.indian", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "indian", + "lineno": 29 + }, + { + "from_module": "nltk.app.concordance_app", + "imports": "nltk.corpus.mac_morpho", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "mac_morpho", + "lineno": 29 + }, + { + "from_module": "nltk.app.concordance_app", + "imports": "nltk.corpus.nps_chat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "nps_chat", + "lineno": 29 + }, + { + "from_module": "nltk.app.concordance_app", + "imports": "nltk.corpus.sinica_treebank", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "sinica_treebank", + "lineno": 29 + }, + { + "from_module": "nltk.app.concordance_app", + "imports": "nltk.corpus.treebank", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "treebank", + "lineno": 29 + }, + { + "from_module": "nltk.app.concordance_app", + "imports": "nltk.draw.util.ShowText", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "ShowText", + "lineno": 41 + }, + { + "from_module": "nltk.app.concordance_app", + "imports": "nltk.util.in_idle", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "in_idle", + "lineno": 42 + } + ], + "nltk.app.nemo_app": [], + "nltk.app.rdparser_app": [ + { + "from_module": "nltk.app.rdparser_app", + "imports": "nltk.draw.CFGEditor", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw", + "symbol_part": "CFGEditor", + "lineno": 70 + }, + { + "from_module": "nltk.app.rdparser_app", + "imports": "nltk.draw.TreeSegmentWidget", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw", + "symbol_part": "TreeSegmentWidget", + "lineno": 70 + }, + { + "from_module": "nltk.app.rdparser_app", + "imports": "nltk.draw.tree_to_treesegment", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw", + "symbol_part": "tree_to_treesegment", + "lineno": 70 + }, + { + "from_module": "nltk.app.rdparser_app", + "imports": "nltk.draw.util.CanvasFrame", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "CanvasFrame", + "lineno": 71 + }, + { + "from_module": "nltk.app.rdparser_app", + "imports": "nltk.draw.util.EntryDialog", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "EntryDialog", + "lineno": 71 + }, + { + "from_module": "nltk.app.rdparser_app", + "imports": "nltk.draw.util.ShowText", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "ShowText", + "lineno": 71 + }, + { + "from_module": "nltk.app.rdparser_app", + "imports": "nltk.draw.util.TextWidget", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "TextWidget", + "lineno": 71 + }, + { + "from_module": "nltk.app.rdparser_app", + "imports": "nltk.parse.SteppingRecursiveDescentParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "SteppingRecursiveDescentParser", + "lineno": 72 + }, + { + "from_module": "nltk.app.rdparser_app", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 73 + }, + { + "from_module": "nltk.app.rdparser_app", + "imports": "nltk.util.in_idle", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "in_idle", + "lineno": 74 + }, + { + "from_module": "nltk.app.rdparser_app", + "imports": "nltk.grammar.CFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "CFG", + "lineno": 1026 + } + ], + "nltk.app.srparser_app": [ + { + "from_module": "nltk.app.srparser_app", + "imports": "nltk.draw.CFGEditor", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw", + "symbol_part": "CFGEditor", + "lineno": 68 + }, + { + "from_module": "nltk.app.srparser_app", + "imports": "nltk.draw.TreeSegmentWidget", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw", + "symbol_part": "TreeSegmentWidget", + "lineno": 68 + }, + { + "from_module": "nltk.app.srparser_app", + "imports": "nltk.draw.tree_to_treesegment", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw", + "symbol_part": "tree_to_treesegment", + "lineno": 68 + }, + { + "from_module": "nltk.app.srparser_app", + "imports": "nltk.draw.util.CanvasFrame", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "CanvasFrame", + "lineno": 69 + }, + { + "from_module": "nltk.app.srparser_app", + "imports": "nltk.draw.util.EntryDialog", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "EntryDialog", + "lineno": 69 + }, + { + "from_module": "nltk.app.srparser_app", + "imports": "nltk.draw.util.ShowText", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "ShowText", + "lineno": 69 + }, + { + "from_module": "nltk.app.srparser_app", + "imports": "nltk.draw.util.TextWidget", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "TextWidget", + "lineno": 69 + }, + { + "from_module": "nltk.app.srparser_app", + "imports": "nltk.parse.SteppingShiftReduceParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "SteppingShiftReduceParser", + "lineno": 70 + }, + { + "from_module": "nltk.app.srparser_app", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 71 + }, + { + "from_module": "nltk.app.srparser_app", + "imports": "nltk.util.in_idle", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "in_idle", + "lineno": 72 + }, + { + "from_module": "nltk.app.srparser_app", + "imports": "nltk.grammar.CFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "CFG", + "lineno": 898 + }, + { + "from_module": "nltk.app.srparser_app", + "imports": "nltk.grammar.Nonterminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "Nonterminal", + "lineno": 898 + }, + { + "from_module": "nltk.app.srparser_app", + "imports": "nltk.grammar.Production", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "Production", + "lineno": 898 + } + ], + "nltk.app.wordfreq_app": [ + { + "from_module": "nltk.app.wordfreq_app", + "imports": "nltk.corpus.gutenberg", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "gutenberg", + "lineno": 10 + }, + { + "from_module": "nltk.app.wordfreq_app", + "imports": "nltk.text.Text", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.text", + "symbol_part": "Text", + "lineno": 11 + } + ], + "nltk.app.wordnet_app": [ + { + "from_module": "nltk.app.wordnet_app", + "imports": "nltk.corpus.wordnet", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "wordnet", + "lineno": 66 + }, + { + "from_module": "nltk.app.wordnet_app", + "imports": "nltk.corpus.reader.wordnet.Lemma", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.wordnet", + "symbol_part": "Lemma", + "lineno": 67 + }, + { + "from_module": "nltk.app.wordnet_app", + "imports": "nltk.corpus.reader.wordnet.Synset", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.wordnet", + "symbol_part": "Synset", + "lineno": 67 + }, + { + "from_module": "nltk.app.wordnet_app", + "imports": "nltk.picklesec.RestrictedUnpickler", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.picklesec", + "symbol_part": "RestrictedUnpickler", + "lineno": 68 + } + ], + "nltk.app": [ + { + "from_module": "nltk.app", + "imports": "nltk.app.chartparser_app.app", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.app.chartparser_app", + "symbol_part": "app", + "lineno": 31 + }, + { + "from_module": "nltk.app", + "imports": "nltk.app.chunkparser_app.app", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.app.chunkparser_app", + "symbol_part": "app", + "lineno": 32 + }, + { + "from_module": "nltk.app", + "imports": "nltk.app.collocations_app.app", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.app.collocations_app", + "symbol_part": "app", + "lineno": 33 + }, + { + "from_module": "nltk.app", + "imports": "nltk.app.concordance_app.app", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.app.concordance_app", + "symbol_part": "app", + "lineno": 34 + }, + { + "from_module": "nltk.app", + "imports": "nltk.app.nemo_app.app", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.app.nemo_app", + "symbol_part": "app", + "lineno": 35 + }, + { + "from_module": "nltk.app", + "imports": "nltk.app.rdparser_app.app", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.app.rdparser_app", + "symbol_part": "app", + "lineno": 36 + }, + { + "from_module": "nltk.app", + "imports": "nltk.app.srparser_app.app", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.app.srparser_app", + "symbol_part": "app", + "lineno": 37 + }, + { + "from_module": "nltk.app", + "imports": "nltk.app.wordnet_app.app", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.app.wordnet_app", + "symbol_part": "app", + "lineno": 38 + }, + { + "from_module": "nltk.app", + "imports": "nltk.app.wordfreq_app.app", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.app.wordfreq_app", + "symbol_part": "app", + "lineno": 47 + } + ], + "nltk.ccg.api": [ + { + "from_module": "nltk.ccg.api", + "imports": "nltk.internals.raise_unorderable_types", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "raise_unorderable_types", + "lineno": 11 + } + ], + "nltk.ccg.chart": [ + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.ccg.combinator.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "*", + "lineno": 35 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.ccg.combinator.BackwardApplication", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "BackwardApplication", + "lineno": 36 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.ccg.combinator.BackwardBx", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "BackwardBx", + "lineno": 36 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.ccg.combinator.BackwardComposition", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "BackwardComposition", + "lineno": 36 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.ccg.combinator.BackwardSx", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "BackwardSx", + "lineno": 36 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.ccg.combinator.BackwardT", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "BackwardT", + "lineno": 36 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.ccg.combinator.ForwardApplication", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "ForwardApplication", + "lineno": 36 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.ccg.combinator.ForwardComposition", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "ForwardComposition", + "lineno": 36 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.ccg.combinator.ForwardSubstitution", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "ForwardSubstitution", + "lineno": 36 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.ccg.combinator.ForwardT", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "ForwardT", + "lineno": 36 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.ccg.lexicon.Token", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.lexicon", + "symbol_part": "Token", + "lineno": 47 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.ccg.lexicon.fromstring", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.lexicon", + "symbol_part": "fromstring", + "lineno": 47 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.ccg.logic.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.logic", + "symbol_part": "*", + "lineno": 48 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.parse.ParserI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "ParserI", + "lineno": 49 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.parse.chart.AbstractChartRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "AbstractChartRule", + "lineno": 50 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.parse.chart.Chart", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "Chart", + "lineno": 50 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.parse.chart.EdgeI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "EdgeI", + "lineno": 50 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.sem.logic.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "*", + "lineno": 51 + }, + { + "from_module": "nltk.ccg.chart", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 52 + } + ], + "nltk.ccg.combinator": [ + { + "from_module": "nltk.ccg.combinator", + "imports": "nltk.ccg.api.FunctionalCategory", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.api", + "symbol_part": "FunctionalCategory", + "lineno": 13 + } + ], + "nltk.ccg.lexicon": [ + { + "from_module": "nltk.ccg.lexicon", + "imports": "nltk.ccg.api.CCGVar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.api", + "symbol_part": "CCGVar", + "lineno": 14 + }, + { + "from_module": "nltk.ccg.lexicon", + "imports": "nltk.ccg.api.Direction", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.api", + "symbol_part": "Direction", + "lineno": 14 + }, + { + "from_module": "nltk.ccg.lexicon", + "imports": "nltk.ccg.api.FunctionalCategory", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.api", + "symbol_part": "FunctionalCategory", + "lineno": 14 + }, + { + "from_module": "nltk.ccg.lexicon", + "imports": "nltk.ccg.api.PrimitiveCategory", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.api", + "symbol_part": "PrimitiveCategory", + "lineno": 14 + }, + { + "from_module": "nltk.ccg.lexicon", + "imports": "nltk.internals.deprecated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "deprecated", + "lineno": 15 + }, + { + "from_module": "nltk.ccg.lexicon", + "imports": "nltk.sem.logic.Expression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Expression", + "lineno": 16 + } + ], + "nltk.ccg.logic": [ + { + "from_module": "nltk.ccg.logic", + "imports": "nltk.sem.logic.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "*", + "lineno": 13 + } + ], + "nltk.ccg": [ + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.chart.CCGChart", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.chart", + "symbol_part": "CCGChart", + "lineno": 14 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.chart.CCGChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.chart", + "symbol_part": "CCGChartParser", + "lineno": 14 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.chart.CCGEdge", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.chart", + "symbol_part": "CCGEdge", + "lineno": 14 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.chart.CCGLeafEdge", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.chart", + "symbol_part": "CCGLeafEdge", + "lineno": 14 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.BackwardApplication", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "BackwardApplication", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.BackwardBx", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "BackwardBx", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.BackwardCombinator", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "BackwardCombinator", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.BackwardComposition", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "BackwardComposition", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.BackwardSx", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "BackwardSx", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.BackwardT", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "BackwardT", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.DirectedBinaryCombinator", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "DirectedBinaryCombinator", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.ForwardApplication", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "ForwardApplication", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.ForwardCombinator", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "ForwardCombinator", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.ForwardComposition", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "ForwardComposition", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.ForwardSubstitution", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "ForwardSubstitution", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.ForwardT", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "ForwardT", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.UndirectedBinaryCombinator", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "UndirectedBinaryCombinator", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.UndirectedComposition", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "UndirectedComposition", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.UndirectedFunctionApplication", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "UndirectedFunctionApplication", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.UndirectedSubstitution", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "UndirectedSubstitution", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.combinator.UndirectedTypeRaise", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.combinator", + "symbol_part": "UndirectedTypeRaise", + "lineno": 15 + }, + { + "from_module": "nltk.ccg", + "imports": "nltk.ccg.lexicon.CCGLexicon", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.lexicon", + "symbol_part": "CCGLexicon", + "lineno": 34 + } + ], + "nltk.chat.eliza": [ + { + "from_module": "nltk.chat.eliza", + "imports": "nltk.chat.util.Chat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chat.util", + "symbol_part": "Chat", + "lineno": 15 + }, + { + "from_module": "nltk.chat.eliza", + "imports": "nltk.chat.util.reflections", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chat.util", + "symbol_part": "reflections", + "lineno": 15 + } + ], + "nltk.chat.iesha": [ + { + "from_module": "nltk.chat.iesha", + "imports": "nltk.chat.util.Chat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chat.util", + "symbol_part": "Chat", + "lineno": 14 + } + ], + "nltk.chat.rude": [ + { + "from_module": "nltk.chat.rude", + "imports": "nltk.chat.util.Chat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chat.util", + "symbol_part": "Chat", + "lineno": 8 + }, + { + "from_module": "nltk.chat.rude", + "imports": "nltk.chat.util.reflections", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chat.util", + "symbol_part": "reflections", + "lineno": 8 + } + ], + "nltk.chat.suntsu": [ + { + "from_module": "nltk.chat.suntsu", + "imports": "nltk.chat.util.Chat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chat.util", + "symbol_part": "Chat", + "lineno": 17 + }, + { + "from_module": "nltk.chat.suntsu", + "imports": "nltk.chat.util.reflections", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chat.util", + "symbol_part": "reflections", + "lineno": 17 + } + ], + "nltk.chat.util": [], + "nltk.chat.zen": [ + { + "from_module": "nltk.chat.zen", + "imports": "nltk.chat.util.Chat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chat.util", + "symbol_part": "Chat", + "lineno": 39 + }, + { + "from_module": "nltk.chat.zen", + "imports": "nltk.chat.util.reflections", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chat.util", + "symbol_part": "reflections", + "lineno": 39 + } + ], + "nltk.chat": [ + { + "from_module": "nltk.chat", + "imports": "nltk.chat.eliza.eliza_chat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chat.eliza", + "symbol_part": "eliza_chat", + "lineno": 19 + }, + { + "from_module": "nltk.chat", + "imports": "nltk.chat.iesha.iesha_chat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chat.iesha", + "symbol_part": "iesha_chat", + "lineno": 20 + }, + { + "from_module": "nltk.chat", + "imports": "nltk.chat.rude.rude_chat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chat.rude", + "symbol_part": "rude_chat", + "lineno": 21 + }, + { + "from_module": "nltk.chat", + "imports": "nltk.chat.suntsu.suntsu_chat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chat.suntsu", + "symbol_part": "suntsu_chat", + "lineno": 22 + }, + { + "from_module": "nltk.chat", + "imports": "nltk.chat.util.Chat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chat.util", + "symbol_part": "Chat", + "lineno": 23 + }, + { + "from_module": "nltk.chat", + "imports": "nltk.chat.zen.zen_chat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chat.zen", + "symbol_part": "zen_chat", + "lineno": 24 + } + ], + "nltk.chunk.api": [ + { + "from_module": "nltk.chunk.api", + "imports": "nltk.chunk.util.ChunkScore", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.util", + "symbol_part": "ChunkScore", + "lineno": 13 + }, + { + "from_module": "nltk.chunk.api", + "imports": "nltk.internals.deprecated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "deprecated", + "lineno": 14 + }, + { + "from_module": "nltk.chunk.api", + "imports": "nltk.parse.ParserI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "ParserI", + "lineno": 15 + } + ], + "nltk.chunk.named_entity": [ + { + "from_module": "nltk.chunk.named_entity", + "imports": "nltk.tag.ClassifierBasedTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "ClassifierBasedTagger", + "lineno": 17 + }, + { + "from_module": "nltk.chunk.named_entity", + "imports": "nltk.tag.pos_tag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "pos_tag", + "lineno": 17 + }, + { + "from_module": "nltk.chunk.named_entity", + "imports": "nltk.classify.MaxentClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify", + "symbol_part": "MaxentClassifier", + "lineno": 20 + }, + { + "from_module": "nltk.chunk.named_entity", + "imports": "nltk.chunk.api.ChunkParserI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.api", + "symbol_part": "ChunkParserI", + "lineno": 24 + }, + { + "from_module": "nltk.chunk.named_entity", + "imports": "nltk.chunk.util.ChunkScore", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.util", + "symbol_part": "ChunkScore", + "lineno": 25 + }, + { + "from_module": "nltk.chunk.named_entity", + "imports": "nltk.data.find", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "find", + "lineno": 26 + }, + { + "from_module": "nltk.chunk.named_entity", + "imports": "nltk.tokenize.word_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "word_tokenize", + "lineno": 27 + }, + { + "from_module": "nltk.chunk.named_entity", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 28 + }, + { + "from_module": "nltk.chunk.named_entity", + "imports": "nltk.corpus.words", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "words", + "lineno": 57 + }, + { + "from_module": "nltk.chunk.named_entity", + "imports": "nltk.classify.maxent.BinaryMaxentFeatureEncoding", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.maxent", + "symbol_part": "BinaryMaxentFeatureEncoding", + "lineno": 332 + }, + { + "from_module": "nltk.chunk.named_entity", + "imports": "nltk.classify.maxent.load_maxent_params", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.maxent", + "symbol_part": "load_maxent_params", + "lineno": 332 + }, + { + "from_module": "nltk.chunk.named_entity", + "imports": "nltk.classify.maxent.save_maxent_params", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.maxent", + "symbol_part": "save_maxent_params", + "lineno": 341 + } + ], + "nltk.chunk.regexp": [ + { + "from_module": "nltk.chunk.regexp", + "imports": "nltk.chunk.api.ChunkParserI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.api", + "symbol_part": "ChunkParserI", + "lineno": 13 + }, + { + "from_module": "nltk.chunk.regexp", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 14 + }, + { + "from_module": "nltk.chunk.regexp", + "imports": "nltk.chunk", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "chunk", + "lineno": 1323 + }, + { + "from_module": "nltk.chunk.regexp", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 1324 + }, + { + "from_module": "nltk.chunk.regexp", + "imports": "nltk.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "Tree", + "lineno": 1376 + }, + { + "from_module": "nltk.chunk.regexp", + "imports": "nltk.chunk", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "chunk", + "lineno": 1376 + }, + { + "from_module": "nltk.chunk.regexp", + "imports": "nltk.corpus.conll2000", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "conll2000", + "lineno": 1426 + } + ], + "nltk.chunk.util": [ + { + "from_module": "nltk.chunk.util", + "imports": "nltk.metrics.accuracy", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "accuracy", + "lineno": 11 + }, + { + "from_module": "nltk.chunk.util", + "imports": "nltk.tag.mapping.map_tag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.mapping", + "symbol_part": "map_tag", + "lineno": 12 + }, + { + "from_module": "nltk.chunk.util", + "imports": "nltk.tag.util.str2tuple", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.util", + "symbol_part": "str2tuple", + "lineno": 13 + }, + { + "from_module": "nltk.chunk.util", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 14 + }, + { + "from_module": "nltk.chunk.util", + "imports": "nltk", + "type": "import", + "lineno": 596 + } + ], + "nltk.chunk": [ + { + "from_module": "nltk.chunk", + "imports": "nltk.chunk.api.ChunkParserI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.api", + "symbol_part": "ChunkParserI", + "lineno": 155 + }, + { + "from_module": "nltk.chunk", + "imports": "nltk.chunk.named_entity.Maxent_NE_Chunker", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.named_entity", + "symbol_part": "Maxent_NE_Chunker", + "lineno": 156 + }, + { + "from_module": "nltk.chunk", + "imports": "nltk.chunk.regexp.RegexpChunkParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.regexp", + "symbol_part": "RegexpChunkParser", + "lineno": 157 + }, + { + "from_module": "nltk.chunk", + "imports": "nltk.chunk.regexp.RegexpParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.regexp", + "symbol_part": "RegexpParser", + "lineno": 157 + }, + { + "from_module": "nltk.chunk", + "imports": "nltk.chunk.util.ChunkScore", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.util", + "symbol_part": "ChunkScore", + "lineno": 158 + }, + { + "from_module": "nltk.chunk", + "imports": "nltk.chunk.util.accuracy", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.util", + "symbol_part": "accuracy", + "lineno": 158 + }, + { + "from_module": "nltk.chunk", + "imports": "nltk.chunk.util.conllstr2tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.util", + "symbol_part": "conllstr2tree", + "lineno": 158 + }, + { + "from_module": "nltk.chunk", + "imports": "nltk.chunk.util.conlltags2tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.util", + "symbol_part": "conlltags2tree", + "lineno": 158 + }, + { + "from_module": "nltk.chunk", + "imports": "nltk.chunk.util.ieerstr2tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.util", + "symbol_part": "ieerstr2tree", + "lineno": 158 + }, + { + "from_module": "nltk.chunk", + "imports": "nltk.chunk.util.tagstr2tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.util", + "symbol_part": "tagstr2tree", + "lineno": 158 + }, + { + "from_module": "nltk.chunk", + "imports": "nltk.chunk.util.tree2conllstr", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.util", + "symbol_part": "tree2conllstr", + "lineno": 158 + }, + { + "from_module": "nltk.chunk", + "imports": "nltk.chunk.util.tree2conlltags", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk.util", + "symbol_part": "tree2conlltags", + "lineno": 158 + } + ], + "nltk.classify.api": [ + { + "from_module": "nltk.classify.api", + "imports": "nltk.internals.overridden", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "overridden", + "lineno": 21 + } + ], + "nltk.classify.decisiontree": [ + { + "from_module": "nltk.classify.decisiontree", + "imports": "nltk.classify.api.ClassifierI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.api", + "symbol_part": "ClassifierI", + "lineno": 16 + }, + { + "from_module": "nltk.classify.decisiontree", + "imports": "nltk.probability.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "FreqDist", + "lineno": 17 + }, + { + "from_module": "nltk.classify.decisiontree", + "imports": "nltk.probability.MLEProbDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "MLEProbDist", + "lineno": 17 + }, + { + "from_module": "nltk.classify.decisiontree", + "imports": "nltk.probability.entropy", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "entropy", + "lineno": 17 + }, + { + "from_module": "nltk.classify.decisiontree", + "imports": "nltk.classify.util.binary_names_demo_features", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "binary_names_demo_features", + "lineno": 339 + }, + { + "from_module": "nltk.classify.decisiontree", + "imports": "nltk.classify.util.names_demo", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "names_demo", + "lineno": 339 + } + ], + "nltk.classify.maxent": [ + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.classify.api.ClassifierI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.api", + "symbol_part": "ClassifierI", + "lineno": 63 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.classify.megam.call_megam", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.megam", + "symbol_part": "call_megam", + "lineno": 64 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.classify.megam.parse_megam_weights", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.megam", + "symbol_part": "parse_megam_weights", + "lineno": 64 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.classify.megam.write_megam_file", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.megam", + "symbol_part": "write_megam_file", + "lineno": 64 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.classify.tadm.call_tadm", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.tadm", + "symbol_part": "call_tadm", + "lineno": 65 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.classify.tadm.parse_tadm_weights", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.tadm", + "symbol_part": "parse_tadm_weights", + "lineno": 65 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.classify.tadm.write_tadm_file", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.tadm", + "symbol_part": "write_tadm_file", + "lineno": 65 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.classify.util.CutoffChecker", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "CutoffChecker", + "lineno": 66 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.classify.util.accuracy", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "accuracy", + "lineno": 66 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.classify.util.log_likelihood", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "log_likelihood", + "lineno": 66 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.data.gzip_open_unicode", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "gzip_open_unicode", + "lineno": 67 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.probability.DictionaryProbDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "DictionaryProbDist", + "lineno": 68 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.util.OrderedDict", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "OrderedDict", + "lineno": 69 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.data.open_datafile", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "open_datafile", + "lineno": 1563 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.tabdata.MaxentDecoder", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tabdata", + "symbol_part": "MaxentDecoder", + "lineno": 1564 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.tabdata.MaxentEncoder", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tabdata", + "symbol_part": "MaxentEncoder", + "lineno": 1588 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.data.find", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "find", + "lineno": 1607 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.tag.sequential.ClassifierBasedPOSTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.sequential", + "symbol_part": "ClassifierBasedPOSTagger", + "lineno": 1608 + }, + { + "from_module": "nltk.classify.maxent", + "imports": "nltk.classify.util.names_demo", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "names_demo", + "lineno": 1622 + } + ], + "nltk.classify.megam": [ + { + "from_module": "nltk.classify.megam", + "imports": "nltk.internals.find_binary", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_binary", + "lineno": 27 + } + ], + "nltk.classify.naivebayes": [ + { + "from_module": "nltk.classify.naivebayes", + "imports": "nltk.classify.api.ClassifierI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.api", + "symbol_part": "ClassifierI", + "lineno": 35 + }, + { + "from_module": "nltk.classify.naivebayes", + "imports": "nltk.probability.DictionaryProbDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "DictionaryProbDist", + "lineno": 36 + }, + { + "from_module": "nltk.classify.naivebayes", + "imports": "nltk.probability.ELEProbDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "ELEProbDist", + "lineno": 36 + }, + { + "from_module": "nltk.classify.naivebayes", + "imports": "nltk.probability.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "FreqDist", + "lineno": 36 + }, + { + "from_module": "nltk.classify.naivebayes", + "imports": "nltk.probability.sum_logs", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "sum_logs", + "lineno": 36 + }, + { + "from_module": "nltk.classify.naivebayes", + "imports": "nltk.classify.util.names_demo", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "names_demo", + "lineno": 253 + } + ], + "nltk.classify.positivenaivebayes": [ + { + "from_module": "nltk.classify.positivenaivebayes", + "imports": "nltk.classify.naivebayes.NaiveBayesClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.naivebayes", + "symbol_part": "NaiveBayesClassifier", + "lineno": 80 + }, + { + "from_module": "nltk.classify.positivenaivebayes", + "imports": "nltk.probability.DictionaryProbDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "DictionaryProbDist", + "lineno": 81 + }, + { + "from_module": "nltk.classify.positivenaivebayes", + "imports": "nltk.probability.ELEProbDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "ELEProbDist", + "lineno": 81 + }, + { + "from_module": "nltk.classify.positivenaivebayes", + "imports": "nltk.probability.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "FreqDist", + "lineno": 81 + }, + { + "from_module": "nltk.classify.positivenaivebayes", + "imports": "nltk.classify.util.partial_names_demo", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "partial_names_demo", + "lineno": 177 + } + ], + "nltk.classify.rte_classify": [ + { + "from_module": "nltk.classify.rte_classify", + "imports": "nltk.classify.maxent.MaxentClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.maxent", + "symbol_part": "MaxentClassifier", + "lineno": 20 + }, + { + "from_module": "nltk.classify.rte_classify", + "imports": "nltk.classify.util.accuracy", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "accuracy", + "lineno": 21 + }, + { + "from_module": "nltk.classify.rte_classify", + "imports": "nltk.tokenize.RegexpTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "RegexpTokenizer", + "lineno": 22 + }, + { + "from_module": "nltk.classify.rte_classify", + "imports": "nltk.corpus.wordnet", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "wordnet", + "lineno": 130 + }, + { + "from_module": "nltk.classify.rte_classify", + "imports": "nltk.corpus.rte", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "rte", + "lineno": 156 + } + ], + "nltk.classify.scikitlearn": [ + { + "from_module": "nltk.classify.scikitlearn", + "imports": "nltk.classify.api.ClassifierI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.api", + "symbol_part": "ClassifierI", + "lineno": 34 + }, + { + "from_module": "nltk.classify.scikitlearn", + "imports": "nltk.probability.DictionaryProbDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "DictionaryProbDist", + "lineno": 35 + }, + { + "from_module": "nltk.classify.scikitlearn", + "imports": "nltk.classify.util.names_demo", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "names_demo", + "lineno": 127 + }, + { + "from_module": "nltk.classify.scikitlearn", + "imports": "nltk.classify.util.names_demo_features", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "names_demo_features", + "lineno": 127 + } + ], + "nltk.classify.senna": [ + { + "from_module": "nltk.classify.senna", + "imports": "nltk.tag.api.TaggerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.api", + "symbol_part": "TaggerI", + "lineno": 44 + } + ], + "nltk.classify.svm": [], + "nltk.classify.tadm": [ + { + "from_module": "nltk.classify.tadm", + "imports": "nltk.internals.find_binary", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_binary", + "lineno": 11 + }, + { + "from_module": "nltk.classify.tadm", + "imports": "nltk.classify.maxent.TadmMaxentClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.maxent", + "symbol_part": "TadmMaxentClassifier", + "lineno": 96 + }, + { + "from_module": "nltk.classify.tadm", + "imports": "nltk.classify.util.names_demo", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "names_demo", + "lineno": 97 + }, + { + "from_module": "nltk.classify.tadm", + "imports": "nltk.classify.maxent.TadmEventMaxentFeatureEncoding", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.maxent", + "symbol_part": "TadmEventMaxentFeatureEncoding", + "lineno": 105 + } + ], + "nltk.classify.textcat": [ + { + "from_module": "nltk.classify.textcat", + "imports": "nltk.util.trigrams", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "trigrams", + "lineno": 32 + }, + { + "from_module": "nltk.classify.textcat", + "imports": "nltk.corpus.crubadan", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "crubadan", + "lineno": 64 + }, + { + "from_module": "nltk.classify.textcat", + "imports": "nltk.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "FreqDist", + "lineno": 77 + }, + { + "from_module": "nltk.classify.textcat", + "imports": "nltk.word_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "word_tokenize", + "lineno": 77 + }, + { + "from_module": "nltk.classify.textcat", + "imports": "nltk.corpus.udhr", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "udhr", + "lineno": 219 + } + ], + "nltk.classify.util": [ + { + "from_module": "nltk.classify.util", + "imports": "nltk.classify.util", + "type": "import", + "lineno": 16 + }, + { + "from_module": "nltk.classify.util", + "imports": "nltk.util.LazyMap", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "LazyMap", + "lineno": 17 + }, + { + "from_module": "nltk.classify.util", + "imports": "nltk.corpus.names", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "names", + "lineno": 187 + }, + { + "from_module": "nltk.classify.util", + "imports": "nltk.corpus.names", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "names", + "lineno": 234 + }, + { + "from_module": "nltk.classify.util", + "imports": "nltk.corpus.senseval", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "senseval", + "lineno": 293 + } + ], + "nltk.classify.weka": [ + { + "from_module": "nltk.classify.weka", + "imports": "nltk.classify.api.ClassifierI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.api", + "symbol_part": "ClassifierI", + "lineno": 20 + }, + { + "from_module": "nltk.classify.weka", + "imports": "nltk.internals.config_java", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "config_java", + "lineno": 21 + }, + { + "from_module": "nltk.classify.weka", + "imports": "nltk.internals.java", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "java", + "lineno": 21 + }, + { + "from_module": "nltk.classify.weka", + "imports": "nltk.probability.DictionaryProbDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "DictionaryProbDist", + "lineno": 22 + }, + { + "from_module": "nltk.classify.weka", + "imports": "nltk.classify.util.binary_names_demo_features", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "binary_names_demo_features", + "lineno": 372 + }, + { + "from_module": "nltk.classify.weka", + "imports": "nltk.classify.util.names_demo", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "names_demo", + "lineno": 372 + } + ], + "nltk.classify": [ + { + "from_module": "nltk.classify", + "imports": "nltk.classify.api.ClassifierI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.api", + "symbol_part": "ClassifierI", + "lineno": 85 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.api.MultiClassifierI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.api", + "symbol_part": "MultiClassifierI", + "lineno": 85 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.decisiontree.DecisionTreeClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.decisiontree", + "symbol_part": "DecisionTreeClassifier", + "lineno": 86 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.maxent.BinaryMaxentFeatureEncoding", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.maxent", + "symbol_part": "BinaryMaxentFeatureEncoding", + "lineno": 87 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.maxent.ConditionalExponentialClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.maxent", + "symbol_part": "ConditionalExponentialClassifier", + "lineno": 87 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.maxent.MaxentClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.maxent", + "symbol_part": "MaxentClassifier", + "lineno": 87 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.maxent.TypedMaxentFeatureEncoding", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.maxent", + "symbol_part": "TypedMaxentFeatureEncoding", + "lineno": 87 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.megam.call_megam", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.megam", + "symbol_part": "call_megam", + "lineno": 93 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.megam.config_megam", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.megam", + "symbol_part": "config_megam", + "lineno": 93 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.naivebayes.NaiveBayesClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.naivebayes", + "symbol_part": "NaiveBayesClassifier", + "lineno": 94 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.positivenaivebayes.PositiveNaiveBayesClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.positivenaivebayes", + "symbol_part": "PositiveNaiveBayesClassifier", + "lineno": 95 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.rte_classify.RTEFeatureExtractor", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.rte_classify", + "symbol_part": "RTEFeatureExtractor", + "lineno": 96 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.rte_classify.rte_classifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.rte_classify", + "symbol_part": "rte_classifier", + "lineno": 96 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.rte_classify.rte_features", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.rte_classify", + "symbol_part": "rte_features", + "lineno": 96 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.scikitlearn.SklearnClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.scikitlearn", + "symbol_part": "SklearnClassifier", + "lineno": 97 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.senna.Senna", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.senna", + "symbol_part": "Senna", + "lineno": 98 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.textcat.TextCat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.textcat", + "symbol_part": "TextCat", + "lineno": 99 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.util.accuracy", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "accuracy", + "lineno": 100 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.util.apply_features", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "apply_features", + "lineno": 100 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.util.log_likelihood", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "log_likelihood", + "lineno": 100 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.weka.WekaClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.weka", + "symbol_part": "WekaClassifier", + "lineno": 101 + }, + { + "from_module": "nltk.classify", + "imports": "nltk.classify.weka.config_weka", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.weka", + "symbol_part": "config_weka", + "lineno": 101 + } + ], + "nltk.cluster.api": [ + { + "from_module": "nltk.cluster.api", + "imports": "nltk.probability.DictionaryProbDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "DictionaryProbDist", + "lineno": 11 + } + ], + "nltk.cluster.em": [ + { + "from_module": "nltk.cluster.em", + "imports": "nltk.cluster.util.VectorSpaceClusterer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.cluster.util", + "symbol_part": "VectorSpaceClusterer", + "lineno": 13 + }, + { + "from_module": "nltk.cluster.em", + "imports": "nltk.cluster", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "cluster", + "lineno": 184 + } + ], + "nltk.cluster.gaac": [ + { + "from_module": "nltk.cluster.gaac", + "imports": "nltk.cluster.util.Dendrogram", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.cluster.util", + "symbol_part": "Dendrogram", + "lineno": 13 + }, + { + "from_module": "nltk.cluster.gaac", + "imports": "nltk.cluster.util.VectorSpaceClusterer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.cluster.util", + "symbol_part": "VectorSpaceClusterer", + "lineno": 13 + }, + { + "from_module": "nltk.cluster.gaac", + "imports": "nltk.cluster.util.cosine_distance", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.cluster.util", + "symbol_part": "cosine_distance", + "lineno": 13 + }, + { + "from_module": "nltk.cluster.gaac", + "imports": "nltk.cluster.GAAClusterer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.cluster", + "symbol_part": "GAAClusterer", + "lineno": 145 + } + ], + "nltk.cluster.kmeans": [ + { + "from_module": "nltk.cluster.kmeans", + "imports": "nltk.cluster.util.VectorSpaceClusterer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.cluster.util", + "symbol_part": "VectorSpaceClusterer", + "lineno": 18 + }, + { + "from_module": "nltk.cluster.kmeans", + "imports": "nltk.cluster.KMeansClusterer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.cluster", + "symbol_part": "KMeansClusterer", + "lineno": 197 + }, + { + "from_module": "nltk.cluster.kmeans", + "imports": "nltk.cluster.euclidean_distance", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.cluster", + "symbol_part": "euclidean_distance", + "lineno": 197 + } + ], + "nltk.cluster.util": [ + { + "from_module": "nltk.cluster.util", + "imports": "nltk.cluster.api.ClusterI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.cluster.api", + "symbol_part": "ClusterI", + "lineno": 18 + } + ], + "nltk.cluster": [ + { + "from_module": "nltk.cluster", + "imports": "nltk.cluster.em.EMClusterer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.cluster.em", + "symbol_part": "EMClusterer", + "lineno": 84 + }, + { + "from_module": "nltk.cluster", + "imports": "nltk.cluster.gaac.GAAClusterer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.cluster.gaac", + "symbol_part": "GAAClusterer", + "lineno": 85 + }, + { + "from_module": "nltk.cluster", + "imports": "nltk.cluster.kmeans.KMeansClusterer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.cluster.kmeans", + "symbol_part": "KMeansClusterer", + "lineno": 86 + }, + { + "from_module": "nltk.cluster", + "imports": "nltk.cluster.util.Dendrogram", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.cluster.util", + "symbol_part": "Dendrogram", + "lineno": 87 + }, + { + "from_module": "nltk.cluster", + "imports": "nltk.cluster.util.VectorSpaceClusterer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.cluster.util", + "symbol_part": "VectorSpaceClusterer", + "lineno": 87 + }, + { + "from_module": "nltk.cluster", + "imports": "nltk.cluster.util.cosine_distance", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.cluster.util", + "symbol_part": "cosine_distance", + "lineno": 87 + }, + { + "from_module": "nltk.cluster", + "imports": "nltk.cluster.util.euclidean_distance", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.cluster.util", + "symbol_part": "euclidean_distance", + "lineno": 87 + } + ], + "nltk.corpus.europarl_raw": [ + { + "from_module": "nltk.corpus.europarl_raw", + "imports": "nltk.corpus.reader.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "*", + "lineno": 10 + }, + { + "from_module": "nltk.corpus.europarl_raw", + "imports": "nltk.corpus.util.LazyCorpusLoader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.util", + "symbol_part": "LazyCorpusLoader", + "lineno": 11 + } + ], + "nltk.corpus.util": [ + { + "from_module": "nltk.corpus.util", + "imports": "nltk", + "type": "import", + "lineno": 16 + }, + { + "from_module": "nltk.corpus.util", + "imports": "nltk.corpus.reader.api.CorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "CorpusReader", + "lineno": 53 + } + ], + "nltk.corpus": [ + { + "from_module": "nltk.corpus", + "imports": "nltk.corpus.reader.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "*", + "lineno": 64 + }, + { + "from_module": "nltk.corpus", + "imports": "nltk.corpus.util.LazyCorpusLoader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.util", + "symbol_part": "LazyCorpusLoader", + "lineno": 65 + }, + { + "from_module": "nltk.corpus", + "imports": "nltk.tokenize.RegexpTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "RegexpTokenizer", + "lineno": 66 + } + ], + "nltk.corpus.reader.aligned": [ + { + "from_module": "nltk.corpus.reader.aligned", + "imports": "nltk.corpus.reader.api.CorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "CorpusReader", + "lineno": 8 + }, + { + "from_module": "nltk.corpus.reader.aligned", + "imports": "nltk.corpus.reader.util.StreamBackedCorpusView", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "StreamBackedCorpusView", + "lineno": 9 + }, + { + "from_module": "nltk.corpus.reader.aligned", + "imports": "nltk.corpus.reader.util.concat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "concat", + "lineno": 9 + }, + { + "from_module": "nltk.corpus.reader.aligned", + "imports": "nltk.corpus.reader.util.read_alignedsent_block", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "read_alignedsent_block", + "lineno": 9 + }, + { + "from_module": "nltk.corpus.reader.aligned", + "imports": "nltk.tokenize.RegexpTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "RegexpTokenizer", + "lineno": 14 + }, + { + "from_module": "nltk.corpus.reader.aligned", + "imports": "nltk.tokenize.WhitespaceTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "WhitespaceTokenizer", + "lineno": 14 + }, + { + "from_module": "nltk.corpus.reader.aligned", + "imports": "nltk.translate.AlignedSent", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "AlignedSent", + "lineno": 15 + }, + { + "from_module": "nltk.corpus.reader.aligned", + "imports": "nltk.translate.Alignment", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "Alignment", + "lineno": 15 + } + ], + "nltk.corpus.reader.api": [ + { + "from_module": "nltk.corpus.reader.api", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 18 + }, + { + "from_module": "nltk.corpus.reader.api", + "imports": "nltk.data.FileSystemPathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "FileSystemPathPointer", + "lineno": 19 + }, + { + "from_module": "nltk.corpus.reader.api", + "imports": "nltk.data.PathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "PathPointer", + "lineno": 19 + }, + { + "from_module": "nltk.corpus.reader.api", + "imports": "nltk.data.ZipFilePathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "ZipFilePathPointer", + "lineno": 19 + }, + { + "from_module": "nltk.corpus.reader.api", + "imports": "nltk.pathsec.validate_path", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.pathsec", + "symbol_part": "validate_path", + "lineno": 234 + } + ], + "nltk.corpus.reader.bcp47": [ + { + "from_module": "nltk.corpus.reader.bcp47", + "imports": "nltk.corpus.reader.CorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "CorpusReader", + "lineno": 12 + } + ], + "nltk.corpus.reader.bnc": [ + { + "from_module": "nltk.corpus.reader.bnc", + "imports": "nltk.corpus.reader.util.concat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "concat", + "lineno": 10 + }, + { + "from_module": "nltk.corpus.reader.bnc", + "imports": "nltk.corpus.reader.xmldocs.ElementTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.xmldocs", + "symbol_part": "ElementTree", + "lineno": 11 + }, + { + "from_module": "nltk.corpus.reader.bnc", + "imports": "nltk.corpus.reader.xmldocs.XMLCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.xmldocs", + "symbol_part": "XMLCorpusReader", + "lineno": 11 + }, + { + "from_module": "nltk.corpus.reader.bnc", + "imports": "nltk.corpus.reader.xmldocs.XMLCorpusView", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.xmldocs", + "symbol_part": "XMLCorpusView", + "lineno": 11 + } + ], + "nltk.corpus.reader.bracket_parse": [ + { + "from_module": "nltk.corpus.reader.bracket_parse", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 14 + }, + { + "from_module": "nltk.corpus.reader.bracket_parse", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 15 + }, + { + "from_module": "nltk.corpus.reader.bracket_parse", + "imports": "nltk.tag.map_tag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "map_tag", + "lineno": 16 + }, + { + "from_module": "nltk.corpus.reader.bracket_parse", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 17 + } + ], + "nltk.corpus.reader.categorized_sents": [ + { + "from_module": "nltk.corpus.reader.categorized_sents", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 38 + }, + { + "from_module": "nltk.corpus.reader.categorized_sents", + "imports": "nltk.tokenize.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "*", + "lineno": 39 + } + ], + "nltk.corpus.reader.chasen": [ + { + "from_module": "nltk.corpus.reader.chasen", + "imports": "nltk.corpus.reader.util", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "util", + "lineno": 9 + }, + { + "from_module": "nltk.corpus.reader.chasen", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 10 + }, + { + "from_module": "nltk.corpus.reader.chasen", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 11 + }, + { + "from_module": "nltk.corpus.reader.chasen", + "imports": "nltk", + "type": "import", + "lineno": 130 + }, + { + "from_module": "nltk.corpus.reader.chasen", + "imports": "nltk.corpus.util.LazyCorpusLoader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.util", + "symbol_part": "LazyCorpusLoader", + "lineno": 131 + }, + { + "from_module": "nltk.corpus.reader.chasen", + "imports": "nltk.corpus.util.LazyCorpusLoader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.util", + "symbol_part": "LazyCorpusLoader", + "lineno": 145 + } + ], + "nltk.corpus.reader.childes": [ + { + "from_module": "nltk.corpus.reader.childes", + "imports": "nltk.corpus.reader.util.concat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "concat", + "lineno": 18 + }, + { + "from_module": "nltk.corpus.reader.childes", + "imports": "nltk.corpus.reader.xmldocs.ElementTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.xmldocs", + "symbol_part": "ElementTree", + "lineno": 19 + }, + { + "from_module": "nltk.corpus.reader.childes", + "imports": "nltk.corpus.reader.xmldocs.XMLCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.xmldocs", + "symbol_part": "XMLCorpusReader", + "lineno": 19 + }, + { + "from_module": "nltk.corpus.reader.childes", + "imports": "nltk.util.LazyConcatenation", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "LazyConcatenation", + "lineno": 20 + }, + { + "from_module": "nltk.corpus.reader.childes", + "imports": "nltk.util.LazyMap", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "LazyMap", + "lineno": 20 + }, + { + "from_module": "nltk.corpus.reader.childes", + "imports": "nltk.util.flatten", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "flatten", + "lineno": 20 + }, + { + "from_module": "nltk.corpus.reader.childes", + "imports": "nltk.data.find", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "find", + "lineno": 572 + } + ], + "nltk.corpus.reader.chunked": [ + { + "from_module": "nltk.corpus.reader.chunked", + "imports": "nltk", + "type": "import", + "lineno": 17 + }, + { + "from_module": "nltk.corpus.reader.chunked", + "imports": "nltk.chunk.tagstr2tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.chunk", + "symbol_part": "tagstr2tree", + "lineno": 18 + }, + { + "from_module": "nltk.corpus.reader.chunked", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 19 + }, + { + "from_module": "nltk.corpus.reader.chunked", + "imports": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.bracket_parse", + "symbol_part": "BracketParseCorpusReader", + "lineno": 20 + }, + { + "from_module": "nltk.corpus.reader.chunked", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 21 + }, + { + "from_module": "nltk.corpus.reader.chunked", + "imports": "nltk.tokenize.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "*", + "lineno": 22 + }, + { + "from_module": "nltk.corpus.reader.chunked", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 23 + } + ], + "nltk.corpus.reader.cmudict": [ + { + "from_module": "nltk.corpus.reader.cmudict", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 48 + }, + { + "from_module": "nltk.corpus.reader.cmudict", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 49 + }, + { + "from_module": "nltk.corpus.reader.cmudict", + "imports": "nltk.util.Index", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "Index", + "lineno": 50 + } + ], + "nltk.corpus.reader.comparative_sents": [ + { + "from_module": "nltk.corpus.reader.comparative_sents", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 38 + }, + { + "from_module": "nltk.corpus.reader.comparative_sents", + "imports": "nltk.tokenize.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "*", + "lineno": 39 + } + ], + "nltk.corpus.reader.conll": [ + { + "from_module": "nltk.corpus.reader.conll", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 15 + }, + { + "from_module": "nltk.corpus.reader.conll", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 16 + }, + { + "from_module": "nltk.corpus.reader.conll", + "imports": "nltk.tag.map_tag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "map_tag", + "lineno": 17 + }, + { + "from_module": "nltk.corpus.reader.conll", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 18 + }, + { + "from_module": "nltk.corpus.reader.conll", + "imports": "nltk.util.LazyConcatenation", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "LazyConcatenation", + "lineno": 19 + }, + { + "from_module": "nltk.corpus.reader.conll", + "imports": "nltk.util.LazyMap", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "LazyMap", + "lineno": 19 + } + ], + "nltk.corpus.reader.crubadan": [ + { + "from_module": "nltk.corpus.reader.crubadan", + "imports": "nltk.corpus.reader.CorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "CorpusReader", + "lineno": 24 + }, + { + "from_module": "nltk.corpus.reader.crubadan", + "imports": "nltk.data.ZipFilePathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "ZipFilePathPointer", + "lineno": 25 + }, + { + "from_module": "nltk.corpus.reader.crubadan", + "imports": "nltk.probability.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "FreqDist", + "lineno": 26 + } + ], + "nltk.corpus.reader.dependency": [ + { + "from_module": "nltk.corpus.reader.dependency", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 10 + }, + { + "from_module": "nltk.corpus.reader.dependency", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 11 + }, + { + "from_module": "nltk.corpus.reader.dependency", + "imports": "nltk.parse.DependencyGraph", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "DependencyGraph", + "lineno": 12 + }, + { + "from_module": "nltk.corpus.reader.dependency", + "imports": "nltk.tokenize.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "*", + "lineno": 13 + } + ], + "nltk.corpus.reader.framenet": [ + { + "from_module": "nltk.corpus.reader.framenet", + "imports": "nltk.corpus.reader.XMLCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "XMLCorpusReader", + "lineno": 26 + }, + { + "from_module": "nltk.corpus.reader.framenet", + "imports": "nltk.corpus.reader.XMLCorpusView", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "XMLCorpusView", + "lineno": 26 + }, + { + "from_module": "nltk.corpus.reader.framenet", + "imports": "nltk.util.LazyConcatenation", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "LazyConcatenation", + "lineno": 27 + }, + { + "from_module": "nltk.corpus.reader.framenet", + "imports": "nltk.util.LazyIteratorList", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "LazyIteratorList", + "lineno": 27 + }, + { + "from_module": "nltk.corpus.reader.framenet", + "imports": "nltk.util.LazyMap", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "LazyMap", + "lineno": 27 + }, + { + "from_module": "nltk.corpus.reader.framenet", + "imports": "nltk.corpus.framenet", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "framenet", + "lineno": 3347 + } + ], + "nltk.corpus.reader.ieer": [ + { + "from_module": "nltk.corpus.reader.ieer", + "imports": "nltk", + "type": "import", + "lineno": 24 + }, + { + "from_module": "nltk.corpus.reader.ieer", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 25 + } + ], + "nltk.corpus.reader.indian": [ + { + "from_module": "nltk.corpus.reader.indian", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 21 + }, + { + "from_module": "nltk.corpus.reader.indian", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 22 + }, + { + "from_module": "nltk.corpus.reader.indian", + "imports": "nltk.tag.map_tag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "map_tag", + "lineno": 23 + }, + { + "from_module": "nltk.corpus.reader.indian", + "imports": "nltk.tag.str2tuple", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "str2tuple", + "lineno": 23 + } + ], + "nltk.corpus.reader.ipipan": [ + { + "from_module": "nltk.corpus.reader.ipipan", + "imports": "nltk.corpus.reader.api.CorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "CorpusReader", + "lineno": 10 + }, + { + "from_module": "nltk.corpus.reader.ipipan", + "imports": "nltk.corpus.reader.util.StreamBackedCorpusView", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "StreamBackedCorpusView", + "lineno": 11 + }, + { + "from_module": "nltk.corpus.reader.ipipan", + "imports": "nltk.corpus.reader.util.concat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "concat", + "lineno": 11 + } + ], + "nltk.corpus.reader.knbc": [ + { + "from_module": "nltk.corpus.reader.knbc", + "imports": "nltk.corpus.reader.api.CorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "CorpusReader", + "lineno": 12 + }, + { + "from_module": "nltk.corpus.reader.knbc", + "imports": "nltk.corpus.reader.api.SyntaxCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "SyntaxCorpusReader", + "lineno": 12 + }, + { + "from_module": "nltk.corpus.reader.knbc", + "imports": "nltk.corpus.reader.util.FileSystemPathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "FileSystemPathPointer", + "lineno": 13 + }, + { + "from_module": "nltk.corpus.reader.knbc", + "imports": "nltk.corpus.reader.util.find_corpus_fileids", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "find_corpus_fileids", + "lineno": 13 + }, + { + "from_module": "nltk.corpus.reader.knbc", + "imports": "nltk.corpus.reader.util.read_blankline_block", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "read_blankline_block", + "lineno": 13 + }, + { + "from_module": "nltk.corpus.reader.knbc", + "imports": "nltk.parse.DependencyGraph", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "DependencyGraph", + "lineno": 18 + }, + { + "from_module": "nltk.corpus.reader.knbc", + "imports": "nltk", + "type": "import", + "lineno": 133 + }, + { + "from_module": "nltk.corpus.reader.knbc", + "imports": "nltk.corpus.util.LazyCorpusLoader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.util", + "symbol_part": "LazyCorpusLoader", + "lineno": 134 + }, + { + "from_module": "nltk.corpus.reader.knbc", + "imports": "nltk.corpus.util.LazyCorpusLoader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.util", + "symbol_part": "LazyCorpusLoader", + "lineno": 174 + } + ], + "nltk.corpus.reader.lin": [ + { + "from_module": "nltk.corpus.reader.lin", + "imports": "nltk.corpus.reader.CorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "CorpusReader", + "lineno": 12 + }, + { + "from_module": "nltk.corpus.reader.lin", + "imports": "nltk.corpus.lin_thesaurus", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "lin_thesaurus", + "lineno": 162 + } + ], + "nltk.corpus.reader.markdown": [ + { + "from_module": "nltk.corpus.reader.markdown", + "imports": "nltk.corpus.reader.api.CategorizedCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "CategorizedCorpusReader", + "lineno": 4 + }, + { + "from_module": "nltk.corpus.reader.markdown", + "imports": "nltk.corpus.reader.plaintext.PlaintextCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.plaintext", + "symbol_part": "PlaintextCorpusReader", + "lineno": 5 + }, + { + "from_module": "nltk.corpus.reader.markdown", + "imports": "nltk.corpus.reader.util.concat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "concat", + "lineno": 6 + }, + { + "from_module": "nltk.corpus.reader.markdown", + "imports": "nltk.corpus.reader.util.read_blankline_block", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "read_blankline_block", + "lineno": 6 + }, + { + "from_module": "nltk.corpus.reader.markdown", + "imports": "nltk.tokenize.blankline_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "blankline_tokenize", + "lineno": 7 + }, + { + "from_module": "nltk.corpus.reader.markdown", + "imports": "nltk.tokenize.sent_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "sent_tokenize", + "lineno": 7 + }, + { + "from_module": "nltk.corpus.reader.markdown", + "imports": "nltk.tokenize.word_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "word_tokenize", + "lineno": 7 + } + ], + "nltk.corpus.reader.mte": [ + { + "from_module": "nltk.corpus.reader.mte", + "imports": "nltk.corpus.reader.TaggedCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "TaggedCorpusReader", + "lineno": 9 + }, + { + "from_module": "nltk.corpus.reader.mte", + "imports": "nltk.corpus.reader.concat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "concat", + "lineno": 9 + }, + { + "from_module": "nltk.corpus.reader.mte", + "imports": "nltk.corpus.reader.xmldocs.XMLCorpusView", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.xmldocs", + "symbol_part": "XMLCorpusView", + "lineno": 10 + } + ], + "nltk.corpus.reader.nkjp": [ + { + "from_module": "nltk.corpus.reader.nkjp", + "imports": "nltk.corpus.reader.util.concat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "concat", + "lineno": 13 + }, + { + "from_module": "nltk.corpus.reader.nkjp", + "imports": "nltk.corpus.reader.xmldocs.XMLCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.xmldocs", + "symbol_part": "XMLCorpusReader", + "lineno": 14 + }, + { + "from_module": "nltk.corpus.reader.nkjp", + "imports": "nltk.corpus.reader.xmldocs.XMLCorpusView", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.xmldocs", + "symbol_part": "XMLCorpusView", + "lineno": 14 + }, + { + "from_module": "nltk.corpus.reader.nkjp", + "imports": "nltk.pathsec.validate_path", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.pathsec", + "symbol_part": "validate_path", + "lineno": 111 + } + ], + "nltk.corpus.reader.nombank": [ + { + "from_module": "nltk.corpus.reader.nombank", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 12 + }, + { + "from_module": "nltk.corpus.reader.nombank", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 13 + }, + { + "from_module": "nltk.corpus.reader.nombank", + "imports": "nltk.internals.raise_unorderable_types", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "raise_unorderable_types", + "lineno": 14 + }, + { + "from_module": "nltk.corpus.reader.nombank", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 15 + } + ], + "nltk.corpus.reader.nps_chat": [ + { + "from_module": "nltk.corpus.reader.nps_chat", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 11 + }, + { + "from_module": "nltk.corpus.reader.nps_chat", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 12 + }, + { + "from_module": "nltk.corpus.reader.nps_chat", + "imports": "nltk.corpus.reader.xmldocs.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.xmldocs", + "symbol_part": "*", + "lineno": 13 + }, + { + "from_module": "nltk.corpus.reader.nps_chat", + "imports": "nltk.internals.ElementWrapper", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "ElementWrapper", + "lineno": 14 + }, + { + "from_module": "nltk.corpus.reader.nps_chat", + "imports": "nltk.tag.map_tag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "map_tag", + "lineno": 15 + }, + { + "from_module": "nltk.corpus.reader.nps_chat", + "imports": "nltk.util.LazyConcatenation", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "LazyConcatenation", + "lineno": 16 + } + ], + "nltk.corpus.reader.opinion_lexicon": [ + { + "from_module": "nltk.corpus.reader.opinion_lexicon", + "imports": "nltk.corpus.reader.WordListCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "WordListCorpusReader", + "lineno": 34 + }, + { + "from_module": "nltk.corpus.reader.opinion_lexicon", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 35 + } + ], + "nltk.corpus.reader.panlex_lite": [ + { + "from_module": "nltk.corpus.reader.panlex_lite", + "imports": "nltk.corpus.reader.api.CorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "CorpusReader", + "lineno": 17 + } + ], + "nltk.corpus.reader.panlex_swadesh": [ + { + "from_module": "nltk.corpus.reader.panlex_swadesh", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 13 + }, + { + "from_module": "nltk.corpus.reader.panlex_swadesh", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 14 + }, + { + "from_module": "nltk.corpus.reader.panlex_swadesh", + "imports": "nltk.corpus.reader.wordlist.WordListCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.wordlist", + "symbol_part": "WordListCorpusReader", + "lineno": 15 + }, + { + "from_module": "nltk.corpus.reader.panlex_swadesh", + "imports": "nltk.tokenize.line_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "line_tokenize", + "lineno": 16 + } + ], + "nltk.corpus.reader.pl196x": [ + { + "from_module": "nltk.corpus.reader.pl196x", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 8 + }, + { + "from_module": "nltk.corpus.reader.pl196x", + "imports": "nltk.corpus.reader.xmldocs.XMLCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.xmldocs", + "symbol_part": "XMLCorpusReader", + "lineno": 9 + } + ], + "nltk.corpus.reader.plaintext": [ + { + "from_module": "nltk.corpus.reader.plaintext", + "imports": "nltk.data", + "type": "import", + "lineno": 14 + }, + { + "from_module": "nltk.corpus.reader.plaintext", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 15 + }, + { + "from_module": "nltk.corpus.reader.plaintext", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 16 + }, + { + "from_module": "nltk.corpus.reader.plaintext", + "imports": "nltk.tokenize.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "*", + "lineno": 17 + } + ], + "nltk.corpus.reader.ppattach": [ + { + "from_module": "nltk.corpus.reader.ppattach", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 41 + }, + { + "from_module": "nltk.corpus.reader.ppattach", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 42 + } + ], + "nltk.corpus.reader.propbank": [ + { + "from_module": "nltk.corpus.reader.propbank", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 12 + }, + { + "from_module": "nltk.corpus.reader.propbank", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 13 + }, + { + "from_module": "nltk.corpus.reader.propbank", + "imports": "nltk.internals.raise_unorderable_types", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "raise_unorderable_types", + "lineno": 14 + }, + { + "from_module": "nltk.corpus.reader.propbank", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 15 + } + ], + "nltk.corpus.reader.pros_cons": [ + { + "from_module": "nltk.corpus.reader.pros_cons", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 30 + }, + { + "from_module": "nltk.corpus.reader.pros_cons", + "imports": "nltk.tokenize.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "*", + "lineno": 31 + } + ], + "nltk.corpus.reader.reviews": [ + { + "from_module": "nltk.corpus.reader.reviews", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 66 + }, + { + "from_module": "nltk.corpus.reader.reviews", + "imports": "nltk.tokenize.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "*", + "lineno": 67 + } + ], + "nltk.corpus.reader.rte": [ + { + "from_module": "nltk.corpus.reader.rte", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 35 + }, + { + "from_module": "nltk.corpus.reader.rte", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 36 + }, + { + "from_module": "nltk.corpus.reader.rte", + "imports": "nltk.corpus.reader.xmldocs.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.xmldocs", + "symbol_part": "*", + "lineno": 37 + } + ], + "nltk.corpus.reader.semcor": [ + { + "from_module": "nltk.corpus.reader.semcor", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 14 + }, + { + "from_module": "nltk.corpus.reader.semcor", + "imports": "nltk.corpus.reader.xmldocs.XMLCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.xmldocs", + "symbol_part": "XMLCorpusReader", + "lineno": 15 + }, + { + "from_module": "nltk.corpus.reader.semcor", + "imports": "nltk.corpus.reader.xmldocs.XMLCorpusView", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.xmldocs", + "symbol_part": "XMLCorpusView", + "lineno": 15 + }, + { + "from_module": "nltk.corpus.reader.semcor", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 16 + } + ], + "nltk.corpus.reader.senseval": [ + { + "from_module": "nltk.corpus.reader.senseval", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 28 + }, + { + "from_module": "nltk.corpus.reader.senseval", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 29 + }, + { + "from_module": "nltk.corpus.reader.senseval", + "imports": "nltk.tokenize.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "*", + "lineno": 30 + } + ], + "nltk.corpus.reader.sentiwordnet": [ + { + "from_module": "nltk.corpus.reader.sentiwordnet", + "imports": "nltk.corpus.reader.CorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "CorpusReader", + "lineno": 40 + }, + { + "from_module": "nltk.corpus.reader.sentiwordnet", + "imports": "nltk.corpus.wordnet", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "wordnet", + "lineno": 69 + }, + { + "from_module": "nltk.corpus.reader.sentiwordnet", + "imports": "nltk.corpus.wordnet", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "wordnet", + "lineno": 91 + }, + { + "from_module": "nltk.corpus.reader.sentiwordnet", + "imports": "nltk.corpus.wordnet", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "wordnet", + "lineno": 101 + } + ], + "nltk.corpus.reader.sinica_treebank": [ + { + "from_module": "nltk.corpus.reader.sinica_treebank", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 41 + }, + { + "from_module": "nltk.corpus.reader.sinica_treebank", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 42 + }, + { + "from_module": "nltk.corpus.reader.sinica_treebank", + "imports": "nltk.tag.map_tag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "map_tag", + "lineno": 43 + }, + { + "from_module": "nltk.corpus.reader.sinica_treebank", + "imports": "nltk.tree.sinica_parse", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "sinica_parse", + "lineno": 44 + } + ], + "nltk.corpus.reader.string_category": [ + { + "from_module": "nltk.corpus.reader.string_category", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 20 + }, + { + "from_module": "nltk.corpus.reader.string_category", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 23 + } + ], + "nltk.corpus.reader.switchboard": [ + { + "from_module": "nltk.corpus.reader.switchboard", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 9 + }, + { + "from_module": "nltk.corpus.reader.switchboard", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 10 + }, + { + "from_module": "nltk.corpus.reader.switchboard", + "imports": "nltk.tag.map_tag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "map_tag", + "lineno": 11 + }, + { + "from_module": "nltk.corpus.reader.switchboard", + "imports": "nltk.tag.str2tuple", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "str2tuple", + "lineno": 11 + } + ], + "nltk.corpus.reader.tagged": [ + { + "from_module": "nltk.corpus.reader.tagged", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 16 + }, + { + "from_module": "nltk.corpus.reader.tagged", + "imports": "nltk.corpus.reader.timit.read_timit_block", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.timit", + "symbol_part": "read_timit_block", + "lineno": 17 + }, + { + "from_module": "nltk.corpus.reader.tagged", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 18 + }, + { + "from_module": "nltk.corpus.reader.tagged", + "imports": "nltk.tag.map_tag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "map_tag", + "lineno": 19 + }, + { + "from_module": "nltk.corpus.reader.tagged", + "imports": "nltk.tag.str2tuple", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "str2tuple", + "lineno": 19 + }, + { + "from_module": "nltk.corpus.reader.tagged", + "imports": "nltk.tokenize.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "*", + "lineno": 20 + } + ], + "nltk.corpus.reader.timit": [ + { + "from_module": "nltk.corpus.reader.timit", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 124 + }, + { + "from_module": "nltk.corpus.reader.timit", + "imports": "nltk.internals.import_from_stdlib", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "import_from_stdlib", + "lineno": 125 + }, + { + "from_module": "nltk.corpus.reader.timit", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 126 + } + ], + "nltk.corpus.reader.toolbox": [ + { + "from_module": "nltk.corpus.reader.toolbox", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 15 + }, + { + "from_module": "nltk.corpus.reader.toolbox", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 16 + }, + { + "from_module": "nltk.corpus.reader.toolbox", + "imports": "nltk.toolbox.ToolboxData", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.toolbox", + "symbol_part": "ToolboxData", + "lineno": 17 + } + ], + "nltk.corpus.reader.twitter": [ + { + "from_module": "nltk.corpus.reader.twitter", + "imports": "nltk.corpus.reader.api.CorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "CorpusReader", + "lineno": 16 + }, + { + "from_module": "nltk.corpus.reader.twitter", + "imports": "nltk.corpus.reader.util.StreamBackedCorpusView", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "StreamBackedCorpusView", + "lineno": 17 + }, + { + "from_module": "nltk.corpus.reader.twitter", + "imports": "nltk.corpus.reader.util.ZipFilePathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "ZipFilePathPointer", + "lineno": 17 + }, + { + "from_module": "nltk.corpus.reader.twitter", + "imports": "nltk.corpus.reader.util.concat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "concat", + "lineno": 17 + }, + { + "from_module": "nltk.corpus.reader.twitter", + "imports": "nltk.tokenize.TweetTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "TweetTokenizer", + "lineno": 18 + } + ], + "nltk.corpus.reader.udhr": [ + { + "from_module": "nltk.corpus.reader.udhr", + "imports": "nltk.corpus.reader.plaintext.PlaintextCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.plaintext", + "symbol_part": "PlaintextCorpusReader", + "lineno": 5 + }, + { + "from_module": "nltk.corpus.reader.udhr", + "imports": "nltk.corpus.reader.util.find_corpus_fileids", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "find_corpus_fileids", + "lineno": 6 + } + ], + "nltk.corpus.reader.util": [ + { + "from_module": "nltk.corpus.reader.util", + "imports": "nltk.data.FileSystemPathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "FileSystemPathPointer", + "lineno": 17 + }, + { + "from_module": "nltk.corpus.reader.util", + "imports": "nltk.data.PathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "PathPointer", + "lineno": 17 + }, + { + "from_module": "nltk.corpus.reader.util", + "imports": "nltk.data.SeekableUnicodeStreamReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "SeekableUnicodeStreamReader", + "lineno": 17 + }, + { + "from_module": "nltk.corpus.reader.util", + "imports": "nltk.data.ZipFilePathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "ZipFilePathPointer", + "lineno": 17 + }, + { + "from_module": "nltk.corpus.reader.util", + "imports": "nltk.internals.slice_bounds", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "slice_bounds", + "lineno": 23 + }, + { + "from_module": "nltk.corpus.reader.util", + "imports": "nltk.pathsec.open", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.pathsec", + "symbol_part": "open", + "lineno": 24 + }, + { + "from_module": "nltk.corpus.reader.util", + "imports": "nltk.tokenize.wordpunct_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "wordpunct_tokenize", + "lineno": 25 + }, + { + "from_module": "nltk.corpus.reader.util", + "imports": "nltk.util.AbstractLazySequence", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "AbstractLazySequence", + "lineno": 26 + }, + { + "from_module": "nltk.corpus.reader.util", + "imports": "nltk.util.LazyConcatenation", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "LazyConcatenation", + "lineno": 26 + }, + { + "from_module": "nltk.corpus.reader.util", + "imports": "nltk.util.LazySubsequence", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "LazySubsequence", + "lineno": 26 + } + ], + "nltk.corpus.reader.verbnet": [ + { + "from_module": "nltk.corpus.reader.verbnet", + "imports": "nltk.corpus.reader.xmldocs.XMLCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.xmldocs", + "symbol_part": "XMLCorpusReader", + "lineno": 19 + } + ], + "nltk.corpus.reader.wordlist": [ + { + "from_module": "nltk.corpus.reader.wordlist", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 10 + }, + { + "from_module": "nltk.corpus.reader.wordlist", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 11 + }, + { + "from_module": "nltk.corpus.reader.wordlist", + "imports": "nltk.tokenize.line_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "line_tokenize", + "lineno": 12 + }, + { + "from_module": "nltk.corpus.reader.wordlist", + "imports": "nltk.huggingface.dataset.load_data", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.huggingface.dataset", + "symbol_part": "load_data", + "lineno": 22 + } + ], + "nltk.corpus.reader.wordnet": [ + { + "from_module": "nltk.corpus.reader.wordnet", + "imports": "nltk.corpus.reader.CorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "CorpusReader", + "lineno": 42 + }, + { + "from_module": "nltk.corpus.reader.wordnet", + "imports": "nltk.internals.deprecated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "deprecated", + "lineno": 43 + }, + { + "from_module": "nltk.corpus.reader.wordnet", + "imports": "nltk.probability.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "FreqDist", + "lineno": 44 + }, + { + "from_module": "nltk.corpus.reader.wordnet", + "imports": "nltk.tag.map_tag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "map_tag", + "lineno": 45 + }, + { + "from_module": "nltk.corpus.reader.wordnet", + "imports": "nltk.util.binary_search_file", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "binary_search_file", + "lineno": 46 + }, + { + "from_module": "nltk.corpus.reader.wordnet", + "imports": "nltk.util.acyclic_breadth_first", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "acyclic_breadth_first", + "lineno": 607 + }, + { + "from_module": "nltk.corpus.reader.wordnet", + "imports": "nltk.util.acyclic_depth_first", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "acyclic_depth_first", + "lineno": 613 + }, + { + "from_module": "nltk.corpus.reader.wordnet", + "imports": "nltk.util.unweighted_minimum_spanning_tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "unweighted_minimum_spanning_tree", + "lineno": 614 + }, + { + "from_module": "nltk.corpus.reader.wordnet", + "imports": "nltk.util.acyclic_branches_depth_first", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "acyclic_branches_depth_first", + "lineno": 662 + }, + { + "from_module": "nltk.corpus.reader.wordnet", + "imports": "nltk.corpus.CorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "CorpusReader", + "lineno": 1232 + }, + { + "from_module": "nltk.corpus.reader.wordnet", + "imports": "nltk.corpus.LazyCorpusLoader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "LazyCorpusLoader", + "lineno": 1232 + }, + { + "from_module": "nltk.corpus.reader.wordnet", + "imports": "nltk.corpus.extended_omw", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "extended_omw", + "lineno": 1377 + }, + { + "from_module": "nltk.corpus.reader.wordnet", + "imports": "nltk.util.edge_closure", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "edge_closure", + "lineno": 2374 + }, + { + "from_module": "nltk.corpus.reader.wordnet", + "imports": "nltk.util.edges2dot", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "edges2dot", + "lineno": 2374 + } + ], + "nltk.corpus.reader.xmldocs": [ + { + "from_module": "nltk.corpus.reader.xmldocs", + "imports": "nltk.corpus.reader.api.CorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "CorpusReader", + "lineno": 17 + }, + { + "from_module": "nltk.corpus.reader.xmldocs", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 18 + }, + { + "from_module": "nltk.corpus.reader.xmldocs", + "imports": "nltk.data.SeekableUnicodeStreamReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "SeekableUnicodeStreamReader", + "lineno": 19 + }, + { + "from_module": "nltk.corpus.reader.xmldocs", + "imports": "nltk.internals.ElementWrapper", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "ElementWrapper", + "lineno": 20 + }, + { + "from_module": "nltk.corpus.reader.xmldocs", + "imports": "nltk.tokenize.WordPunctTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "WordPunctTokenizer", + "lineno": 21 + } + ], + "nltk.corpus.reader.ycoe": [ + { + "from_module": "nltk.corpus.reader.ycoe", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 23 + }, + { + "from_module": "nltk.corpus.reader.ycoe", + "imports": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.bracket_parse", + "symbol_part": "BracketParseCorpusReader", + "lineno": 24 + }, + { + "from_module": "nltk.corpus.reader.ycoe", + "imports": "nltk.corpus.reader.tagged.TaggedCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.tagged", + "symbol_part": "TaggedCorpusReader", + "lineno": 25 + }, + { + "from_module": "nltk.corpus.reader.ycoe", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 26 + }, + { + "from_module": "nltk.corpus.reader.ycoe", + "imports": "nltk.tokenize.RegexpTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "RegexpTokenizer", + "lineno": 27 + } + ], + "nltk.corpus.reader": [ + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.plaintext.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.plaintext", + "symbol_part": "*", + "lineno": 57 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.util.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "*", + "lineno": 58 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.api.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "*", + "lineno": 59 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.tagged.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.tagged", + "symbol_part": "*", + "lineno": 60 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.cmudict.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.cmudict", + "symbol_part": "*", + "lineno": 61 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.conll.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.conll", + "symbol_part": "*", + "lineno": 62 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.chunked.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.chunked", + "symbol_part": "*", + "lineno": 63 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.wordlist.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.wordlist", + "symbol_part": "*", + "lineno": 64 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.xmldocs.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.xmldocs", + "symbol_part": "*", + "lineno": 65 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.ppattach.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.ppattach", + "symbol_part": "*", + "lineno": 66 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.senseval.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.senseval", + "symbol_part": "*", + "lineno": 67 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.ieer.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.ieer", + "symbol_part": "*", + "lineno": 68 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.sinica_treebank.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.sinica_treebank", + "symbol_part": "*", + "lineno": 69 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.bracket_parse.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.bracket_parse", + "symbol_part": "*", + "lineno": 70 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.indian.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.indian", + "symbol_part": "*", + "lineno": 71 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.toolbox.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.toolbox", + "symbol_part": "*", + "lineno": 72 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.timit.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.timit", + "symbol_part": "*", + "lineno": 73 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.ycoe.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.ycoe", + "symbol_part": "*", + "lineno": 74 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.rte.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.rte", + "symbol_part": "*", + "lineno": 75 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.string_category.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.string_category", + "symbol_part": "*", + "lineno": 76 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.propbank.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.propbank", + "symbol_part": "*", + "lineno": 77 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.verbnet.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.verbnet", + "symbol_part": "*", + "lineno": 78 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.bnc.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.bnc", + "symbol_part": "*", + "lineno": 79 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.nps_chat.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.nps_chat", + "symbol_part": "*", + "lineno": 80 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.wordnet.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.wordnet", + "symbol_part": "*", + "lineno": 81 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.switchboard.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.switchboard", + "symbol_part": "*", + "lineno": 82 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.dependency.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.dependency", + "symbol_part": "*", + "lineno": 83 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.nombank.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.nombank", + "symbol_part": "*", + "lineno": 84 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.ipipan.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.ipipan", + "symbol_part": "*", + "lineno": 85 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.pl196x.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.pl196x", + "symbol_part": "*", + "lineno": 86 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.knbc.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.knbc", + "symbol_part": "*", + "lineno": 87 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.chasen.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.chasen", + "symbol_part": "*", + "lineno": 88 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.childes.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.childes", + "symbol_part": "*", + "lineno": 89 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.aligned.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.aligned", + "symbol_part": "*", + "lineno": 90 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.lin.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.lin", + "symbol_part": "*", + "lineno": 91 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.semcor.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.semcor", + "symbol_part": "*", + "lineno": 92 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.framenet.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.framenet", + "symbol_part": "*", + "lineno": 93 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.udhr.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.udhr", + "symbol_part": "*", + "lineno": 94 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.bnc.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.bnc", + "symbol_part": "*", + "lineno": 95 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.sentiwordnet.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.sentiwordnet", + "symbol_part": "*", + "lineno": 96 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.twitter.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.twitter", + "symbol_part": "*", + "lineno": 97 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.nkjp.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.nkjp", + "symbol_part": "*", + "lineno": 98 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.crubadan.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.crubadan", + "symbol_part": "*", + "lineno": 99 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.mte.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.mte", + "symbol_part": "*", + "lineno": 100 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.reviews.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.reviews", + "symbol_part": "*", + "lineno": 101 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.opinion_lexicon.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.opinion_lexicon", + "symbol_part": "*", + "lineno": 102 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.pros_cons.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.pros_cons", + "symbol_part": "*", + "lineno": 103 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.categorized_sents.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.categorized_sents", + "symbol_part": "*", + "lineno": 104 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.comparative_sents.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.comparative_sents", + "symbol_part": "*", + "lineno": 105 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.panlex_lite.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.panlex_lite", + "symbol_part": "*", + "lineno": 106 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.panlex_swadesh.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.panlex_swadesh", + "symbol_part": "*", + "lineno": 107 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.bcp47.*", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.bcp47", + "symbol_part": "*", + "lineno": 108 + }, + { + "from_module": "nltk.corpus.reader", + "imports": "nltk.corpus.reader.bracket_parse", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "bracket_parse", + "lineno": 112 + } + ], + "nltk.draw.cfg": [ + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.draw.tree.TreeSegmentWidget", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.tree", + "symbol_part": "TreeSegmentWidget", + "lineno": 63 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.draw.tree.tree_to_treesegment", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.tree", + "symbol_part": "tree_to_treesegment", + "lineno": 63 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.draw.util.CanvasFrame", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "CanvasFrame", + "lineno": 64 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.draw.util.ColorizedList", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "ColorizedList", + "lineno": 64 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.draw.util.ShowText", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "ShowText", + "lineno": 64 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.draw.util.SymbolWidget", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "SymbolWidget", + "lineno": 64 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.draw.util.TextWidget", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "TextWidget", + "lineno": 64 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.grammar.CFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "CFG", + "lineno": 71 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.grammar.Nonterminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "Nonterminal", + "lineno": 71 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.grammar._read_cfg_production", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "_read_cfg_production", + "lineno": 71 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.grammar.nonterminals", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "nonterminals", + "lineno": 71 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 72 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.CFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "CFG", + "lineno": 731 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.Nonterminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "Nonterminal", + "lineno": 731 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.Production", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "Production", + "lineno": 731 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.CFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "CFG", + "lineno": 772 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.Nonterminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "Nonterminal", + "lineno": 772 + }, + { + "from_module": "nltk.draw.cfg", + "imports": "nltk.Production", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "Production", + "lineno": 812 + } + ], + "nltk.draw.dispersion": [ + { + "from_module": "nltk.draw.dispersion", + "imports": "nltk.corpus.gutenberg", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "gutenberg", + "lineno": 63 + } + ], + "nltk.draw.table": [ + { + "from_module": "nltk.draw.table", + "imports": "nltk.corpus.brown", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "brown", + "lineno": 1147 + }, + { + "from_module": "nltk.draw.table", + "imports": "nltk.corpus.wordnet", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "wordnet", + "lineno": 1147 + } + ], + "nltk.draw.tree": [ + { + "from_module": "nltk.draw.tree", + "imports": "nltk.draw.util.BoxWidget", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "BoxWidget", + "lineno": 14 + }, + { + "from_module": "nltk.draw.tree", + "imports": "nltk.draw.util.CanvasFrame", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "CanvasFrame", + "lineno": 14 + }, + { + "from_module": "nltk.draw.tree", + "imports": "nltk.draw.util.CanvasWidget", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "CanvasWidget", + "lineno": 14 + }, + { + "from_module": "nltk.draw.tree", + "imports": "nltk.draw.util.OvalWidget", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "OvalWidget", + "lineno": 14 + }, + { + "from_module": "nltk.draw.tree", + "imports": "nltk.draw.util.ParenWidget", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "ParenWidget", + "lineno": 14 + }, + { + "from_module": "nltk.draw.tree", + "imports": "nltk.draw.util.TextWidget", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "TextWidget", + "lineno": 14 + }, + { + "from_module": "nltk.draw.tree", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 22 + }, + { + "from_module": "nltk.draw.tree", + "imports": "nltk.util.in_idle", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "in_idle", + "lineno": 23 + } + ], + "nltk.draw.util": [ + { + "from_module": "nltk.draw.util", + "imports": "nltk.util.in_idle", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "in_idle", + "lineno": 55 + } + ], + "nltk.draw": [ + { + "from_module": "nltk.draw", + "imports": "nltk.draw.cfg.ProductionList", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.cfg", + "symbol_part": "ProductionList", + "lineno": 17 + }, + { + "from_module": "nltk.draw", + "imports": "nltk.draw.cfg.CFGEditor", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.cfg", + "symbol_part": "CFGEditor", + "lineno": 17 + }, + { + "from_module": "nltk.draw", + "imports": "nltk.draw.cfg.CFGDemo", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.cfg", + "symbol_part": "CFGDemo", + "lineno": 17 + }, + { + "from_module": "nltk.draw", + "imports": "nltk.draw.tree.TreeSegmentWidget", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.tree", + "symbol_part": "TreeSegmentWidget", + "lineno": 18 + }, + { + "from_module": "nltk.draw", + "imports": "nltk.draw.tree.tree_to_treesegment", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.tree", + "symbol_part": "tree_to_treesegment", + "lineno": 18 + }, + { + "from_module": "nltk.draw", + "imports": "nltk.draw.tree.TreeWidget", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.tree", + "symbol_part": "TreeWidget", + "lineno": 18 + }, + { + "from_module": "nltk.draw", + "imports": "nltk.draw.tree.TreeView", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.tree", + "symbol_part": "TreeView", + "lineno": 18 + }, + { + "from_module": "nltk.draw", + "imports": "nltk.draw.tree.draw_trees", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.tree", + "symbol_part": "draw_trees", + "lineno": 18 + }, + { + "from_module": "nltk.draw", + "imports": "nltk.draw.table.Table", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.table", + "symbol_part": "Table", + "lineno": 25 + }, + { + "from_module": "nltk.draw", + "imports": "nltk.draw.dispersion.dispersion_plot", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.dispersion", + "symbol_part": "dispersion_plot", + "lineno": 27 + } + ], + "nltk.huggingface.dataset": [ + { + "from_module": "nltk.huggingface.dataset", + "imports": "nltk.data.PathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "PathPointer", + "lineno": 250 + } + ], + "nltk.huggingface": [ + { + "from_module": "nltk.huggingface", + "imports": "nltk.huggingface.dataset.download", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.huggingface.dataset", + "symbol_part": "download", + "lineno": 7 + } + ], + "nltk.inference.api": [], + "nltk.inference.discourse": [ + { + "from_module": "nltk.inference.discourse", + "imports": "nltk.data.show_cfg", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "show_cfg", + "lineno": 51 + }, + { + "from_module": "nltk.inference.discourse", + "imports": "nltk.inference.mace.MaceCommand", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.mace", + "symbol_part": "MaceCommand", + "lineno": 52 + }, + { + "from_module": "nltk.inference.discourse", + "imports": "nltk.inference.prover9.Prover9Command", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.prover9", + "symbol_part": "Prover9Command", + "lineno": 53 + }, + { + "from_module": "nltk.inference.discourse", + "imports": "nltk.parse.load_parser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "load_parser", + "lineno": 54 + }, + { + "from_module": "nltk.inference.discourse", + "imports": "nltk.parse.malt.MaltParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.malt", + "symbol_part": "MaltParser", + "lineno": 55 + }, + { + "from_module": "nltk.inference.discourse", + "imports": "nltk.sem.drt.AnaphoraResolutionException", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.drt", + "symbol_part": "AnaphoraResolutionException", + "lineno": 56 + }, + { + "from_module": "nltk.inference.discourse", + "imports": "nltk.sem.drt.resolve_anaphora", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.drt", + "symbol_part": "resolve_anaphora", + "lineno": 56 + }, + { + "from_module": "nltk.inference.discourse", + "imports": "nltk.sem.glue.DrtGlue", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.glue", + "symbol_part": "DrtGlue", + "lineno": 57 + }, + { + "from_module": "nltk.inference.discourse", + "imports": "nltk.sem.logic.Expression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Expression", + "lineno": 58 + }, + { + "from_module": "nltk.inference.discourse", + "imports": "nltk.tag.RegexpTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "RegexpTagger", + "lineno": 59 + }, + { + "from_module": "nltk.inference.discourse", + "imports": "nltk.sem.root_semrep", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem", + "symbol_part": "root_semrep", + "lineno": 116 + }, + { + "from_module": "nltk.inference.discourse", + "imports": "nltk.sem.logic.Expression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Expression", + "lineno": 193 + }, + { + "from_module": "nltk.inference.discourse", + "imports": "nltk.sem.logic.Expression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Expression", + "lineno": 482 + }, + { + "from_module": "nltk.inference.discourse", + "imports": "nltk.data", + "type": "import", + "lineno": 598 + } + ], + "nltk.inference.mace": [ + { + "from_module": "nltk.inference.mace", + "imports": "nltk.inference.api.BaseModelBuilderCommand", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.api", + "symbol_part": "BaseModelBuilderCommand", + "lineno": 16 + }, + { + "from_module": "nltk.inference.mace", + "imports": "nltk.inference.api.ModelBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.api", + "symbol_part": "ModelBuilder", + "lineno": 16 + }, + { + "from_module": "nltk.inference.mace", + "imports": "nltk.inference.prover9.Prover9CommandParent", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.prover9", + "symbol_part": "Prover9CommandParent", + "lineno": 17 + }, + { + "from_module": "nltk.inference.mace", + "imports": "nltk.inference.prover9.Prover9Parent", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.prover9", + "symbol_part": "Prover9Parent", + "lineno": 17 + }, + { + "from_module": "nltk.inference.mace", + "imports": "nltk.sem.Expression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem", + "symbol_part": "Expression", + "lineno": 18 + }, + { + "from_module": "nltk.inference.mace", + "imports": "nltk.sem.Valuation", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem", + "symbol_part": "Valuation", + "lineno": 18 + }, + { + "from_module": "nltk.inference.mace", + "imports": "nltk.sem.logic.is_indvar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "is_indvar", + "lineno": 19 + } + ], + "nltk.inference.nonmonotonic": [ + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.inference.api.Prover", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.api", + "symbol_part": "Prover", + "lineno": 18 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.inference.api.ProverCommandDecorator", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.api", + "symbol_part": "ProverCommandDecorator", + "lineno": 18 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.inference.prover9.Prover9", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.prover9", + "symbol_part": "Prover9", + "lineno": 19 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.inference.prover9.Prover9Command", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.prover9", + "symbol_part": "Prover9Command", + "lineno": 19 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.sem.logic.AbstractVariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AbstractVariableExpression", + "lineno": 20 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.sem.logic.AllExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AllExpression", + "lineno": 20 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.sem.logic.AndExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AndExpression", + "lineno": 20 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.sem.logic.ApplicationExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ApplicationExpression", + "lineno": 20 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.sem.logic.BooleanExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "BooleanExpression", + "lineno": 20 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.sem.logic.EqualityExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "EqualityExpression", + "lineno": 20 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.sem.logic.ExistsExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ExistsExpression", + "lineno": 20 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.sem.logic.Expression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Expression", + "lineno": 20 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.sem.logic.ImpExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ImpExpression", + "lineno": 20 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.sem.logic.NegatedExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "NegatedExpression", + "lineno": 20 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.sem.logic.Variable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Variable", + "lineno": 20 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.sem.logic.VariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "VariableExpression", + "lineno": 20 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.sem.logic.operator", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "operator", + "lineno": 20 + }, + { + "from_module": "nltk.inference.nonmonotonic", + "imports": "nltk.sem.logic.unique_variable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "unique_variable", + "lineno": 20 + } + ], + "nltk.inference.prover9": [ + { + "from_module": "nltk.inference.prover9", + "imports": "nltk", + "type": "import", + "lineno": 16 + }, + { + "from_module": "nltk.inference.prover9", + "imports": "nltk.inference.api.BaseProverCommand", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.api", + "symbol_part": "BaseProverCommand", + "lineno": 17 + }, + { + "from_module": "nltk.inference.prover9", + "imports": "nltk.inference.api.Prover", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.api", + "symbol_part": "Prover", + "lineno": 17 + }, + { + "from_module": "nltk.inference.prover9", + "imports": "nltk.sem.logic.AllExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AllExpression", + "lineno": 18 + }, + { + "from_module": "nltk.inference.prover9", + "imports": "nltk.sem.logic.AndExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AndExpression", + "lineno": 18 + }, + { + "from_module": "nltk.inference.prover9", + "imports": "nltk.sem.logic.EqualityExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "EqualityExpression", + "lineno": 18 + }, + { + "from_module": "nltk.inference.prover9", + "imports": "nltk.sem.logic.ExistsExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ExistsExpression", + "lineno": 18 + }, + { + "from_module": "nltk.inference.prover9", + "imports": "nltk.sem.logic.Expression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Expression", + "lineno": 18 + }, + { + "from_module": "nltk.inference.prover9", + "imports": "nltk.sem.logic.IffExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "IffExpression", + "lineno": 18 + }, + { + "from_module": "nltk.inference.prover9", + "imports": "nltk.sem.logic.ImpExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ImpExpression", + "lineno": 18 + }, + { + "from_module": "nltk.inference.prover9", + "imports": "nltk.sem.logic.NegatedExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "NegatedExpression", + "lineno": 18 + }, + { + "from_module": "nltk.inference.prover9", + "imports": "nltk.sem.logic.OrExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "OrExpression", + "lineno": 18 + } + ], + "nltk.inference.resolution": [ + { + "from_module": "nltk.inference.resolution", + "imports": "nltk.inference.api.BaseProverCommand", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.api", + "symbol_part": "BaseProverCommand", + "lineno": 17 + }, + { + "from_module": "nltk.inference.resolution", + "imports": "nltk.inference.api.Prover", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.api", + "symbol_part": "Prover", + "lineno": 17 + }, + { + "from_module": "nltk.inference.resolution", + "imports": "nltk.sem.skolemize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem", + "symbol_part": "skolemize", + "lineno": 18 + }, + { + "from_module": "nltk.inference.resolution", + "imports": "nltk.sem.logic.AndExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AndExpression", + "lineno": 19 + }, + { + "from_module": "nltk.inference.resolution", + "imports": "nltk.sem.logic.ApplicationExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ApplicationExpression", + "lineno": 19 + }, + { + "from_module": "nltk.inference.resolution", + "imports": "nltk.sem.logic.EqualityExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "EqualityExpression", + "lineno": 19 + }, + { + "from_module": "nltk.inference.resolution", + "imports": "nltk.sem.logic.Expression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Expression", + "lineno": 19 + }, + { + "from_module": "nltk.inference.resolution", + "imports": "nltk.sem.logic.IndividualVariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "IndividualVariableExpression", + "lineno": 19 + }, + { + "from_module": "nltk.inference.resolution", + "imports": "nltk.sem.logic.NegatedExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "NegatedExpression", + "lineno": 19 + }, + { + "from_module": "nltk.inference.resolution", + "imports": "nltk.sem.logic.OrExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "OrExpression", + "lineno": 19 + }, + { + "from_module": "nltk.inference.resolution", + "imports": "nltk.sem.logic.Variable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Variable", + "lineno": 19 + }, + { + "from_module": "nltk.inference.resolution", + "imports": "nltk.sem.logic.VariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "VariableExpression", + "lineno": 19 + }, + { + "from_module": "nltk.inference.resolution", + "imports": "nltk.sem.logic.is_indvar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "is_indvar", + "lineno": 19 + }, + { + "from_module": "nltk.inference.resolution", + "imports": "nltk.sem.logic.unique_variable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "unique_variable", + "lineno": 19 + } + ], + "nltk.inference.tableau": [ + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.inference.api.BaseProverCommand", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.api", + "symbol_part": "BaseProverCommand", + "lineno": 13 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.inference.api.Prover", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.api", + "symbol_part": "Prover", + "lineno": 13 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.internals.Counter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "Counter", + "lineno": 14 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.sem.logic.AbstractVariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AbstractVariableExpression", + "lineno": 15 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.sem.logic.AllExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AllExpression", + "lineno": 15 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.sem.logic.AndExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AndExpression", + "lineno": 15 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.sem.logic.ApplicationExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ApplicationExpression", + "lineno": 15 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.sem.logic.EqualityExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "EqualityExpression", + "lineno": 15 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.sem.logic.ExistsExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ExistsExpression", + "lineno": 15 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.sem.logic.Expression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Expression", + "lineno": 15 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.sem.logic.FunctionVariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "FunctionVariableExpression", + "lineno": 15 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.sem.logic.IffExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "IffExpression", + "lineno": 15 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.sem.logic.ImpExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ImpExpression", + "lineno": 15 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.sem.logic.LambdaExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "LambdaExpression", + "lineno": 15 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.sem.logic.NegatedExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "NegatedExpression", + "lineno": 15 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.sem.logic.OrExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "OrExpression", + "lineno": 15 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.sem.logic.Variable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Variable", + "lineno": 15 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.sem.logic.VariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "VariableExpression", + "lineno": 15 + }, + { + "from_module": "nltk.inference.tableau", + "imports": "nltk.sem.logic.unique_variable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "unique_variable", + "lineno": 15 + } + ], + "nltk.inference": [ + { + "from_module": "nltk.inference", + "imports": "nltk.inference.api.ParallelProverBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.api", + "symbol_part": "ParallelProverBuilder", + "lineno": 14 + }, + { + "from_module": "nltk.inference", + "imports": "nltk.inference.api.ParallelProverBuilderCommand", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.api", + "symbol_part": "ParallelProverBuilderCommand", + "lineno": 14 + }, + { + "from_module": "nltk.inference", + "imports": "nltk.inference.discourse.CfgReadingCommand", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.discourse", + "symbol_part": "CfgReadingCommand", + "lineno": 15 + }, + { + "from_module": "nltk.inference", + "imports": "nltk.inference.discourse.DiscourseTester", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.discourse", + "symbol_part": "DiscourseTester", + "lineno": 15 + }, + { + "from_module": "nltk.inference", + "imports": "nltk.inference.discourse.DrtGlueReadingCommand", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.discourse", + "symbol_part": "DrtGlueReadingCommand", + "lineno": 15 + }, + { + "from_module": "nltk.inference", + "imports": "nltk.inference.discourse.ReadingCommand", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.discourse", + "symbol_part": "ReadingCommand", + "lineno": 15 + }, + { + "from_module": "nltk.inference", + "imports": "nltk.inference.mace.Mace", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.mace", + "symbol_part": "Mace", + "lineno": 21 + }, + { + "from_module": "nltk.inference", + "imports": "nltk.inference.mace.MaceCommand", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.mace", + "symbol_part": "MaceCommand", + "lineno": 21 + }, + { + "from_module": "nltk.inference", + "imports": "nltk.inference.prover9.Prover9", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.prover9", + "symbol_part": "Prover9", + "lineno": 22 + }, + { + "from_module": "nltk.inference", + "imports": "nltk.inference.prover9.Prover9Command", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.prover9", + "symbol_part": "Prover9Command", + "lineno": 22 + }, + { + "from_module": "nltk.inference", + "imports": "nltk.inference.resolution.ResolutionProver", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.resolution", + "symbol_part": "ResolutionProver", + "lineno": 23 + }, + { + "from_module": "nltk.inference", + "imports": "nltk.inference.resolution.ResolutionProverCommand", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.resolution", + "symbol_part": "ResolutionProverCommand", + "lineno": 23 + }, + { + "from_module": "nltk.inference", + "imports": "nltk.inference.tableau.TableauProver", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.tableau", + "symbol_part": "TableauProver", + "lineno": 24 + }, + { + "from_module": "nltk.inference", + "imports": "nltk.inference.tableau.TableauProverCommand", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference.tableau", + "symbol_part": "TableauProverCommand", + "lineno": 24 + } + ], + "nltk.lm.api": [ + { + "from_module": "nltk.lm.api", + "imports": "nltk.lm.counter.NgramCounter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.counter", + "symbol_part": "NgramCounter", + "lineno": 16 + }, + { + "from_module": "nltk.lm.api", + "imports": "nltk.lm.util.log_base2", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.util", + "symbol_part": "log_base2", + "lineno": 17 + }, + { + "from_module": "nltk.lm.api", + "imports": "nltk.lm.vocabulary.Vocabulary", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.vocabulary", + "symbol_part": "Vocabulary", + "lineno": 18 + } + ], + "nltk.lm.counter": [ + { + "from_module": "nltk.lm.counter", + "imports": "nltk.probability.ConditionalFreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "ConditionalFreqDist", + "lineno": 15 + }, + { + "from_module": "nltk.lm.counter", + "imports": "nltk.probability.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "FreqDist", + "lineno": 15 + } + ], + "nltk.lm.models": [ + { + "from_module": "nltk.lm.models", + "imports": "nltk.lm.api.LanguageModel", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.api", + "symbol_part": "LanguageModel", + "lineno": 10 + }, + { + "from_module": "nltk.lm.models", + "imports": "nltk.lm.api.Smoothing", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.api", + "symbol_part": "Smoothing", + "lineno": 10 + }, + { + "from_module": "nltk.lm.models", + "imports": "nltk.lm.smoothing.AbsoluteDiscounting", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.smoothing", + "symbol_part": "AbsoluteDiscounting", + "lineno": 11 + }, + { + "from_module": "nltk.lm.models", + "imports": "nltk.lm.smoothing.KneserNey", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.smoothing", + "symbol_part": "KneserNey", + "lineno": 11 + }, + { + "from_module": "nltk.lm.models", + "imports": "nltk.lm.smoothing.WittenBell", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.smoothing", + "symbol_part": "WittenBell", + "lineno": 11 + } + ], + "nltk.lm.preprocessing": [ + { + "from_module": "nltk.lm.preprocessing", + "imports": "nltk.util.everygrams", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "everygrams", + "lineno": 10 + }, + { + "from_module": "nltk.lm.preprocessing", + "imports": "nltk.util.pad_sequence", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "pad_sequence", + "lineno": 10 + } + ], + "nltk.lm.smoothing": [ + { + "from_module": "nltk.lm.smoothing", + "imports": "nltk.lm.api.Smoothing", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.api", + "symbol_part": "Smoothing", + "lineno": 15 + }, + { + "from_module": "nltk.lm.smoothing", + "imports": "nltk.probability.ConditionalFreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "ConditionalFreqDist", + "lineno": 16 + } + ], + "nltk.lm.util": [], + "nltk.lm.vocabulary": [], + "nltk.lm": [ + { + "from_module": "nltk.lm", + "imports": "nltk.lm.counter.NgramCounter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.counter", + "symbol_part": "NgramCounter", + "lineno": 213 + }, + { + "from_module": "nltk.lm", + "imports": "nltk.lm.models.MLE", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.models", + "symbol_part": "MLE", + "lineno": 214 + }, + { + "from_module": "nltk.lm", + "imports": "nltk.lm.models.AbsoluteDiscountingInterpolated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.models", + "symbol_part": "AbsoluteDiscountingInterpolated", + "lineno": 214 + }, + { + "from_module": "nltk.lm", + "imports": "nltk.lm.models.KneserNeyInterpolated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.models", + "symbol_part": "KneserNeyInterpolated", + "lineno": 214 + }, + { + "from_module": "nltk.lm", + "imports": "nltk.lm.models.Laplace", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.models", + "symbol_part": "Laplace", + "lineno": 214 + }, + { + "from_module": "nltk.lm", + "imports": "nltk.lm.models.Lidstone", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.models", + "symbol_part": "Lidstone", + "lineno": 214 + }, + { + "from_module": "nltk.lm", + "imports": "nltk.lm.models.StupidBackoff", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.models", + "symbol_part": "StupidBackoff", + "lineno": 214 + }, + { + "from_module": "nltk.lm", + "imports": "nltk.lm.models.WittenBellInterpolated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.models", + "symbol_part": "WittenBellInterpolated", + "lineno": 214 + }, + { + "from_module": "nltk.lm", + "imports": "nltk.lm.vocabulary.Vocabulary", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.vocabulary", + "symbol_part": "Vocabulary", + "lineno": 223 + } + ], + "nltk.metrics.agreement": [ + { + "from_module": "nltk.metrics.agreement", + "imports": "nltk.internals.deprecated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "deprecated", + "lineno": 76 + }, + { + "from_module": "nltk.metrics.agreement", + "imports": "nltk.metrics.distance.binary_distance", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.distance", + "symbol_part": "binary_distance", + "lineno": 77 + }, + { + "from_module": "nltk.metrics.agreement", + "imports": "nltk.probability.ConditionalFreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "ConditionalFreqDist", + "lineno": 78 + }, + { + "from_module": "nltk.metrics.agreement", + "imports": "nltk.probability.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "FreqDist", + "lineno": 78 + }, + { + "from_module": "nltk.metrics.agreement", + "imports": "nltk.metrics.distance", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "distance", + "lineno": 354 + } + ], + "nltk.metrics.aline": [], + "nltk.metrics.association": [], + "nltk.metrics.confusionmatrix": [ + { + "from_module": "nltk.metrics.confusionmatrix", + "imports": "nltk.probability.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "FreqDist", + "lineno": 10 + } + ], + "nltk.metrics.distance": [], + "nltk.metrics.paice": [], + "nltk.metrics.scores": [ + { + "from_module": "nltk.metrics.scores", + "imports": "nltk.util.LazyConcatenation", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "LazyConcatenation", + "lineno": 19 + }, + { + "from_module": "nltk.metrics.scores", + "imports": "nltk.util.LazyMap", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "LazyMap", + "lineno": 19 + } + ], + "nltk.metrics.segmentation": [], + "nltk.metrics.spearman": [], + "nltk.metrics": [ + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.agreement.AnnotationTask", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.agreement", + "symbol_part": "AnnotationTask", + "lineno": 16 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.aline.align", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.aline", + "symbol_part": "align", + "lineno": 17 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.association.BigramAssocMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.association", + "symbol_part": "BigramAssocMeasures", + "lineno": 18 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.association.ContingencyMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.association", + "symbol_part": "ContingencyMeasures", + "lineno": 18 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.association.NgramAssocMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.association", + "symbol_part": "NgramAssocMeasures", + "lineno": 18 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.association.QuadgramAssocMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.association", + "symbol_part": "QuadgramAssocMeasures", + "lineno": 18 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.association.TrigramAssocMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.association", + "symbol_part": "TrigramAssocMeasures", + "lineno": 18 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.confusionmatrix.ConfusionMatrix", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.confusionmatrix", + "symbol_part": "ConfusionMatrix", + "lineno": 25 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.distance.binary_distance", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.distance", + "symbol_part": "binary_distance", + "lineno": 26 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.distance.custom_distance", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.distance", + "symbol_part": "custom_distance", + "lineno": 26 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.distance.edit_distance", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.distance", + "symbol_part": "edit_distance", + "lineno": 26 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.distance.edit_distance_align", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.distance", + "symbol_part": "edit_distance_align", + "lineno": 26 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.distance.fractional_presence", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.distance", + "symbol_part": "fractional_presence", + "lineno": 26 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.distance.interval_distance", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.distance", + "symbol_part": "interval_distance", + "lineno": 26 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.distance.jaccard_distance", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.distance", + "symbol_part": "jaccard_distance", + "lineno": 26 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.distance.masi_distance", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.distance", + "symbol_part": "masi_distance", + "lineno": 26 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.distance.presence", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.distance", + "symbol_part": "presence", + "lineno": 26 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.paice.Paice", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.paice", + "symbol_part": "Paice", + "lineno": 37 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.scores.accuracy", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.scores", + "symbol_part": "accuracy", + "lineno": 38 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.scores.approxrand", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.scores", + "symbol_part": "approxrand", + "lineno": 38 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.scores.f_measure", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.scores", + "symbol_part": "f_measure", + "lineno": 38 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.scores.log_likelihood", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.scores", + "symbol_part": "log_likelihood", + "lineno": 38 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.scores.precision", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.scores", + "symbol_part": "precision", + "lineno": 38 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.scores.recall", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.scores", + "symbol_part": "recall", + "lineno": 38 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.segmentation.ghd", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.segmentation", + "symbol_part": "ghd", + "lineno": 46 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.segmentation.pk", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.segmentation", + "symbol_part": "pk", + "lineno": 46 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.segmentation.windowdiff", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.segmentation", + "symbol_part": "windowdiff", + "lineno": 46 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.spearman.ranks_from_scores", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.spearman", + "symbol_part": "ranks_from_scores", + "lineno": 47 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.spearman.ranks_from_sequence", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.spearman", + "symbol_part": "ranks_from_sequence", + "lineno": 47 + }, + { + "from_module": "nltk.metrics", + "imports": "nltk.metrics.spearman.spearman_correlation", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.spearman", + "symbol_part": "spearman_correlation", + "lineno": 47 + } + ], + "nltk.misc.babelfish": [], + "nltk.misc.chomsky": [], + "nltk.misc.minimalset": [], + "nltk.misc.sort": [], + "nltk.misc.wordfinder": [ + { + "from_module": "nltk.misc.wordfinder", + "imports": "nltk.corpus.words", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "words", + "lineno": 119 + } + ], + "nltk.misc": [ + { + "from_module": "nltk.misc", + "imports": "nltk.misc.babelfish.babelize_shell", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.misc.babelfish", + "symbol_part": "babelize_shell", + "lineno": 8 + }, + { + "from_module": "nltk.misc", + "imports": "nltk.misc.chomsky.generate_chomsky", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.misc.chomsky", + "symbol_part": "generate_chomsky", + "lineno": 9 + }, + { + "from_module": "nltk.misc", + "imports": "nltk.misc.minimalset.MinimalSet", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.misc.minimalset", + "symbol_part": "MinimalSet", + "lineno": 10 + }, + { + "from_module": "nltk.misc", + "imports": "nltk.misc.wordfinder.word_finder", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.misc.wordfinder", + "symbol_part": "word_finder", + "lineno": 11 + } + ], + "nltk.parse.api": [ + { + "from_module": "nltk.parse.api", + "imports": "nltk.internals.overridden", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "overridden", + "lineno": 12 + } + ], + "nltk.parse.bllip": [ + { + "from_module": "nltk.parse.bllip", + "imports": "nltk.parse.api.ParserI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.api", + "symbol_part": "ParserI", + "lineno": 9 + }, + { + "from_module": "nltk.parse.bllip", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 10 + }, + { + "from_module": "nltk.parse.bllip", + "imports": "nltk.data.find", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "find", + "lineno": 260 + } + ], + "nltk.parse.chart": [ + { + "from_module": "nltk.parse.chart", + "imports": "nltk.grammar.PCFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "PCFG", + "lineno": 43 + }, + { + "from_module": "nltk.parse.chart", + "imports": "nltk.grammar.is_nonterminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "is_nonterminal", + "lineno": 43 + }, + { + "from_module": "nltk.parse.chart", + "imports": "nltk.grammar.is_terminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "is_terminal", + "lineno": 43 + }, + { + "from_module": "nltk.parse.chart", + "imports": "nltk.internals.raise_unorderable_types", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "raise_unorderable_types", + "lineno": 44 + }, + { + "from_module": "nltk.parse.chart", + "imports": "nltk.parse.api.ParserI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.api", + "symbol_part": "ParserI", + "lineno": 45 + }, + { + "from_module": "nltk.parse.chart", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 46 + }, + { + "from_module": "nltk.parse.chart", + "imports": "nltk.util.OrderedDict", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "OrderedDict", + "lineno": 47 + }, + { + "from_module": "nltk.parse.chart", + "imports": "nltk.grammar.CFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "CFG", + "lineno": 1697 + }, + { + "from_module": "nltk.parse.chart", + "imports": "nltk.CFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "CFG", + "lineno": 1738 + }, + { + "from_module": "nltk.parse.chart", + "imports": "nltk.Production", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "Production", + "lineno": 1738 + }, + { + "from_module": "nltk.parse.chart", + "imports": "nltk.nonterminals", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "nonterminals", + "lineno": 1738 + } + ], + "nltk.parse.corenlp": [ + { + "from_module": "nltk.parse.corenlp", + "imports": "nltk.internals._java_options", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "_java_options", + "lineno": 16 + }, + { + "from_module": "nltk.parse.corenlp", + "imports": "nltk.internals.config_java", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "config_java", + "lineno": 16 + }, + { + "from_module": "nltk.parse.corenlp", + "imports": "nltk.internals.find_jar_iter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_jar_iter", + "lineno": 16 + }, + { + "from_module": "nltk.parse.corenlp", + "imports": "nltk.internals.java", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "java", + "lineno": 16 + }, + { + "from_module": "nltk.parse.corenlp", + "imports": "nltk.parse.api.ParserI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.api", + "symbol_part": "ParserI", + "lineno": 17 + }, + { + "from_module": "nltk.parse.corenlp", + "imports": "nltk.parse.dependencygraph.DependencyGraph", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.dependencygraph", + "symbol_part": "DependencyGraph", + "lineno": 18 + }, + { + "from_module": "nltk.parse.corenlp", + "imports": "nltk.tag.api.TaggerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.api", + "symbol_part": "TaggerI", + "lineno": 19 + }, + { + "from_module": "nltk.parse.corenlp", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 20 + }, + { + "from_module": "nltk.parse.corenlp", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 21 + } + ], + "nltk.parse.dependencygraph": [ + { + "from_module": "nltk.parse.dependencygraph", + "imports": "nltk.internals.find_binary", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_binary", + "lineno": 23 + }, + { + "from_module": "nltk.parse.dependencygraph", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 24 + } + ], + "nltk.parse.earleychart": [ + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.chart.BottomUpPredictCombineRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "BottomUpPredictCombineRule", + "lineno": 30 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.chart.BottomUpPredictRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "BottomUpPredictRule", + "lineno": 30 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.chart.CachedTopDownPredictRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "CachedTopDownPredictRule", + "lineno": 30 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.chart.Chart", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "Chart", + "lineno": 30 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.chart.ChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "ChartParser", + "lineno": 30 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.chart.EdgeI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "EdgeI", + "lineno": 30 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.chart.EmptyPredictRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "EmptyPredictRule", + "lineno": 30 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.chart.FilteredBottomUpPredictCombineRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "FilteredBottomUpPredictCombineRule", + "lineno": 30 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.chart.FilteredSingleEdgeFundamentalRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "FilteredSingleEdgeFundamentalRule", + "lineno": 30 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.chart.LeafEdge", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "LeafEdge", + "lineno": 30 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.chart.LeafInitRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "LeafInitRule", + "lineno": 30 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.chart.SingleEdgeFundamentalRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "SingleEdgeFundamentalRule", + "lineno": 30 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.chart.TopDownInitRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "TopDownInitRule", + "lineno": 30 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.featurechart.FeatureBottomUpPredictCombineRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.featurechart", + "symbol_part": "FeatureBottomUpPredictCombineRule", + "lineno": 45 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.featurechart.FeatureBottomUpPredictRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.featurechart", + "symbol_part": "FeatureBottomUpPredictRule", + "lineno": 45 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.featurechart.FeatureChart", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.featurechart", + "symbol_part": "FeatureChart", + "lineno": 45 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.featurechart.FeatureChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.featurechart", + "symbol_part": "FeatureChartParser", + "lineno": 45 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.featurechart.FeatureEmptyPredictRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.featurechart", + "symbol_part": "FeatureEmptyPredictRule", + "lineno": 45 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.featurechart.FeatureSingleEdgeFundamentalRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.featurechart", + "symbol_part": "FeatureSingleEdgeFundamentalRule", + "lineno": 45 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.featurechart.FeatureTopDownInitRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.featurechart", + "symbol_part": "FeatureTopDownInitRule", + "lineno": 45 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.featurechart.FeatureTopDownPredictRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.featurechart", + "symbol_part": "FeatureTopDownPredictRule", + "lineno": 45 + }, + { + "from_module": "nltk.parse.earleychart", + "imports": "nltk.parse.chart.demo_grammar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "demo_grammar", + "lineno": 517 + } + ], + "nltk.parse.evaluate": [], + "nltk.parse.featurechart": [ + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.featstruct.TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.featstruct", + "symbol_part": "TYPE", + "lineno": 15 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.featstruct.FeatStruct", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.featstruct", + "symbol_part": "FeatStruct", + "lineno": 15 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.featstruct.find_variables", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.featstruct", + "symbol_part": "find_variables", + "lineno": 15 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.featstruct.unify", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.featstruct", + "symbol_part": "unify", + "lineno": 15 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.grammar.CFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "CFG", + "lineno": 16 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.grammar.FeatStructNonterminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "FeatStructNonterminal", + "lineno": 16 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.grammar.Nonterminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "Nonterminal", + "lineno": 16 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.grammar.Production", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "Production", + "lineno": 16 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.grammar.is_nonterminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "is_nonterminal", + "lineno": 16 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.grammar.is_terminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "is_terminal", + "lineno": 16 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.parse.chart.BottomUpPredictCombineRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "BottomUpPredictCombineRule", + "lineno": 24 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.parse.chart.BottomUpPredictRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "BottomUpPredictRule", + "lineno": 24 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.parse.chart.CachedTopDownPredictRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "CachedTopDownPredictRule", + "lineno": 24 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.parse.chart.Chart", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "Chart", + "lineno": 24 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.parse.chart.ChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "ChartParser", + "lineno": 24 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.parse.chart.EdgeI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "EdgeI", + "lineno": 24 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.parse.chart.EmptyPredictRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "EmptyPredictRule", + "lineno": 24 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.parse.chart.FundamentalRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "FundamentalRule", + "lineno": 24 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.parse.chart.LeafInitRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "LeafInitRule", + "lineno": 24 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.parse.chart.SingleEdgeFundamentalRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "SingleEdgeFundamentalRule", + "lineno": 24 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.parse.chart.TopDownInitRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "TopDownInitRule", + "lineno": 24 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.parse.chart.TreeEdge", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "TreeEdge", + "lineno": 24 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.sem.logic", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem", + "symbol_part": "logic", + "lineno": 38 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 39 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.grammar.FeatureGrammar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "FeatureGrammar", + "lineno": 592 + }, + { + "from_module": "nltk.parse.featurechart", + "imports": "nltk.data.load", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "load", + "lineno": 664 + } + ], + "nltk.parse.generate": [ + { + "from_module": "nltk.parse.generate", + "imports": "nltk.grammar.Nonterminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "Nonterminal", + "lineno": 14 + }, + { + "from_module": "nltk.parse.generate", + "imports": "nltk.grammar.CFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "CFG", + "lineno": 78 + } + ], + "nltk.parse.malt": [ + { + "from_module": "nltk.parse.malt", + "imports": "nltk.data.ZipFilePathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "ZipFilePathPointer", + "lineno": 16 + }, + { + "from_module": "nltk.parse.malt", + "imports": "nltk.internals.find_dir", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_dir", + "lineno": 17 + }, + { + "from_module": "nltk.parse.malt", + "imports": "nltk.internals.find_file", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_file", + "lineno": 17 + }, + { + "from_module": "nltk.parse.malt", + "imports": "nltk.internals.find_jars_within_path", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_jars_within_path", + "lineno": 17 + }, + { + "from_module": "nltk.parse.malt", + "imports": "nltk.parse.api.ParserI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.api", + "symbol_part": "ParserI", + "lineno": 18 + }, + { + "from_module": "nltk.parse.malt", + "imports": "nltk.parse.dependencygraph.DependencyGraph", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.dependencygraph", + "symbol_part": "DependencyGraph", + "lineno": 19 + }, + { + "from_module": "nltk.parse.malt", + "imports": "nltk.parse.util.taggedsents_to_conll", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.util", + "symbol_part": "taggedsents_to_conll", + "lineno": 20 + }, + { + "from_module": "nltk.parse.malt", + "imports": "nltk.tag.RegexpTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "RegexpTagger", + "lineno": 24 + } + ], + "nltk.parse.nonprojectivedependencyparser": [ + { + "from_module": "nltk.parse.nonprojectivedependencyparser", + "imports": "nltk.parse.dependencygraph.DependencyGraph", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.dependencygraph", + "symbol_part": "DependencyGraph", + "lineno": 13 + }, + { + "from_module": "nltk.parse.nonprojectivedependencyparser", + "imports": "nltk.classify.NaiveBayesClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify", + "symbol_part": "NaiveBayesClassifier", + "lineno": 113 + }, + { + "from_module": "nltk.parse.nonprojectivedependencyparser", + "imports": "nltk.parse.dependencygraph.conll_data2", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.dependencygraph", + "symbol_part": "conll_data2", + "lineno": 725 + }, + { + "from_module": "nltk.parse.nonprojectivedependencyparser", + "imports": "nltk.grammar.DependencyGrammar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "DependencyGrammar", + "lineno": 737 + } + ], + "nltk.parse.pchart": [ + { + "from_module": "nltk.parse.pchart", + "imports": "nltk.grammar.PCFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "PCFG", + "lineno": 43 + }, + { + "from_module": "nltk.parse.pchart", + "imports": "nltk.grammar.Nonterminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "Nonterminal", + "lineno": 43 + }, + { + "from_module": "nltk.parse.pchart", + "imports": "nltk.parse.api.ParserI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.api", + "symbol_part": "ParserI", + "lineno": 44 + }, + { + "from_module": "nltk.parse.pchart", + "imports": "nltk.parse.chart.AbstractChartRule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "AbstractChartRule", + "lineno": 45 + }, + { + "from_module": "nltk.parse.pchart", + "imports": "nltk.parse.chart.Chart", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "Chart", + "lineno": 45 + }, + { + "from_module": "nltk.parse.pchart", + "imports": "nltk.parse.chart.LeafEdge", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "LeafEdge", + "lineno": 45 + }, + { + "from_module": "nltk.parse.pchart", + "imports": "nltk.parse.chart.TreeEdge", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "TreeEdge", + "lineno": 45 + }, + { + "from_module": "nltk.parse.pchart", + "imports": "nltk.tree.ProbabilisticTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "ProbabilisticTree", + "lineno": 46 + }, + { + "from_module": "nltk.parse.pchart", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 46 + }, + { + "from_module": "nltk.parse.pchart", + "imports": "nltk.tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "tokenize", + "lineno": 440 + }, + { + "from_module": "nltk.parse.pchart", + "imports": "nltk.parse.pchart", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "pchart", + "lineno": 441 + }, + { + "from_module": "nltk.parse.pchart", + "imports": "nltk.draw.tree.draw_trees", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.tree", + "symbol_part": "draw_trees", + "lineno": 563 + } + ], + "nltk.parse.projectivedependencyparser": [ + { + "from_module": "nltk.parse.projectivedependencyparser", + "imports": "nltk.grammar.DependencyGrammar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "DependencyGrammar", + "lineno": 14 + }, + { + "from_module": "nltk.parse.projectivedependencyparser", + "imports": "nltk.grammar.DependencyProduction", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "DependencyProduction", + "lineno": 14 + }, + { + "from_module": "nltk.parse.projectivedependencyparser", + "imports": "nltk.grammar.ProbabilisticDependencyGrammar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "ProbabilisticDependencyGrammar", + "lineno": 14 + }, + { + "from_module": "nltk.parse.projectivedependencyparser", + "imports": "nltk.internals.raise_unorderable_types", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "raise_unorderable_types", + "lineno": 19 + }, + { + "from_module": "nltk.parse.projectivedependencyparser", + "imports": "nltk.parse.dependencygraph.DependencyGraph", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.dependencygraph", + "symbol_part": "DependencyGraph", + "lineno": 20 + }, + { + "from_module": "nltk.parse.projectivedependencyparser", + "imports": "nltk.parse.dependencygraph.conll_data2", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.dependencygraph", + "symbol_part": "conll_data2", + "lineno": 701 + } + ], + "nltk.parse.recursivedescent": [ + { + "from_module": "nltk.parse.recursivedescent", + "imports": "nltk.grammar.Nonterminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "Nonterminal", + "lineno": 9 + }, + { + "from_module": "nltk.parse.recursivedescent", + "imports": "nltk.parse.api.ParserI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.api", + "symbol_part": "ParserI", + "lineno": 10 + }, + { + "from_module": "nltk.parse.recursivedescent", + "imports": "nltk.tree.ImmutableTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "ImmutableTree", + "lineno": 11 + }, + { + "from_module": "nltk.parse.recursivedescent", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 11 + }, + { + "from_module": "nltk.parse.recursivedescent", + "imports": "nltk.CFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "CFG", + "lineno": 658 + }, + { + "from_module": "nltk.parse.recursivedescent", + "imports": "nltk.parse", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "parse", + "lineno": 658 + } + ], + "nltk.parse.shiftreduce": [ + { + "from_module": "nltk.parse.shiftreduce", + "imports": "nltk.grammar.Nonterminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "Nonterminal", + "lineno": 9 + }, + { + "from_module": "nltk.parse.shiftreduce", + "imports": "nltk.parse.api.ParserI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.api", + "symbol_part": "ParserI", + "lineno": 10 + }, + { + "from_module": "nltk.parse.shiftreduce", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 11 + }, + { + "from_module": "nltk.parse.shiftreduce", + "imports": "nltk.CFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "CFG", + "lineno": 454 + }, + { + "from_module": "nltk.parse.shiftreduce", + "imports": "nltk.parse", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "parse", + "lineno": 454 + } + ], + "nltk.parse.stanford": [ + { + "from_module": "nltk.parse.stanford", + "imports": "nltk.internals._java_options", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "_java_options", + "lineno": 14 + }, + { + "from_module": "nltk.parse.stanford", + "imports": "nltk.internals.config_java", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "config_java", + "lineno": 14 + }, + { + "from_module": "nltk.parse.stanford", + "imports": "nltk.internals.find_jar_iter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_jar_iter", + "lineno": 14 + }, + { + "from_module": "nltk.parse.stanford", + "imports": "nltk.internals.find_jars_within_path", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_jars_within_path", + "lineno": 14 + }, + { + "from_module": "nltk.parse.stanford", + "imports": "nltk.internals.java", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "java", + "lineno": 14 + }, + { + "from_module": "nltk.parse.stanford", + "imports": "nltk.parse.api.ParserI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.api", + "symbol_part": "ParserI", + "lineno": 21 + }, + { + "from_module": "nltk.parse.stanford", + "imports": "nltk.parse.dependencygraph.DependencyGraph", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.dependencygraph", + "symbol_part": "DependencyGraph", + "lineno": 22 + }, + { + "from_module": "nltk.parse.stanford", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 23 + } + ], + "nltk.parse.transitionparser": [ + { + "from_module": "nltk.parse.transitionparser", + "imports": "nltk.parse.DependencyEvaluator", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "DependencyEvaluator", + "lineno": 23 + }, + { + "from_module": "nltk.parse.transitionparser", + "imports": "nltk.parse.DependencyGraph", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "DependencyGraph", + "lineno": 23 + }, + { + "from_module": "nltk.parse.transitionparser", + "imports": "nltk.parse.ParserI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "ParserI", + "lineno": 23 + }, + { + "from_module": "nltk.parse.transitionparser", + "imports": "nltk.picklesec.pickle_load", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.picklesec", + "symbol_part": "pickle_load", + "lineno": 24 + } + ], + "nltk.parse.util": [ + { + "from_module": "nltk.parse.util", + "imports": "nltk.data.load", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "load", + "lineno": 15 + }, + { + "from_module": "nltk.parse.util", + "imports": "nltk.grammar.CFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "CFG", + "lineno": 16 + }, + { + "from_module": "nltk.parse.util", + "imports": "nltk.grammar.PCFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "PCFG", + "lineno": 16 + }, + { + "from_module": "nltk.parse.util", + "imports": "nltk.grammar.FeatureGrammar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "FeatureGrammar", + "lineno": 16 + }, + { + "from_module": "nltk.parse.util", + "imports": "nltk.parse.chart.Chart", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "Chart", + "lineno": 17 + }, + { + "from_module": "nltk.parse.util", + "imports": "nltk.parse.chart.ChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "ChartParser", + "lineno": 17 + }, + { + "from_module": "nltk.parse.util", + "imports": "nltk.parse.featurechart.FeatureChart", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.featurechart", + "symbol_part": "FeatureChart", + "lineno": 18 + }, + { + "from_module": "nltk.parse.util", + "imports": "nltk.parse.featurechart.FeatureChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.featurechart", + "symbol_part": "FeatureChartParser", + "lineno": 18 + }, + { + "from_module": "nltk.parse.util", + "imports": "nltk.parse.pchart.InsideChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.pchart", + "symbol_part": "InsideChartParser", + "lineno": 19 + } + ], + "nltk.parse.viterbi": [ + { + "from_module": "nltk.parse.viterbi", + "imports": "nltk.parse.api.ParserI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.api", + "symbol_part": "ParserI", + "lineno": 11 + }, + { + "from_module": "nltk.parse.viterbi", + "imports": "nltk.tree.ProbabilisticTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "ProbabilisticTree", + "lineno": 12 + }, + { + "from_module": "nltk.parse.viterbi", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 12 + }, + { + "from_module": "nltk.parse.viterbi", + "imports": "nltk.tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "tokenize", + "lineno": 339 + }, + { + "from_module": "nltk.parse.viterbi", + "imports": "nltk.grammar.PCFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "PCFG", + "lineno": 340 + }, + { + "from_module": "nltk.parse.viterbi", + "imports": "nltk.parse.ViterbiParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "ViterbiParser", + "lineno": 341 + }, + { + "from_module": "nltk.parse.viterbi", + "imports": "nltk.draw.tree.draw_trees", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.tree", + "symbol_part": "draw_trees", + "lineno": 439 + } + ], + "nltk.parse": [ + { + "from_module": "nltk.parse", + "imports": "nltk.parse.api.ParserI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.api", + "symbol_part": "ParserI", + "lineno": 46 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.bllip.BllipParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.bllip", + "symbol_part": "BllipParser", + "lineno": 47 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.chart.BottomUpChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "BottomUpChartParser", + "lineno": 48 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.chart.BottomUpLeftCornerChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "BottomUpLeftCornerChartParser", + "lineno": 48 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.chart.ChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "ChartParser", + "lineno": 48 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.chart.LeftCornerChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "LeftCornerChartParser", + "lineno": 48 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.chart.SteppingChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "SteppingChartParser", + "lineno": 48 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.chart.TopDownChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "TopDownChartParser", + "lineno": 48 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.corenlp.CoreNLPDependencyParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.corenlp", + "symbol_part": "CoreNLPDependencyParser", + "lineno": 56 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.corenlp.CoreNLPParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.corenlp", + "symbol_part": "CoreNLPParser", + "lineno": 56 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.dependencygraph.DependencyGraph", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.dependencygraph", + "symbol_part": "DependencyGraph", + "lineno": 57 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.earleychart.EarleyChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.earleychart", + "symbol_part": "EarleyChartParser", + "lineno": 58 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.earleychart.FeatureEarleyChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.earleychart", + "symbol_part": "FeatureEarleyChartParser", + "lineno": 58 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.earleychart.FeatureIncrementalBottomUpChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.earleychart", + "symbol_part": "FeatureIncrementalBottomUpChartParser", + "lineno": 58 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.earleychart.FeatureIncrementalBottomUpLeftCornerChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.earleychart", + "symbol_part": "FeatureIncrementalBottomUpLeftCornerChartParser", + "lineno": 58 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.earleychart.FeatureIncrementalChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.earleychart", + "symbol_part": "FeatureIncrementalChartParser", + "lineno": 58 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.earleychart.FeatureIncrementalTopDownChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.earleychart", + "symbol_part": "FeatureIncrementalTopDownChartParser", + "lineno": 58 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.earleychart.IncrementalBottomUpChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.earleychart", + "symbol_part": "IncrementalBottomUpChartParser", + "lineno": 58 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.earleychart.IncrementalBottomUpLeftCornerChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.earleychart", + "symbol_part": "IncrementalBottomUpLeftCornerChartParser", + "lineno": 58 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.earleychart.IncrementalChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.earleychart", + "symbol_part": "IncrementalChartParser", + "lineno": 58 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.earleychart.IncrementalLeftCornerChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.earleychart", + "symbol_part": "IncrementalLeftCornerChartParser", + "lineno": 58 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.earleychart.IncrementalTopDownChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.earleychart", + "symbol_part": "IncrementalTopDownChartParser", + "lineno": 58 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.evaluate.DependencyEvaluator", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.evaluate", + "symbol_part": "DependencyEvaluator", + "lineno": 71 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.featurechart.FeatureBottomUpChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.featurechart", + "symbol_part": "FeatureBottomUpChartParser", + "lineno": 72 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.featurechart.FeatureBottomUpLeftCornerChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.featurechart", + "symbol_part": "FeatureBottomUpLeftCornerChartParser", + "lineno": 72 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.featurechart.FeatureChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.featurechart", + "symbol_part": "FeatureChartParser", + "lineno": 72 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.featurechart.FeatureTopDownChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.featurechart", + "symbol_part": "FeatureTopDownChartParser", + "lineno": 72 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.malt.MaltParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.malt", + "symbol_part": "MaltParser", + "lineno": 78 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.nonprojectivedependencyparser.NaiveBayesDependencyScorer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.nonprojectivedependencyparser", + "symbol_part": "NaiveBayesDependencyScorer", + "lineno": 79 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.nonprojectivedependencyparser", + "symbol_part": "NonprojectiveDependencyParser", + "lineno": 79 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.nonprojectivedependencyparser", + "symbol_part": "ProbabilisticNonprojectiveParser", + "lineno": 79 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.pchart.BottomUpProbabilisticChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.pchart", + "symbol_part": "BottomUpProbabilisticChartParser", + "lineno": 84 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.pchart.InsideChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.pchart", + "symbol_part": "InsideChartParser", + "lineno": 84 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.pchart.LongestChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.pchart", + "symbol_part": "LongestChartParser", + "lineno": 84 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.pchart.RandomChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.pchart", + "symbol_part": "RandomChartParser", + "lineno": 84 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.pchart.UnsortedChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.pchart", + "symbol_part": "UnsortedChartParser", + "lineno": 84 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.projectivedependencyparser", + "symbol_part": "ProbabilisticProjectiveDependencyParser", + "lineno": 91 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.projectivedependencyparser", + "symbol_part": "ProjectiveDependencyParser", + "lineno": 91 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.recursivedescent.RecursiveDescentParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.recursivedescent", + "symbol_part": "RecursiveDescentParser", + "lineno": 95 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.recursivedescent", + "symbol_part": "SteppingRecursiveDescentParser", + "lineno": 95 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.shiftreduce.ShiftReduceParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.shiftreduce", + "symbol_part": "ShiftReduceParser", + "lineno": 99 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.shiftreduce.SteppingShiftReduceParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.shiftreduce", + "symbol_part": "SteppingShiftReduceParser", + "lineno": 99 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.transitionparser.TransitionParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.transitionparser", + "symbol_part": "TransitionParser", + "lineno": 100 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.util.TestGrammar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.util", + "symbol_part": "TestGrammar", + "lineno": 101 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.util.extract_test_sentences", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.util", + "symbol_part": "extract_test_sentences", + "lineno": 101 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.util.load_parser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.util", + "symbol_part": "load_parser", + "lineno": 101 + }, + { + "from_module": "nltk.parse", + "imports": "nltk.parse.viterbi.ViterbiParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.viterbi", + "symbol_part": "ViterbiParser", + "lineno": 102 + } + ], + "nltk.sem.boxer": [ + { + "from_module": "nltk.sem.boxer", + "imports": "nltk.internals.find_binary", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_binary", + "lineno": 39 + }, + { + "from_module": "nltk.sem.boxer", + "imports": "nltk.sem.drt.DRS", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.drt", + "symbol_part": "DRS", + "lineno": 40 + }, + { + "from_module": "nltk.sem.boxer", + "imports": "nltk.sem.drt.DrtApplicationExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.drt", + "symbol_part": "DrtApplicationExpression", + "lineno": 40 + }, + { + "from_module": "nltk.sem.boxer", + "imports": "nltk.sem.drt.DrtEqualityExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.drt", + "symbol_part": "DrtEqualityExpression", + "lineno": 40 + }, + { + "from_module": "nltk.sem.boxer", + "imports": "nltk.sem.drt.DrtNegatedExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.drt", + "symbol_part": "DrtNegatedExpression", + "lineno": 40 + }, + { + "from_module": "nltk.sem.boxer", + "imports": "nltk.sem.drt.DrtOrExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.drt", + "symbol_part": "DrtOrExpression", + "lineno": 40 + }, + { + "from_module": "nltk.sem.boxer", + "imports": "nltk.sem.drt.DrtParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.drt", + "symbol_part": "DrtParser", + "lineno": 40 + }, + { + "from_module": "nltk.sem.boxer", + "imports": "nltk.sem.drt.DrtProposition", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.drt", + "symbol_part": "DrtProposition", + "lineno": 40 + }, + { + "from_module": "nltk.sem.boxer", + "imports": "nltk.sem.drt.DrtTokens", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.drt", + "symbol_part": "DrtTokens", + "lineno": 40 + }, + { + "from_module": "nltk.sem.boxer", + "imports": "nltk.sem.drt.DrtVariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.drt", + "symbol_part": "DrtVariableExpression", + "lineno": 40 + }, + { + "from_module": "nltk.sem.boxer", + "imports": "nltk.sem.logic.ExpectedMoreTokensException", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ExpectedMoreTokensException", + "lineno": 51 + }, + { + "from_module": "nltk.sem.boxer", + "imports": "nltk.sem.logic.LogicalExpressionException", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "LogicalExpressionException", + "lineno": 51 + }, + { + "from_module": "nltk.sem.boxer", + "imports": "nltk.sem.logic.UnexpectedTokenException", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "UnexpectedTokenException", + "lineno": 51 + }, + { + "from_module": "nltk.sem.boxer", + "imports": "nltk.sem.logic.Variable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Variable", + "lineno": 51 + } + ], + "nltk.sem.chat80": [ + { + "from_module": "nltk.sem.chat80", + "imports": "nltk.data", + "type": "import", + "lineno": 131 + }, + { + "from_module": "nltk.sem.chat80", + "imports": "nltk.sem.is_rel", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem", + "symbol_part": "is_rel", + "lineno": 347 + }, + { + "from_module": "nltk.sem.chat80", + "imports": "nltk.sem.Valuation", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem", + "symbol_part": "Valuation", + "lineno": 591 + }, + { + "from_module": "nltk.sem.chat80", + "imports": "nltk.sem.Valuation", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem", + "symbol_part": "Valuation", + "lineno": 636 + } + ], + "nltk.sem.cooper_storage": [ + { + "from_module": "nltk.sem.cooper_storage", + "imports": "nltk.parse.load_parser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "load_parser", + "lineno": 8 + }, + { + "from_module": "nltk.sem.cooper_storage", + "imports": "nltk.parse.featurechart.InstantiateVarsChart", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.featurechart", + "symbol_part": "InstantiateVarsChart", + "lineno": 9 + }, + { + "from_module": "nltk.sem.cooper_storage", + "imports": "nltk.sem.logic.ApplicationExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ApplicationExpression", + "lineno": 10 + }, + { + "from_module": "nltk.sem.cooper_storage", + "imports": "nltk.sem.logic.LambdaExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "LambdaExpression", + "lineno": 10 + }, + { + "from_module": "nltk.sem.cooper_storage", + "imports": "nltk.sem.logic.Variable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Variable", + "lineno": 10 + }, + { + "from_module": "nltk.sem.cooper_storage", + "imports": "nltk.sem.cooper_storage", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem", + "symbol_part": "cooper_storage", + "lineno": 93 + } + ], + "nltk.sem.drt": [ + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.APP", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "APP", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.AbstractVariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AbstractVariableExpression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.AllExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AllExpression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.AndExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AndExpression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.ApplicationExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ApplicationExpression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.BinaryExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "BinaryExpression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.BooleanExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "BooleanExpression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.ConstantExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ConstantExpression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.EqualityExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "EqualityExpression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.EventVariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "EventVariableExpression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.ExistsExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ExistsExpression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.Expression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Expression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.FunctionVariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "FunctionVariableExpression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.ImpExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ImpExpression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.IndividualVariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "IndividualVariableExpression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.LambdaExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "LambdaExpression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.LogicParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "LogicParser", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.NegatedExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "NegatedExpression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.OrExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "OrExpression", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.Tokens", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Tokens", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.Variable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Variable", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.is_eventvar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "is_eventvar", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.is_funcvar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "is_funcvar", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.is_indvar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "is_indvar", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.sem.logic.unique_variable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "unique_variable", + "lineno": 13 + }, + { + "from_module": "nltk.sem.drt", + "imports": "nltk.util.in_idle", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "in_idle", + "lineno": 40 + } + ], + "nltk.sem.drt_glue_demo": [ + { + "from_module": "nltk.sem.drt_glue_demo", + "imports": "nltk.draw.util.CanvasFrame", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "CanvasFrame", + "lineno": 14 + }, + { + "from_module": "nltk.sem.drt_glue_demo", + "imports": "nltk.draw.util.ShowText", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.util", + "symbol_part": "ShowText", + "lineno": 14 + }, + { + "from_module": "nltk.sem.drt_glue_demo", + "imports": "nltk.parse.MaltParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "MaltParser", + "lineno": 19 + }, + { + "from_module": "nltk.sem.drt_glue_demo", + "imports": "nltk.sem.drt.DrsDrawer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.drt", + "symbol_part": "DrsDrawer", + "lineno": 20 + }, + { + "from_module": "nltk.sem.drt_glue_demo", + "imports": "nltk.sem.drt.DrtVariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.drt", + "symbol_part": "DrtVariableExpression", + "lineno": 20 + }, + { + "from_module": "nltk.sem.drt_glue_demo", + "imports": "nltk.sem.glue.DrtGlue", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.glue", + "symbol_part": "DrtGlue", + "lineno": 21 + }, + { + "from_module": "nltk.sem.drt_glue_demo", + "imports": "nltk.sem.logic.Variable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Variable", + "lineno": 22 + }, + { + "from_module": "nltk.sem.drt_glue_demo", + "imports": "nltk.tag.RegexpTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "RegexpTagger", + "lineno": 23 + }, + { + "from_module": "nltk.sem.drt_glue_demo", + "imports": "nltk.util.in_idle", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "in_idle", + "lineno": 24 + } + ], + "nltk.sem.evaluate": [ + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.decorators.decorator", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.decorators", + "symbol_part": "decorator", + "lineno": 23 + }, + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.sem.logic.AbstractVariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AbstractVariableExpression", + "lineno": 24 + }, + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.sem.logic.AllExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AllExpression", + "lineno": 24 + }, + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.sem.logic.AndExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AndExpression", + "lineno": 24 + }, + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.sem.logic.ApplicationExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ApplicationExpression", + "lineno": 24 + }, + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.sem.logic.EqualityExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "EqualityExpression", + "lineno": 24 + }, + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.sem.logic.ExistsExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ExistsExpression", + "lineno": 24 + }, + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.sem.logic.Expression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Expression", + "lineno": 24 + }, + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.sem.logic.IffExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "IffExpression", + "lineno": 24 + }, + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.sem.logic.ImpExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ImpExpression", + "lineno": 24 + }, + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.sem.logic.IndividualVariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "IndividualVariableExpression", + "lineno": 24 + }, + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.sem.logic.IotaExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "IotaExpression", + "lineno": 24 + }, + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.sem.logic.LambdaExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "LambdaExpression", + "lineno": 24 + }, + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.sem.logic.NegatedExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "NegatedExpression", + "lineno": 24 + }, + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.sem.logic.OrExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "OrExpression", + "lineno": 24 + }, + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.sem.logic.Variable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Variable", + "lineno": 24 + }, + { + "from_module": "nltk.sem.evaluate", + "imports": "nltk.sem.logic.is_indvar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "is_indvar", + "lineno": 24 + } + ], + "nltk.sem.glue": [ + { + "from_module": "nltk.sem.glue", + "imports": "nltk", + "type": "import", + "lineno": 12 + }, + { + "from_module": "nltk.sem.glue", + "imports": "nltk.internals.Counter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "Counter", + "lineno": 13 + }, + { + "from_module": "nltk.sem.glue", + "imports": "nltk.sem.drt", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem", + "symbol_part": "drt", + "lineno": 14 + }, + { + "from_module": "nltk.sem.glue", + "imports": "nltk.sem.linearlogic", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem", + "symbol_part": "linearlogic", + "lineno": 14 + }, + { + "from_module": "nltk.sem.glue", + "imports": "nltk.sem.logic.AbstractVariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AbstractVariableExpression", + "lineno": 15 + }, + { + "from_module": "nltk.sem.glue", + "imports": "nltk.sem.logic.Expression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Expression", + "lineno": 15 + }, + { + "from_module": "nltk.sem.glue", + "imports": "nltk.sem.logic.LambdaExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "LambdaExpression", + "lineno": 15 + }, + { + "from_module": "nltk.sem.glue", + "imports": "nltk.sem.logic.Variable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Variable", + "lineno": 15 + }, + { + "from_module": "nltk.sem.glue", + "imports": "nltk.sem.logic.VariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "VariableExpression", + "lineno": 15 + }, + { + "from_module": "nltk.sem.glue", + "imports": "nltk.tag.BigramTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "BigramTagger", + "lineno": 22 + }, + { + "from_module": "nltk.sem.glue", + "imports": "nltk.tag.RegexpTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "RegexpTagger", + "lineno": 22 + }, + { + "from_module": "nltk.sem.glue", + "imports": "nltk.tag.TrigramTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "TrigramTagger", + "lineno": 22 + }, + { + "from_module": "nltk.sem.glue", + "imports": "nltk.tag.UnigramTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "UnigramTagger", + "lineno": 22 + }, + { + "from_module": "nltk.sem.glue", + "imports": "nltk.Prover9", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "Prover9", + "lineno": 548 + }, + { + "from_module": "nltk.sem.glue", + "imports": "nltk.parse.MaltParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "MaltParser", + "lineno": 675 + }, + { + "from_module": "nltk.sem.glue", + "imports": "nltk.corpus.brown", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "brown", + "lineno": 702 + }, + { + "from_module": "nltk.sem.glue", + "imports": "nltk.parse.MaltParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "MaltParser", + "lineno": 785 + } + ], + "nltk.sem.hole": [ + { + "from_module": "nltk.sem.hole", + "imports": "nltk.parse.load_parser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "load_parser", + "lineno": 25 + }, + { + "from_module": "nltk.sem.hole", + "imports": "nltk.sem.logic.AllExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AllExpression", + "lineno": 26 + }, + { + "from_module": "nltk.sem.hole", + "imports": "nltk.sem.logic.AndExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AndExpression", + "lineno": 26 + }, + { + "from_module": "nltk.sem.hole", + "imports": "nltk.sem.logic.ApplicationExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ApplicationExpression", + "lineno": 26 + }, + { + "from_module": "nltk.sem.hole", + "imports": "nltk.sem.logic.ExistsExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ExistsExpression", + "lineno": 26 + }, + { + "from_module": "nltk.sem.hole", + "imports": "nltk.sem.logic.IffExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "IffExpression", + "lineno": 26 + }, + { + "from_module": "nltk.sem.hole", + "imports": "nltk.sem.logic.ImpExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ImpExpression", + "lineno": 26 + }, + { + "from_module": "nltk.sem.hole", + "imports": "nltk.sem.logic.LambdaExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "LambdaExpression", + "lineno": 26 + }, + { + "from_module": "nltk.sem.hole", + "imports": "nltk.sem.logic.NegatedExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "NegatedExpression", + "lineno": 26 + }, + { + "from_module": "nltk.sem.hole", + "imports": "nltk.sem.logic.OrExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "OrExpression", + "lineno": 26 + }, + { + "from_module": "nltk.sem.hole", + "imports": "nltk.sem.skolemize.skolemize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.skolemize", + "symbol_part": "skolemize", + "lineno": 37 + } + ], + "nltk.sem.lfg": [ + { + "from_module": "nltk.sem.lfg", + "imports": "nltk.internals.Counter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "Counter", + "lineno": 11 + }, + { + "from_module": "nltk.sem.lfg", + "imports": "nltk.parse.dependencygraph.DependencyGraph", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.dependencygraph", + "symbol_part": "DependencyGraph", + "lineno": 38 + }, + { + "from_module": "nltk.sem.lfg", + "imports": "nltk.parse.dependencygraph.DependencyGraph", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.dependencygraph", + "symbol_part": "DependencyGraph", + "lineno": 217 + } + ], + "nltk.sem.linearlogic": [ + { + "from_module": "nltk.sem.linearlogic", + "imports": "nltk.internals.Counter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "Counter", + "lineno": 9 + }, + { + "from_module": "nltk.sem.linearlogic", + "imports": "nltk.sem.logic.APP", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "APP", + "lineno": 10 + }, + { + "from_module": "nltk.sem.linearlogic", + "imports": "nltk.sem.logic.LogicParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "LogicParser", + "lineno": 10 + } + ], + "nltk.sem.logic": [ + { + "from_module": "nltk.sem.logic", + "imports": "nltk.internals.Counter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "Counter", + "lineno": 19 + }, + { + "from_module": "nltk.sem.logic", + "imports": "nltk.util.Trie", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "Trie", + "lineno": 20 + }, + { + "from_module": "nltk.sem.logic", + "imports": "nltk.inference.Prover9", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.inference", + "symbol_part": "Prover9", + "lineno": 1003 + } + ], + "nltk.sem.relextract": [ + { + "from_module": "nltk.sem.relextract", + "imports": "nltk.tag.tuple2str", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "tuple2str", + "lineno": 99 + }, + { + "from_module": "nltk.sem.relextract", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 146 + }, + { + "from_module": "nltk.sem.relextract", + "imports": "nltk.corpus.ieer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "ieer", + "lineno": 316 + }, + { + "from_module": "nltk.sem.relextract", + "imports": "nltk.corpus.ieer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "ieer", + "lineno": 379 + }, + { + "from_module": "nltk.sem.relextract", + "imports": "nltk.corpus.ieer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "ieer", + "lineno": 430 + }, + { + "from_module": "nltk.sem.relextract", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 431 + }, + { + "from_module": "nltk.sem.relextract", + "imports": "nltk.corpus.conll2002", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "conll2002", + "lineno": 457 + }, + { + "from_module": "nltk.sem.relextract", + "imports": "nltk.corpus.conll2002", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "conll2002", + "lineno": 491 + }, + { + "from_module": "nltk.sem.relextract", + "imports": "nltk", + "type": "import", + "lineno": 531 + }, + { + "from_module": "nltk.sem.relextract", + "imports": "nltk.sem.relextract", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem", + "symbol_part": "relextract", + "lineno": 532 + } + ], + "nltk.sem.skolemize": [ + { + "from_module": "nltk.sem.skolemize", + "imports": "nltk.sem.logic.AllExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AllExpression", + "lineno": 9 + }, + { + "from_module": "nltk.sem.skolemize", + "imports": "nltk.sem.logic.AndExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "AndExpression", + "lineno": 9 + }, + { + "from_module": "nltk.sem.skolemize", + "imports": "nltk.sem.logic.ApplicationExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ApplicationExpression", + "lineno": 9 + }, + { + "from_module": "nltk.sem.skolemize", + "imports": "nltk.sem.logic.EqualityExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "EqualityExpression", + "lineno": 9 + }, + { + "from_module": "nltk.sem.skolemize", + "imports": "nltk.sem.logic.ExistsExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ExistsExpression", + "lineno": 9 + }, + { + "from_module": "nltk.sem.skolemize", + "imports": "nltk.sem.logic.IffExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "IffExpression", + "lineno": 9 + }, + { + "from_module": "nltk.sem.skolemize", + "imports": "nltk.sem.logic.ImpExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ImpExpression", + "lineno": 9 + }, + { + "from_module": "nltk.sem.skolemize", + "imports": "nltk.sem.logic.NegatedExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "NegatedExpression", + "lineno": 9 + }, + { + "from_module": "nltk.sem.skolemize", + "imports": "nltk.sem.logic.OrExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "OrExpression", + "lineno": 9 + }, + { + "from_module": "nltk.sem.skolemize", + "imports": "nltk.sem.logic.VariableExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "VariableExpression", + "lineno": 9 + }, + { + "from_module": "nltk.sem.skolemize", + "imports": "nltk.sem.logic.skolem_function", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "skolem_function", + "lineno": 9 + }, + { + "from_module": "nltk.sem.skolemize", + "imports": "nltk.sem.logic.unique_variable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "unique_variable", + "lineno": 9 + } + ], + "nltk.sem.util": [ + { + "from_module": "nltk.sem.util", + "imports": "nltk.sem.evaluate", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem", + "symbol_part": "evaluate", + "lineno": 18 + }, + { + "from_module": "nltk.sem.util", + "imports": "nltk.grammar.FeatureGrammar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "FeatureGrammar", + "lineno": 37 + }, + { + "from_module": "nltk.sem.util", + "imports": "nltk.parse.FeatureChartParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "FeatureChartParser", + "lineno": 38 + }, + { + "from_module": "nltk.sem.util", + "imports": "nltk.parse.load_parser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "load_parser", + "lineno": 38 + }, + { + "from_module": "nltk.sem.util", + "imports": "nltk.grammar.FeatStructNonterminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "FeatStructNonterminal", + "lineno": 61 + }, + { + "from_module": "nltk.sem.util", + "imports": "nltk.grammar.FeatureGrammar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "FeatureGrammar", + "lineno": 163 + } + ], + "nltk.sem": [ + { + "from_module": "nltk.sem", + "imports": "nltk.sem.boxer.Boxer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.boxer", + "symbol_part": "Boxer", + "lineno": 44 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.drt.DRS", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.drt", + "symbol_part": "DRS", + "lineno": 45 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.drt.DrtExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.drt", + "symbol_part": "DrtExpression", + "lineno": 45 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.evaluate.Assignment", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.evaluate", + "symbol_part": "Assignment", + "lineno": 46 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.evaluate.Model", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.evaluate", + "symbol_part": "Model", + "lineno": 46 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.evaluate.Undefined", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.evaluate", + "symbol_part": "Undefined", + "lineno": 46 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.evaluate.Valuation", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.evaluate", + "symbol_part": "Valuation", + "lineno": 46 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.evaluate.arity", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.evaluate", + "symbol_part": "arity", + "lineno": 46 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.evaluate.is_rel", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.evaluate", + "symbol_part": "is_rel", + "lineno": 46 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.evaluate.read_valuation", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.evaluate", + "symbol_part": "read_valuation", + "lineno": 46 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.evaluate.set2rel", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.evaluate", + "symbol_part": "set2rel", + "lineno": 46 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.lfg.FStructure", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.lfg", + "symbol_part": "FStructure", + "lineno": 56 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.logic.ApplicationExpression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "ApplicationExpression", + "lineno": 57 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.logic.Expression", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Expression", + "lineno": 57 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.logic.LogicalExpressionException", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "LogicalExpressionException", + "lineno": 57 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.logic.Variable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "Variable", + "lineno": 57 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.logic.binding_ops", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "binding_ops", + "lineno": 57 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.logic.boolean_ops", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "boolean_ops", + "lineno": 57 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.logic.equality_preds", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "equality_preds", + "lineno": 57 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.logic.read_logic", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.logic", + "symbol_part": "read_logic", + "lineno": 57 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.relextract.clause", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.relextract", + "symbol_part": "clause", + "lineno": 67 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.relextract.extract_rels", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.relextract", + "symbol_part": "extract_rels", + "lineno": 67 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.relextract.rtuple", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.relextract", + "symbol_part": "rtuple", + "lineno": 67 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.skolemize.skolemize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.skolemize", + "symbol_part": "skolemize", + "lineno": 68 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.util.evaluate_sents", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.util", + "symbol_part": "evaluate_sents", + "lineno": 69 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.util.interpret_sents", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.util", + "symbol_part": "interpret_sents", + "lineno": 69 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.util.parse_sents", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.util", + "symbol_part": "parse_sents", + "lineno": 69 + }, + { + "from_module": "nltk.sem", + "imports": "nltk.sem.util.root_semrep", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sem.util", + "symbol_part": "root_semrep", + "lineno": 69 + } + ], + "nltk.sentiment.sentiment_analyzer": [ + { + "from_module": "nltk.sentiment.sentiment_analyzer", + "imports": "nltk.classify.util.accuracy", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "accuracy", + "lineno": 18 + }, + { + "from_module": "nltk.sentiment.sentiment_analyzer", + "imports": "nltk.classify.util.apply_features", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.util", + "symbol_part": "apply_features", + "lineno": 19 + }, + { + "from_module": "nltk.sentiment.sentiment_analyzer", + "imports": "nltk.collocations.BigramCollocationFinder", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.collocations", + "symbol_part": "BigramCollocationFinder", + "lineno": 20 + }, + { + "from_module": "nltk.sentiment.sentiment_analyzer", + "imports": "nltk.metrics.BigramAssocMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "BigramAssocMeasures", + "lineno": 21 + }, + { + "from_module": "nltk.sentiment.sentiment_analyzer", + "imports": "nltk.metrics.f_measure", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "f_measure", + "lineno": 22 + }, + { + "from_module": "nltk.sentiment.sentiment_analyzer", + "imports": "nltk.metrics.precision", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "precision", + "lineno": 23 + }, + { + "from_module": "nltk.sentiment.sentiment_analyzer", + "imports": "nltk.metrics.recall", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "recall", + "lineno": 24 + }, + { + "from_module": "nltk.sentiment.sentiment_analyzer", + "imports": "nltk.probability.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "FreqDist", + "lineno": 25 + } + ], + "nltk.sentiment.util": [ + { + "from_module": "nltk.sentiment.util", + "imports": "nltk", + "type": "import", + "lineno": 22 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.corpus.CategorizedPlaintextCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "CategorizedPlaintextCorpusReader", + "lineno": 23 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.data.load", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "load", + "lineno": 24 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.tokenize.PunktTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "PunktTokenizer", + "lineno": 25 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.tokenize.casual.EMOTICON_RE", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.casual", + "symbol_part": "EMOTICON_RE", + "lineno": 26 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.corpus.stopwords", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "stopwords", + "lineno": 477 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.corpus.twitter_samples", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "twitter_samples", + "lineno": 477 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.sentiment.SentimentAnalyzer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sentiment", + "symbol_part": "SentimentAnalyzer", + "lineno": 478 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.tokenize.TweetTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "TweetTokenizer", + "lineno": 479 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.corpus.movie_reviews", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "movie_reviews", + "lineno": 567 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.sentiment.SentimentAnalyzer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sentiment", + "symbol_part": "SentimentAnalyzer", + "lineno": 568 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.corpus.subjectivity", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "subjectivity", + "lineno": 635 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.sentiment.SentimentAnalyzer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sentiment", + "symbol_part": "SentimentAnalyzer", + "lineno": 636 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.classify.NaiveBayesClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify", + "symbol_part": "NaiveBayesClassifier", + "lineno": 703 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.tokenize.regexp", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "regexp", + "lineno": 704 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.corpus.opinion_lexicon", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "opinion_lexicon", + "lineno": 729 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.tokenize.treebank", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "treebank", + "lineno": 730 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.sentiment.SentimentIntensityAnalyzer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sentiment", + "symbol_part": "SentimentIntensityAnalyzer", + "lineno": 769 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.corpus.twitter_samples", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "twitter_samples", + "lineno": 784 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.metrics.accuracy", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "accuracy", + "lineno": 785 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.metrics.f_measure", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "f_measure", + "lineno": 786 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.metrics.precision", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "precision", + "lineno": 787 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.metrics.recall", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "recall", + "lineno": 788 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.sentiment.SentimentIntensityAnalyzer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sentiment", + "symbol_part": "SentimentIntensityAnalyzer", + "lineno": 789 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.classify.MaxentClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify", + "symbol_part": "MaxentClassifier", + "lineno": 873 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.classify.NaiveBayesClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify", + "symbol_part": "NaiveBayesClassifier", + "lineno": 873 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.classify.scikitlearn.SklearnClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.scikitlearn", + "symbol_part": "SklearnClassifier", + "lineno": 874 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.twitter.common._outf_writer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter.common", + "symbol_part": "_outf_writer", + "lineno": 875 + }, + { + "from_module": "nltk.sentiment.util", + "imports": "nltk.twitter.common.extract_fields", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter.common", + "symbol_part": "extract_fields", + "lineno": 875 + } + ], + "nltk.sentiment.vader": [ + { + "from_module": "nltk.sentiment.vader", + "imports": "nltk.data", + "type": "import", + "lineno": 29 + }, + { + "from_module": "nltk.sentiment.vader", + "imports": "nltk.util.pairwise", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "pairwise", + "lineno": 30 + } + ], + "nltk.sentiment": [ + { + "from_module": "nltk.sentiment", + "imports": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sentiment.sentiment_analyzer", + "symbol_part": "SentimentAnalyzer", + "lineno": 12 + }, + { + "from_module": "nltk.sentiment", + "imports": "nltk.sentiment.vader.SentimentIntensityAnalyzer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.sentiment.vader", + "symbol_part": "SentimentIntensityAnalyzer", + "lineno": 13 + } + ], + "nltk.stem.api": [], + "nltk.stem.arlstem": [ + { + "from_module": "nltk.stem.arlstem", + "imports": "nltk.stem.api.StemmerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.api", + "symbol_part": "StemmerI", + "lineno": 29 + } + ], + "nltk.stem.arlstem2": [ + { + "from_module": "nltk.stem.arlstem2", + "imports": "nltk.stem.api.StemmerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.api", + "symbol_part": "StemmerI", + "lineno": 30 + } + ], + "nltk.stem.cistem": [ + { + "from_module": "nltk.stem.cistem", + "imports": "nltk.stem.api.StemmerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.api", + "symbol_part": "StemmerI", + "lineno": 13 + } + ], + "nltk.stem.isri": [ + { + "from_module": "nltk.stem.isri", + "imports": "nltk.stem.api.StemmerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.api", + "symbol_part": "StemmerI", + "lineno": 33 + } + ], + "nltk.stem.lancaster": [ + { + "from_module": "nltk.stem.lancaster", + "imports": "nltk.stem.api.StemmerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.api", + "symbol_part": "StemmerI", + "lineno": 14 + } + ], + "nltk.stem.porter": [ + { + "from_module": "nltk.stem.porter", + "imports": "nltk.stem.api.StemmerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.api", + "symbol_part": "StemmerI", + "lineno": 25 + }, + { + "from_module": "nltk.stem.porter", + "imports": "nltk.stem", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "stem", + "lineno": 692 + }, + { + "from_module": "nltk.stem.porter", + "imports": "nltk.corpus.treebank", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "treebank", + "lineno": 693 + } + ], + "nltk.stem.regexp": [ + { + "from_module": "nltk.stem.regexp", + "imports": "nltk.stem.api.StemmerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.api", + "symbol_part": "StemmerI", + "lineno": 11 + } + ], + "nltk.stem.rslp": [ + { + "from_module": "nltk.stem.rslp", + "imports": "nltk.data.load", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "load", + "lineno": 32 + }, + { + "from_module": "nltk.stem.rslp", + "imports": "nltk.stem.api.StemmerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.api", + "symbol_part": "StemmerI", + "lineno": 33 + } + ], + "nltk.stem.snowball": [ + { + "from_module": "nltk.stem.snowball", + "imports": "nltk.corpus.stopwords", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "stopwords", + "lineno": 28 + }, + { + "from_module": "nltk.stem.snowball", + "imports": "nltk.stem.porter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem", + "symbol_part": "porter", + "lineno": 29 + }, + { + "from_module": "nltk.stem.snowball", + "imports": "nltk.stem.api.StemmerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.api", + "symbol_part": "StemmerI", + "lineno": 30 + }, + { + "from_module": "nltk.stem.snowball", + "imports": "nltk.stem.util.prefix_replace", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.util", + "symbol_part": "prefix_replace", + "lineno": 31 + }, + { + "from_module": "nltk.stem.snowball", + "imports": "nltk.stem.util.suffix_replace", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.util", + "symbol_part": "suffix_replace", + "lineno": 31 + }, + { + "from_module": "nltk.stem.snowball", + "imports": "nltk.corpus.udhr", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "udhr", + "lineno": 5860 + } + ], + "nltk.stem.util": [], + "nltk.stem.wordnet": [ + { + "from_module": "nltk.stem.wordnet", + "imports": "nltk.corpus.wordnet", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "wordnet", + "lineno": 39 + }, + { + "from_module": "nltk.stem.wordnet", + "imports": "nltk.corpus.wordnet", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "wordnet", + "lineno": 56 + } + ], + "nltk.stem": [ + { + "from_module": "nltk.stem", + "imports": "nltk.stem.api.StemmerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.api", + "symbol_part": "StemmerI", + "lineno": 24 + }, + { + "from_module": "nltk.stem", + "imports": "nltk.stem.arlstem.ARLSTem", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.arlstem", + "symbol_part": "ARLSTem", + "lineno": 25 + }, + { + "from_module": "nltk.stem", + "imports": "nltk.stem.arlstem2.ARLSTem2", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.arlstem2", + "symbol_part": "ARLSTem2", + "lineno": 26 + }, + { + "from_module": "nltk.stem", + "imports": "nltk.stem.cistem.Cistem", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.cistem", + "symbol_part": "Cistem", + "lineno": 27 + }, + { + "from_module": "nltk.stem", + "imports": "nltk.stem.isri.ISRIStemmer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.isri", + "symbol_part": "ISRIStemmer", + "lineno": 28 + }, + { + "from_module": "nltk.stem", + "imports": "nltk.stem.lancaster.LancasterStemmer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.lancaster", + "symbol_part": "LancasterStemmer", + "lineno": 29 + }, + { + "from_module": "nltk.stem", + "imports": "nltk.stem.porter.PorterStemmer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.porter", + "symbol_part": "PorterStemmer", + "lineno": 30 + }, + { + "from_module": "nltk.stem", + "imports": "nltk.stem.regexp.RegexpStemmer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.regexp", + "symbol_part": "RegexpStemmer", + "lineno": 31 + }, + { + "from_module": "nltk.stem", + "imports": "nltk.stem.rslp.RSLPStemmer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.rslp", + "symbol_part": "RSLPStemmer", + "lineno": 32 + }, + { + "from_module": "nltk.stem", + "imports": "nltk.stem.snowball.SnowballStemmer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.snowball", + "symbol_part": "SnowballStemmer", + "lineno": 33 + }, + { + "from_module": "nltk.stem", + "imports": "nltk.stem.wordnet.WordNetLemmatizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.wordnet", + "symbol_part": "WordNetLemmatizer", + "lineno": 34 + } + ], + "nltk.tag.api": [ + { + "from_module": "nltk.tag.api", + "imports": "nltk.internals.deprecated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "deprecated", + "lineno": 19 + }, + { + "from_module": "nltk.tag.api", + "imports": "nltk.internals.overridden", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "overridden", + "lineno": 19 + }, + { + "from_module": "nltk.tag.api", + "imports": "nltk.metrics.ConfusionMatrix", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "ConfusionMatrix", + "lineno": 20 + }, + { + "from_module": "nltk.tag.api", + "imports": "nltk.metrics.accuracy", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "accuracy", + "lineno": 20 + }, + { + "from_module": "nltk.tag.api", + "imports": "nltk.tag.util.untag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.util", + "symbol_part": "untag", + "lineno": 21 + } + ], + "nltk.tag.brill": [ + { + "from_module": "nltk.tag.brill", + "imports": "nltk.jsontags", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "jsontags", + "lineno": 12 + }, + { + "from_module": "nltk.tag.brill", + "imports": "nltk.tag.TaggerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "TaggerI", + "lineno": 13 + }, + { + "from_module": "nltk.tag.brill", + "imports": "nltk.tbl.Feature", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tbl", + "symbol_part": "Feature", + "lineno": 14 + }, + { + "from_module": "nltk.tag.brill", + "imports": "nltk.tbl.Template", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tbl", + "symbol_part": "Template", + "lineno": 14 + } + ], + "nltk.tag.brill_trainer": [ + { + "from_module": "nltk.tag.brill_trainer", + "imports": "nltk.tag.BrillTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "BrillTagger", + "lineno": 14 + }, + { + "from_module": "nltk.tag.brill_trainer", + "imports": "nltk.tag.untag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "untag", + "lineno": 14 + } + ], + "nltk.tag.crf": [ + { + "from_module": "nltk.tag.crf", + "imports": "nltk.tag.api.TaggerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.api", + "symbol_part": "TaggerI", + "lineno": 15 + } + ], + "nltk.tag.hmm": [ + { + "from_module": "nltk.tag.hmm", + "imports": "nltk.metrics.accuracy", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "accuracy", + "lineno": 80 + }, + { + "from_module": "nltk.tag.hmm", + "imports": "nltk.probability.ConditionalFreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "ConditionalFreqDist", + "lineno": 81 + }, + { + "from_module": "nltk.tag.hmm", + "imports": "nltk.probability.ConditionalProbDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "ConditionalProbDist", + "lineno": 81 + }, + { + "from_module": "nltk.tag.hmm", + "imports": "nltk.probability.DictionaryConditionalProbDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "DictionaryConditionalProbDist", + "lineno": 81 + }, + { + "from_module": "nltk.tag.hmm", + "imports": "nltk.probability.DictionaryProbDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "DictionaryProbDist", + "lineno": 81 + }, + { + "from_module": "nltk.tag.hmm", + "imports": "nltk.probability.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "FreqDist", + "lineno": 81 + }, + { + "from_module": "nltk.tag.hmm", + "imports": "nltk.probability.LidstoneProbDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "LidstoneProbDist", + "lineno": 81 + }, + { + "from_module": "nltk.tag.hmm", + "imports": "nltk.probability.MLEProbDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "MLEProbDist", + "lineno": 81 + }, + { + "from_module": "nltk.tag.hmm", + "imports": "nltk.probability.MutableProbDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "MutableProbDist", + "lineno": 81 + }, + { + "from_module": "nltk.tag.hmm", + "imports": "nltk.probability.RandomProbDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "RandomProbDist", + "lineno": 81 + }, + { + "from_module": "nltk.tag.hmm", + "imports": "nltk.tag.api.TaggerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.api", + "symbol_part": "TaggerI", + "lineno": 92 + }, + { + "from_module": "nltk.tag.hmm", + "imports": "nltk.util.LazyMap", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "LazyMap", + "lineno": 93 + }, + { + "from_module": "nltk.tag.hmm", + "imports": "nltk.util.unique_list", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "unique_list", + "lineno": 93 + }, + { + "from_module": "nltk.tag.hmm", + "imports": "nltk.corpus.brown", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "brown", + "lineno": 1220 + } + ], + "nltk.tag.hunpos": [ + { + "from_module": "nltk.tag.hunpos", + "imports": "nltk.internals.find_binary", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_binary", + "lineno": 17 + }, + { + "from_module": "nltk.tag.hunpos", + "imports": "nltk.internals.find_file", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_file", + "lineno": 17 + }, + { + "from_module": "nltk.tag.hunpos", + "imports": "nltk.tag.api.TaggerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.api", + "symbol_part": "TaggerI", + "lineno": 18 + } + ], + "nltk.tag.mapping": [ + { + "from_module": "nltk.tag.mapping", + "imports": "nltk.data.load", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "load", + "lineno": 35 + }, + { + "from_module": "nltk.tag.mapping", + "imports": "nltk.data.normalize_resource_url", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "normalize_resource_url", + "lineno": 35 + } + ], + "nltk.tag.perceptron": [ + { + "from_module": "nltk.tag.perceptron", + "imports": "nltk.jsontags", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "jsontags", + "lineno": 20 + }, + { + "from_module": "nltk.tag.perceptron", + "imports": "nltk.data.FileSystemPathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "FileSystemPathPointer", + "lineno": 21 + }, + { + "from_module": "nltk.tag.perceptron", + "imports": "nltk.data.find", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "find", + "lineno": 21 + }, + { + "from_module": "nltk.tag.perceptron", + "imports": "nltk.data.open_datafile", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "open_datafile", + "lineno": 21 + }, + { + "from_module": "nltk.tag.perceptron", + "imports": "nltk.tag.api.TaggerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.api", + "symbol_part": "TaggerI", + "lineno": 22 + }, + { + "from_module": "nltk.tag.perceptron", + "imports": "nltk.corpus.universal_treebanks", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "universal_treebanks", + "lineno": 393 + } + ], + "nltk.tag.senna": [ + { + "from_module": "nltk.tag.senna", + "imports": "nltk.classify.Senna", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify", + "symbol_part": "Senna", + "lineno": 42 + } + ], + "nltk.tag.sequential": [ + { + "from_module": "nltk.tag.sequential", + "imports": "nltk.jsontags", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "jsontags", + "lineno": 25 + }, + { + "from_module": "nltk.tag.sequential", + "imports": "nltk.classify.NaiveBayesClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify", + "symbol_part": "NaiveBayesClassifier", + "lineno": 26 + }, + { + "from_module": "nltk.tag.sequential", + "imports": "nltk.probability.ConditionalFreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "ConditionalFreqDist", + "lineno": 27 + }, + { + "from_module": "nltk.tag.sequential", + "imports": "nltk.tag.api.FeaturesetTaggerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.api", + "symbol_part": "FeaturesetTaggerI", + "lineno": 28 + }, + { + "from_module": "nltk.tag.sequential", + "imports": "nltk.tag.api.TaggerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.api", + "symbol_part": "TaggerI", + "lineno": 28 + } + ], + "nltk.tag.stanford": [ + { + "from_module": "nltk.tag.stanford", + "imports": "nltk.internals._java_options", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "_java_options", + "lineno": 25 + }, + { + "from_module": "nltk.tag.stanford", + "imports": "nltk.internals.config_java", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "config_java", + "lineno": 25 + }, + { + "from_module": "nltk.tag.stanford", + "imports": "nltk.internals.find_file", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_file", + "lineno": 25 + }, + { + "from_module": "nltk.tag.stanford", + "imports": "nltk.internals.find_jar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_jar", + "lineno": 25 + }, + { + "from_module": "nltk.tag.stanford", + "imports": "nltk.internals.java", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "java", + "lineno": 25 + }, + { + "from_module": "nltk.tag.stanford", + "imports": "nltk.tag.api.TaggerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.api", + "symbol_part": "TaggerI", + "lineno": 26 + } + ], + "nltk.tag.tnt": [ + { + "from_module": "nltk.tag.tnt", + "imports": "nltk.probability.ConditionalFreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "ConditionalFreqDist", + "lineno": 31 + }, + { + "from_module": "nltk.tag.tnt", + "imports": "nltk.probability.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "FreqDist", + "lineno": 31 + }, + { + "from_module": "nltk.tag.tnt", + "imports": "nltk.tag.api.TaggerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.api", + "symbol_part": "TaggerI", + "lineno": 32 + }, + { + "from_module": "nltk.tag.tnt", + "imports": "nltk.corpus.treebank", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "treebank", + "lineno": 1008 + } + ], + "nltk.tag.util": [], + "nltk.tag": [ + { + "from_module": "nltk.tag", + "imports": "nltk.tag.api.TaggerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.api", + "symbol_part": "TaggerI", + "lineno": 70 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.util.str2tuple", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.util", + "symbol_part": "str2tuple", + "lineno": 71 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.util.tuple2str", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.util", + "symbol_part": "tuple2str", + "lineno": 71 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.util.untag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.util", + "symbol_part": "untag", + "lineno": 71 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.sequential.SequentialBackoffTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.sequential", + "symbol_part": "SequentialBackoffTagger", + "lineno": 72 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.sequential.ContextTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.sequential", + "symbol_part": "ContextTagger", + "lineno": 72 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.sequential.DefaultTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.sequential", + "symbol_part": "DefaultTagger", + "lineno": 72 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.sequential.NgramTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.sequential", + "symbol_part": "NgramTagger", + "lineno": 72 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.sequential.UnigramTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.sequential", + "symbol_part": "UnigramTagger", + "lineno": 72 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.sequential.BigramTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.sequential", + "symbol_part": "BigramTagger", + "lineno": 72 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.sequential.TrigramTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.sequential", + "symbol_part": "TrigramTagger", + "lineno": 72 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.sequential.AffixTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.sequential", + "symbol_part": "AffixTagger", + "lineno": 72 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.sequential.RegexpTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.sequential", + "symbol_part": "RegexpTagger", + "lineno": 72 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.sequential.ClassifierBasedTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.sequential", + "symbol_part": "ClassifierBasedTagger", + "lineno": 72 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.sequential.ClassifierBasedPOSTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.sequential", + "symbol_part": "ClassifierBasedPOSTagger", + "lineno": 72 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.brill.BrillTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.brill", + "symbol_part": "BrillTagger", + "lineno": 85 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.brill_trainer.BrillTaggerTrainer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.brill_trainer", + "symbol_part": "BrillTaggerTrainer", + "lineno": 86 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.tnt.TnT", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.tnt", + "symbol_part": "TnT", + "lineno": 87 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.hunpos.HunposTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.hunpos", + "symbol_part": "HunposTagger", + "lineno": 88 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.stanford.StanfordTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.stanford", + "symbol_part": "StanfordTagger", + "lineno": 89 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.stanford.StanfordPOSTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.stanford", + "symbol_part": "StanfordPOSTagger", + "lineno": 89 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.stanford.StanfordNERTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.stanford", + "symbol_part": "StanfordNERTagger", + "lineno": 89 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.hmm.HiddenMarkovModelTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.hmm", + "symbol_part": "HiddenMarkovModelTagger", + "lineno": 90 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.hmm.HiddenMarkovModelTrainer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.hmm", + "symbol_part": "HiddenMarkovModelTrainer", + "lineno": 90 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.senna.SennaTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.senna", + "symbol_part": "SennaTagger", + "lineno": 91 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.senna.SennaChunkTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.senna", + "symbol_part": "SennaChunkTagger", + "lineno": 91 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.senna.SennaNERTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.senna", + "symbol_part": "SennaNERTagger", + "lineno": 91 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.mapping.tagset_mapping", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.mapping", + "symbol_part": "tagset_mapping", + "lineno": 92 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.mapping.map_tag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.mapping", + "symbol_part": "map_tag", + "lineno": 92 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.crf.CRFTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.crf", + "symbol_part": "CRFTagger", + "lineno": 93 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.tag.perceptron.PerceptronTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.perceptron", + "symbol_part": "PerceptronTagger", + "lineno": 94 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.data.load", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "load", + "lineno": 96 + }, + { + "from_module": "nltk.tag", + "imports": "nltk.data.find", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "find", + "lineno": 96 + } + ], + "nltk.tbl.api": [], + "nltk.tbl.demo": [ + { + "from_module": "nltk.tbl.demo", + "imports": "nltk.corpus.treebank", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "treebank", + "lineno": 15 + }, + { + "from_module": "nltk.tbl.demo", + "imports": "nltk.picklesec.pickle_load", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.picklesec", + "symbol_part": "pickle_load", + "lineno": 16 + }, + { + "from_module": "nltk.tbl.demo", + "imports": "nltk.tag.BrillTaggerTrainer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "BrillTaggerTrainer", + "lineno": 17 + }, + { + "from_module": "nltk.tbl.demo", + "imports": "nltk.tag.RegexpTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "RegexpTagger", + "lineno": 17 + }, + { + "from_module": "nltk.tbl.demo", + "imports": "nltk.tag.UnigramTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "UnigramTagger", + "lineno": 17 + }, + { + "from_module": "nltk.tbl.demo", + "imports": "nltk.tag.brill.Pos", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.brill", + "symbol_part": "Pos", + "lineno": 18 + }, + { + "from_module": "nltk.tbl.demo", + "imports": "nltk.tag.brill.Word", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.brill", + "symbol_part": "Word", + "lineno": 18 + }, + { + "from_module": "nltk.tbl.demo", + "imports": "nltk.tbl.Template", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tbl", + "symbol_part": "Template", + "lineno": 19 + }, + { + "from_module": "nltk.tbl.demo", + "imports": "nltk.tbl.error_list", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tbl", + "symbol_part": "error_list", + "lineno": 19 + }, + { + "from_module": "nltk.tbl.demo", + "imports": "nltk.tag.brill.brill24", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.brill", + "symbol_part": "brill24", + "lineno": 231 + }, + { + "from_module": "nltk.tbl.demo", + "imports": "nltk.tag.brill.describe_template_sets", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.brill", + "symbol_part": "describe_template_sets", + "lineno": 231 + } + ], + "nltk.tbl.erroranalysis": [], + "nltk.tbl.feature": [], + "nltk.tbl.rule": [ + { + "from_module": "nltk.tbl.rule", + "imports": "nltk.jsontags", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "jsontags", + "lineno": 12 + } + ], + "nltk.tbl.template": [ + { + "from_module": "nltk.tbl.template", + "imports": "nltk.tbl.feature.Feature", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tbl.feature", + "symbol_part": "Feature", + "lineno": 13 + }, + { + "from_module": "nltk.tbl.template", + "imports": "nltk.tbl.rule.Rule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tbl.rule", + "symbol_part": "Rule", + "lineno": 14 + } + ], + "nltk.tbl": [ + { + "from_module": "nltk.tbl", + "imports": "nltk.tbl.template.Template", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tbl.template", + "symbol_part": "Template", + "lineno": 19 + }, + { + "from_module": "nltk.tbl", + "imports": "nltk.tbl.feature.Feature", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tbl.feature", + "symbol_part": "Feature", + "lineno": 23 + }, + { + "from_module": "nltk.tbl", + "imports": "nltk.tbl.rule.Rule", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tbl.rule", + "symbol_part": "Rule", + "lineno": 27 + }, + { + "from_module": "nltk.tbl", + "imports": "nltk.tbl.erroranalysis.error_list", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tbl.erroranalysis", + "symbol_part": "error_list", + "lineno": 31 + } + ], + "nltk.test.all": [], + "nltk.test.childes_fixt": [ + { + "from_module": "nltk.test.childes_fixt", + "imports": "nltk.data", + "type": "import", + "lineno": 4 + } + ], + "nltk.test.classify_fixt": [], + "nltk.test.conftest": [ + { + "from_module": "nltk.test.conftest", + "imports": "nltk.corpus.reader.CorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "CorpusReader", + "lineno": 5 + }, + { + "from_module": "nltk.test.conftest", + "imports": "nltk.corpus", + "type": "import", + "lineno": 30 + } + ], + "nltk.test.gensim_fixt": [], + "nltk.test.gluesemantics_malt_fixt": [ + { + "from_module": "nltk.test.gluesemantics_malt_fixt", + "imports": "nltk.parse.malt.MaltParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.malt", + "symbol_part": "MaltParser", + "lineno": 4 + } + ], + "nltk.test.portuguese_en_fixt": [], + "nltk.test.probability_fixt": [], + "nltk.test.setup_fixt": [ + { + "from_module": "nltk.test.setup_fixt", + "imports": "nltk.internals.find_binary", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_binary", + "lineno": 1 + }, + { + "from_module": "nltk.test.setup_fixt", + "imports": "nltk.internals.find_jar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_jar", + "lineno": 1 + } + ], + "nltk.test.test_filestring_sandbox": [ + { + "from_module": "nltk.test.test_filestring_sandbox", + "imports": "nltk.util.filestring", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "filestring", + "lineno": 6 + } + ], + "nltk.test": [], + "nltk.test.unit.test_aline": [ + { + "from_module": "nltk.test.unit.test_aline", + "imports": "nltk.metrics.aline", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "aline", + "lineno": 5 + } + ], + "nltk.test.unit.test_bllip": [ + { + "from_module": "nltk.test.unit.test_bllip", + "imports": "nltk.data.find", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "find", + "lineno": 3 + }, + { + "from_module": "nltk.test.unit.test_bllip", + "imports": "nltk.parse.bllip.BllipParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.bllip", + "symbol_part": "BllipParser", + "lineno": 4 + }, + { + "from_module": "nltk.test.unit.test_bllip", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 5 + } + ], + "nltk.test.unit.test_brill": [ + { + "from_module": "nltk.test.unit.test_brill", + "imports": "nltk.corpus.treebank", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "treebank", + "lineno": 7 + }, + { + "from_module": "nltk.test.unit.test_brill", + "imports": "nltk.tag.UnigramTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "UnigramTagger", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.test_brill", + "imports": "nltk.tag.brill", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "brill", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.test_brill", + "imports": "nltk.tag.brill_trainer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "brill_trainer", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.test_brill", + "imports": "nltk.tbl.demo", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tbl", + "symbol_part": "demo", + "lineno": 9 + } + ], + "nltk.test.unit.test_ccg_dir": [ + { + "from_module": "nltk.test.unit.test_ccg_dir", + "imports": "nltk.ccg.lexicon", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg", + "symbol_part": "lexicon", + "lineno": 3 + }, + { + "from_module": "nltk.test.unit.test_ccg_dir", + "imports": "nltk.ccg.api.Direction", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.api", + "symbol_part": "Direction", + "lineno": 4 + }, + { + "from_module": "nltk.test.unit.test_ccg_dir", + "imports": "nltk.ccg.api.FunctionalCategory", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.api", + "symbol_part": "FunctionalCategory", + "lineno": 4 + }, + { + "from_module": "nltk.test.unit.test_ccg_dir", + "imports": "nltk.ccg.api.PrimitiveCategory", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.ccg.api", + "symbol_part": "PrimitiveCategory", + "lineno": 4 + } + ], + "nltk.test.unit.test_cfd_mutation": [ + { + "from_module": "nltk.test.unit.test_cfd_mutation", + "imports": "nltk.ConditionalFreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "ConditionalFreqDist", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_cfd_mutation", + "imports": "nltk.tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "tokenize", + "lineno": 5 + } + ], + "nltk.test.unit.test_cfg2chomsky": [ + { + "from_module": "nltk.test.unit.test_cfg2chomsky", + "imports": "nltk", + "type": "import", + "lineno": 3 + }, + { + "from_module": "nltk.test.unit.test_cfg2chomsky", + "imports": "nltk.grammar.CFG", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "CFG", + "lineno": 4 + } + ], + "nltk.test.unit.test_chunk": [ + { + "from_module": "nltk.test.unit.test_chunk", + "imports": "nltk.RegexpParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "RegexpParser", + "lineno": 3 + } + ], + "nltk.test.unit.test_classify": [ + { + "from_module": "nltk.test.unit.test_classify", + "imports": "nltk.classify", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "classify", + "lineno": 7 + } + ], + "nltk.test.unit.test_collocations": [ + { + "from_module": "nltk.test.unit.test_collocations", + "imports": "nltk.collocations.BigramCollocationFinder", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.collocations", + "symbol_part": "BigramCollocationFinder", + "lineno": 1 + }, + { + "from_module": "nltk.test.unit.test_collocations", + "imports": "nltk.metrics.BigramAssocMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "BigramAssocMeasures", + "lineno": 2 + } + ], + "nltk.test.unit.test_concordance": [ + { + "from_module": "nltk.test.unit.test_concordance", + "imports": "nltk.corpus.gutenberg", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "gutenberg", + "lineno": 6 + }, + { + "from_module": "nltk.test.unit.test_concordance", + "imports": "nltk.text.Text", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.text", + "symbol_part": "Text", + "lineno": 7 + } + ], + "nltk.test.unit.test_corenlp": [ + { + "from_module": "nltk.test.unit.test_corenlp", + "imports": "nltk.parse.corenlp", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "corenlp", + "lineno": 10 + }, + { + "from_module": "nltk.test.unit.test_corenlp", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 11 + } + ], + "nltk.test.unit.test_corpora": [ + { + "from_module": "nltk.test.unit.test_corpora", + "imports": "nltk.corpus.cess_cat", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "cess_cat", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_corpora", + "imports": "nltk.corpus.cess_esp", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "cess_esp", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_corpora", + "imports": "nltk.corpus.conll2007", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "conll2007", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_corpora", + "imports": "nltk.corpus.floresta", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "floresta", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_corpora", + "imports": "nltk.corpus.indian", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "indian", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_corpora", + "imports": "nltk.corpus.ptb", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "ptb", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_corpora", + "imports": "nltk.corpus.sinica_treebank", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "sinica_treebank", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_corpora", + "imports": "nltk.corpus.udhr", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "udhr", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_corpora", + "imports": "nltk.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "Tree", + "lineno": 15 + } + ], + "nltk.test.unit.test_corpus_reader": [ + { + "from_module": "nltk.test.unit.test_corpus_reader", + "imports": "nltk.corpus.reader.plaintext.PlaintextCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.plaintext", + "symbol_part": "PlaintextCorpusReader", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_corpus_reader", + "imports": "nltk.corpus.reader.util.find_corpus_fileids", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "find_corpus_fileids", + "lineno": 6 + }, + { + "from_module": "nltk.test.unit.test_corpus_reader", + "imports": "nltk.data.FileSystemPathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "FileSystemPathPointer", + "lineno": 7 + } + ], + "nltk.test.unit.test_corpus_util": [ + { + "from_module": "nltk.test.unit.test_corpus_util", + "imports": "nltk.corpus.util.LazyCorpusLoader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.util", + "symbol_part": "LazyCorpusLoader", + "lineno": 14 + }, + { + "from_module": "nltk.test.unit.test_corpus_util", + "imports": "nltk.corpus.util._make_bound_method", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.util", + "symbol_part": "_make_bound_method", + "lineno": 14 + }, + { + "from_module": "nltk.test.unit.test_corpus_util", + "imports": "nltk.corpus.reader.api.CorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.api", + "symbol_part": "CorpusReader", + "lineno": 97 + } + ], + "nltk.test.unit.test_corpus_views": [ + { + "from_module": "nltk.test.unit.test_corpus_views", + "imports": "nltk.data", + "type": "import", + "lineno": 7 + }, + { + "from_module": "nltk.test.unit.test_corpus_views", + "imports": "nltk.corpus.reader.util.StreamBackedCorpusView", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "StreamBackedCorpusView", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.test_corpus_views", + "imports": "nltk.corpus.reader.util.read_line_block", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "read_line_block", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.test_corpus_views", + "imports": "nltk.corpus.reader.util.read_whitespace_block", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "read_whitespace_block", + "lineno": 8 + } + ], + "nltk.test.unit.test_data": [ + { + "from_module": "nltk.test.unit.test_data", + "imports": "nltk.data", + "type": "import", + "lineno": 3 + } + ], + "nltk.test.unit.test_data_security": [ + { + "from_module": "nltk.test.unit.test_data_security", + "imports": "nltk.data", + "type": "import", + "lineno": 5 + } + ], + "nltk.test.unit.test_disagreement": [ + { + "from_module": "nltk.test.unit.test_disagreement", + "imports": "nltk.metrics.agreement.AnnotationTask", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.agreement", + "symbol_part": "AnnotationTask", + "lineno": 3 + } + ], + "nltk.test.unit.test_distance": [ + { + "from_module": "nltk.test.unit.test_distance", + "imports": "nltk.metrics.distance.edit_distance", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.distance", + "symbol_part": "edit_distance", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_distance", + "imports": "nltk.metrics.distance.edit_distance_align", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.distance", + "symbol_part": "edit_distance_align", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_distance", + "imports": "nltk.metrics.distance.jaro_similarity", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.distance", + "symbol_part": "jaro_similarity", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_distance", + "imports": "nltk.metrics.distance.jaro_winkler_similarity", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.distance", + "symbol_part": "jaro_winkler_similarity", + "lineno": 5 + } + ], + "nltk.test.unit.test_downloader": [ + { + "from_module": "nltk.test.unit.test_downloader", + "imports": "nltk.download", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "download", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_downloader", + "imports": "nltk.downloader.build_index", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.downloader", + "symbol_part": "build_index", + "lineno": 6 + } + ], + "nltk.test.unit.test_downloader_atomic": [ + { + "from_module": "nltk.test.unit.test_downloader_atomic", + "imports": "nltk.data", + "type": "import", + "lineno": 13 + }, + { + "from_module": "nltk.test.unit.test_downloader_atomic", + "imports": "nltk.pathsec", + "type": "import", + "lineno": 14 + }, + { + "from_module": "nltk.test.unit.test_downloader_atomic", + "imports": "nltk.downloader.Downloader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.downloader", + "symbol_part": "Downloader", + "lineno": 15 + }, + { + "from_module": "nltk.test.unit.test_downloader_atomic", + "imports": "nltk.downloader.Package", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.downloader", + "symbol_part": "Package", + "lineno": 15 + } + ], + "nltk.test.unit.test_downloader_unzip": [ + { + "from_module": "nltk.test.unit.test_downloader_unzip", + "imports": "nltk.downloader.ErrorMessage", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.downloader", + "symbol_part": "ErrorMessage", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.test_downloader_unzip", + "imports": "nltk.downloader._unzip_iter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.downloader", + "symbol_part": "_unzip_iter", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.test_downloader_unzip", + "imports": "nltk.downloader._validate_member", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.downloader", + "symbol_part": "_validate_member", + "lineno": 9 + } + ], + "nltk.test.unit.test_downloader_xxe": [ + { + "from_module": "nltk.test.unit.test_downloader_xxe", + "imports": "nltk.downloader.Downloader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.downloader", + "symbol_part": "Downloader", + "lineno": 14 + } + ], + "nltk.test.unit.test_framenet_security": [ + { + "from_module": "nltk.test.unit.test_framenet_security", + "imports": "nltk.corpus.reader.framenet.AttrDict", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.framenet", + "symbol_part": "AttrDict", + "lineno": 19 + }, + { + "from_module": "nltk.test.unit.test_framenet_security", + "imports": "nltk.corpus.reader.framenet.FramenetCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.framenet", + "symbol_part": "FramenetCorpusReader", + "lineno": 19 + }, + { + "from_module": "nltk.test.unit.test_framenet_security", + "imports": "nltk.corpus.reader.framenet.FramenetError", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.framenet", + "symbol_part": "FramenetError", + "lineno": 19 + }, + { + "from_module": "nltk.test.unit.test_framenet_security", + "imports": "nltk.corpus.reader.framenet._reject_unsafe_path_component", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.framenet", + "symbol_part": "_reject_unsafe_path_component", + "lineno": 19 + } + ], + "nltk.test.unit.test_freqdist": [ + { + "from_module": "nltk.test.unit.test_freqdist", + "imports": "nltk", + "type": "import", + "lineno": 1 + } + ], + "nltk.test.unit.test_hmm": [ + { + "from_module": "nltk.test.unit.test_hmm", + "imports": "nltk.tag.hmm", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "hmm", + "lineno": 3 + } + ], + "nltk.test.unit.test_json2csv_corpus": [ + { + "from_module": "nltk.test.unit.test_json2csv_corpus", + "imports": "nltk.corpus.twitter_samples", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "twitter_samples", + "lineno": 16 + }, + { + "from_module": "nltk.test.unit.test_json2csv_corpus", + "imports": "nltk.data.open_datafile", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "open_datafile", + "lineno": 17 + }, + { + "from_module": "nltk.test.unit.test_json2csv_corpus", + "imports": "nltk.twitter.common.json2csv", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter.common", + "symbol_part": "json2csv", + "lineno": 18 + }, + { + "from_module": "nltk.test.unit.test_json2csv_corpus", + "imports": "nltk.twitter.common.json2csv_entities", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter.common", + "symbol_part": "json2csv_entities", + "lineno": 18 + } + ], + "nltk.test.unit.test_json_serialization": [ + { + "from_module": "nltk.test.unit.test_json_serialization", + "imports": "nltk.corpus.brown", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "brown", + "lineno": 3 + }, + { + "from_module": "nltk.test.unit.test_json_serialization", + "imports": "nltk.jsontags.JSONTaggedDecoder", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.jsontags", + "symbol_part": "JSONTaggedDecoder", + "lineno": 4 + }, + { + "from_module": "nltk.test.unit.test_json_serialization", + "imports": "nltk.jsontags.JSONTaggedEncoder", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.jsontags", + "symbol_part": "JSONTaggedEncoder", + "lineno": 4 + }, + { + "from_module": "nltk.test.unit.test_json_serialization", + "imports": "nltk.tag.AffixTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "AffixTagger", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_json_serialization", + "imports": "nltk.tag.BigramTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "BigramTagger", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_json_serialization", + "imports": "nltk.tag.BrillTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "BrillTagger", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_json_serialization", + "imports": "nltk.tag.BrillTaggerTrainer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "BrillTaggerTrainer", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_json_serialization", + "imports": "nltk.tag.DefaultTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "DefaultTagger", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_json_serialization", + "imports": "nltk.tag.NgramTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "NgramTagger", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_json_serialization", + "imports": "nltk.tag.PerceptronTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "PerceptronTagger", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_json_serialization", + "imports": "nltk.tag.RegexpTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "RegexpTagger", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_json_serialization", + "imports": "nltk.tag.TrigramTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "TrigramTagger", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_json_serialization", + "imports": "nltk.tag.UnigramTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "UnigramTagger", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_json_serialization", + "imports": "nltk.tag.brill.nltkdemo18", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.brill", + "symbol_part": "nltkdemo18", + "lineno": 17 + } + ], + "nltk.test.unit.test_langnames": [ + { + "from_module": "nltk.test.unit.test_langnames", + "imports": "nltk.langnames.lang2q", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.langnames", + "symbol_part": "lang2q", + "lineno": 4 + }, + { + "from_module": "nltk.test.unit.test_langnames", + "imports": "nltk.langnames.langcode", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.langnames", + "symbol_part": "langcode", + "lineno": 4 + }, + { + "from_module": "nltk.test.unit.test_langnames", + "imports": "nltk.langnames.langname", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.langnames", + "symbol_part": "langname", + "lineno": 4 + }, + { + "from_module": "nltk.test.unit.test_langnames", + "imports": "nltk.langnames.q2name", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.langnames", + "symbol_part": "q2name", + "lineno": 4 + }, + { + "from_module": "nltk.test.unit.test_langnames", + "imports": "nltk.langnames.q2tag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.langnames", + "symbol_part": "q2tag", + "lineno": 4 + }, + { + "from_module": "nltk.test.unit.test_langnames", + "imports": "nltk.langnames.tag2q", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.langnames", + "symbol_part": "tag2q", + "lineno": 4 + } + ], + "nltk.test.unit.test_metrics": [ + { + "from_module": "nltk.test.unit.test_metrics", + "imports": "nltk.metrics.BigramAssocMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "BigramAssocMeasures", + "lineno": 3 + }, + { + "from_module": "nltk.test.unit.test_metrics", + "imports": "nltk.metrics.QuadgramAssocMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "QuadgramAssocMeasures", + "lineno": 3 + }, + { + "from_module": "nltk.test.unit.test_metrics", + "imports": "nltk.metrics.TrigramAssocMeasures", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics", + "symbol_part": "TrigramAssocMeasures", + "lineno": 3 + } + ], + "nltk.test.unit.test_naivebayes": [ + { + "from_module": "nltk.test.unit.test_naivebayes", + "imports": "nltk.classify.naivebayes.NaiveBayesClassifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.naivebayes", + "symbol_part": "NaiveBayesClassifier", + "lineno": 3 + } + ], + "nltk.test.unit.test_nkjp_security": [ + { + "from_module": "nltk.test.unit.test_nkjp_security", + "imports": "nltk.corpus.reader.nkjp.NKJPCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.nkjp", + "symbol_part": "NKJPCorpusReader", + "lineno": 18 + } + ], + "nltk.test.unit.test_nombank": [ + { + "from_module": "nltk.test.unit.test_nombank", + "imports": "nltk.corpus.nombank", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "nombank", + "lineno": 7 + } + ], + "nltk.test.unit.test_open_datafile": [ + { + "from_module": "nltk.test.unit.test_open_datafile", + "imports": "nltk.data.ZipFilePathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "ZipFilePathPointer", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_open_datafile", + "imports": "nltk.data.open_datafile", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "open_datafile", + "lineno": 5 + } + ], + "nltk.test.unit.test_pathsec": [ + { + "from_module": "nltk.test.unit.test_pathsec", + "imports": "nltk", + "type": "import", + "lineno": 12 + }, + { + "from_module": "nltk.test.unit.test_pathsec", + "imports": "nltk.downloader", + "type": "import", + "lineno": 13 + }, + { + "from_module": "nltk.test.unit.test_pathsec", + "imports": "nltk.pathsec", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "pathsec", + "lineno": 14 + }, + { + "from_module": "nltk.test.unit.test_pathsec", + "imports": "nltk.downloader.Downloader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.downloader", + "symbol_part": "Downloader", + "lineno": 15 + }, + { + "from_module": "nltk.test.unit.test_pathsec", + "imports": "nltk.corpus.reader.util.StreamBackedCorpusView", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.util", + "symbol_part": "StreamBackedCorpusView", + "lineno": 409 + } + ], + "nltk.test.unit.test_pickle_load_warnings": [ + { + "from_module": "nltk.test.unit.test_pickle_load_warnings", + "imports": "nltk.parse.chart.Chart", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.chart", + "symbol_part": "Chart", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.test_pickle_load_warnings", + "imports": "nltk.picklesec.pickle_load", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.picklesec", + "symbol_part": "pickle_load", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.test_pickle_load_warnings", + "imports": "nltk.parse.DependencyGraph", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse", + "symbol_part": "DependencyGraph", + "lineno": 30 + }, + { + "from_module": "nltk.test.unit.test_pickle_load_warnings", + "imports": "nltk.parse.transitionparser.TransitionParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.transitionparser", + "symbol_part": "TransitionParser", + "lineno": 31 + }, + { + "from_module": "nltk.test.unit.test_pickle_load_warnings", + "imports": "nltk.app.chartparser_app", + "type": "import", + "lineno": 62 + } + ], + "nltk.test.unit.test_pl196x": [ + { + "from_module": "nltk.test.unit.test_pl196x", + "imports": "nltk", + "type": "import", + "lineno": 3 + }, + { + "from_module": "nltk.test.unit.test_pl196x", + "imports": "nltk.corpus.reader.pl196x", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "pl196x", + "lineno": 4 + } + ], + "nltk.test.unit.test_pos_tag": [ + { + "from_module": "nltk.test.unit.test_pos_tag", + "imports": "nltk.pos_tag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "pos_tag", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.test_pos_tag", + "imports": "nltk.word_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "word_tokenize", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.test_pos_tag", + "imports": "nltk.help.brown_tagset", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.help", + "symbol_part": "brown_tagset", + "lineno": 10 + }, + { + "from_module": "nltk.test.unit.test_pos_tag", + "imports": "nltk.help.claws5_tagset", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.help", + "symbol_part": "claws5_tagset", + "lineno": 10 + }, + { + "from_module": "nltk.test.unit.test_pos_tag", + "imports": "nltk.help.upenn_tagset", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.help", + "symbol_part": "upenn_tagset", + "lineno": 10 + }, + { + "from_module": "nltk.test.unit.test_pos_tag", + "imports": "nltk.tag.mapping", + "type": "import", + "lineno": 117 + }, + { + "from_module": "nltk.test.unit.test_pos_tag", + "imports": "nltk.data.normalize_resource_url", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "normalize_resource_url", + "lineno": 118 + } + ], + "nltk.test.unit.test_reviews_security": [ + { + "from_module": "nltk.test.unit.test_reviews_security", + "imports": "nltk.corpus.reader.reviews.FEATURES", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.reviews", + "symbol_part": "FEATURES", + "lineno": 17 + }, + { + "from_module": "nltk.test.unit.test_reviews_security", + "imports": "nltk.corpus.reader.reviews.ReviewsCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.reviews", + "symbol_part": "ReviewsCorpusReader", + "lineno": 17 + } + ], + "nltk.test.unit.test_ribes": [ + { + "from_module": "nltk.test.unit.test_ribes", + "imports": "nltk.translate.ribes_score.corpus_ribes", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ribes_score", + "symbol_part": "corpus_ribes", + "lineno": 1 + }, + { + "from_module": "nltk.test.unit.test_ribes", + "imports": "nltk.translate.ribes_score.word_rank_alignment", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ribes_score", + "symbol_part": "word_rank_alignment", + "lineno": 1 + } + ], + "nltk.test.unit.test_rte_classify": [ + { + "from_module": "nltk.test.unit.test_rte_classify", + "imports": "nltk.config_megam", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "config_megam", + "lineno": 3 + }, + { + "from_module": "nltk.test.unit.test_rte_classify", + "imports": "nltk.classify.rte_classify.RTEFeatureExtractor", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.rte_classify", + "symbol_part": "RTEFeatureExtractor", + "lineno": 4 + }, + { + "from_module": "nltk.test.unit.test_rte_classify", + "imports": "nltk.classify.rte_classify.rte_classifier", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.rte_classify", + "symbol_part": "rte_classifier", + "lineno": 4 + }, + { + "from_module": "nltk.test.unit.test_rte_classify", + "imports": "nltk.classify.rte_classify.rte_features", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify.rte_classify", + "symbol_part": "rte_features", + "lineno": 4 + }, + { + "from_module": "nltk.test.unit.test_rte_classify", + "imports": "nltk.corpus.rte", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "rte", + "lineno": 5 + } + ], + "nltk.test.unit.test_seekable_unicode_stream_reader": [ + { + "from_module": "nltk.test.unit.test_seekable_unicode_stream_reader", + "imports": "nltk.corpus.reader.SeekableUnicodeStreamReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader", + "symbol_part": "SeekableUnicodeStreamReader", + "lineno": 6 + } + ], + "nltk.test.unit.test_segmentation": [ + { + "from_module": "nltk.test.unit.test_segmentation", + "imports": "nltk.metrics.segmentation.windowdiff", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.metrics.segmentation", + "symbol_part": "windowdiff", + "lineno": 3 + } + ], + "nltk.test.unit.test_senna": [ + { + "from_module": "nltk.test.unit.test_senna", + "imports": "nltk.classify.Senna", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.classify", + "symbol_part": "Senna", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.test_senna", + "imports": "nltk.tag.SennaChunkTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "SennaChunkTagger", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.test_senna", + "imports": "nltk.tag.SennaNERTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "SennaNERTagger", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.test_senna", + "imports": "nltk.tag.SennaTagger", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "SennaTagger", + "lineno": 9 + } + ], + "nltk.test.unit.test_stem": [ + { + "from_module": "nltk.test.unit.test_stem", + "imports": "nltk.data", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "data", + "lineno": 4 + }, + { + "from_module": "nltk.test.unit.test_stem", + "imports": "nltk.stem.porter.PorterStemmer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.porter", + "symbol_part": "PorterStemmer", + "lineno": 5 + }, + { + "from_module": "nltk.test.unit.test_stem", + "imports": "nltk.stem.snowball.SnowballStemmer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.snowball", + "symbol_part": "SnowballStemmer", + "lineno": 6 + } + ], + "nltk.test.unit.test_tag": [ + { + "from_module": "nltk.test.unit.test_tag", + "imports": "nltk.tag.pos_tag", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag", + "symbol_part": "pos_tag", + "lineno": 2 + }, + { + "from_module": "nltk.test.unit.test_tag", + "imports": "nltk.tokenize.word_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "word_tokenize", + "lineno": 3 + } + ], + "nltk.test.unit.test_texttiling": [ + { + "from_module": "nltk.test.unit.test_texttiling", + "imports": "nltk.tokenize.texttiling.BLOCK_COMPARISON", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.texttiling", + "symbol_part": "BLOCK_COMPARISON", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.test_texttiling", + "imports": "nltk.tokenize.texttiling.VOCABULARY_INTRODUCTION", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.texttiling", + "symbol_part": "VOCABULARY_INTRODUCTION", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.test_texttiling", + "imports": "nltk.tokenize.texttiling.TextTilingTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.texttiling", + "symbol_part": "TextTilingTokenizer", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.test_texttiling", + "imports": "nltk.tokenize.texttiling.TokenSequence", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.texttiling", + "symbol_part": "TokenSequence", + "lineno": 166 + } + ], + "nltk.test.unit.test_tgrep": [ + { + "from_module": "nltk.test.unit.test_tgrep", + "imports": "nltk.tgrep", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "tgrep", + "lineno": 22 + }, + { + "from_module": "nltk.test.unit.test_tgrep", + "imports": "nltk.tree.ParentedTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree", + "symbol_part": "ParentedTree", + "lineno": 23 + } + ], + "nltk.test.unit.test_tnt": [ + { + "from_module": "nltk.test.unit.test_tnt", + "imports": "nltk.tag.tnt._BOS", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.tnt", + "symbol_part": "_BOS", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.test_tnt", + "imports": "nltk.tag.tnt._EOS", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.tnt", + "symbol_part": "_EOS", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.test_tnt", + "imports": "nltk.tag.tnt._LOG_FLOOR_2", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.tnt", + "symbol_part": "_LOG_FLOOR_2", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.test_tnt", + "imports": "nltk.tag.tnt.TnT", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.tnt", + "symbol_part": "TnT", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.test_tnt", + "imports": "nltk.tag.tnt._safe_inverse", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.tnt", + "symbol_part": "_safe_inverse", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.test_tnt", + "imports": "nltk.tag.tnt._safe_log2", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tag.tnt", + "symbol_part": "_safe_log2", + "lineno": 9 + } + ], + "nltk.test.unit.test_tokenize": [ + { + "from_module": "nltk.test.unit.test_tokenize", + "imports": "nltk.tokenize.LegalitySyllableTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "LegalitySyllableTokenizer", + "lineno": 12 + }, + { + "from_module": "nltk.test.unit.test_tokenize", + "imports": "nltk.tokenize.StanfordSegmenter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "StanfordSegmenter", + "lineno": 12 + }, + { + "from_module": "nltk.test.unit.test_tokenize", + "imports": "nltk.tokenize.SyllableTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "SyllableTokenizer", + "lineno": 12 + }, + { + "from_module": "nltk.test.unit.test_tokenize", + "imports": "nltk.tokenize.TreebankWordTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "TreebankWordTokenizer", + "lineno": 12 + }, + { + "from_module": "nltk.test.unit.test_tokenize", + "imports": "nltk.tokenize.TweetTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "TweetTokenizer", + "lineno": 12 + }, + { + "from_module": "nltk.test.unit.test_tokenize", + "imports": "nltk.tokenize.punkt", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "punkt", + "lineno": 12 + }, + { + "from_module": "nltk.test.unit.test_tokenize", + "imports": "nltk.tokenize.sent_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "sent_tokenize", + "lineno": 12 + }, + { + "from_module": "nltk.test.unit.test_tokenize", + "imports": "nltk.tokenize.word_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize", + "symbol_part": "word_tokenize", + "lineno": 12 + }, + { + "from_module": "nltk.test.unit.test_tokenize", + "imports": "nltk.tokenize.simple.CharTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.simple", + "symbol_part": "CharTokenizer", + "lineno": 22 + }, + { + "from_module": "nltk.test.unit.test_tokenize", + "imports": "nltk.tokenize.treebank.TreebankWordDetokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.treebank", + "symbol_part": "TreebankWordDetokenizer", + "lineno": 23 + }, + { + "from_module": "nltk.test.unit.test_tokenize", + "imports": "nltk.corpus.words", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "words", + "lineno": 291 + } + ], + "nltk.test.unit.test_twitter_auth": [ + { + "from_module": "nltk.test.unit.test_twitter_auth", + "imports": "nltk.twitter.Authenticate", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter", + "symbol_part": "Authenticate", + "lineno": 11 + } + ], + "nltk.test.unit.test_util": [ + { + "from_module": "nltk.test.unit.test_util", + "imports": "nltk.util.everygrams", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "everygrams", + "lineno": 3 + } + ], + "nltk.test.unit.test_verbnet": [ + { + "from_module": "nltk.test.unit.test_verbnet", + "imports": "nltk.data", + "type": "import", + "lineno": 11 + }, + { + "from_module": "nltk.test.unit.test_verbnet", + "imports": "nltk.corpus.reader.verbnet.VerbnetCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.reader.verbnet", + "symbol_part": "VerbnetCorpusReader", + "lineno": 12 + } + ], + "nltk.test.unit.test_wordnet": [ + { + "from_module": "nltk.test.unit.test_wordnet", + "imports": "nltk.corpus.wordnet", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "wordnet", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.test_wordnet", + "imports": "nltk.corpus.wordnet_ic", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "wordnet_ic", + "lineno": 9 + } + ], + "nltk.test.unit": [], + "nltk.test.unit.lm.test_counter": [ + { + "from_module": "nltk.test.unit.lm.test_counter", + "imports": "nltk.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "FreqDist", + "lineno": 12 + }, + { + "from_module": "nltk.test.unit.lm.test_counter", + "imports": "nltk.lm.NgramCounter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm", + "symbol_part": "NgramCounter", + "lineno": 13 + }, + { + "from_module": "nltk.test.unit.lm.test_counter", + "imports": "nltk.util.everygrams", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "everygrams", + "lineno": 14 + } + ], + "nltk.test.unit.lm.test_models": [ + { + "from_module": "nltk.test.unit.lm.test_models", + "imports": "nltk.lm.MLE", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm", + "symbol_part": "MLE", + "lineno": 13 + }, + { + "from_module": "nltk.test.unit.lm.test_models", + "imports": "nltk.lm.AbsoluteDiscountingInterpolated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm", + "symbol_part": "AbsoluteDiscountingInterpolated", + "lineno": 13 + }, + { + "from_module": "nltk.test.unit.lm.test_models", + "imports": "nltk.lm.KneserNeyInterpolated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm", + "symbol_part": "KneserNeyInterpolated", + "lineno": 13 + }, + { + "from_module": "nltk.test.unit.lm.test_models", + "imports": "nltk.lm.Laplace", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm", + "symbol_part": "Laplace", + "lineno": 13 + }, + { + "from_module": "nltk.test.unit.lm.test_models", + "imports": "nltk.lm.Lidstone", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm", + "symbol_part": "Lidstone", + "lineno": 13 + }, + { + "from_module": "nltk.test.unit.lm.test_models", + "imports": "nltk.lm.StupidBackoff", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm", + "symbol_part": "StupidBackoff", + "lineno": 13 + }, + { + "from_module": "nltk.test.unit.lm.test_models", + "imports": "nltk.lm.Vocabulary", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm", + "symbol_part": "Vocabulary", + "lineno": 13 + }, + { + "from_module": "nltk.test.unit.lm.test_models", + "imports": "nltk.lm.WittenBellInterpolated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm", + "symbol_part": "WittenBellInterpolated", + "lineno": 13 + }, + { + "from_module": "nltk.test.unit.lm.test_models", + "imports": "nltk.lm.preprocessing.padded_everygrams", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.preprocessing", + "symbol_part": "padded_everygrams", + "lineno": 23 + } + ], + "nltk.test.unit.lm.test_preprocessing": [ + { + "from_module": "nltk.test.unit.lm.test_preprocessing", + "imports": "nltk.lm.preprocessing.padded_everygram_pipeline", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm.preprocessing", + "symbol_part": "padded_everygram_pipeline", + "lineno": 9 + } + ], + "nltk.test.unit.lm.test_vocabulary": [ + { + "from_module": "nltk.test.unit.lm.test_vocabulary", + "imports": "nltk.lm.Vocabulary", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.lm", + "symbol_part": "Vocabulary", + "lineno": 12 + }, + { + "from_module": "nltk.test.unit.lm.test_vocabulary", + "imports": "nltk.corpus.europarl_raw.english", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus.europarl_raw", + "symbol_part": "english", + "lineno": 147 + } + ], + "nltk.test.unit.lm": [], + "nltk.test.unit.translate.test_bleu": [ + { + "from_module": "nltk.test.unit.translate.test_bleu", + "imports": "nltk.data.find", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "find", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.translate.test_bleu", + "imports": "nltk.data.open_datafile", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "open_datafile", + "lineno": 9 + }, + { + "from_module": "nltk.test.unit.translate.test_bleu", + "imports": "nltk.translate.bleu_score.SmoothingFunction", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.bleu_score", + "symbol_part": "SmoothingFunction", + "lineno": 10 + }, + { + "from_module": "nltk.test.unit.translate.test_bleu", + "imports": "nltk.translate.bleu_score.brevity_penalty", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.bleu_score", + "symbol_part": "brevity_penalty", + "lineno": 10 + }, + { + "from_module": "nltk.test.unit.translate.test_bleu", + "imports": "nltk.translate.bleu_score.closest_ref_length", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.bleu_score", + "symbol_part": "closest_ref_length", + "lineno": 10 + }, + { + "from_module": "nltk.test.unit.translate.test_bleu", + "imports": "nltk.translate.bleu_score.corpus_bleu", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.bleu_score", + "symbol_part": "corpus_bleu", + "lineno": 10 + }, + { + "from_module": "nltk.test.unit.translate.test_bleu", + "imports": "nltk.translate.bleu_score.modified_precision", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.bleu_score", + "symbol_part": "modified_precision", + "lineno": 10 + }, + { + "from_module": "nltk.test.unit.translate.test_bleu", + "imports": "nltk.translate.bleu_score.sentence_bleu", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.bleu_score", + "symbol_part": "sentence_bleu", + "lineno": 10 + } + ], + "nltk.test.unit.translate.test_gdfa": [ + { + "from_module": "nltk.test.unit.translate.test_gdfa", + "imports": "nltk.translate.gdfa.grow_diag_final_and", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.gdfa", + "symbol_part": "grow_diag_final_and", + "lineno": 7 + } + ], + "nltk.test.unit.translate.test_ibm1": [ + { + "from_module": "nltk.test.unit.translate.test_ibm1", + "imports": "nltk.translate.AlignedSent", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "AlignedSent", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm1", + "imports": "nltk.translate.IBMModel", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm1", + "imports": "nltk.translate.IBMModel1", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel1", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm1", + "imports": "nltk.translate.ibm_model.AlignmentInfo", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm_model", + "symbol_part": "AlignmentInfo", + "lineno": 9 + } + ], + "nltk.test.unit.translate.test_ibm2": [ + { + "from_module": "nltk.test.unit.translate.test_ibm2", + "imports": "nltk.translate.AlignedSent", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "AlignedSent", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm2", + "imports": "nltk.translate.IBMModel", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm2", + "imports": "nltk.translate.IBMModel2", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel2", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm2", + "imports": "nltk.translate.ibm_model.AlignmentInfo", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm_model", + "symbol_part": "AlignmentInfo", + "lineno": 9 + } + ], + "nltk.test.unit.translate.test_ibm3": [ + { + "from_module": "nltk.test.unit.translate.test_ibm3", + "imports": "nltk.translate.AlignedSent", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "AlignedSent", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm3", + "imports": "nltk.translate.IBMModel", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm3", + "imports": "nltk.translate.IBMModel3", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel3", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm3", + "imports": "nltk.translate.ibm_model.AlignmentInfo", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm_model", + "symbol_part": "AlignmentInfo", + "lineno": 9 + } + ], + "nltk.test.unit.translate.test_ibm4": [ + { + "from_module": "nltk.test.unit.translate.test_ibm4", + "imports": "nltk.translate.AlignedSent", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "AlignedSent", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm4", + "imports": "nltk.translate.IBMModel", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm4", + "imports": "nltk.translate.IBMModel4", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel4", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm4", + "imports": "nltk.translate.ibm_model.AlignmentInfo", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm_model", + "symbol_part": "AlignmentInfo", + "lineno": 9 + } + ], + "nltk.test.unit.translate.test_ibm5": [ + { + "from_module": "nltk.test.unit.translate.test_ibm5", + "imports": "nltk.translate.AlignedSent", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "AlignedSent", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm5", + "imports": "nltk.translate.IBMModel", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm5", + "imports": "nltk.translate.IBMModel4", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel4", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm5", + "imports": "nltk.translate.IBMModel5", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel5", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm5", + "imports": "nltk.translate.ibm_model.AlignmentInfo", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm_model", + "symbol_part": "AlignmentInfo", + "lineno": 9 + } + ], + "nltk.test.unit.translate.test_ibm_model": [ + { + "from_module": "nltk.test.unit.translate.test_ibm_model", + "imports": "nltk.translate.AlignedSent", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "AlignedSent", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm_model", + "imports": "nltk.translate.IBMModel", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_ibm_model", + "imports": "nltk.translate.ibm_model.AlignmentInfo", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm_model", + "symbol_part": "AlignmentInfo", + "lineno": 9 + } + ], + "nltk.test.unit.translate.test_meteor": [ + { + "from_module": "nltk.test.unit.translate.test_meteor", + "imports": "nltk.translate.meteor_score.meteor_score", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.meteor_score", + "symbol_part": "meteor_score", + "lineno": 3 + } + ], + "nltk.test.unit.translate.test_nist": [ + { + "from_module": "nltk.test.unit.translate.test_nist", + "imports": "nltk.data.find", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "find", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_nist", + "imports": "nltk.data.open_datafile", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "open_datafile", + "lineno": 8 + }, + { + "from_module": "nltk.test.unit.translate.test_nist", + "imports": "nltk.translate.nist_score.corpus_nist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.nist_score", + "symbol_part": "corpus_nist", + "lineno": 9 + } + ], + "nltk.test.unit.translate.test_stack_decoder": [ + { + "from_module": "nltk.test.unit.translate.test_stack_decoder", + "imports": "nltk.translate.PhraseTable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "PhraseTable", + "lineno": 16 + }, + { + "from_module": "nltk.test.unit.translate.test_stack_decoder", + "imports": "nltk.translate.StackDecoder", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "StackDecoder", + "lineno": 16 + }, + { + "from_module": "nltk.test.unit.translate.test_stack_decoder", + "imports": "nltk.translate.stack_decoder._Hypothesis", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.stack_decoder", + "symbol_part": "_Hypothesis", + "lineno": 17 + }, + { + "from_module": "nltk.test.unit.translate.test_stack_decoder", + "imports": "nltk.translate.stack_decoder._Stack", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.stack_decoder", + "symbol_part": "_Stack", + "lineno": 17 + } + ], + "nltk.test.unit.translate": [], + "nltk.tokenize.api": [ + { + "from_module": "nltk.tokenize.api", + "imports": "nltk.internals.overridden", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "overridden", + "lineno": 17 + }, + { + "from_module": "nltk.tokenize.api", + "imports": "nltk.tokenize.util.string_span_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.util", + "symbol_part": "string_span_tokenize", + "lineno": 18 + } + ], + "nltk.tokenize.casual": [ + { + "from_module": "nltk.tokenize.casual", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 51 + } + ], + "nltk.tokenize.destructive": [ + { + "from_module": "nltk.tokenize.destructive", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 15 + }, + { + "from_module": "nltk.tokenize.destructive", + "imports": "nltk.tokenize.util.align_tokens", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.util", + "symbol_part": "align_tokens", + "lineno": 16 + } + ], + "nltk.tokenize.legality_principle": [ + { + "from_module": "nltk.tokenize.legality_principle", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 48 + } + ], + "nltk.tokenize.mwe": [ + { + "from_module": "nltk.tokenize.mwe", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 31 + }, + { + "from_module": "nltk.tokenize.mwe", + "imports": "nltk.util.Trie", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "Trie", + "lineno": 32 + } + ], + "nltk.tokenize.nist": [ + { + "from_module": "nltk.tokenize.nist", + "imports": "nltk.corpus.perluniprops", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "perluniprops", + "lineno": 21 + }, + { + "from_module": "nltk.tokenize.nist", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 22 + }, + { + "from_module": "nltk.tokenize.nist", + "imports": "nltk.tokenize.util.xml_unescape", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.util", + "symbol_part": "xml_unescape", + "lineno": 23 + } + ], + "nltk.tokenize.punkt": [ + { + "from_module": "nltk.tokenize.punkt", + "imports": "nltk.probability.FreqDist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "FreqDist", + "lineno": 116 + }, + { + "from_module": "nltk.tokenize.punkt", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 117 + }, + { + "from_module": "nltk.tokenize.punkt", + "imports": "nltk.data.find", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "find", + "lineno": 1749 + }, + { + "from_module": "nltk.tokenize.punkt", + "imports": "nltk.data.open_datafile", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "open_datafile", + "lineno": 1760 + }, + { + "from_module": "nltk.tokenize.punkt", + "imports": "nltk.tabdata.PunktDecoder", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tabdata", + "symbol_part": "PunktDecoder", + "lineno": 1761 + }, + { + "from_module": "nltk.tokenize.punkt", + "imports": "nltk.tabdata.TabEncoder", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tabdata", + "symbol_part": "TabEncoder", + "lineno": 1783 + } + ], + "nltk.tokenize.regexp": [ + { + "from_module": "nltk.tokenize.regexp", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 71 + }, + { + "from_module": "nltk.tokenize.regexp", + "imports": "nltk.tokenize.util.regexp_span_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.util", + "symbol_part": "regexp_span_tokenize", + "lineno": 72 + } + ], + "nltk.tokenize.repp": [ + { + "from_module": "nltk.tokenize.repp", + "imports": "nltk.data.ZipFilePathPointer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "ZipFilePathPointer", + "lineno": 16 + }, + { + "from_module": "nltk.tokenize.repp", + "imports": "nltk.internals.find_dir", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_dir", + "lineno": 17 + }, + { + "from_module": "nltk.tokenize.repp", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 18 + } + ], + "nltk.tokenize.sexpr": [ + { + "from_module": "nltk.tokenize.sexpr", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 54 + } + ], + "nltk.tokenize.simple": [ + { + "from_module": "nltk.tokenize.simple", + "imports": "nltk.tokenize.api.StringTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "StringTokenizer", + "lineno": 38 + }, + { + "from_module": "nltk.tokenize.simple", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 38 + }, + { + "from_module": "nltk.tokenize.simple", + "imports": "nltk.tokenize.util.regexp_span_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.util", + "symbol_part": "regexp_span_tokenize", + "lineno": 39 + }, + { + "from_module": "nltk.tokenize.simple", + "imports": "nltk.tokenize.util.string_span_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.util", + "symbol_part": "string_span_tokenize", + "lineno": 39 + } + ], + "nltk.tokenize.sonority_sequencing": [ + { + "from_module": "nltk.tokenize.sonority_sequencing", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 39 + }, + { + "from_module": "nltk.tokenize.sonority_sequencing", + "imports": "nltk.util.ngrams", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "ngrams", + "lineno": 40 + } + ], + "nltk.tokenize.stanford": [ + { + "from_module": "nltk.tokenize.stanford", + "imports": "nltk.internals._java_options", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "_java_options", + "lineno": 15 + }, + { + "from_module": "nltk.tokenize.stanford", + "imports": "nltk.internals.config_java", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "config_java", + "lineno": 15 + }, + { + "from_module": "nltk.tokenize.stanford", + "imports": "nltk.internals.find_jar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_jar", + "lineno": 15 + }, + { + "from_module": "nltk.tokenize.stanford", + "imports": "nltk.internals.java", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "java", + "lineno": 15 + }, + { + "from_module": "nltk.tokenize.stanford", + "imports": "nltk.parse.corenlp.CoreNLPParser", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.parse.corenlp", + "symbol_part": "CoreNLPParser", + "lineno": 16 + }, + { + "from_module": "nltk.tokenize.stanford", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 17 + } + ], + "nltk.tokenize.stanford_segmenter": [ + { + "from_module": "nltk.tokenize.stanford_segmenter", + "imports": "nltk.internals._java_options", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "_java_options", + "lineno": 20 + }, + { + "from_module": "nltk.tokenize.stanford_segmenter", + "imports": "nltk.internals.config_java", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "config_java", + "lineno": 20 + }, + { + "from_module": "nltk.tokenize.stanford_segmenter", + "imports": "nltk.internals.find_dir", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_dir", + "lineno": 20 + }, + { + "from_module": "nltk.tokenize.stanford_segmenter", + "imports": "nltk.internals.find_file", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_file", + "lineno": 20 + }, + { + "from_module": "nltk.tokenize.stanford_segmenter", + "imports": "nltk.internals.find_jar", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "find_jar", + "lineno": 20 + }, + { + "from_module": "nltk.tokenize.stanford_segmenter", + "imports": "nltk.internals.java", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "java", + "lineno": 20 + }, + { + "from_module": "nltk.tokenize.stanford_segmenter", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 28 + } + ], + "nltk.tokenize.texttiling": [ + { + "from_module": "nltk.tokenize.texttiling", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 17 + }, + { + "from_module": "nltk.tokenize.texttiling", + "imports": "nltk.corpus.stopwords", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "stopwords", + "lineno": 78 + }, + { + "from_module": "nltk.tokenize.texttiling", + "imports": "nltk.corpus.brown", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "brown", + "lineno": 541 + } + ], + "nltk.tokenize.toktok": [ + { + "from_module": "nltk.tokenize.toktok", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 26 + } + ], + "nltk.tokenize.treebank": [ + { + "from_module": "nltk.tokenize.treebank", + "imports": "nltk.tokenize.api.TokenizerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.api", + "symbol_part": "TokenizerI", + "lineno": 25 + }, + { + "from_module": "nltk.tokenize.treebank", + "imports": "nltk.tokenize.destructive.MacIntyreContractions", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.destructive", + "symbol_part": "MacIntyreContractions", + "lineno": 26 + }, + { + "from_module": "nltk.tokenize.treebank", + "imports": "nltk.tokenize.util.align_tokens", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.util", + "symbol_part": "align_tokens", + "lineno": 27 + } + ], + "nltk.tokenize.util": [], + "nltk.tokenize": [ + { + "from_module": "nltk.tokenize", + "imports": "nltk.data.load", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.data", + "symbol_part": "load", + "lineno": 65 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.casual.TweetTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.casual", + "symbol_part": "TweetTokenizer", + "lineno": 66 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.casual.casual_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.casual", + "symbol_part": "casual_tokenize", + "lineno": 66 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.destructive.NLTKWordTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.destructive", + "symbol_part": "NLTKWordTokenizer", + "lineno": 67 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.legality_principle.LegalitySyllableTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.legality_principle", + "symbol_part": "LegalitySyllableTokenizer", + "lineno": 68 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.mwe.MWETokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.mwe", + "symbol_part": "MWETokenizer", + "lineno": 69 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.punkt.PunktSentenceTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.punkt", + "symbol_part": "PunktSentenceTokenizer", + "lineno": 70 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.punkt.PunktTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.punkt", + "symbol_part": "PunktTokenizer", + "lineno": 70 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.regexp.BlanklineTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.regexp", + "symbol_part": "BlanklineTokenizer", + "lineno": 71 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.regexp.RegexpTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.regexp", + "symbol_part": "RegexpTokenizer", + "lineno": 71 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.regexp.WhitespaceTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.regexp", + "symbol_part": "WhitespaceTokenizer", + "lineno": 71 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.regexp.WordPunctTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.regexp", + "symbol_part": "WordPunctTokenizer", + "lineno": 71 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.regexp.blankline_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.regexp", + "symbol_part": "blankline_tokenize", + "lineno": 71 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.regexp.regexp_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.regexp", + "symbol_part": "regexp_tokenize", + "lineno": 71 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.regexp.wordpunct_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.regexp", + "symbol_part": "wordpunct_tokenize", + "lineno": 71 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.repp.ReppTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.repp", + "symbol_part": "ReppTokenizer", + "lineno": 80 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.sexpr.SExprTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.sexpr", + "symbol_part": "SExprTokenizer", + "lineno": 81 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.sexpr.sexpr_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.sexpr", + "symbol_part": "sexpr_tokenize", + "lineno": 81 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.simple.LineTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.simple", + "symbol_part": "LineTokenizer", + "lineno": 82 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.simple.SpaceTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.simple", + "symbol_part": "SpaceTokenizer", + "lineno": 82 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.simple.TabTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.simple", + "symbol_part": "TabTokenizer", + "lineno": 82 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.simple.line_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.simple", + "symbol_part": "line_tokenize", + "lineno": 82 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.sonority_sequencing.SyllableTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.sonority_sequencing", + "symbol_part": "SyllableTokenizer", + "lineno": 88 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.stanford_segmenter.StanfordSegmenter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.stanford_segmenter", + "symbol_part": "StanfordSegmenter", + "lineno": 89 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.texttiling.TextTilingTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.texttiling", + "symbol_part": "TextTilingTokenizer", + "lineno": 90 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.toktok.ToktokTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.toktok", + "symbol_part": "ToktokTokenizer", + "lineno": 91 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.treebank.TreebankWordDetokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.treebank", + "symbol_part": "TreebankWordDetokenizer", + "lineno": 92 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.treebank.TreebankWordTokenizer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.treebank", + "symbol_part": "TreebankWordTokenizer", + "lineno": 92 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.util.regexp_span_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.util", + "symbol_part": "regexp_span_tokenize", + "lineno": 93 + }, + { + "from_module": "nltk.tokenize", + "imports": "nltk.tokenize.util.string_span_tokenize", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tokenize.util", + "symbol_part": "string_span_tokenize", + "lineno": 93 + } + ], + "nltk.translate.api": [], + "nltk.translate.bleu_score": [ + { + "from_module": "nltk.translate.bleu_score", + "imports": "nltk.util.ngrams", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "ngrams", + "lineno": 16 + } + ], + "nltk.translate.chrf_score": [ + { + "from_module": "nltk.translate.chrf_score", + "imports": "nltk.util.ngrams", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "ngrams", + "lineno": 13 + } + ], + "nltk.translate.gale_church": [], + "nltk.translate.gdfa": [], + "nltk.translate.gleu_score": [ + { + "from_module": "nltk.translate.gleu_score", + "imports": "nltk.util.everygrams", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "everygrams", + "lineno": 13 + }, + { + "from_module": "nltk.translate.gleu_score", + "imports": "nltk.util.ngrams", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "ngrams", + "lineno": 13 + } + ], + "nltk.translate.ibm1": [ + { + "from_module": "nltk.translate.ibm1", + "imports": "nltk.translate.AlignedSent", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "AlignedSent", + "lineno": 71 + }, + { + "from_module": "nltk.translate.ibm1", + "imports": "nltk.translate.Alignment", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "Alignment", + "lineno": 71 + }, + { + "from_module": "nltk.translate.ibm1", + "imports": "nltk.translate.IBMModel", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel", + "lineno": 71 + }, + { + "from_module": "nltk.translate.ibm1", + "imports": "nltk.translate.ibm_model.Counts", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm_model", + "symbol_part": "Counts", + "lineno": 72 + } + ], + "nltk.translate.ibm2": [ + { + "from_module": "nltk.translate.ibm2", + "imports": "nltk.translate.AlignedSent", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "AlignedSent", + "lineno": 55 + }, + { + "from_module": "nltk.translate.ibm2", + "imports": "nltk.translate.Alignment", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "Alignment", + "lineno": 55 + }, + { + "from_module": "nltk.translate.ibm2", + "imports": "nltk.translate.IBMModel", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel", + "lineno": 55 + }, + { + "from_module": "nltk.translate.ibm2", + "imports": "nltk.translate.IBMModel1", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel1", + "lineno": 55 + }, + { + "from_module": "nltk.translate.ibm2", + "imports": "nltk.translate.ibm_model.Counts", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm_model", + "symbol_part": "Counts", + "lineno": 56 + } + ], + "nltk.translate.ibm3": [ + { + "from_module": "nltk.translate.ibm3", + "imports": "nltk.translate.AlignedSent", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "AlignedSent", + "lineno": 83 + }, + { + "from_module": "nltk.translate.ibm3", + "imports": "nltk.translate.Alignment", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "Alignment", + "lineno": 83 + }, + { + "from_module": "nltk.translate.ibm3", + "imports": "nltk.translate.IBMModel", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel", + "lineno": 83 + }, + { + "from_module": "nltk.translate.ibm3", + "imports": "nltk.translate.IBMModel2", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel2", + "lineno": 83 + }, + { + "from_module": "nltk.translate.ibm3", + "imports": "nltk.translate.ibm_model.Counts", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm_model", + "symbol_part": "Counts", + "lineno": 84 + } + ], + "nltk.translate.ibm4": [ + { + "from_module": "nltk.translate.ibm4", + "imports": "nltk.translate.AlignedSent", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "AlignedSent", + "lineno": 114 + }, + { + "from_module": "nltk.translate.ibm4", + "imports": "nltk.translate.Alignment", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "Alignment", + "lineno": 114 + }, + { + "from_module": "nltk.translate.ibm4", + "imports": "nltk.translate.IBMModel", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel", + "lineno": 114 + }, + { + "from_module": "nltk.translate.ibm4", + "imports": "nltk.translate.IBMModel3", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel3", + "lineno": 114 + }, + { + "from_module": "nltk.translate.ibm4", + "imports": "nltk.translate.ibm_model.Counts", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm_model", + "symbol_part": "Counts", + "lineno": 115 + }, + { + "from_module": "nltk.translate.ibm4", + "imports": "nltk.translate.ibm_model.longest_target_sentence_length", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm_model", + "symbol_part": "longest_target_sentence_length", + "lineno": 115 + } + ], + "nltk.translate.ibm5": [ + { + "from_module": "nltk.translate.ibm5", + "imports": "nltk.translate.AlignedSent", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "AlignedSent", + "lineno": 125 + }, + { + "from_module": "nltk.translate.ibm5", + "imports": "nltk.translate.Alignment", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "Alignment", + "lineno": 125 + }, + { + "from_module": "nltk.translate.ibm5", + "imports": "nltk.translate.IBMModel", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel", + "lineno": 125 + }, + { + "from_module": "nltk.translate.ibm5", + "imports": "nltk.translate.IBMModel4", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate", + "symbol_part": "IBMModel4", + "lineno": 125 + }, + { + "from_module": "nltk.translate.ibm5", + "imports": "nltk.translate.ibm_model.Counts", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm_model", + "symbol_part": "Counts", + "lineno": 126 + }, + { + "from_module": "nltk.translate.ibm5", + "imports": "nltk.translate.ibm_model.longest_target_sentence_length", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm_model", + "symbol_part": "longest_target_sentence_length", + "lineno": 126 + } + ], + "nltk.translate.ibm_model": [], + "nltk.translate.lepor": [ + { + "from_module": "nltk.translate.lepor", + "imports": "nltk", + "type": "import", + "lineno": 16 + } + ], + "nltk.translate.meteor_score": [ + { + "from_module": "nltk.translate.meteor_score", + "imports": "nltk.corpus.WordNetCorpusReader", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "WordNetCorpusReader", + "lineno": 14 + }, + { + "from_module": "nltk.translate.meteor_score", + "imports": "nltk.corpus.wordnet", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "wordnet", + "lineno": 14 + }, + { + "from_module": "nltk.translate.meteor_score", + "imports": "nltk.stem.api.StemmerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.api", + "symbol_part": "StemmerI", + "lineno": 15 + }, + { + "from_module": "nltk.translate.meteor_score", + "imports": "nltk.stem.porter.PorterStemmer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.stem.porter", + "symbol_part": "PorterStemmer", + "lineno": 16 + } + ], + "nltk.translate.metrics": [], + "nltk.translate.nist_score": [ + { + "from_module": "nltk.translate.nist_score", + "imports": "nltk.util.ngrams", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "ngrams", + "lineno": 15 + } + ], + "nltk.translate.phrase_based": [], + "nltk.translate.ribes_score": [ + { + "from_module": "nltk.translate.ribes_score", + "imports": "nltk.util.choose", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "choose", + "lineno": 13 + }, + { + "from_module": "nltk.translate.ribes_score", + "imports": "nltk.util.ngrams", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "ngrams", + "lineno": 13 + } + ], + "nltk.translate.stack_decoder": [], + "nltk.translate": [ + { + "from_module": "nltk.translate", + "imports": "nltk.translate.api.AlignedSent", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.api", + "symbol_part": "AlignedSent", + "lineno": 15 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.api.Alignment", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.api", + "symbol_part": "Alignment", + "lineno": 15 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.api.PhraseTable", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.api", + "symbol_part": "PhraseTable", + "lineno": 15 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.ibm_model.IBMModel", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm_model", + "symbol_part": "IBMModel", + "lineno": 16 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.ibm1.IBMModel1", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm1", + "symbol_part": "IBMModel1", + "lineno": 17 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.ibm2.IBMModel2", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm2", + "symbol_part": "IBMModel2", + "lineno": 18 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.ibm3.IBMModel3", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm3", + "symbol_part": "IBMModel3", + "lineno": 19 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.ibm4.IBMModel4", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm4", + "symbol_part": "IBMModel4", + "lineno": 20 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.ibm5.IBMModel5", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ibm5", + "symbol_part": "IBMModel5", + "lineno": 21 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.bleu_score.sentence_bleu", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.bleu_score", + "symbol_part": "sentence_bleu", + "lineno": 22 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.ribes_score.sentence_ribes", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.ribes_score", + "symbol_part": "sentence_ribes", + "lineno": 23 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.meteor_score.meteor_score", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.meteor_score", + "symbol_part": "meteor_score", + "lineno": 24 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.metrics.alignment_error_rate", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.metrics", + "symbol_part": "alignment_error_rate", + "lineno": 25 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.stack_decoder.StackDecoder", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.stack_decoder", + "symbol_part": "StackDecoder", + "lineno": 26 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.nist_score.sentence_nist", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.nist_score", + "symbol_part": "sentence_nist", + "lineno": 27 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.chrf_score.sentence_chrf", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.chrf_score", + "symbol_part": "sentence_chrf", + "lineno": 28 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.gale_church.trace", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.gale_church", + "symbol_part": "trace", + "lineno": 29 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.gdfa.grow_diag_final_and", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.gdfa", + "symbol_part": "grow_diag_final_and", + "lineno": 30 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.gleu_score.sentence_gleu", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.gleu_score", + "symbol_part": "sentence_gleu", + "lineno": 31 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.phrase_based.extract", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.phrase_based", + "symbol_part": "extract", + "lineno": 32 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.lepor.sentence_lepor", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.lepor", + "symbol_part": "sentence_lepor", + "lineno": 33 + }, + { + "from_module": "nltk.translate", + "imports": "nltk.translate.lepor.corpus_lepor", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.translate.lepor", + "symbol_part": "corpus_lepor", + "lineno": 33 + } + ], + "nltk.tree.immutable": [ + { + "from_module": "nltk.tree.immutable", + "imports": "nltk.probability.ProbabilisticMixIn", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "ProbabilisticMixIn", + "lineno": 11 + }, + { + "from_module": "nltk.tree.immutable", + "imports": "nltk.tree.parented.MultiParentedTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.parented", + "symbol_part": "MultiParentedTree", + "lineno": 12 + }, + { + "from_module": "nltk.tree.immutable", + "imports": "nltk.tree.parented.ParentedTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.parented", + "symbol_part": "ParentedTree", + "lineno": 12 + }, + { + "from_module": "nltk.tree.immutable", + "imports": "nltk.tree.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.tree", + "symbol_part": "Tree", + "lineno": 13 + } + ], + "nltk.tree.parented": [ + { + "from_module": "nltk.tree.parented", + "imports": "nltk.tree.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.tree", + "symbol_part": "Tree", + "lineno": 14 + }, + { + "from_module": "nltk.tree.parented", + "imports": "nltk.util.slice_bounds", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "slice_bounds", + "lineno": 15 + }, + { + "from_module": "nltk.tree.parented", + "imports": "nltk.tree.immutable.ImmutableParentedTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.immutable", + "symbol_part": "ImmutableParentedTree", + "lineno": 310 + }, + { + "from_module": "nltk.tree.parented", + "imports": "nltk.tree.immutable.ImmutableMultiParentedTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.immutable", + "symbol_part": "ImmutableMultiParentedTree", + "lineno": 441 + } + ], + "nltk.tree.parsing": [ + { + "from_module": "nltk.tree.parsing", + "imports": "nltk.tree.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.tree", + "symbol_part": "Tree", + "lineno": 13 + } + ], + "nltk.tree.prettyprinter": [ + { + "from_module": "nltk.tree.prettyprinter", + "imports": "nltk.tree.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.tree", + "symbol_part": "Tree", + "lineno": 30 + }, + { + "from_module": "nltk.tree.prettyprinter", + "imports": "nltk.util.OrderedDict", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.util", + "symbol_part": "OrderedDict", + "lineno": 31 + }, + { + "from_module": "nltk.tree.prettyprinter", + "imports": "nltk.corpus.treebank", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "treebank", + "lineno": 602 + } + ], + "nltk.tree.probabilistic": [ + { + "from_module": "nltk.tree.probabilistic", + "imports": "nltk.internals.raise_unorderable_types", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "raise_unorderable_types", + "lineno": 12 + }, + { + "from_module": "nltk.tree.probabilistic", + "imports": "nltk.probability.ProbabilisticMixIn", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.probability", + "symbol_part": "ProbabilisticMixIn", + "lineno": 13 + }, + { + "from_module": "nltk.tree.probabilistic", + "imports": "nltk.tree.immutable.ImmutableProbabilisticTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.immutable", + "symbol_part": "ImmutableProbabilisticTree", + "lineno": 14 + }, + { + "from_module": "nltk.tree.probabilistic", + "imports": "nltk.tree.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.tree", + "symbol_part": "Tree", + "lineno": 15 + } + ], + "nltk.tree.transforms": [ + { + "from_module": "nltk.tree.transforms", + "imports": "nltk.tree.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.tree", + "symbol_part": "Tree", + "lineno": 110 + }, + { + "from_module": "nltk.tree.transforms", + "imports": "nltk.draw.tree.draw_trees", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.tree", + "symbol_part": "draw_trees", + "lineno": 287 + }, + { + "from_module": "nltk.tree.transforms", + "imports": "nltk.tree.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.tree", + "symbol_part": "Tree", + "lineno": 288 + } + ], + "nltk.tree.tree": [ + { + "from_module": "nltk.tree.tree", + "imports": "nltk.grammar.Nonterminal", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "Nonterminal", + "lineno": 20 + }, + { + "from_module": "nltk.tree.tree", + "imports": "nltk.grammar.Production", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.grammar", + "symbol_part": "Production", + "lineno": 20 + }, + { + "from_module": "nltk.tree.tree", + "imports": "nltk.internals.deprecated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "deprecated", + "lineno": 21 + }, + { + "from_module": "nltk.tree.tree", + "imports": "nltk.tree.transforms.chomsky_normal_form", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.transforms", + "symbol_part": "chomsky_normal_form", + "lineno": 476 + }, + { + "from_module": "nltk.tree.tree", + "imports": "nltk.tree.transforms.un_chomsky_normal_form", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.transforms", + "symbol_part": "un_chomsky_normal_form", + "lineno": 501 + }, + { + "from_module": "nltk.tree.tree", + "imports": "nltk.tree.transforms.collapse_unary", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.transforms", + "symbol_part": "collapse_unary", + "lineno": 524 + }, + { + "from_module": "nltk.tree.tree", + "imports": "nltk.tree.immutable.ImmutableTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.immutable", + "symbol_part": "ImmutableTree", + "lineno": 561 + }, + { + "from_module": "nltk.tree.tree", + "imports": "nltk.draw.tree.draw_trees", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.draw.tree", + "symbol_part": "draw_trees", + "lineno": 759 + }, + { + "from_module": "nltk.tree.tree", + "imports": "nltk.tree.prettyprinter.TreePrettyPrinter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.prettyprinter", + "symbol_part": "TreePrettyPrinter", + "lineno": 769 + }, + { + "from_module": "nltk.tree.tree", + "imports": "nltk.ProbabilisticTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "ProbabilisticTree", + "lineno": 916 + }, + { + "from_module": "nltk.tree.tree", + "imports": "nltk.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "Tree", + "lineno": 916 + } + ], + "nltk.tree": [ + { + "from_module": "nltk.tree", + "imports": "nltk.tree.immutable.ImmutableMultiParentedTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.immutable", + "symbol_part": "ImmutableMultiParentedTree", + "lineno": 20 + }, + { + "from_module": "nltk.tree", + "imports": "nltk.tree.immutable.ImmutableParentedTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.immutable", + "symbol_part": "ImmutableParentedTree", + "lineno": 20 + }, + { + "from_module": "nltk.tree", + "imports": "nltk.tree.immutable.ImmutableProbabilisticTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.immutable", + "symbol_part": "ImmutableProbabilisticTree", + "lineno": 20 + }, + { + "from_module": "nltk.tree", + "imports": "nltk.tree.immutable.ImmutableTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.immutable", + "symbol_part": "ImmutableTree", + "lineno": 20 + }, + { + "from_module": "nltk.tree", + "imports": "nltk.tree.parented.MultiParentedTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.parented", + "symbol_part": "MultiParentedTree", + "lineno": 26 + }, + { + "from_module": "nltk.tree", + "imports": "nltk.tree.parented.ParentedTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.parented", + "symbol_part": "ParentedTree", + "lineno": 26 + }, + { + "from_module": "nltk.tree", + "imports": "nltk.tree.parsing.bracket_parse", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.parsing", + "symbol_part": "bracket_parse", + "lineno": 27 + }, + { + "from_module": "nltk.tree", + "imports": "nltk.tree.parsing.sinica_parse", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.parsing", + "symbol_part": "sinica_parse", + "lineno": 27 + }, + { + "from_module": "nltk.tree", + "imports": "nltk.tree.prettyprinter.TreePrettyPrinter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.prettyprinter", + "symbol_part": "TreePrettyPrinter", + "lineno": 28 + }, + { + "from_module": "nltk.tree", + "imports": "nltk.tree.probabilistic.ProbabilisticTree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.probabilistic", + "symbol_part": "ProbabilisticTree", + "lineno": 29 + }, + { + "from_module": "nltk.tree", + "imports": "nltk.tree.transforms.chomsky_normal_form", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.transforms", + "symbol_part": "chomsky_normal_form", + "lineno": 30 + }, + { + "from_module": "nltk.tree", + "imports": "nltk.tree.transforms.collapse_unary", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.transforms", + "symbol_part": "collapse_unary", + "lineno": 30 + }, + { + "from_module": "nltk.tree", + "imports": "nltk.tree.transforms.un_chomsky_normal_form", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.transforms", + "symbol_part": "un_chomsky_normal_form", + "lineno": 30 + }, + { + "from_module": "nltk.tree", + "imports": "nltk.tree.tree.Tree", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.tree.tree", + "symbol_part": "Tree", + "lineno": 35 + } + ], + "nltk.twitter.api": [], + "nltk.twitter.common": [ + { + "from_module": "nltk.twitter.common", + "imports": "nltk.internals.deprecated", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.internals", + "symbol_part": "deprecated", + "lineno": 17 + } + ], + "nltk.twitter.twitterclient": [ + { + "from_module": "nltk.twitter.twitterclient", + "imports": "nltk.twitter.api.BasicTweetHandler", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter.api", + "symbol_part": "BasicTweetHandler", + "lineno": 36 + }, + { + "from_module": "nltk.twitter.twitterclient", + "imports": "nltk.twitter.api.TweetHandlerI", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter.api", + "symbol_part": "TweetHandlerI", + "lineno": 36 + }, + { + "from_module": "nltk.twitter.twitterclient", + "imports": "nltk.twitter.util.credsfromfile", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter.util", + "symbol_part": "credsfromfile", + "lineno": 37 + }, + { + "from_module": "nltk.twitter.twitterclient", + "imports": "nltk.twitter.util.guess_path", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter.util", + "symbol_part": "guess_path", + "lineno": 37 + } + ], + "nltk.twitter.twitter_demo": [ + { + "from_module": "nltk.twitter.twitter_demo", + "imports": "nltk.twitter.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter", + "symbol_part": "Query", + "lineno": 38 + }, + { + "from_module": "nltk.twitter.twitter_demo", + "imports": "nltk.twitter.Streamer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter", + "symbol_part": "Streamer", + "lineno": 38 + }, + { + "from_module": "nltk.twitter.twitter_demo", + "imports": "nltk.twitter.TweetViewer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter", + "symbol_part": "TweetViewer", + "lineno": 38 + }, + { + "from_module": "nltk.twitter.twitter_demo", + "imports": "nltk.twitter.TweetWriter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter", + "symbol_part": "TweetWriter", + "lineno": 38 + }, + { + "from_module": "nltk.twitter.twitter_demo", + "imports": "nltk.twitter.Twitter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter", + "symbol_part": "Twitter", + "lineno": 38 + }, + { + "from_module": "nltk.twitter.twitter_demo", + "imports": "nltk.twitter.credsfromfile", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter", + "symbol_part": "credsfromfile", + "lineno": 38 + }, + { + "from_module": "nltk.twitter.twitter_demo", + "imports": "nltk.corpus.twitter_samples", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "twitter_samples", + "lineno": 224 + } + ], + "nltk.twitter.util": [], + "nltk.twitter": [ + { + "from_module": "nltk.twitter", + "imports": "nltk.twitter.util.Authenticate", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter.util", + "symbol_part": "Authenticate", + "lineno": 25 + }, + { + "from_module": "nltk.twitter", + "imports": "nltk.twitter.util.credsfromfile", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter.util", + "symbol_part": "credsfromfile", + "lineno": 25 + }, + { + "from_module": "nltk.twitter", + "imports": "nltk.twitter.twitterclient.Streamer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter.twitterclient", + "symbol_part": "Streamer", + "lineno": 26 + }, + { + "from_module": "nltk.twitter", + "imports": "nltk.twitter.twitterclient.Query", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter.twitterclient", + "symbol_part": "Query", + "lineno": 26 + }, + { + "from_module": "nltk.twitter", + "imports": "nltk.twitter.twitterclient.Twitter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter.twitterclient", + "symbol_part": "Twitter", + "lineno": 26 + }, + { + "from_module": "nltk.twitter", + "imports": "nltk.twitter.twitterclient.TweetViewer", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter.twitterclient", + "symbol_part": "TweetViewer", + "lineno": 26 + }, + { + "from_module": "nltk.twitter", + "imports": "nltk.twitter.twitterclient.TweetWriter", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter.twitterclient", + "symbol_part": "TweetWriter", + "lineno": 26 + }, + { + "from_module": "nltk.twitter", + "imports": "nltk.twitter.common.json2csv", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.twitter.common", + "symbol_part": "json2csv", + "lineno": 35 + } + ], + "tools.find_deprecated": [ + { + "from_module": "tools.find_deprecated", + "imports": "nltk.corpus", + "type": "import", + "lineno": 34 + }, + { + "from_module": "tools.find_deprecated", + "imports": "nltk.defaultdict", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk", + "symbol_part": "defaultdict", + "lineno": 35 + }, + { + "from_module": "tools.find_deprecated", + "imports": "nltk", + "type": "import", + "lineno": 230 + } + ], + "tools.global_replace": [], + "tools.huggingface.push_stopwords": [ + { + "from_module": "tools.huggingface.push_stopwords", + "imports": "nltk.corpus.stopwords", + "type": "from_import", + "relative_level": 0, + "module_part": "nltk.corpus", + "symbol_part": "stopwords", + "lineno": 123 + } + ], + "web.conf": [] + }, + "dependency_graph": { + "codecs": { + "used_by": [ + "setup", + "nltk.data", + "nltk.toolbox", + "nltk.corpus.reader.chunked", + "nltk.corpus.reader.xmldocs", + "nltk.sem.util", + "nltk.sentiment.util" + ], + "import_count": 7 + }, + "os": { + "used_by": [ + "setup", + "nltk.compat", + "nltk.data", + "nltk.downloader", + "nltk.internals", + "nltk.pathsec", + "nltk.util", + "nltk", + "nltk.app.chartparser_app", + "nltk.app.wordnet_app", + "nltk.chunk.named_entity", + "nltk.classify.maxent", + "nltk.classify.senna", + "nltk.classify.weka", + "nltk.corpus.reader.api", + "nltk.corpus.reader.chunked", + "nltk.corpus.reader.crubadan", + "nltk.corpus.reader.framenet", + "nltk.corpus.reader.mte", + "nltk.corpus.reader.nkjp", + "nltk.corpus.reader.panlex_lite", + "nltk.corpus.reader.tagged", + "nltk.corpus.reader.twitter", + "nltk.corpus.reader.util", + "nltk.corpus.reader.wordlist", + "nltk.corpus.reader.wordnet", + "nltk.corpus.reader.ycoe", + "nltk.inference.discourse", + "nltk.inference.mace", + "nltk.inference.prover9", + "nltk.parse.corenlp", + "nltk.parse.malt", + "nltk.parse.stanford", + "nltk.parse.transitionparser", + "nltk.sem.boxer", + "nltk.sem.chat80", + "nltk.sem.glue", + "nltk.tag.hunpos", + "nltk.tag.mapping", + "nltk.tag.perceptron", + "nltk.tag.stanford", + "nltk.tbl.demo", + "nltk.test.all", + "nltk.test.test_filestring_sandbox", + "nltk.test.unit.test_corpus_reader", + "nltk.test.unit.test_downloader", + "nltk.test.unit.test_downloader_atomic", + "nltk.test.unit.test_downloader_unzip", + "nltk.test.unit.test_framenet_security", + "nltk.test.unit.test_nkjp_security", + "nltk.test.unit.test_open_datafile", + "nltk.test.unit.test_pathsec", + "nltk.test.unit.test_seekable_unicode_stream_reader", + "nltk.test.unit.test_senna", + "nltk.test.unit.test_tokenize", + "nltk.test.unit.test_twitter_auth", + "nltk.test.unit.test_verbnet", + "nltk.tokenize.punkt", + "nltk.tokenize.repp", + "nltk.tokenize.stanford", + "nltk.tokenize.stanford_segmenter", + "nltk.twitter.twitterclient", + "nltk.twitter.util", + "tools.find_deprecated", + "tools.global_replace", + "tools.huggingface.push_stopwords", + "web.conf" + ], + "import_count": 77 + }, + "setuptools": { + "used_by": [ + "setup" + ], + "import_count": 2 + }, + "click": { + "used_by": [ + "nltk.cli" + ], + "import_count": 1 + }, + "tqdm": { + "used_by": [ + "nltk.cli", + "nltk.util" + ], + "import_count": 2 + }, + "bisect": { + "used_by": [ + "nltk.collections", + "nltk.corpus.reader.util", + "nltk.lm.api", + "nltk.tag.brill_trainer", + "nltk.translate.ibm_model" + ], + "import_count": 5 + }, + "functools": { + "used_by": [ + "nltk.collections", + "nltk.compat", + "nltk.data", + "nltk.downloader", + "nltk.featstruct", + "nltk.grammar", + "nltk.pathsec", + "nltk.probability", + "nltk.text", + "nltk.tgrep", + "nltk.ccg.api", + "nltk.corpus.reader.ipipan", + "nltk.corpus.reader.lin", + "nltk.corpus.reader.markdown", + "nltk.corpus.reader.mte", + "nltk.corpus.reader.nkjp", + "nltk.corpus.reader.nombank", + "nltk.corpus.reader.propbank", + "nltk.corpus.reader.util", + "nltk.corpus.reader.wordnet", + "nltk.inference.discourse", + "nltk.inference.nonmonotonic", + "nltk.inference.resolution", + "nltk.lm.preprocessing", + "nltk.lm.vocabulary", + "nltk.metrics.association", + "nltk.metrics.scores", + "nltk.parse.chart", + "nltk.parse.pchart", + "nltk.parse.projectivedependencyparser", + "nltk.parse.viterbi", + "nltk.sem.boxer", + "nltk.sem.drt", + "nltk.sem.hole", + "nltk.sem.logic", + "nltk.tag.api", + "nltk.tag", + "nltk.tokenize", + "nltk.twitter.twitter_demo" + ], + "import_count": 41 + }, + "itertools": { + "used_by": [ + "nltk.collections", + "nltk.collocations", + "nltk.downloader", + "nltk.toolbox", + "nltk.util", + "nltk.app.nemo_app", + "nltk.ccg.chart", + "nltk.corpus.reader.api", + "nltk.corpus.reader.framenet", + "nltk.corpus.reader.wordnet", + "nltk.lm.api", + "nltk.lm.preprocessing", + "nltk.lm.vocabulary", + "nltk.metrics.agreement", + "nltk.misc.chomsky", + "nltk.parse.api", + "nltk.parse.chart", + "nltk.parse.dependencygraph", + "nltk.parse.generate", + "nltk.parse.projectivedependencyparser", + "nltk.sem.drt", + "nltk.sem.glue", + "nltk.sem.lfg", + "nltk.sentiment.vader", + "nltk.tag.api", + "nltk.tag.hmm", + "nltk.tbl.template", + "nltk.translate.meteor_score", + "nltk.translate.ribes_score", + "nltk.twitter.twitterclient" + ], + "import_count": 38 + }, + "sys": { + "used_by": [ + "nltk.collocations", + "nltk.data", + "nltk.decorators", + "nltk.downloader", + "nltk.featstruct", + "nltk.internals", + "nltk.pathsec", + "nltk.text", + "nltk.util", + "nltk.app.wordnet_app", + "nltk.classify.tadm", + "nltk.classify.textcat", + "nltk.classify.weka", + "nltk.cluster.kmeans", + "nltk.cluster.util", + "nltk.corpus.reader.bracket_parse", + "nltk.corpus.reader.chasen", + "nltk.corpus.reader.framenet", + "nltk.corpus.reader.timit", + "nltk.lm.vocabulary", + "nltk.parse.chart", + "nltk.parse.earleychart", + "nltk.parse.featurechart", + "nltk.parse.generate", + "nltk.parse.malt", + "nltk.parse.pchart", + "nltk.parse.viterbi", + "nltk.sem.chat80", + "nltk.sem.evaluate", + "nltk.sem.util", + "nltk.sentiment.sentiment_analyzer", + "nltk.sentiment.util", + "nltk.tag.brill", + "nltk.test.conftest", + "nltk.test.unit.test_concordance", + "nltk.test.unit.test_downloader_unzip", + "nltk.tokenize.repp", + "nltk.translate.bleu_score", + "nltk.translate.lepor", + "tools.find_deprecated", + "tools.global_replace", + "tools.huggingface.push_stopwords", + "web.conf" + ], + "import_count": 46 + }, + "pickle": { + "used_by": [ + "nltk.data", + "nltk.picklesec", + "nltk.app.chartparser_app", + "nltk.app.wordnet_app", + "nltk.corpus.reader.util", + "nltk.parse.transitionparser", + "nltk.sentiment.sentiment_analyzer", + "nltk.tbl.demo", + "nltk.test.unit.test_pickle_load_warnings", + "nltk.test.unit.test_tnt" + ], + "import_count": 10 + }, + "re": { + "used_by": [ + "nltk.data", + "nltk.featstruct", + "nltk.grammar", + "nltk.help", + "nltk.internals", + "nltk.langnames", + "nltk.text", + "nltk.tgrep", + "nltk.toolbox", + "nltk.util", + "nltk.app.chunkparser_app", + "nltk.app.concordance_app", + "nltk.app.nemo_app", + "nltk.ccg.lexicon", + "nltk.ccg.logic", + "nltk.chat.util", + "nltk.chunk.named_entity", + "nltk.chunk.regexp", + "nltk.chunk.util", + "nltk.classify.weka", + "nltk.corpus.europarl_raw", + "nltk.corpus.util", + "nltk.corpus", + "nltk.corpus.reader.api", + "nltk.corpus.reader.bcp47", + "nltk.corpus.reader.childes", + "nltk.corpus.reader.comparative_sents", + "nltk.corpus.reader.crubadan", + "nltk.corpus.reader.framenet", + "nltk.corpus.reader.knbc", + "nltk.corpus.reader.lin", + "nltk.corpus.reader.mte", + "nltk.corpus.reader.nkjp", + "nltk.corpus.reader.nps_chat", + "nltk.corpus.reader.panlex_swadesh", + "nltk.corpus.reader.propbank", + "nltk.corpus.reader.pros_cons", + "nltk.corpus.reader.reviews", + "nltk.corpus.reader.senseval", + "nltk.corpus.reader.sentiwordnet", + "nltk.corpus.reader.switchboard", + "nltk.corpus.reader.util", + "nltk.corpus.reader.verbnet", + "nltk.corpus.reader.wordnet", + "nltk.corpus.reader.ycoe", + "nltk.draw.cfg", + "nltk.metrics.agreement", + "nltk.parse.chart", + "nltk.parse.corenlp", + "nltk.sem.boxer", + "nltk.sem.chat80", + "nltk.sem.evaluate", + "nltk.sem.logic", + "nltk.sem.relextract", + "nltk.sentiment.util", + "nltk.sentiment.vader", + "nltk.stem.arlstem", + "nltk.stem.arlstem2", + "nltk.stem.cistem", + "nltk.stem.isri", + "nltk.stem.lancaster", + "nltk.stem.porter", + "nltk.stem.regexp", + "nltk.stem.snowball", + "nltk.tag.crf", + "nltk.tag.hmm", + "nltk.tag.sequential", + "nltk.tokenize.destructive", + "nltk.tokenize.nist", + "nltk.tokenize.punkt", + "nltk.tokenize.regexp", + "nltk.tokenize.repp", + "nltk.tokenize.sexpr", + "nltk.tokenize.sonority_sequencing", + "nltk.tokenize.texttiling", + "nltk.tokenize.toktok", + "nltk.tokenize.treebank", + "nltk.tokenize.util", + "nltk.tokenize", + "nltk.translate.chrf_score", + "nltk.translate.lepor", + "nltk.tree.parsing", + "nltk.tree.prettyprinter", + "nltk.tree.tree", + "tools.find_deprecated", + "web.conf" + ], + "import_count": 87 + }, + "textwrap": { + "used_by": [ + "nltk.data", + "nltk.downloader", + "nltk.help", + "nltk.internals", + "nltk.util", + "nltk.app.chunkparser_app", + "nltk.corpus.reader.conll", + "nltk.corpus.reader.framenet", + "nltk.corpus.reader.nps_chat", + "nltk.corpus.reader.verbnet", + "nltk.misc.chomsky", + "nltk.sem.evaluate", + "nltk.tag.brill_trainer", + "tools.find_deprecated" + ], + "import_count": 14 + }, + "urllib": { + "used_by": [ + "nltk.data", + "nltk.downloader", + "nltk.pathsec", + "nltk.util", + "nltk.app.wordnet_app", + "nltk.test.unit.test_pathsec" + ], + "import_count": 19 + }, + "zipfile": { + "used_by": [ + "nltk.data", + "nltk.downloader", + "nltk.pathsec", + "nltk.classify.weka", + "nltk.test.unit.test_data_security", + "nltk.test.unit.test_downloader_atomic", + "nltk.test.unit.test_downloader_unzip", + "nltk.test.unit.test_open_datafile", + "nltk.test.unit.test_pathsec" + ], + "import_count": 9 + }, + "abc": { + "used_by": [ + "nltk.data", + "nltk.probability", + "nltk.ccg.api", + "nltk.ccg.combinator", + "nltk.cluster.api", + "nltk.cluster.util", + "nltk.draw.util", + "nltk.inference.api", + "nltk.inference.discourse", + "nltk.lm.api", + "nltk.metrics.association", + "nltk.stem.api", + "nltk.tag.api", + "nltk.tag.sequential", + "nltk.tag.stanford", + "nltk.tbl.feature", + "nltk.tbl.rule", + "nltk.tbl.template", + "nltk.tokenize.api", + "nltk.tree.parented", + "nltk.twitter.api" + ], + "import_count": 39 + }, + "gzip": { + "used_by": [ + "nltk.data", + "nltk.twitter.common", + "nltk.twitter.twitterclient" + ], + "import_count": 4 + }, + "io": { + "used_by": [ + "nltk.data", + "nltk.toolbox", + "nltk.app.wordnet_app", + "nltk.huggingface.dataset", + "nltk.test.test_filestring_sandbox", + "nltk.test.unit.test_concordance", + "nltk.test.unit.test_downloader_xxe", + "nltk.test.unit.test_pathsec", + "nltk.test.unit.test_pos_tag", + "nltk.test.unit.test_seekable_unicode_stream_reader", + "nltk.test.unit.translate.test_nist", + "nltk.tokenize.nist", + "nltk.twitter.twitter_demo" + ], + "import_count": 14 + }, + "zlib": { + "used_by": [ + "nltk.data" + ], + "import_count": 2 + }, + "json": { + "used_by": [ + "nltk.data", + "nltk.help", + "nltk.jsontags", + "nltk.corpus.reader.twitter", + "nltk.parse.corenlp", + "nltk.sentiment.util", + "nltk.tag.perceptron", + "nltk.tokenize.stanford", + "nltk.tokenize.stanford_segmenter", + "nltk.twitter.common", + "nltk.twitter.twitterclient", + "nltk.twitter.twitter_demo", + "web.conf" + ], + "import_count": 13 + }, + "yaml": { + "used_by": [ + "nltk.data", + "nltk.corpus.reader.markdown" + ], + "import_count": 2 + }, + "inspect": { + "used_by": [ + "nltk.decorators", + "nltk.util", + "nltk.parse.malt", + "nltk.sem.evaluate", + "nltk.tag.brill", + "nltk.test.unit.test_pickle_load_warnings" + ], + "import_count": 6 + }, + "subprocess": { + "used_by": [ + "nltk.downloader", + "nltk.internals", + "nltk", + "nltk.classify.megam", + "nltk.classify.senna", + "nltk.classify.tadm", + "nltk.classify.weka", + "nltk.inference.prover9", + "nltk.parse.dependencygraph", + "nltk.parse.malt", + "nltk.parse.stanford", + "nltk.sem.boxer", + "nltk.tag.hunpos", + "nltk.tag.stanford", + "nltk.tokenize.repp", + "nltk.tokenize.stanford", + "nltk.tokenize.stanford_segmenter", + "nltk.translate.api" + ], + "import_count": 20 + }, + "threading": { + "used_by": [ + "nltk.downloader", + "nltk.app.collocations_app", + "nltk.app.concordance_app", + "nltk.app.wordnet_app", + "nltk.inference.api", + "nltk.test.unit.test_pathsec" + ], + "import_count": 6 + }, + "time": { + "used_by": [ + "nltk.downloader", + "nltk.app.chunkparser_app", + "nltk.app.wordnet_app", + "nltk.classify.weka", + "nltk.corpus.reader.timit", + "nltk.inference.api", + "nltk.parse.chart", + "nltk.parse.corenlp", + "nltk.parse.earleychart", + "nltk.parse.featurechart", + "nltk.parse.pchart", + "nltk.parse.viterbi", + "nltk.sentiment.util", + "nltk.tbl.demo", + "nltk.test.unit.test_downloader_atomic", + "nltk.twitter.api", + "nltk.twitter.twitterclient" + ], + "import_count": 19 + }, + "warnings": { + "used_by": [ + "nltk.downloader", + "nltk.internals", + "nltk.langnames", + "nltk.pathsec", + "nltk.picklesec", + "nltk.probability", + "nltk.util", + "nltk", + "nltk.app", + "nltk.corpus.reader.bcp47", + "nltk.corpus.reader.util", + "nltk.corpus.reader.wordnet", + "nltk.draw", + "nltk.lm.api", + "nltk.metrics.distance", + "nltk.parse.chart", + "nltk.parse.dependencygraph", + "nltk.parse.stanford", + "nltk.sem.chat80", + "nltk.sem.relextract", + "nltk.tag.stanford", + "nltk.test.unit.test_langnames", + "nltk.tokenize.destructive", + "nltk.tokenize.sonority_sequencing", + "nltk.tokenize.stanford", + "nltk.tokenize.stanford_segmenter", + "nltk.tokenize.treebank", + "nltk.translate.bleu_score", + "nltk.translate.ibm1", + "nltk.translate.ibm2", + "nltk.translate.ibm3", + "nltk.translate.ibm4", + "nltk.translate.ibm5", + "nltk.translate.stack_decoder", + "nltk.tree.parented", + "nltk.twitter" + ], + "import_count": 37 + }, + "hashlib": { + "used_by": [ + "nltk.downloader", + "nltk.test.unit.test_downloader_atomic", + "nltk.test.unit.test_tokenize", + "nltk.tokenize.stanford_segmenter" + ], + "import_count": 5 + }, + "xml": { + "used_by": [ + "nltk.downloader", + "nltk.internals", + "nltk.toolbox", + "nltk.chunk.named_entity", + "nltk.corpus.reader.bcp47", + "nltk.corpus.reader.nombank", + "nltk.corpus.reader.propbank", + "nltk.corpus.reader.senseval", + "nltk.corpus.reader.util", + "nltk.corpus.reader.xmldocs", + "nltk.tokenize.util" + ], + "import_count": 15 + }, + "defusedxml": { + "used_by": [ + "nltk.downloader", + "nltk.test.unit.test_downloader_xxe" + ], + "import_count": 2 + }, + "tkinter": { + "used_by": [ + "nltk.downloader", + "nltk.app.chartparser_app", + "nltk.app.chunkparser_app", + "nltk.app.collocations_app", + "nltk.app.concordance_app", + "nltk.app.nemo_app", + "nltk.app.rdparser_app", + "nltk.app.srparser_app", + "nltk.app", + "nltk.draw.cfg", + "nltk.draw.table", + "nltk.draw.tree", + "nltk.draw.util", + "nltk.draw", + "nltk.sem.drt", + "nltk.sem.drt_glue_demo" + ], + "import_count": 148 + }, + "optparse": { + "used_by": [ + "nltk.downloader", + "nltk.metrics.agreement", + "nltk.sem.boxer", + "nltk.sem.chat80", + "nltk.sem.util" + ], + "import_count": 5 + }, + "copy": { + "used_by": [ + "nltk.featstruct", + "nltk.probability", + "nltk.app.wordnet_app", + "nltk.ccg.logic", + "nltk.cluster.kmeans", + "nltk.cluster.util", + "nltk.parse.transitionparser", + "nltk.sentiment.util", + "nltk.translate.ibm_model", + "nltk.tree.transforms" + ], + "import_count": 10 + }, + "random": { + "used_by": [ + "nltk.featstruct", + "nltk.probability", + "nltk.app.chunkparser_app", + "nltk.chat.util", + "nltk.classify.util", + "nltk.cluster.kmeans", + "nltk.draw.tree", + "nltk.draw.util", + "nltk.lm.api", + "nltk.metrics.scores", + "nltk.misc.chomsky", + "nltk.misc.sort", + "nltk.misc.wordfinder", + "nltk.parse.pchart", + "nltk.sentiment.util", + "nltk.tag.hmm", + "nltk.tag.perceptron", + "nltk.tbl.demo" + ], + "import_count": 21 + }, + "collections": { + "used_by": [ + "nltk.grammar", + "nltk.probability", + "nltk.tabdata", + "nltk.text", + "nltk.util", + "nltk.app.wordnet_app", + "nltk.ccg.lexicon", + "nltk.classify.decisiontree", + "nltk.classify.maxent", + "nltk.classify.naivebayes", + "nltk.classify.positivenaivebayes", + "nltk.corpus.reader.api", + "nltk.corpus.reader.childes", + "nltk.corpus.reader.framenet", + "nltk.corpus.reader.lin", + "nltk.corpus.reader.markdown", + "nltk.corpus.reader.panlex_swadesh", + "nltk.corpus.reader.verbnet", + "nltk.corpus.reader.wordnet", + "nltk.inference.nonmonotonic", + "nltk.inference.resolution", + "nltk.lm.counter", + "nltk.lm.vocabulary", + "nltk.misc.minimalset", + "nltk.parse.dependencygraph", + "nltk.parse.projectivedependencyparser", + "nltk.sem.logic", + "nltk.sem.relextract", + "nltk.sentiment.sentiment_analyzer", + "nltk.sentiment.util", + "nltk.tag.brill", + "nltk.tag.brill_trainer", + "nltk.tag.mapping", + "nltk.tag.perceptron", + "nltk.test.unit.test_pos_tag", + "nltk.test.unit.lm.test_vocabulary", + "nltk.test.unit.translate.test_ibm1", + "nltk.test.unit.translate.test_ibm2", + "nltk.test.unit.translate.test_ibm3", + "nltk.test.unit.translate.test_ibm4", + "nltk.test.unit.translate.test_ibm5", + "nltk.test.unit.translate.test_ibm_model", + "nltk.test.unit.translate.test_stack_decoder", + "nltk.tokenize.api", + "nltk.tokenize.destructive", + "nltk.tokenize.legality_principle", + "nltk.tokenize.punkt", + "nltk.tokenize.treebank", + "nltk.translate.api", + "nltk.translate.bleu_score", + "nltk.translate.chrf_score", + "nltk.translate.gdfa", + "nltk.translate.gleu_score", + "nltk.translate.ibm1", + "nltk.translate.ibm2", + "nltk.translate.ibm3", + "nltk.translate.ibm4", + "nltk.translate.ibm5", + "nltk.translate.ibm_model", + "nltk.translate.lepor", + "nltk.translate.meteor_score", + "nltk.translate.nist_score", + "nltk.translate.stack_decoder", + "nltk.tree.prettyprinter" + ], + "import_count": 77 + }, + "fnmatch": { + "used_by": [ + "nltk.internals" + ], + "import_count": 1 + }, + "locale": { + "used_by": [ + "nltk.internals", + "nltk.util" + ], + "import_count": 2 + }, + "stat": { + "used_by": [ + "nltk.internals", + "tools.global_replace" + ], + "import_count": 2 + }, + "types": { + "used_by": [ + "nltk.internals", + "nltk.corpus.util", + "nltk.corpus.reader.framenet" + ], + "import_count": 3 + }, + "builtins": { + "used_by": [ + "nltk.pathsec", + "nltk.test.unit.test_framenet_security", + "nltk.test.unit.test_pathsec" + ], + "import_count": 3 + }, + "http": { + "used_by": [ + "nltk.pathsec", + "nltk.app.wordnet_app", + "nltk.test.unit.test_pathsec" + ], + "import_count": 5 + }, + "ipaddress": { + "used_by": [ + "nltk.pathsec", + "nltk.test.unit.test_pathsec" + ], + "import_count": 3 + }, + "socket": { + "used_by": [ + "nltk.pathsec", + "nltk.parse.corenlp", + "nltk.test.unit.test_pathsec" + ], + "import_count": 3 + }, + "pathlib": { + "used_by": [ + "nltk.pathsec", + "nltk.util", + "nltk.tag.perceptron", + "nltk.test.unit.test_downloader_atomic", + "nltk.test.unit.test_downloader_unzip", + "nltk.test.unit.test_json2csv_corpus", + "nltk.test.unit.test_pathsec", + "nltk.test.unit.test_pickle_load_warnings" + ], + "import_count": 8 + }, + "tempfile": { + "used_by": [ + "nltk.pathsec", + "nltk.classify.maxent", + "nltk.classify.weka", + "nltk.corpus.reader.nkjp", + "nltk.corpus.reader.util", + "nltk.inference.mace", + "nltk.parse.malt", + "nltk.parse.stanford", + "nltk.parse.transitionparser", + "nltk.sem.boxer", + "nltk.tag.perceptron", + "nltk.tag.stanford", + "nltk.test.unit.test_downloader_atomic", + "nltk.test.unit.test_open_datafile", + "nltk.tokenize.repp", + "nltk.tokenize.stanford", + "nltk.tokenize.stanford_segmenter" + ], + "import_count": 17 + }, + "__future__": { + "used_by": [ + "nltk.picklesec" + ], + "import_count": 1 + }, + "typing": { + "used_by": [ + "nltk.picklesec", + "nltk.parse.corenlp", + "nltk.stem.cistem", + "nltk.tag.api", + "nltk.tag.sequential", + "nltk.test.unit.test_distance", + "nltk.test.unit.test_tokenize", + "nltk.tokenize.api", + "nltk.tokenize.casual", + "nltk.tokenize.destructive", + "nltk.tokenize.punkt", + "nltk.tokenize.treebank", + "nltk.translate.lepor", + "nltk.translate.meteor_score" + ], + "import_count": 28 + }, + "array": { + "used_by": [ + "nltk.probability" + ], + "import_count": 1 + }, + "math": { + "used_by": [ + "nltk.probability", + "nltk.text", + "nltk.classify.util", + "nltk.cluster.util", + "nltk.corpus.reader.wordnet", + "nltk.draw.tree", + "nltk.lm.api", + "nltk.lm.util", + "nltk.metrics.association", + "nltk.metrics.paice", + "nltk.metrics.scores", + "nltk.parse.nonprojectivedependencyparser", + "nltk.sentiment.vader", + "nltk.tag.tnt", + "nltk.test.unit.test_tnt", + "nltk.test.unit.lm.test_models", + "nltk.test.unit.translate.test_stack_decoder", + "nltk.tokenize.punkt", + "nltk.tokenize.texttiling", + "nltk.translate.bleu_score", + "nltk.translate.gale_church", + "nltk.translate.ibm3", + "nltk.translate.ibm4", + "nltk.translate.ibm5", + "nltk.translate.ibm_model", + "nltk.translate.lepor", + "nltk.translate.nist_score", + "nltk.translate.ribes_score", + "nltk.translate.stack_decoder" + ], + "import_count": 31 + }, + "matplotlib": { + "used_by": [ + "nltk.probability", + "nltk.app.wordfreq_app", + "nltk.app", + "nltk.draw.dispersion", + "nltk.parse.dependencygraph", + "nltk.sentiment.util", + "nltk.tbl.demo", + "nltk.test.conftest", + "nltk.tokenize.texttiling" + ], + "import_count": 11 + }, + "unicodedata": { + "used_by": [ + "nltk.text", + "nltk.util", + "nltk.parse.evaluate", + "nltk.tag.crf" + ], + "import_count": 4 + }, + "pyparsing": { + "used_by": [ + "nltk.tgrep" + ], + "import_count": 1 + }, + "pydoc": { + "used_by": [ + "nltk.util" + ], + "import_count": 1 + }, + "pprint": { + "used_by": [ + "nltk.util", + "nltk.corpus.reader.framenet", + "nltk.parse.dependencygraph", + "nltk.sem.evaluate", + "nltk.twitter.util" + ], + "import_count": 5 + }, + "joblib": { + "used_by": [ + "nltk.util" + ], + "import_count": 2 + }, + "importlib": { + "used_by": [ + "nltk" + ], + "import_count": 1 + }, + "numpypy": { + "used_by": [ + "nltk" + ], + "import_count": 1 + }, + "numpy": { + "used_by": [ + "nltk", + "nltk.classify.maxent", + "nltk.classify.megam", + "nltk.classify.tadm", + "nltk.cluster.em", + "nltk.cluster.gaac", + "nltk.cluster.kmeans", + "nltk.cluster.util", + "nltk.metrics.aline", + "nltk.metrics.segmentation", + "nltk.parse.transitionparser", + "nltk.tag.hmm", + "nltk.tag.perceptron", + "nltk.test.unit.test_hmm", + "nltk.tokenize.texttiling" + ], + "import_count": 18 + }, + "queue": { + "used_by": [ + "nltk.app.collocations_app", + "nltk.app.concordance_app", + "nltk.test.unit.test_reviews_security" + ], + "import_count": 3 + }, + "operator": { + "used_by": [ + "nltk.app.collocations_app", + "nltk.corpus.reader.framenet", + "nltk.corpus.reader.wordnet", + "nltk.draw.table", + "nltk.inference.discourse", + "nltk.inference.resolution", + "nltk.lm.smoothing", + "nltk.metrics.agreement", + "nltk.metrics.distance", + "nltk.metrics.scores", + "nltk.parse.transitionparser", + "nltk.sem.boxer", + "nltk.sem.drt", + "nltk.sem.logic", + "nltk.test.unit.lm.test_models", + "nltk.tree.prettyprinter" + ], + "import_count": 17 + }, + "base64": { + "used_by": [ + "nltk.app.wordnet_app" + ], + "import_count": 1 + }, + "getopt": { + "used_by": [ + "nltk.app.wordnet_app" + ], + "import_count": 1 + }, + "html": { + "used_by": [ + "nltk.app.wordnet_app", + "nltk.sem.relextract", + "nltk.tokenize.casual", + "nltk.tree.prettyprinter" + ], + "import_count": 4 + }, + "webbrowser": { + "used_by": [ + "nltk.app.wordnet_app", + "nltk.corpus.reader.childes" + ], + "import_count": 2 + }, + "regex": { + "used_by": [ + "nltk.chunk.regexp", + "nltk.classify.textcat", + "nltk.tokenize.casual" + ], + "import_count": 3 + }, + "sklearn": { + "used_by": [ + "nltk.classify.scikitlearn", + "nltk.parse.transitionparser", + "nltk.sentiment.util" + ], + "import_count": 7 + }, + "platform": { + "used_by": [ + "nltk.classify.senna" + ], + "import_count": 2 + }, + "gc": { + "used_by": [ + "nltk.corpus.util", + "nltk.test.unit.test_seekable_unicode_stream_reader" + ], + "import_count": 2 + }, + "ntpath": { + "used_by": [ + "nltk.corpus.reader.framenet" + ], + "import_count": 1 + }, + "markdown_it": { + "used_by": [ + "nltk.corpus.reader.markdown" + ], + "import_count": 1 + }, + "mdit_plain": { + "used_by": [ + "nltk.corpus.reader.markdown" + ], + "import_count": 1 + }, + "mdit_py_plugins": { + "used_by": [ + "nltk.corpus.reader.markdown" + ], + "import_count": 1 + }, + "sqlite3": { + "used_by": [ + "nltk.corpus.reader.panlex_lite", + "nltk.sem.chat80", + "nltk.sem.relextract" + ], + "import_count": 4 + }, + "ossaudiodev": { + "used_by": [ + "nltk.corpus.reader.timit" + ], + "import_count": 1 + }, + "pygame": { + "used_by": [ + "nltk.corpus.reader.timit" + ], + "import_count": 1 + }, + "StringIO": { + "used_by": [ + "nltk.corpus.reader.timit" + ], + "import_count": 1 + }, + "huggingface_hub": { + "used_by": [ + "nltk.huggingface.dataset", + "tools.huggingface.push_stopwords" + ], + "import_count": 2 + }, + "datasets": { + "used_by": [ + "nltk.huggingface.dataset" + ], + "import_count": 5 + }, + "logging": { + "used_by": [ + "nltk.metrics.agreement", + "nltk.parse.nonprojectivedependencyparser", + "nltk.tag.perceptron" + ], + "import_count": 3 + }, + "scipy": { + "used_by": [ + "nltk.metrics.association", + "nltk.metrics.scores", + "nltk.parse.transitionparser", + "nltk.translate.gale_church" + ], + "import_count": 4 + }, + "bllipparser": { + "used_by": [ + "nltk.parse.bllip" + ], + "import_count": 2 + }, + "requests": { + "used_by": [ + "nltk.parse.corenlp", + "nltk.twitter.twitterclient" + ], + "import_count": 3 + }, + "networkx": { + "used_by": [ + "nltk.parse.dependencygraph" + ], + "import_count": 2 + }, + "profile": { + "used_by": [ + "nltk.parse.featurechart" + ], + "import_count": 1 + }, + "pstats": { + "used_by": [ + "nltk.parse.featurechart" + ], + "import_count": 1 + }, + "doctest": { + "used_by": [ + "nltk.parse.malt", + "nltk.test.all", + "tools.find_deprecated" + ], + "import_count": 4 + }, + "shelve": { + "used_by": [ + "nltk.sem.chat80" + ], + "import_count": 1 + }, + "csv": { + "used_by": [ + "nltk.sentiment.util", + "nltk.twitter.common" + ], + "import_count": 2 + }, + "string": { + "used_by": [ + "nltk.sentiment.vader", + "nltk.tokenize.punkt", + "nltk.tokenize.sonority_sequencing" + ], + "import_count": 3 + }, + "pycrfsuite": { + "used_by": [ + "nltk.tag.crf" + ], + "import_count": 1 + }, + "ast": { + "used_by": [ + "nltk.tag.sequential", + "nltk.test.unit.test_pickle_load_warnings" + ], + "import_count": 2 + }, + "unittest": { + "used_by": [ + "nltk.test.all", + "nltk.test.unit.test_brill", + "nltk.test.unit.test_ccg_dir", + "nltk.test.unit.test_cfd_mutation", + "nltk.test.unit.test_cfg2chomsky", + "nltk.test.unit.test_chunk", + "nltk.test.unit.test_concordance", + "nltk.test.unit.test_corenlp", + "nltk.test.unit.test_corpora", + "nltk.test.unit.test_corpus_views", + "nltk.test.unit.test_disagreement", + "nltk.test.unit.test_downloader", + "nltk.test.unit.test_downloader_atomic", + "nltk.test.unit.test_downloader_unzip", + "nltk.test.unit.test_downloader_xxe", + "nltk.test.unit.test_json_serialization", + "nltk.test.unit.test_langnames", + "nltk.test.unit.test_metrics", + "nltk.test.unit.test_naivebayes", + "nltk.test.unit.test_nombank", + "nltk.test.unit.test_pathsec", + "nltk.test.unit.test_pl196x", + "nltk.test.unit.test_pos_tag", + "nltk.test.unit.test_senna", + "nltk.test.unit.test_stem", + "nltk.test.unit.test_tgrep", + "nltk.test.unit.test_verbnet", + "nltk.test.unit.test_wordnet", + "nltk.test.unit.lm.test_counter", + "nltk.test.unit.lm.test_preprocessing", + "nltk.test.unit.lm.test_vocabulary", + "nltk.test.unit.translate.test_bleu", + "nltk.test.unit.translate.test_gdfa", + "nltk.test.unit.translate.test_ibm1", + "nltk.test.unit.translate.test_ibm2", + "nltk.test.unit.translate.test_ibm3", + "nltk.test.unit.translate.test_ibm4", + "nltk.test.unit.translate.test_ibm5", + "nltk.test.unit.translate.test_ibm_model", + "nltk.test.unit.translate.test_meteor", + "nltk.test.unit.translate.test_nist", + "nltk.test.unit.translate.test_stack_decoder" + ], + "import_count": 47 + }, + "glob": { + "used_by": [ + "nltk.test.all", + "web.conf" + ], + "import_count": 2 + }, + "pytest": { + "used_by": [ + "nltk.test.childes_fixt", + "nltk.test.classify_fixt", + "nltk.test.conftest", + "nltk.test.gensim_fixt", + "nltk.test.gluesemantics_malt_fixt", + "nltk.test.portuguese_en_fixt", + "nltk.test.probability_fixt", + "nltk.test.setup_fixt", + "nltk.test.test_filestring_sandbox", + "nltk.test.unit.test_bllip", + "nltk.test.unit.test_cfd_mutation", + "nltk.test.unit.test_classify", + "nltk.test.unit.test_corenlp", + "nltk.test.unit.test_corpora", + "nltk.test.unit.test_corpus_reader", + "nltk.test.unit.test_corpus_util", + "nltk.test.unit.test_data", + "nltk.test.unit.test_data_security", + "nltk.test.unit.test_distance", + "nltk.test.unit.test_downloader_unzip", + "nltk.test.unit.test_framenet_security", + "nltk.test.unit.test_hmm", + "nltk.test.unit.test_json2csv_corpus", + "nltk.test.unit.test_nkjp_security", + "nltk.test.unit.test_pathsec", + "nltk.test.unit.test_pickle_load_warnings", + "nltk.test.unit.test_rte_classify", + "nltk.test.unit.test_seekable_unicode_stream_reader", + "nltk.test.unit.test_segmentation", + "nltk.test.unit.test_tag", + "nltk.test.unit.test_tgrep", + "nltk.test.unit.test_tnt", + "nltk.test.unit.test_tokenize", + "nltk.test.unit.test_twitter_auth", + "nltk.test.unit.test_util", + "nltk.test.unit.test_verbnet", + "nltk.test.unit.lm.test_counter", + "nltk.test.unit.lm.test_models", + "nltk.test.unit.translate.test_bleu" + ], + "import_count": 40 + }, + "contextlib": { + "used_by": [ + "nltk.test.unit.test_concordance", + "nltk.test.unit.test_stem" + ], + "import_count": 2 + }, + "shutil": { + "used_by": [ + "nltk.test.unit.test_downloader", + "nltk.test.unit.test_downloader_atomic", + "tools.huggingface.push_stopwords" + ], + "import_count": 3 + }, + "multiprocessing": { + "used_by": [ + "nltk.test.unit.test_downloader_atomic", + "nltk.test.unit.test_reviews_security" + ], + "import_count": 2 + }, + "concurrent": { + "used_by": [ + "nltk.test.unit.test_downloader_atomic" + ], + "import_count": 1 + }, + "timeit": { + "used_by": [ + "nltk.test.unit.lm.test_vocabulary" + ], + "import_count": 1 + }, + "fractions": { + "used_by": [ + "nltk.translate.bleu_score", + "nltk.translate.nist_score" + ], + "import_count": 2 + }, + "norm": { + "used_by": [ + "nltk.translate.gale_church" + ], + "import_count": 1 + }, + "cgi": { + "used_by": [ + "nltk.tree.prettyprinter" + ], + "import_count": 1 + }, + "svgling": { + "used_by": [ + "nltk.tree.tree" + ], + "import_count": 1 + }, + "datetime": { + "used_by": [ + "nltk.twitter.api", + "nltk.twitter.twitterclient", + "nltk.twitter.twitter_demo" + ], + "import_count": 6 + }, + "twython": { + "used_by": [ + "nltk.twitter.twitterclient", + "nltk.twitter.util", + "nltk.twitter" + ], + "import_count": 6 + }, + "tokenize": { + "used_by": [ + "tools.find_deprecated" + ], + "import_count": 1 + }, + "cStringIO": { + "used_by": [ + "tools.find_deprecated" + ], + "import_count": 1 + }, + "epydoc": { + "used_by": [ + "tools.find_deprecated" + ], + "import_count": 1 + }, + "pandas": { + "used_by": [ + "tools.huggingface.push_stopwords" + ], + "import_count": 1 + }, + "jinja2": { + "used_by": [ + "web.conf" + ], + "import_count": 1 + } + }, + "declared_dependencies": {}, + "call_graph": { + "setup": [ + { + "caller": "setup.", + "callee": ".dict.values", + "lineno": 47, + "resolution": "local_builtin_method_call" + }, + { + "caller": "setup.", + "callee": ".setuptools.setup", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "setup.", + "callee": ".setuptools.find_packages", + "lineno": 123, + "resolution": "external_constructor_call" + } + ], + "nltk.book": [ + { + "caller": "nltk.book.", + "callee": "nltk.text.Text.__init__", + "lineno": 27, + "resolution": "imported_call" + }, + { + "caller": "nltk.book.", + "callee": "nltk.text.Text.__init__", + "lineno": 30, + "resolution": "imported_call" + }, + { + "caller": "nltk.book.", + "callee": "nltk.text.Text.__init__", + "lineno": 33, + "resolution": "imported_call" + }, + { + "caller": "nltk.book.", + "callee": "nltk.text.Text.__init__", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "nltk.book.", + "callee": "nltk.text.Text.__init__", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "nltk.book.", + "callee": "nltk.text.Text.__init__", + "lineno": 42, + "resolution": "imported_call" + }, + { + "caller": "nltk.book.", + "callee": "nltk.text.Text.__init__", + "lineno": 45, + "resolution": "imported_call" + }, + { + "caller": "nltk.book.", + "callee": "nltk.text.Text.__init__", + "lineno": 48, + "resolution": "imported_call" + }, + { + "caller": "nltk.book.", + "callee": "nltk.text.Text.__init__", + "lineno": 51, + "resolution": "imported_call" + } + ], + "nltk.cli": [ + { + "caller": "nltk.cli.tokenize_file", + "callee": ".tqdm.tqdm", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.cli.tokenize_file", + "callee": "nltk.util.parallelize_preprocess", + "lineno": 52, + "resolution": "imported_call" + } + ], + "nltk.collections": [ + { + "caller": "nltk.collections.OrderedDict.__init__", + "callee": "nltk.collections.OrderedDict.keys", + "lineno": 21, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collections.OrderedDict.__getitem__", + "callee": "nltk.collections.OrderedDict.__missing__", + "lineno": 36, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collections.OrderedDict.__iter__", + "callee": "nltk.collections.OrderedDict.keys", + "lineno": 39, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collections.OrderedDict.items", + "callee": "nltk.collections.OrderedDict.keys", + "lineno": 61, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collections.OrderedDict.items", + "callee": "nltk.collections.OrderedDict.values", + "lineno": 61, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collections.OrderedDict.update", + "callee": "nltk.collections.OrderedDict.keys", + "lineno": 100, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collections.AbstractLazySequence.__getitem__", + "callee": "nltk.internals.slice_bounds", + "lineno": 157, + "resolution": "imported_call" + }, + { + "caller": "nltk.collections.AbstractLazySequence.__getitem__", + "callee": "nltk.collections.LazySubsequence.__init__", + "lineno": 158, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.collections.AbstractLazySequence.__getitem__", + "callee": "nltk.collections.AbstractLazySequence.iterate_from", + "lineno": 167, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collections.AbstractLazySequence.__iter__", + "callee": "nltk.collections.AbstractLazySequence.iterate_from", + "lineno": 174, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collections.AbstractLazySequence.index", + "callee": "nltk.internals.slice_bounds", + "lineno": 185, + "resolution": "imported_call" + }, + { + "caller": "nltk.collections.AbstractLazySequence.index", + "callee": ".itertools.islice", + "lineno": 186, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.collections.AbstractLazySequence.__contains__", + "callee": "nltk.collections.AbstractLazySequence.count", + "lineno": 193, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collections.AbstractLazySequence.__add__", + "callee": "nltk.collections.LazyConcatenation.__init__", + "lineno": 197, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.collections.AbstractLazySequence.__radd__", + "callee": "nltk.collections.LazyConcatenation.__init__", + "lineno": 201, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.collections.AbstractLazySequence.__mul__", + "callee": "nltk.collections.LazyConcatenation.__init__", + "lineno": 205, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.collections.AbstractLazySequence.__rmul__", + "callee": "nltk.collections.LazyConcatenation.__init__", + "lineno": 209, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.collections.AbstractLazySequence.__repr__", + "callee": ".list.append", + "lineno": 222, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.collections.AbstractLazySequence.__lt__", + "callee": "nltk.internals.raise_unorderable_types", + "lineno": 236, + "resolution": "imported_call" + }, + { + "caller": "nltk.collections.LazySubsequence.__new__", + "callee": ".itertools.islice", + "lineno": 269, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.collections.LazySubsequence.iterate_from", + "callee": ".itertools.islice", + "lineno": 282, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.collections.LazyConcatenation.__len__", + "callee": "nltk.collections.LazyConcatenation.iterate_from", + "lineno": 302, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collections.LazyConcatenation.iterate_from", + "callee": ".itertools.islice", + "lineno": 318, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.collections.LazyMap.iterate_from", + "callee": ".list.append", + "lineno": 419, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.collections.LazyMap.iterate_from", + "callee": ".list.append", + "lineno": 422, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.collections.LazyMap.__getitem__", + "callee": "nltk.collections.LazyMap.__init__", + "lineno": 448, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.collections.LazyMap.__getitem__", + "callee": "nltk.collections.LazyMap.iterate_from", + "lineno": 460, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collections.LazyIteratorList.__len__", + "callee": "nltk.collections.LazyIteratorList.iterate_from", + "lineno": 577, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collections.LazyIteratorList.__add__", + "callee": ".itertools.chain", + "lineno": 601, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.collections.LazyIteratorList.__radd__", + "callee": ".itertools.chain", + "lineno": 605, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.collections.Trie.__init__", + "callee": "nltk.collections.Trie.insert", + "lineno": 631, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collections.Trie.__missing__", + "callee": "nltk.collections.Trie.__init__", + "lineno": 656, + "resolution": "same_module_class_call" + } + ], + "nltk.collocations": [ + { + "caller": "nltk.collocations.AbstractCollocationFinder._ngram_freqdist", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 91, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.AbstractCollocationFinder._apply_filter", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 97, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.AbstractCollocationFinder.apply_freq_filter", + "callee": "nltk.collocations.AbstractCollocationFinder._apply_filter", + "lineno": 105, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collocations.AbstractCollocationFinder.apply_ngram_filter", + "callee": "nltk.collocations.AbstractCollocationFinder._apply_filter", + "lineno": 111, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collocations.AbstractCollocationFinder.apply_word_filter", + "callee": "nltk.collocations.AbstractCollocationFinder._apply_filter", + "lineno": 117, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collocations.AbstractCollocationFinder.score_ngrams", + "callee": "nltk.collocations.AbstractCollocationFinder._score_ngrams", + "lineno": 132, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collocations.AbstractCollocationFinder.nbest", + "callee": "nltk.collocations.AbstractCollocationFinder.score_ngrams", + "lineno": 136, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collocations.AbstractCollocationFinder.above_score", + "callee": "nltk.collocations.AbstractCollocationFinder.score_ngrams", + "lineno": 142, + "resolution": "self_method_call" + }, + { + "caller": "nltk.collocations.BigramCollocationFinder.from_words", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 170, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.BigramCollocationFinder.from_words", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 171, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.BigramCollocationFinder.from_words", + "callee": "nltk.util.ngrams", + "lineno": 176, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.TrigramCollocationFinder.from_words", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 225, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.TrigramCollocationFinder.from_words", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 226, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.TrigramCollocationFinder.from_words", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 227, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.TrigramCollocationFinder.from_words", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 228, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.TrigramCollocationFinder.from_words", + "callee": "nltk.util.ngrams", + "lineno": 229, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.TrigramCollocationFinder.bigram_finder", + "callee": "nltk.collocations.BigramCollocationFinder.__init__", + "lineno": 249, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.collocations.QuadgramCollocationFinder.from_words", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 292, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.QuadgramCollocationFinder.from_words", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 293, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.QuadgramCollocationFinder.from_words", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 294, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.QuadgramCollocationFinder.from_words", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 295, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.QuadgramCollocationFinder.from_words", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 296, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.QuadgramCollocationFinder.from_words", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 297, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.QuadgramCollocationFinder.from_words", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 298, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.QuadgramCollocationFinder.from_words", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 299, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.QuadgramCollocationFinder.from_words", + "callee": "nltk.util.ngrams", + "lineno": 301, + "resolution": "imported_call" + }, + { + "caller": "nltk.collocations.", + "callee": "nltk.collocations.demo", + "lineno": 415, + "resolution": "direct_name_call" + } + ], + "nltk.compat": [ + { + "caller": "nltk.compat.py3_data._decorator", + "callee": "nltk.compat.add_py3_data", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.compat.py3_data", + "callee": ".functools.wraps", + "lineno": 38, + "resolution": "external_constructor_call" + } + ], + "nltk.data": [ + { + "caller": "nltk.data._assert_no_encoded_bypass", + "callee": ".urllib.parse.unquote", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.data._reject_unsafe_no_protocol", + "callee": "nltk.data._assert_no_encoded_bypass", + "lineno": 110, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.", + "callee": ".list.append", + "lineno": 138, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.data.gzip_open_unicode", + "callee": ".gzip.GzipFile", + "lineno": 179, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.data.gzip_open_unicode", + "callee": ".io.TextIOWrapper", + "lineno": 180, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.data.normalize_resource_url", + "callee": "nltk.data.split_resource_url", + "lineno": 261, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.normalize_resource_url", + "callee": "nltk.data._reject_unsafe_no_protocol", + "lineno": 264, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.normalize_resource_url", + "callee": "nltk.data._reject_unsafe_no_protocol", + "lineno": 271, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.normalize_resource_url", + "callee": "nltk.data._assert_no_encoded_bypass", + "lineno": 283, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.normalize_resource_url", + "callee": "nltk.data.normalize_resource_name", + "lineno": 292, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.normalize_resource_url", + "callee": "nltk.data.normalize_resource_name", + "lineno": 295, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.normalize_resource_url", + "callee": "nltk.data.normalize_resource_name", + "lineno": 300, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.FileSystemPathPointer.open", + "callee": "nltk.data.SeekableUnicodeStreamReader.__init__", + "lineno": 437, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.data.FileSystemPathPointer.join", + "callee": "nltk.data.FileSystemPathPointer.__init__", + "lineno": 460, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.data.", + "callee": "nltk.internals.deprecated", + "lineno": 469, + "resolution": "imported_call" + }, + { + "caller": "nltk.data.GzipFileSystemPathPointer.open", + "callee": ".gzip.GzipFile", + "lineno": 497, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.data.GzipFileSystemPathPointer.open", + "callee": "nltk.data.SeekableUnicodeStreamReader.__init__", + "lineno": 499, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.data.ZipFilePathPointer.__init__", + "callee": "nltk.data.OpenOnDemandZipFile.__init__", + "lineno": 518, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.data.ZipFilePathPointer.__init__", + "callee": "nltk.data.normalize_resource_name", + "lineno": 523, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.ZipFilePathPointer.open", + "callee": ".io.BytesIO", + "lineno": 562, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.data.ZipFilePathPointer.open", + "callee": ".gzip.GzipFile", + "lineno": 564, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.data.ZipFilePathPointer.open", + "callee": "nltk.data.SeekableUnicodeStreamReader.__init__", + "lineno": 566, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.data.ZipFilePathPointer.join", + "callee": "nltk.data.ZipFilePathPointer.__init__", + "lineno": 574, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.data.open_datafile", + "callee": ".list.join", + "lineno": 620, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.data.open_datafile", + "callee": ".list.open", + "lineno": 621, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.data.find", + "callee": "nltk.data.normalize_resource_name", + "lineno": 661, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.find", + "callee": "nltk.data._assert_no_encoded_bypass", + "lineno": 669, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.find._note_near_miss", + "callee": ".list.append", + "lineno": 688, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.data.find", + "callee": "nltk.data.ZipFilePathPointer.__init__", + "lineno": 695, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.data.find", + "callee": "nltk.data.find._note_near_miss", + "lineno": 698, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.data.find", + "callee": ".urllib.request.url2pathname", + "lineno": 704, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.data.find", + "callee": "nltk.data.GzipFileSystemPathPointer.", + "lineno": 707, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.data.find", + "callee": "nltk.data.FileSystemPathPointer.__init__", + "lineno": 709, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.data.find", + "callee": ".urllib.request.url2pathname", + "lineno": 720, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.data.find", + "callee": ".urllib.request.url2pathname", + "lineno": 721, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.data.find", + "callee": "nltk.data.find._note_near_miss", + "lineno": 723, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.data.find", + "callee": "nltk.data.find._note_near_miss", + "lineno": 725, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.data.find", + "callee": ".urllib.request.url2pathname", + "lineno": 727, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.data.find", + "callee": "nltk.data.ZipFilePathPointer.__init__", + "lineno": 730, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.data.find", + "callee": "nltk.data.find._note_near_miss", + "lineno": 733, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.data.find", + "callee": "nltk.data.find", + "lineno": 744, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.find", + "callee": "nltk.huggingface.dataset._is_cached", + "lineno": 760, + "resolution": "imported_call" + }, + { + "caller": "nltk.data.find", + "callee": "nltk.huggingface.dataset.HFDatasetPathPointer.__init__", + "lineno": 761, + "resolution": "imported_call" + }, + { + "caller": "nltk.data.retrieve", + "callee": "nltk.data.normalize_resource_url", + "lineno": 814, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.retrieve", + "callee": "nltk.data._open", + "lineno": 828, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.retrieve", + "callee": "nltk.pathsec.open", + "lineno": 831, + "resolution": "imported_call" + }, + { + "caller": "nltk.data.restricted_pickle_load", + "callee": "nltk.picklesec.RestrictedUnpickler.", + "lineno": 885, + "resolution": "imported_call" + }, + { + "caller": "nltk.data.restricted_pickle_load", + "callee": ".io.BytesIO", + "lineno": 885, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.data.switch_chunker", + "callee": "nltk.chunk.ne_chunker", + "lineno": 916, + "resolution": "imported_call" + }, + { + "caller": "nltk.data.switch_t_tagger", + "callee": "nltk.classify.maxent.maxent_pos_tagger", + "lineno": 932, + "resolution": "imported_call" + }, + { + "caller": "nltk.data.switch_p_tagger", + "callee": "nltk.tag._get_tagger", + "lineno": 952, + "resolution": "imported_call" + }, + { + "caller": "nltk.data.load", + "callee": "nltk.data.normalize_resource_url", + "lineno": 1010, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.load", + "callee": ".dict.get", + "lineno": 1018, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.data.load", + "callee": ".dict.get", + "lineno": 1031, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.data.load", + "callee": "nltk.data.split_resource_url", + "lineno": 1037, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.load", + "callee": "nltk.data.switch_punkt", + "lineno": 1044, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.load", + "callee": "nltk.data.switch_chunker", + "lineno": 1046, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.load", + "callee": "nltk.data.switch_t_tagger", + "lineno": 1048, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.load", + "callee": "nltk.data.switch_p_tagger", + "lineno": 1050, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.load", + "callee": "nltk.data._open", + "lineno": 1057, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.load", + "callee": "nltk.data.restricted_pickle_load", + "lineno": 1062, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.load", + "callee": "nltk.grammar.CFG.fromstring", + "lineno": 1091, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.data.load", + "callee": "nltk.grammar.PCFG.fromstring", + "lineno": 1093, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.data.load", + "callee": "nltk.grammar.FeatureGrammar.fromstring", + "lineno": 1095, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.data.load", + "callee": "nltk.sem.logic.LogicParser.__init__", + "lineno": 1104, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.data.show_cfg", + "callee": "nltk.data.normalize_resource_url", + "lineno": 1146, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.show_cfg", + "callee": "nltk.data.load", + "lineno": 1147, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.clear_cache", + "callee": ".dict.clear", + "lineno": 1162, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.data._open", + "callee": "nltk.data.find", + "lineno": 1189, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data._open", + "callee": ".urllib.request.url2pathname", + "lineno": 1191, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.data._open", + "callee": "nltk.data.find", + "lineno": 1194, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.LazyLoader.__load", + "callee": "nltk.data.load", + "lineno": 1215, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.data.LazyLoader.__getattr__", + "callee": "nltk.data.LazyLoader.__load", + "lineno": 1223, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.LazyLoader.__repr__", + "callee": "nltk.data.LazyLoader.__load", + "lineno": 1229, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.OpenOnDemandZipFile.__init__", + "callee": "nltk.pathsec.ZipFile.__init__", + "lineno": 1254, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader.__init__", + "callee": "nltk.data.SeekableUnicodeStreamReader._check_bom", + "lineno": 1354, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader.read", + "callee": "nltk.data.SeekableUnicodeStreamReader._read", + "lineno": 1372, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader.readline", + "callee": "nltk.data.SeekableUnicodeStreamReader._read", + "lineno": 1417, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader.readline", + "callee": "nltk.data.SeekableUnicodeStreamReader._read", + "lineno": 1422, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader.readline", + "callee": ".str.splitlines", + "lineno": 1425, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader.readlines", + "callee": "nltk.data.SeekableUnicodeStreamReader.read", + "lineno": 1458, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader.next", + "callee": "nltk.data.SeekableUnicodeStreamReader.readline", + "lineno": 1462, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader.__next__", + "callee": "nltk.data.SeekableUnicodeStreamReader.next", + "lineno": 1469, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader.__del__", + "callee": "nltk.data.SeekableUnicodeStreamReader.close", + "lineno": 1478, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader.__exit__", + "callee": "nltk.data.SeekableUnicodeStreamReader.close", + "lineno": 1484, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader.char_seek_forward", + "callee": "nltk.data.SeekableUnicodeStreamReader.seek", + "lineno": 1550, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader.char_seek_forward", + "callee": "nltk.data.SeekableUnicodeStreamReader.tell", + "lineno": 1550, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader.char_seek_forward", + "callee": "nltk.data.SeekableUnicodeStreamReader._char_seek_forward", + "lineno": 1552, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader._char_seek_forward", + "callee": "nltk.data.SeekableUnicodeStreamReader._incr_decode", + "lineno": 1573, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader._char_seek_forward", + "callee": "nltk.data.SeekableUnicodeStreamReader._incr_decode", + "lineno": 1587, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader.tell", + "callee": "nltk.data.SeekableUnicodeStreamReader._char_seek_forward", + "lineno": 1619, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader.tell", + "callee": "nltk.data.SeekableUnicodeStreamReader._incr_decode", + "lineno": 1625, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader._read", + "callee": "nltk.data.SeekableUnicodeStreamReader._incr_decode", + "lineno": 1661, + "resolution": "self_method_call" + }, + { + "caller": "nltk.data.SeekableUnicodeStreamReader._read", + "callee": "nltk.data.SeekableUnicodeStreamReader._incr_decode", + "lineno": 1670, + "resolution": "self_method_call" + } + ], + "nltk.decorators": [ + { + "caller": "nltk.decorators.getinfo", + "callee": "nltk.decorators.__legacysignature", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.decorators.update_wrapper", + "callee": "nltk.decorators.getinfo", + "lineno": 110, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.decorators.new_wrapper", + "callee": "nltk.decorators.getinfo", + "lineno": 131, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.decorators.new_wrapper", + "callee": "nltk.decorators.update_wrapper", + "lineno": 137, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.decorators.__call__", + "callee": "nltk.decorators.new_wrapper", + "lineno": 142, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.decorators.decorator", + "callee": "nltk.decorators.decorator_factory", + "lineno": 194, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.decorators.decorator._decorator", + "callee": "nltk.decorators.getinfo", + "lineno": 197, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.decorators.decorator._decorator", + "callee": "nltk.decorators.update_wrapper", + "lineno": 205, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.decorators.decorator", + "callee": "nltk.decorators.update_wrapper", + "lineno": 207, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.decorators.memoize", + "callee": "nltk.decorators.getattr_", + "lineno": 222, + "resolution": "direct_name_call" + } + ], + "nltk.downloader": [ + { + "caller": "nltk.downloader.Package.fromxml", + "callee": "nltk.downloader.Package.__init__", + "lineno": 285, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Collection.fromxml", + "callee": "nltk.downloader.Collection.__init__", + "lineno": 326, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader.__init__", + "callee": "nltk.downloader.Downloader.default_download_dir", + "lineno": 517, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.list", + "callee": ".list.append", + "lineno": 545, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.downloader.Downloader.list", + "callee": ".list.append", + "lineno": 547, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.downloader.Downloader.list", + "callee": "nltk.downloader.Downloader.status", + "lineno": 552, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.packages", + "callee": "nltk.downloader.Downloader._update_index", + "lineno": 584, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.corpora", + "callee": "nltk.downloader.Downloader._update_index", + "lineno": 588, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.models", + "callee": "nltk.downloader.Downloader._update_index", + "lineno": 592, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.collections", + "callee": "nltk.downloader.Downloader._update_index", + "lineno": 596, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader._info_or_id", + "callee": "nltk.downloader.Downloader.info", + "lineno": 605, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.incr_download", + "callee": "nltk.downloader.SelectDownloadDirMessage.__init__", + "lineno": 622, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader.incr_download", + "callee": "nltk.downloader.Downloader._download_list", + "lineno": 626, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.incr_download", + "callee": "nltk.downloader.Downloader._info_or_id", + "lineno": 631, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.incr_download", + "callee": "nltk.downloader.ErrorMessage.__init__", + "lineno": 633, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader.incr_download", + "callee": "nltk.downloader.StartCollectionMessage.__init__", + "lineno": 638, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader.incr_download", + "callee": "nltk.downloader.Downloader.incr_download", + "lineno": 639, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.incr_download", + "callee": "nltk.downloader.FinishCollectionMessage.__init__", + "lineno": 640, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader.incr_download", + "callee": "nltk.downloader.Downloader._download_package", + "lineno": 644, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader._download_list", + "callee": "nltk.downloader.Downloader._info_or_id", + "lineno": 656, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader._download_list", + "callee": "nltk.downloader.ErrorMessage.__init__", + "lineno": 658, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_list", + "callee": "nltk.downloader.Downloader._num_packages", + "lineno": 662, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader._download_list", + "callee": "nltk.downloader.Downloader.incr_download", + "lineno": 669, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader._download_list", + "callee": "nltk.downloader.ProgressMessage.__init__", + "lineno": 671, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.StartPackageMessage.__init__", + "lineno": 678, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.ProgressMessage.__init__", + "lineno": 679, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.ErrorMessage.__init__", + "lineno": 699, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.ErrorMessage.__init__", + "lineno": 706, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package._status_now", + "callee": "nltk.downloader.Downloader.status", + "lineno": 755, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package._installed_now", + "callee": "nltk.downloader.Downloader._download_package._status_now", + "lineno": 758, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._installed_now", + "lineno": 765, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._lock_exists", + "lineno": 765, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.UpToDateMessage.__init__", + "lineno": 766, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.ProgressMessage.__init__", + "lineno": 767, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.FinishPackageMessage.__init__", + "lineno": 768, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._installed_now", + "lineno": 773, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._lock_exists", + "lineno": 773, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.UpToDateMessage.__init__", + "lineno": 774, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.ProgressMessage.__init__", + "lineno": 775, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.FinishPackageMessage.__init__", + "lineno": 776, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._safe_remove", + "lineno": 787, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._installed_now", + "lineno": 795, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.UpToDateMessage.__init__", + "lineno": 796, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.ProgressMessage.__init__", + "lineno": 797, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.FinishPackageMessage.__init__", + "lineno": 798, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._status_now", + "lineno": 801, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.StaleMessage.__init__", + "lineno": 805, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._safe_remove", + "lineno": 806, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._safe_remove", + "lineno": 807, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._safe_rmtree", + "lineno": 809, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.StartDownloadMessage.__init__", + "lineno": 814, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.ProgressMessage.__init__", + "lineno": 815, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.pathsec.urlopen", + "lineno": 818, + "resolution": "imported_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._touch_lock", + "lineno": 827, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.ProgressMessage.__init__", + "lineno": 828, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._safe_remove", + "lineno": 835, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.ErrorMessage.__init__", + "lineno": 836, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.FinishDownloadMessage.__init__", + "lineno": 843, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.ProgressMessage.__init__", + "lineno": 844, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.StartUnzipMessage.__init__", + "lineno": 850, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader._unzip_iter", + "lineno": 851, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._touch_lock", + "lineno": 852, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.FinishUnzipMessage.__init__", + "lineno": 857, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._installed_now", + "lineno": 860, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.ErrorMessage.__init__", + "lineno": 861, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._status_now", + "lineno": 864, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.FinishPackageMessage.__init__", + "lineno": 868, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._safe_remove", + "lineno": 871, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader._download_package", + "callee": "nltk.downloader.Downloader._download_package._safe_remove", + "lineno": 872, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader.download", + "callee": "nltk.downloader.Downloader._interactive_download", + "lineno": 900, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.download", + "callee": "nltk.downloader.Downloader.incr_download", + "lineno": 914, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.download", + "callee": "nltk.downloader.Downloader.download.show", + "lineno": 917, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader.download", + "callee": "nltk.downloader.Downloader.download", + "lineno": 927, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.download", + "callee": "nltk.downloader.Downloader.download.show", + "lineno": 944, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader.download", + "callee": "nltk.downloader.Downloader.download.show", + "lineno": 951, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader.download", + "callee": "nltk.downloader.Downloader.download.show", + "lineno": 956, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader.download", + "callee": "nltk.downloader.Downloader.download.show", + "lineno": 960, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader.download", + "callee": "nltk.downloader.Downloader.download.show", + "lineno": 965, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader.download", + "callee": "nltk.downloader.Downloader.download.show", + "lineno": 970, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.Downloader.is_stale", + "callee": "nltk.downloader.Downloader.status", + "lineno": 978, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.is_installed", + "callee": "nltk.downloader.Downloader.status", + "lineno": 981, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.status", + "callee": "nltk.downloader.Downloader._info_or_id", + "lineno": 997, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.status", + "callee": "nltk.downloader.Downloader.status", + "lineno": 1001, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.status", + "callee": "nltk.downloader.Downloader._pkg_status", + "lineno": 1017, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.status", + "callee": "nltk.downloader.Downloader._pkg_status", + "lineno": 1020, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader._pkg_status", + "callee": "nltk.downloader.sha256_hexdigest", + "lineno": 1039, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.downloader.Downloader._pkg_status", + "callee": "nltk.downloader.md5_hexdigest", + "lineno": 1055, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.downloader.Downloader.update", + "callee": "nltk.downloader.Downloader.clear_status_cache", + "lineno": 1082, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.update", + "callee": "nltk.downloader.Downloader.packages", + "lineno": 1083, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.update", + "callee": "nltk.downloader.Downloader.status", + "lineno": 1084, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.update", + "callee": "nltk.downloader.Downloader.download", + "lineno": 1085, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader._update_index", + "callee": "nltk.internals.ElementWrapper.__init__", + "lineno": 1107, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.downloader.Downloader._update_index", + "callee": "nltk.pathsec.urlopen", + "lineno": 1108, + "resolution": "imported_call" + }, + { + "caller": "nltk.downloader.Downloader._update_index", + "callee": ".list.extend", + "lineno": 1143, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.downloader.Downloader._update_index", + "callee": ".dict.values", + "lineno": 1148, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.downloader.Downloader.index", + "callee": "nltk.downloader.Downloader._update_index", + "lineno": 1159, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.info", + "callee": "nltk.downloader.Downloader._update_index", + "lineno": 1165, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.xmlinfo", + "callee": "nltk.downloader.Downloader._update_index", + "lineno": 1174, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader._set_url", + "callee": "nltk.downloader.Downloader._update_index", + "lineno": 1198, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.Downloader.default_download_dir", + "callee": "nltk.internals.is_writable", + "lineno": 1228, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.downloader.Downloader._interactive_download", + "callee": "nltk.downloader.DownloaderShell.__init__", + "lineno": 1271, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._interactive_download", + "callee": "nltk.downloader.DownloaderShell.__init__", + "lineno": 1279, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._interactive_download", + "callee": "nltk.downloader.DownloaderGUI._DownloadThread.__init__", + "lineno": 1283, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.Downloader._interactive_download", + "callee": "nltk.downloader.DownloaderShell.__init__", + "lineno": 1285, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.DownloaderShell.run", + "callee": "nltk.downloader.DownloaderShell._simple_interactive_menu", + "lineno": 1301, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderShell.run", + "callee": "nltk.downloader.DownloaderShell._simple_interactive_help", + "lineno": 1320, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderShell.run", + "callee": "nltk.downloader.DownloaderShell._simple_interactive_config", + "lineno": 1322, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderShell.run", + "callee": "nltk.downloader.DownloaderShell._simple_interactive_download", + "lineno": 1326, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderShell.run", + "callee": "nltk.downloader.DownloaderShell._simple_interactive_update", + "lineno": 1328, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderShell._simple_interactive_update", + "callee": ".list.append", + "lineno": 1375, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.downloader.DownloaderShell._simple_interactive_config", + "callee": "nltk.downloader.DownloaderShell._show_config", + "lineno": 1421, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderShell._simple_interactive_config", + "callee": "nltk.downloader.DownloaderShell._simple_interactive_menu", + "lineno": 1424, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderShell._simple_interactive_config", + "callee": "nltk.downloader.DownloaderShell._show_config", + "lineno": 1429, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI.__init__", + "callee": "nltk.downloader.DownloaderGUI._log", + "lineno": 1564, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI.__init__", + "callee": "nltk.downloader.DownloaderGUI._init_widgets", + "lineno": 1580, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI.__init__", + "callee": "nltk.downloader.DownloaderGUI._init_menu", + "lineno": 1581, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI.__init__", + "callee": "nltk.downloader.DownloaderGUI._fill_table", + "lineno": 1583, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI.__init__", + "callee": ".tkinter.messagebox.showerror", + "lineno": 1585, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI.__init__", + "callee": ".tkinter.messagebox.showerror", + "lineno": 1587, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI.__init__", + "callee": "nltk.downloader.DownloaderGUI._show_info", + "lineno": 1589, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI.__init__", + "callee": "nltk.downloader.DownloaderGUI._select_columns", + "lineno": 1590, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._init_widgets", + "callee": "nltk.draw.table.Table.__init__", + "lineno": 1647, + "resolution": "imported_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._init_widgets", + "callee": "nltk.downloader.DownloaderGUI._info_edit", + "lineno": 1687, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._init_widgets", + "callee": "nltk.downloader.DownloaderGUI._init_progressbar", + "lineno": 1719, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._init_menu", + "callee": "nltk.downloader.DownloaderGUI._info_edit", + "lineno": 1736, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._init_menu", + "callee": "nltk.downloader.DownloaderGUI._info_edit", + "lineno": 1741, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._refresh", + "callee": "nltk.downloader.DownloaderGUI._fill_table", + "lineno": 1806, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._refresh", + "callee": ".tkinter.messagebox.showerror", + "lineno": 1808, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._refresh", + "callee": ".tkinter.messagebox.showerror", + "lineno": 1810, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._info_edit", + "callee": "nltk.downloader.DownloaderGUI._info_save", + "lineno": 1814, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._set_url", + "callee": "nltk.downloader.DownloaderGUI._fill_table", + "lineno": 1856, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._set_url", + "callee": ".tkinter.messagebox.showerror", + "lineno": 1858, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._set_url", + "callee": "nltk.downloader.DownloaderGUI._show_info", + "lineno": 1859, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._set_download_dir", + "callee": "nltk.downloader.DownloaderGUI._fill_table", + "lineno": 1871, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._set_download_dir", + "callee": ".tkinter.messagebox.showerror", + "lineno": 1873, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._set_download_dir", + "callee": ".tkinter.messagebox.showerror", + "lineno": 1875, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._set_download_dir", + "callee": "nltk.downloader.DownloaderGUI._show_info", + "lineno": 1876, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._prev_tab", + "callee": "nltk.downloader.DownloaderGUI._fill_table", + "lineno": 1895, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._prev_tab", + "callee": ".tkinter.messagebox.showerror", + "lineno": 1897, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._prev_tab", + "callee": ".tkinter.messagebox.showerror", + "lineno": 1899, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._next_tab", + "callee": "nltk.downloader.DownloaderGUI._fill_table", + "lineno": 1908, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._next_tab", + "callee": ".tkinter.messagebox.showerror", + "lineno": 1910, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._next_tab", + "callee": ".tkinter.messagebox.showerror", + "lineno": 1912, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._select_tab", + "callee": "nltk.downloader.DownloaderGUI._fill_table", + "lineno": 1919, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._select_tab", + "callee": ".tkinter.messagebox.showerror", + "lineno": 1921, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._select_tab", + "callee": ".tkinter.messagebox.showerror", + "lineno": 1923, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._fill_table", + "callee": "nltk.downloader.DownloaderGUI._package_to_columns", + "lineno": 1942, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._fill_table", + "callee": "nltk.downloader.DownloaderGUI._color_table", + "lineno": 1959, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._update_table_status", + "callee": "nltk.downloader.DownloaderGUI._color_table", + "lineno": 1974, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download", + "callee": "nltk.downloader.DownloaderGUI._download_threaded", + "lineno": 1980, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download", + "callee": "nltk.downloader.DownloaderGUI._download_cb", + "lineno": 1993, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_cb", + "callee": "nltk.downloader.DownloaderGUI._update_table_status", + "lineno": 2002, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_cb.show", + "callee": "nltk.downloader.DownloaderGUI._log", + "lineno": 2009, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_cb", + "callee": "nltk.downloader.DownloaderGUI._show_progress", + "lineno": 2012, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_cb", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "lineno": 2014, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_cb", + "callee": "nltk.downloader.DownloaderGUI._select", + "lineno": 2016, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_cb", + "callee": "nltk.downloader.DownloaderGUI._show_progress", + "lineno": 2017, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_cb", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "lineno": 2020, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_cb", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "lineno": 2023, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_cb", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "lineno": 2025, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_cb", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "lineno": 2029, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_cb", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "lineno": 2031, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_cb", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "lineno": 2034, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_cb", + "callee": "nltk.downloader.DownloaderGUI._clear_mark", + "lineno": 2035, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_cb", + "callee": "nltk.downloader.DownloaderGUI._clear_mark", + "lineno": 2037, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._show_log", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 2086, + "resolution": "imported_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._package_to_columns", + "callee": ".list.append", + "lineno": 2096, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._package_to_columns", + "callee": ".list.append", + "lineno": 2098, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._package_to_columns", + "callee": ".list.append", + "lineno": 2100, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._package_to_columns", + "callee": ".list.append", + "lineno": 2103, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._destroy", + "callee": "nltk.downloader.DownloaderGUI._abort_download", + "lineno": 2123, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI.help", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 2171, + "resolution": "imported_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI.help", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 2179, + "resolution": "imported_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI.about", + "callee": ".tkinter.messagebox.Message", + "lineno": 2189, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI.about", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 2191, + "resolution": "imported_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_threaded", + "callee": "nltk.downloader.DownloaderGUI._abort_download", + "lineno": 2251, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_threaded", + "callee": "nltk.downloader.Downloader.__init__", + "lineno": 2269, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_threaded", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "lineno": 2285, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._download_threaded", + "callee": "nltk.downloader.DownloaderGUI._progress_alive", + "lineno": 2289, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "callee": "nltk.downloader.DownloaderGUI._log", + "lineno": 2325, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._update_table_status", + "lineno": 2334, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "lineno": 2341, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._show_progress", + "lineno": 2342, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._show_progress", + "lineno": 2350, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "lineno": 2352, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._select", + "lineno": 2354, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._show_progress", + "lineno": 2355, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "lineno": 2359, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "lineno": 2363, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "lineno": 2365, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "lineno": 2370, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "lineno": 2372, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "lineno": 2374, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._monitor_message_queue.show", + "lineno": 2377, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._clear_mark", + "lineno": 2378, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._update_table_status", + "lineno": 2380, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.DownloaderGUI._monitor_message_queue", + "callee": "nltk.downloader.DownloaderGUI._clear_mark", + "lineno": 2381, + "resolution": "self_method_call" + }, + { + "caller": "nltk.downloader.md5_hexdigest", + "callee": "nltk.downloader._md5_hexdigest", + "lineno": 2411, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.downloader.md5_hexdigest", + "callee": "nltk.downloader._md5_hexdigest", + "lineno": 2412, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.downloader._md5_hexdigest", + "callee": ".hashlib.md5", + "lineno": 2416, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.sha256_hexdigest", + "callee": "nltk.downloader._sha256_hexdigest", + "lineno": 2432, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.downloader.sha256_hexdigest", + "callee": "nltk.downloader._sha256_hexdigest", + "lineno": 2433, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.downloader._sha256_hexdigest", + "callee": ".hashlib.sha256", + "lineno": 2437, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.unzip", + "callee": "nltk.downloader._unzip_iter", + "lineno": 2454, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.downloader._unzip_iter", + "callee": "nltk.pathsec.ZipFile.__init__", + "lineno": 2523, + "resolution": "imported_call" + }, + { + "caller": "nltk.downloader._unzip_iter", + "callee": "nltk.downloader.ErrorMessage.__init__", + "lineno": 2525, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader._unzip_iter", + "callee": "nltk.downloader._validate_member", + "lineno": 2539, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.downloader._unzip_iter", + "callee": "nltk.downloader.ErrorMessage.__init__", + "lineno": 2541, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader._unzip_iter", + "callee": "nltk.downloader.ErrorMessage.__init__", + "lineno": 2552, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader._unzip_iter", + "callee": "nltk.downloader._validate_member", + "lineno": 2556, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.downloader._unzip_iter", + "callee": "nltk.downloader.ErrorMessage.__init__", + "lineno": 2558, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader._unzip_iter", + "callee": "nltk.pathsec.ZipFile.extract", + "lineno": 2561, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.downloader._unzip_iter", + "callee": "nltk.downloader.ErrorMessage.__init__", + "lineno": 2563, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader._unzip_iter", + "callee": "nltk.downloader.ErrorMessage.__init__", + "lineno": 2566, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.build_index", + "callee": "nltk.downloader._find_packages", + "lineno": 2611, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.downloader.build_index", + "callee": "nltk.downloader.md5_hexdigest", + "lineno": 2619, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.downloader.build_index", + "callee": "nltk.downloader.sha256_hexdigest", + "lineno": 2620, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.downloader.build_index", + "callee": ".list.append", + "lineno": 2627, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.downloader.build_index", + "callee": "nltk.downloader._find_collections", + "lineno": 2630, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.downloader.build_index", + "callee": "nltk.downloader._indent_xml", + "lineno": 2646, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.downloader._indent_xml", + "callee": "nltk.downloader._indent_xml", + "lineno": 2660, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.downloader._find_packages", + "callee": "nltk.corpus.reader.util._path_from", + "lineno": 2733, + "resolution": "imported_call" + }, + { + "caller": "nltk.downloader._find_packages", + "callee": "nltk.pathsec.ZipFile.__init__", + "lineno": 2739, + "resolution": "imported_call" + }, + { + "caller": "nltk.downloader.", + "callee": "nltk.downloader.Downloader.__init__", + "lineno": 2793, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.download_shell", + "callee": "nltk.downloader.DownloaderShell.__init__", + "lineno": 2798, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.download_gui", + "callee": "nltk.downloader.DownloaderGUI._DownloadThread.__init__", + "lineno": 2802, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.update", + "callee": "nltk.downloader.Downloader.update", + "lineno": 2806, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.downloader.", + "callee": ".optparse.OptionParser", + "lineno": 2812, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.downloader.", + "callee": "nltk.downloader.Downloader.__init__", + "lineno": 2854, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.downloader.", + "callee": "nltk.downloader.Downloader.download", + "lineno": 2858, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.downloader.", + "callee": "nltk.downloader.Downloader.download", + "lineno": 2868, + "resolution": "local_typed_method_call" + } + ], + "nltk.featstruct": [ + { + "caller": "nltk.featstruct.FeatStruct.__new__", + "callee": "nltk.featstruct._is_mapping", + "lineno": 178, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.FeatStruct.__new__", + "callee": "nltk.featstruct._is_sequence", + "lineno": 190, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.FeatStruct.equal_values", + "callee": "nltk.featstruct.FeatStruct._equal", + "lineno": 240, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStruct.__eq__", + "callee": "nltk.featstruct.FeatStruct._equal", + "lineno": 251, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStruct.__hash__", + "callee": "nltk.featstruct.FeatStruct._calculate_hashvalue", + "lineno": 275, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStruct._equal", + "callee": "nltk.featstruct.FeatStruct._keys", + "lineno": 304, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStruct._equal", + "callee": "nltk.featstruct.FeatStruct._items", + "lineno": 331, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStruct._calculate_hashvalue", + "callee": "nltk.featstruct.FeatStruct._items", + "lineno": 362, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStruct.freeze", + "callee": "nltk.featstruct.FeatStruct._freeze", + "lineno": 391, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStruct._freeze", + "callee": "nltk.featstruct.FeatStruct._items", + "lineno": 414, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStruct.cyclic", + "callee": "nltk.featstruct.FeatStruct._find_reentrances", + "lineno": 447, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStruct.walk", + "callee": "nltk.featstruct.FeatStruct._walk", + "lineno": 455, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStruct._walk", + "callee": "nltk.featstruct.FeatStruct._values", + "lineno": 472, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStruct._find_reentrances", + "callee": "nltk.featstruct.FeatStruct._values", + "lineno": 493, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStruct.substitute_bindings", + "callee": "nltk.featstruct.substitute_bindings", + "lineno": 505, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.FeatStruct.retract_bindings", + "callee": "nltk.featstruct.retract_bindings", + "lineno": 509, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.FeatStruct.variables", + "callee": "nltk.featstruct.find_variables", + "lineno": 513, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.FeatStruct.rename_variables", + "callee": "nltk.featstruct.rename_variables", + "lineno": 517, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.FeatStruct.remove_variables", + "callee": "nltk.featstruct.remove_variables", + "lineno": 526, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.FeatStruct.unify", + "callee": "nltk.featstruct.unify", + "lineno": 533, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.FeatStruct.subsumes", + "callee": "nltk.featstruct.subsumes", + "lineno": 541, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.FeatStruct.__repr__", + "callee": "nltk.featstruct.FeatStruct._repr", + "lineno": 552, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStruct.__repr__", + "callee": "nltk.featstruct.FeatStruct._find_reentrances", + "lineno": 552, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict.__init__", + "callee": "nltk.featstruct.FeatStructReader.__init__", + "lineno": 631, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.featstruct.FeatDict.__init__", + "callee": "nltk.featstruct.FeatDict.update", + "lineno": 632, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict.__init__", + "callee": "nltk.featstruct.FeatDict.update", + "lineno": 635, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct._check_frozen", + "lineno": 717, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct._check_frozen", + "lineno": 718, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct._check_frozen", + "lineno": 719, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct._check_frozen", + "lineno": 720, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.FeatDict.__deepcopy__", + "callee": "nltk.featstruct.FeatDict._items", + "lineno": 749, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict.__str__", + "callee": "nltk.featstruct.FeatDict._str", + "lineno": 775, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict.__str__", + "callee": "nltk.featstruct.FeatStruct._find_reentrances", + "lineno": 775, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict._repr", + "callee": ".list.append", + "lineno": 793, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict._repr", + "callee": ".list.append", + "lineno": 804, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict._repr", + "callee": ".list.append", + "lineno": 806, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict._repr", + "callee": ".list.append", + "lineno": 808, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict._repr", + "callee": ".list.append", + "lineno": 810, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict._repr", + "callee": ".list.append", + "lineno": 812, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict._repr", + "callee": ".list.append", + "lineno": 815, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict._str", + "callee": ".list.append", + "lineno": 856, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict._str", + "callee": ".list.append", + "lineno": 859, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict._str", + "callee": ".list.append", + "lineno": 863, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict._str", + "callee": ".list.append", + "lineno": 867, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict._str", + "callee": ".list.append", + "lineno": 872, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict._str", + "callee": ".list.append", + "lineno": 878, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict._str", + "callee": ".list.append", + "lineno": 896, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatDict._str", + "callee": ".list.pop", + "lineno": 900, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatList.__init__", + "callee": "nltk.featstruct.FeatStructReader.__init__", + "lineno": 948, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct._check_frozen", + "lineno": 1012, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct._check_frozen", + "lineno": 1013, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct._check_frozen", + "lineno": 1014, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct._check_frozen", + "lineno": 1015, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct._check_frozen", + "lineno": 1016, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct._check_frozen", + "lineno": 1017, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct._check_frozen", + "lineno": 1018, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct._check_frozen", + "lineno": 1019, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct._check_frozen", + "lineno": 1020, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.FeatList._repr", + "callee": ".list.append", + "lineno": 1062, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatList._repr", + "callee": ".list.append", + "lineno": 1064, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatList._repr", + "callee": ".list.append", + "lineno": 1066, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatList._repr", + "callee": ".list.append", + "lineno": 1068, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.FeatList._repr", + "callee": ".list.append", + "lineno": 1070, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.substitute_bindings", + "callee": "nltk.featstruct._default_fs_class", + "lineno": 1092, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.substitute_bindings", + "callee": "nltk.featstruct._substitute_bindings", + "lineno": 1094, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._substitute_bindings", + "callee": "nltk.featstruct._is_mapping", + "lineno": 1104, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._substitute_bindings", + "callee": "nltk.featstruct._is_sequence", + "lineno": 1106, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._substitute_bindings", + "callee": "nltk.featstruct._substitute_bindings", + "lineno": 1114, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.retract_bindings", + "callee": "nltk.featstruct._default_fs_class", + "lineno": 1132, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.retract_bindings", + "callee": "nltk.featstruct._retract_bindings", + "lineno": 1136, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._retract_bindings", + "callee": "nltk.featstruct._is_mapping", + "lineno": 1146, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._retract_bindings", + "callee": "nltk.featstruct._is_sequence", + "lineno": 1148, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._retract_bindings", + "callee": "nltk.featstruct._retract_bindings", + "lineno": 1156, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.find_variables", + "callee": "nltk.featstruct._default_fs_class", + "lineno": 1165, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.find_variables", + "callee": "nltk.featstruct._variables", + "lineno": 1166, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._variables", + "callee": "nltk.featstruct._is_mapping", + "lineno": 1174, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._variables", + "callee": "nltk.featstruct._is_sequence", + "lineno": 1176, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._variables", + "callee": "nltk.featstruct._variables", + "lineno": 1184, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.rename_variables", + "callee": "nltk.featstruct._default_fs_class", + "lineno": 1235, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.rename_variables", + "callee": "nltk.featstruct.find_variables", + "lineno": 1241, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.rename_variables", + "callee": "nltk.featstruct.find_variables", + "lineno": 1246, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.rename_variables", + "callee": "nltk.featstruct._rename_variables", + "lineno": 1249, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._rename_variables", + "callee": "nltk.featstruct._is_mapping", + "lineno": 1258, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._rename_variables", + "callee": "nltk.featstruct._is_sequence", + "lineno": 1260, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._rename_variables", + "callee": "nltk.featstruct._rename_variable", + "lineno": 1271, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._rename_variables", + "callee": "nltk.featstruct._rename_variables", + "lineno": 1275, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._rename_variables", + "callee": "nltk.featstruct._rename_variable", + "lineno": 1280, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._rename_variable", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 1291, + "resolution": "imported_call" + }, + { + "caller": "nltk.featstruct._rename_variable", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 1293, + "resolution": "imported_call" + }, + { + "caller": "nltk.featstruct.remove_variables", + "callee": "nltk.featstruct._default_fs_class", + "lineno": 1303, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.remove_variables", + "callee": "nltk.featstruct._remove_variables", + "lineno": 1304, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._remove_variables", + "callee": "nltk.featstruct._is_mapping", + "lineno": 1312, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._remove_variables", + "callee": "nltk.featstruct._is_sequence", + "lineno": 1314, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._remove_variables", + "callee": "nltk.featstruct._remove_variables", + "lineno": 1323, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct._UnificationFailure.", + "lineno": 1337, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.featstruct.unify", + "callee": "nltk.featstruct._default_fs_class", + "lineno": 1402, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.unify", + "callee": "nltk.featstruct._default_fs_class", + "lineno": 1403, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.unify", + "callee": ".dict.update", + "lineno": 1426, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.unify", + "callee": "nltk.featstruct.find_variables", + "lineno": 1429, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.unify", + "callee": "nltk.featstruct.find_variables", + "lineno": 1430, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.unify", + "callee": "nltk.featstruct._rename_variables", + "lineno": 1431, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.unify", + "callee": "nltk.featstruct._trace_unify_start", + "lineno": 1436, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.unify", + "callee": "nltk.featstruct._destructively_unify", + "lineno": 1438, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.unify", + "callee": "nltk.featstruct._apply_forwards", + "lineno": 1454, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.unify", + "callee": "nltk.featstruct._apply_forwards_to_bindings", + "lineno": 1456, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.unify", + "callee": "nltk.featstruct._resolve_aliases", + "lineno": 1459, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.unify", + "callee": "nltk.featstruct._substitute_bindings", + "lineno": 1460, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.unify", + "callee": "nltk.featstruct._trace_unify_succeed", + "lineno": 1464, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.unify", + "callee": "nltk.featstruct._trace_bindings", + "lineno": 1466, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._destructively_unify", + "callee": "nltk.featstruct._trace_unify_identity", + "lineno": 1504, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._destructively_unify", + "callee": "nltk.featstruct._is_mapping", + "lineno": 1514, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._destructively_unify", + "callee": "nltk.featstruct._is_mapping", + "lineno": 1514, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._destructively_unify", + "callee": "nltk.featstruct._unify_feature_values", + "lineno": 1529, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._destructively_unify", + "callee": "nltk.featstruct._is_sequence", + "lineno": 1546, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._destructively_unify", + "callee": "nltk.featstruct._is_sequence", + "lineno": 1546, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._destructively_unify", + "callee": "nltk.featstruct._unify_feature_values", + "lineno": 1553, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._destructively_unify", + "callee": "nltk.featstruct._is_sequence", + "lineno": 1569, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._destructively_unify", + "callee": "nltk.featstruct._is_mapping", + "lineno": 1569, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._destructively_unify", + "callee": "nltk.featstruct._is_sequence", + "lineno": 1570, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._destructively_unify", + "callee": "nltk.featstruct._is_mapping", + "lineno": 1570, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._unify_feature_values", + "callee": "nltk.featstruct._trace_unify_start", + "lineno": 1598, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._unify_feature_values", + "callee": "nltk.featstruct._destructively_unify", + "lineno": 1620, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._unify_feature_values", + "callee": "nltk.featstruct._trace_unify_fail", + "lineno": 1683, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._unify_feature_values", + "callee": "nltk.featstruct._apply_forwards", + "lineno": 1689, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._unify_feature_values", + "callee": "nltk.featstruct._trace_unify_succeed", + "lineno": 1692, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._unify_feature_values", + "callee": "nltk.featstruct._trace_bindings", + "lineno": 1694, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._apply_forwards", + "callee": "nltk.featstruct._is_mapping", + "lineno": 1724, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._apply_forwards", + "callee": "nltk.featstruct._is_sequence", + "lineno": 1726, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._apply_forwards", + "callee": "nltk.featstruct._apply_forwards", + "lineno": 1737, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._trace_unify_start", + "callee": "nltk.featstruct._trace_valrepr", + "lineno": 1759, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._trace_unify_start", + "callee": "nltk.featstruct._trace_valrepr", + "lineno": 1760, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct._trace_bindings", + "callee": "nltk.featstruct._trace_valrepr", + "lineno": 1790, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.subsumes", + "callee": "nltk.featstruct.unify", + "lineno": 1810, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.conflicts.add_conflict", + "callee": ".list.append", + "lineno": 1823, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.conflicts", + "callee": "nltk.featstruct.unify", + "lineno": 1826, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.SubstituteBindingsSequence.substitute_bindings", + "callee": "nltk.featstruct.SubstituteBindingsSequence.subst", + "lineno": 1877, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatureValueUnion.__new__", + "callee": "nltk.featstruct._flatten", + "lineno": 1926, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.FeatureValueUnion.__new__", + "callee": "nltk.featstruct._flatten", + "lineno": 1931, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.FeatureValueUnion.__new__", + "callee": "nltk.featstruct.FeatureValueSet.", + "lineno": 1932, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.featstruct.FeatureValueConcat.__new__", + "callee": "nltk.featstruct._flatten", + "lineno": 1956, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.FeatureValueConcat.__new__", + "callee": "nltk.featstruct._flatten", + "lineno": 1961, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.FeatureValueConcat.__new__", + "callee": "nltk.featstruct.FeatureValueTuple.", + "lineno": 1962, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.featstruct._flatten", + "callee": ".list.extend", + "lineno": 1984, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct._flatten", + "callee": ".list.append", + "lineno": 1986, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.Feature.__lt__", + "callee": "nltk.internals.raise_unorderable_types", + "lineno": 2038, + "resolution": "imported_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct.SlashFeature.", + "lineno": 2093, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct.Feature.__init__", + "lineno": 2094, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader.__init__", + "callee": "nltk.sem.logic.LogicParser.__init__", + "lineno": 2173, + "resolution": "imported_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader.fromstring", + "callee": "nltk.featstruct.FeatStructReader.read_partial", + "lineno": 2196, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader.fromstring", + "callee": "nltk.featstruct.FeatStructReader._error", + "lineno": 2198, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader.read_partial", + "callee": "nltk.featstruct.FeatStructReader._read_partial", + "lineno": 2236, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader.read_partial", + "callee": "nltk.featstruct.FeatStructReader._error", + "lineno": 2240, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader._read_partial", + "callee": "nltk.featstruct.FeatStructReader._read_partial_featdict", + "lineno": 2267, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader._read_partial", + "callee": "nltk.featstruct.FeatStructReader._read_partial_featlist", + "lineno": 2270, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader._read_partial_featlist", + "callee": "nltk.featstruct.FeatStructReader._read_value", + "lineno": 2302, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader._read_partial_featdict", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 2325, + "resolution": "imported_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader._read_partial_featdict", + "callee": "nltk.featstruct.FeatStructReader._finalize", + "lineno": 2331, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader._read_partial_featdict", + "callee": "nltk.featstruct.FeatStructReader._finalize", + "lineno": 2346, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader._read_partial_featdict", + "callee": "nltk.featstruct.FeatStructReader._read_value", + "lineno": 2390, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader._finalize", + "callee": "nltk.featstruct.FeatStructReader._read_value", + "lineno": 2420, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader._read_value", + "callee": "nltk.featstruct.FeatStructReader.read_value", + "lineno": 2432, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader.read_fstruct_value", + "callee": "nltk.featstruct.FeatStructReader.read_partial", + "lineno": 2488, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader.read_str_value", + "callee": "nltk.internals.read_str", + "lineno": 2491, + "resolution": "imported_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader.read_var_value", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 2498, + "resolution": "imported_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader.read_tuple_value", + "callee": "nltk.featstruct.FeatStructReader._read_seq_value", + "lineno": 2521, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader.read_set_value", + "callee": "nltk.featstruct.FeatStructReader._read_seq_value", + "lineno": 2526, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader._read_seq_value", + "callee": "nltk.featstruct.FeatStructReader.read_value", + "lineno": 2555, + "resolution": "self_method_call" + }, + { + "caller": "nltk.featstruct.FeatStructReader._read_seq_value", + "callee": ".list.append", + "lineno": 2556, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.display_unification", + "callee": ".dict.bound_variables", + "lineno": 2601, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.interactive_demo", + "callee": "nltk.featstruct.FeatStruct.", + "lineno": 2651, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.featstruct.interactive_demo", + "callee": "nltk.featstruct.interactive_demo.list_fstructs", + "lineno": 2674, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.featstruct.interactive_demo", + "callee": "nltk.featstruct.interactive_demo.list_fstructs", + "lineno": 2698, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.featstruct.interactive_demo", + "callee": "nltk.featstruct.display_unification", + "lineno": 2710, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.interactive_demo", + "callee": ".list.append", + "lineno": 2716, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.featstruct.demo", + "callee": "nltk.featstruct.FeatStruct.", + "lineno": 2747, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.featstruct.demo", + "callee": "nltk.featstruct.unify", + "lineno": 2759, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.featstruct.", + "callee": "nltk.featstruct.demo", + "lineno": 2764, + "resolution": "direct_name_call" + } + ], + "nltk.grammar": [ + { + "caller": "nltk.grammar.Nonterminal.__lt__", + "callee": "nltk.internals.raise_unorderable_types", + "lineno": 139, + "resolution": "imported_call" + }, + { + "caller": "nltk.grammar.Nonterminal.__div__", + "callee": "nltk.grammar.Nonterminal.__init__", + "lineno": 177, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.Nonterminal.__truediv__", + "callee": "nltk.grammar.Nonterminal.__div__", + "lineno": 191, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.nonterminals", + "callee": "nltk.grammar.Nonterminal.__init__", + "lineno": 211, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.FeatStructNonterminal.__hash__", + "callee": "nltk.featstruct.FeatStruct.freeze", + "lineno": 219, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.grammar.FeatStructNonterminal.__hash__", + "callee": "nltk.featstruct.FeatStruct.__hash__", + "lineno": 220, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.grammar.Production.is_nonlexical", + "callee": "nltk.grammar.is_nonterminal", + "lineno": 321, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.Production.is_lexical", + "callee": "nltk.grammar.Production.is_nonlexical", + "lineno": 329, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.Production.__lt__", + "callee": "nltk.internals.raise_unorderable_types", + "lineno": 366, + "resolution": "imported_call" + }, + { + "caller": "nltk.grammar.ProbabilisticProduction.__str__", + "callee": "nltk.probability.ProbabilisticMixIn.prob", + "lineno": 423, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.grammar.ProbabilisticProduction.__str__", + "callee": "nltk.probability.ProbabilisticMixIn.prob", + "lineno": 423, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.grammar.ProbabilisticProduction.__eq__", + "callee": "nltk.probability.ProbabilisticMixIn.prob", + "lineno": 431, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.grammar.ProbabilisticProduction.__hash__", + "callee": "nltk.probability.ProbabilisticMixIn.prob", + "lineno": 438, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.grammar.CFG.__init__", + "callee": "nltk.grammar.is_nonterminal", + "lineno": 469, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.CFG.__init__", + "callee": "nltk.grammar.CFG._calculate_indexes", + "lineno": 478, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.CFG.__init__", + "callee": "nltk.grammar.CFG._calculate_grammar_forms", + "lineno": 479, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.CFG.__init__", + "callee": "nltk.grammar.CFG._calculate_leftcorners", + "lineno": 481, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.CFG._calculate_indexes", + "callee": "nltk.grammar.is_terminal", + "lineno": 505, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.CFG._calculate_leftcorners", + "callee": "nltk.grammar.CFG.productions", + "lineno": 512, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.CFG._calculate_leftcorners", + "callee": "nltk.grammar.is_nonterminal", + "lineno": 515, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.CFG._calculate_leftcorners", + "callee": "nltk.util.transitive_closure", + "lineno": 520, + "resolution": "imported_call" + }, + { + "caller": "nltk.grammar.CFG._calculate_leftcorners", + "callee": "nltk.util.invert_graph", + "lineno": 522, + "resolution": "imported_call" + }, + { + "caller": "nltk.grammar.CFG.fromstring", + "callee": "nltk.grammar.read_grammar", + "lineno": 548, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.CFG.is_leftcorner", + "callee": "nltk.grammar.is_nonterminal", + "lineno": 634, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.CFG.is_leftcorner", + "callee": "nltk.grammar.CFG.leftcorners", + "lineno": 635, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.CFG.is_leftcorner", + "callee": "nltk.grammar.CFG.leftcorners", + "lineno": 641, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.CFG.is_flexible_chomsky_normal_form", + "callee": "nltk.grammar.CFG.is_nonempty", + "lineno": 730, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.CFG.is_flexible_chomsky_normal_form", + "callee": "nltk.grammar.CFG.is_nonlexical", + "lineno": 730, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.CFG.is_flexible_chomsky_normal_form", + "callee": "nltk.grammar.CFG.is_binarised", + "lineno": 730, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.CFG.is_chomsky_normal_form", + "callee": "nltk.grammar.CFG.is_flexible_chomsky_normal_form", + "lineno": 737, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.CFG.chomsky_normal_form", + "callee": "nltk.grammar.CFG.is_chomsky_normal_form", + "lineno": 746, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.CFG.chomsky_normal_form", + "callee": "nltk.grammar.CFG.productions", + "lineno": 748, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.CFG.chomsky_normal_form", + "callee": "nltk.grammar.CFG.__init__", + "lineno": 759, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.CFG.remove_unitary_rules", + "callee": ".collections.deque", + "lineno": 768, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.grammar.CFG.remove_unitary_rules", + "callee": ".list.append", + "lineno": 773, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar.CFG.remove_unitary_rules", + "callee": "nltk.grammar.Production.__init__", + "lineno": 778, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.CFG.remove_unitary_rules", + "callee": "nltk.grammar.Production.is_lexical", + "lineno": 779, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.grammar.CFG.remove_unitary_rules", + "callee": ".list.append", + "lineno": 780, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar.CFG.remove_unitary_rules", + "callee": "nltk.grammar.CFG.__init__", + "lineno": 784, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.CFG.binarize", + "callee": "nltk.grammar.Nonterminal.__init__", + "lineno": 808, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.CFG.binarize", + "callee": "nltk.grammar.Production.__init__", + "lineno": 809, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.CFG.binarize", + "callee": ".list.append", + "lineno": 811, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar.CFG.binarize", + "callee": "nltk.grammar.Production.__init__", + "lineno": 812, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.CFG.binarize", + "callee": ".list.append", + "lineno": 813, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar.CFG.binarize", + "callee": ".list.append", + "lineno": 815, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar.CFG.binarize", + "callee": "nltk.grammar.CFG.__init__", + "lineno": 817, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.CFG.eliminate_start", + "callee": ".list.append", + "lineno": 833, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar.CFG.eliminate_start", + "callee": "nltk.grammar.Nonterminal.__init__", + "lineno": 835, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.CFG.eliminate_start", + "callee": ".list.append", + "lineno": 836, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar.CFG.eliminate_start", + "callee": "nltk.grammar.Production.__init__", + "lineno": 836, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.CFG.eliminate_start", + "callee": "nltk.grammar.CFG.__init__", + "lineno": 837, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.CFG.remove_mixed_rules", + "callee": ".list.append", + "lineno": 858, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar.CFG.remove_mixed_rules", + "callee": "nltk.grammar.is_nonterminal", + "lineno": 863, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.CFG.remove_mixed_rules", + "callee": ".list.append", + "lineno": 864, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar.CFG.remove_mixed_rules", + "callee": "nltk.grammar.Nonterminal.__init__", + "lineno": 873, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.CFG.remove_mixed_rules", + "callee": ".list.append", + "lineno": 875, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar.CFG.remove_mixed_rules", + "callee": ".list.append", + "lineno": 876, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar.CFG.remove_mixed_rules", + "callee": "nltk.grammar.Production.__init__", + "lineno": 876, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.CFG.remove_mixed_rules", + "callee": ".list.append", + "lineno": 878, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar.CFG.remove_mixed_rules", + "callee": "nltk.grammar.Production.__init__", + "lineno": 878, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.CFG.remove_mixed_rules", + "callee": "nltk.grammar.CFG.__init__", + "lineno": 880, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.FeatureGrammar._calculate_indexes", + "callee": "nltk.grammar.FeatureGrammar._get_type_if_possible", + "lineno": 929, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.FeatureGrammar._calculate_indexes", + "callee": "nltk.grammar.FeatureGrammar._get_type_if_possible", + "lineno": 935, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.FeatureGrammar._calculate_indexes", + "callee": "nltk.grammar.is_terminal", + "lineno": 947, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.FeatureGrammar.fromstring", + "callee": "nltk.featstruct.FeatStructReader.__init__", + "lineno": 969, + "resolution": "imported_call" + }, + { + "caller": "nltk.grammar.FeatureGrammar.fromstring", + "callee": "nltk.grammar.read_grammar", + "lineno": 977, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.FeatureGrammar.productions", + "callee": "nltk.grammar.FeatureGrammar._get_type_if_possible", + "lineno": 1008, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.FeatureGrammar.productions", + "callee": "nltk.grammar.FeatureGrammar._get_type_if_possible", + "lineno": 1010, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.FeatureGrammar.productions", + "callee": "nltk.grammar.FeatureGrammar._get_type_if_possible", + "lineno": 1014, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.FeatureGrammar.productions", + "callee": "nltk.grammar.FeatureGrammar._get_type_if_possible", + "lineno": 1020, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.FeatureGrammar.productions", + "callee": "nltk.grammar.FeatureGrammar._get_type_if_possible", + "lineno": 1021, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.FeatureGrammar._get_type_if_possible", + "callee": "nltk.grammar.FeatureValueType.__init__", + "lineno": 1044, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.FeatureValueType.__lt__", + "callee": "nltk.internals.raise_unorderable_types", + "lineno": 1071, + "resolution": "imported_call" + }, + { + "caller": "nltk.grammar.DependencyGrammar.fromstring", + "callee": "nltk.grammar._read_dependency_production", + "lineno": 1102, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.DependencyGrammar.__contains__", + "callee": "nltk.grammar.DependencyGrammar.contains", + "lineno": 1142, + "resolution": "self_method_call" + }, + { + "caller": "nltk.grammar.PCFG.__init__", + "callee": ".dict.get", + "lineno": 1269, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar.PCFG.__init__", + "callee": ".dict.items", + "lineno": 1270, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar.PCFG.fromstring", + "callee": "nltk.grammar.read_grammar", + "lineno": 1283, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.induce_pcfg", + "callee": ".dict.get", + "lineno": 1318, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar.induce_pcfg", + "callee": ".dict.get", + "lineno": 1319, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar.induce_pcfg", + "callee": "nltk.grammar.ProbabilisticProduction.__init__", + "lineno": 1322, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.induce_pcfg", + "callee": "nltk.grammar.PCFG.__init__", + "lineno": 1325, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar._read_cfg_production", + "callee": "nltk.grammar._read_production", + "lineno": 1337, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar._read_pcfg_production", + "callee": "nltk.grammar._read_production", + "lineno": 1344, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar._read_fcfg_production", + "callee": "nltk.grammar._read_production", + "lineno": 1351, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar._read_production", + "callee": ".list.append", + "lineno": 1404, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar._read_production", + "callee": ".list.append", + "lineno": 1405, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar._read_production", + "callee": "nltk.grammar.ProbabilisticProduction.__init__", + "lineno": 1415, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar._read_production", + "callee": "nltk.grammar.Production.__init__", + "lineno": 1419, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.read_grammar", + "callee": "nltk.grammar._read_production", + "lineno": 1471, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.standard_nonterm_parser", + "callee": "nltk.grammar.Nonterminal.__init__", + "lineno": 1489, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar._read_dependency_production", + "callee": ".list.append", + "lineno": 1521, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.grammar._read_dependency_production", + "callee": "nltk.grammar.DependencyProduction.", + "lineno": 1524, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.cfg_demo", + "callee": "nltk.grammar.nonterminals", + "lineno": 1540, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.cfg_demo", + "callee": "nltk.grammar.nonterminals", + "lineno": 1541, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.cfg_demo", + "callee": "nltk.grammar.Production.__init__", + "lineno": 1548, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.pcfg_demo", + "callee": "nltk.grammar.Nonterminal.__init__", + "lineno": 1651, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.grammar.pcfg_demo", + "callee": "nltk.grammar.induce_pcfg", + "lineno": 1652, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.pcfg_demo", + "callee": "nltk.parse.pchart.InsideChartParser.", + "lineno": 1658, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.grammar.pcfg_demo", + "callee": "nltk.parse.pchart.BottomUpProbabilisticChartParser.trace", + "lineno": 1659, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.grammar.pcfg_demo", + "callee": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "lineno": 1666, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.grammar.fcfg_demo", + "callee": "nltk.data.load", + "lineno": 1673, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.grammar.demo", + "callee": "nltk.grammar.cfg_demo", + "lineno": 1722, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.demo", + "callee": "nltk.grammar.pcfg_demo", + "lineno": 1723, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.demo", + "callee": "nltk.grammar.fcfg_demo", + "lineno": 1724, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.demo", + "callee": "nltk.grammar.dg_demo", + "lineno": 1725, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.demo", + "callee": "nltk.grammar.sdg_demo", + "lineno": 1726, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.grammar.", + "callee": "nltk.grammar.demo", + "lineno": 1730, + "resolution": "direct_name_call" + } + ], + "nltk.help": [ + { + "caller": "nltk.help.brown_tagset", + "callee": "nltk.help._format_tagset", + "lineno": 20, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.help.claws5_tagset", + "callee": "nltk.help._format_tagset", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.help.upenn_tagset", + "callee": "nltk.help._format_tagset", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.help._print_entries", + "callee": ".textwrap.wrap", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.help._format_tagset", + "callee": "nltk.data.open_datafile", + "lineno": 48, + "resolution": "imported_call" + }, + { + "caller": "nltk.help._format_tagset", + "callee": "nltk.data.find", + "lineno": 48, + "resolution": "imported_call" + }, + { + "caller": "nltk.help._format_tagset", + "callee": "nltk.help._print_entries", + "lineno": 52, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.help._format_tagset", + "callee": "nltk.help._print_entries", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.help._format_tagset", + "callee": "nltk.help._print_entries", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.help.", + "callee": "nltk.help.brown_tagset", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.help.", + "callee": "nltk.help.upenn_tagset", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.help.", + "callee": "nltk.help.claws5_tagset", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.help.", + "callee": "nltk.help.brown_tagset", + "lineno": 68, + "resolution": "direct_name_call" + } + ], + "nltk.internals": [ + { + "caller": "nltk.internals.config_java", + "callee": "nltk.internals.find_binary", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.internals.java", + "callee": ".dict.get", + "lineno": 116, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.internals.java", + "callee": ".dict.get", + "lineno": 117, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.internals.java", + "callee": ".dict.get", + "lineno": 118, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.internals.java", + "callee": "nltk.internals.config_java", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.internals.java", + "callee": "nltk.internals._decode_stdoutdata", + "lineno": 147, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.internals.read_str", + "callee": "nltk.internals.ReadError.__init__", + "lineno": 213, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.internals.read_str", + "callee": "nltk.internals.ReadError.__init__", + "lineno": 222, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.internals.read_str", + "callee": "nltk.internals.ReadError.__init__", + "lineno": 233, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.internals.read_int", + "callee": "nltk.internals.ReadError.__init__", + "lineno": 270, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.internals.read_number", + "callee": "nltk.internals.ReadError.__init__", + "lineno": 308, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.internals.overridden", + "callee": "nltk.internals._mro", + "lineno": 343, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.internals._mro", + "callee": ".list.extend", + "lineno": 364, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.internals._mro", + "callee": "nltk.internals._mro", + "lineno": 364, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.internals.deprecated.decorator", + "callee": "nltk.internals._add_epytext_field", + "lineno": 421, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.internals.Deprecated.__new__", + "callee": "nltk.internals._mro", + "lineno": 446, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.internals.find_file_iter", + "callee": "nltk.internals._decode_stdoutdata", + "lineno": 596, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.internals.find_file", + "callee": "nltk.internals.find_file_iter", + "lineno": 629, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.internals.find_dir", + "callee": "nltk.internals.find_file_iter", + "lineno": 637, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.internals.find_binary_iter", + "callee": "nltk.internals.find_file_iter", + "lineno": 663, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.internals.find_binary", + "callee": "nltk.internals.find_binary_iter", + "lineno": 678, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.internals.find_jar", + "callee": "nltk.internals.find_jar_iter", + "lineno": 836, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.internals.ElementWrapper.__getitem__", + "callee": "nltk.internals.ElementWrapper.__init__", + "lineno": 988, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.internals.ElementWrapper.__getslice__", + "callee": "nltk.internals.ElementWrapper.__init__", + "lineno": 991, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.internals.ElementWrapper.getchildren", + "callee": "nltk.internals.ElementWrapper.__init__", + "lineno": 994, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.internals.ElementWrapper.getiterator", + "callee": "nltk.internals.ElementWrapper.__init__", + "lineno": 997, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.internals.ElementWrapper.makeelement", + "callee": "nltk.internals.ElementWrapper.__init__", + "lineno": 1000, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.internals.ElementWrapper.find", + "callee": "nltk.internals.ElementWrapper.__init__", + "lineno": 1007, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.internals.ElementWrapper.findall", + "callee": "nltk.internals.ElementWrapper.__init__", + "lineno": 1010, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.internals.slice_bounds", + "callee": "nltk.internals.slice_bounds", + "lineno": 1045, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.internals.slice_bounds", + "callee": "nltk.internals.slice_bounds", + "lineno": 1047, + "resolution": "direct_name_call" + } + ], + "nltk.jsontags": [ + { + "caller": "nltk.jsontags.JSONTaggedDecoder.decode", + "callee": "nltk.jsontags.JSONTaggedDecoder.decode_obj", + "lineno": 49, + "resolution": "self_method_call" + }, + { + "caller": "nltk.jsontags.JSONTaggedDecoder.decode_obj", + "callee": ".dict.items", + "lineno": 61, + "resolution": "local_builtin_method_call" + } + ], + "nltk.langnames": [ + { + "caller": "nltk.langnames.langname", + "callee": ".warnings.warn", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.langnames.langname", + "callee": ".warnings.warn", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.langnames.langcode", + "callee": ".warnings.warn", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.langnames.inverse_dict", + "callee": ".warnings.warn", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.langnames.q2tag", + "callee": "nltk.langnames.inverse_dict", + "lineno": 194, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.langnames.q2name", + "callee": "nltk.langnames.q2tag", + "lineno": 227, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.langnames.q2name", + "callee": "nltk.langnames.langname", + "lineno": 230, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.langnames.lang2q", + "callee": "nltk.langnames.langcode", + "lineno": 251, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.langnames.lang2q", + "callee": "nltk.langnames.tag2q", + "lineno": 254, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.langnames.", + "callee": "nltk.langnames.inverse_dict", + "lineno": 826, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.langnames.", + "callee": "nltk.langnames.inverse_dict", + "lineno": 828, + "resolution": "direct_name_call" + } + ], + "nltk.lazyimport": [ + { + "caller": "nltk.lazyimport.LazyModule.__getattr__", + "callee": "nltk.lazyimport.LazyModule.__lazymodule_import", + "lineno": 116, + "resolution": "self_method_call" + }, + { + "caller": "nltk.lazyimport.LazyModule.__setattr__", + "callee": "nltk.lazyimport.LazyModule.__lazymodule_import", + "lineno": 133, + "resolution": "self_method_call" + } + ], + "nltk.pathsec": [ + { + "caller": "nltk.pathsec._get_allowed_roots", + "callee": ".pathlib.Path", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.pathsec._get_allowed_roots", + "callee": ".pathlib.Path", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.pathsec.validate_path", + "callee": ".urllib.parse.urlparse", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.pathsec.validate_path", + "callee": ".urllib.parse.unquote", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.pathsec.validate_path", + "callee": ".pathlib.Path", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.pathsec.validate_path", + "callee": ".pathlib.Path", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.pathsec.validate_path", + "callee": ".pathlib.Path", + "lineno": 103, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.pathsec.validate_path", + "callee": ".pathlib.Path", + "lineno": 113, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.pathsec.validate_path", + "callee": "nltk.pathsec._get_allowed_roots", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.pathsec.validate_path", + "callee": ".pathlib.Path", + "lineno": 127, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.pathsec.validate_zip_archive", + "callee": ".pathlib.Path", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.pathsec.validate_zip_archive", + "callee": "nltk.pathsec.validate_zip_archive._audit", + "lineno": 184, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.pathsec.validate_zip_archive", + "callee": "nltk.pathsec.validate_zip_archive._audit", + "lineno": 187, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.pathsec._resolve_hostname", + "callee": ".functools.lru_cache", + "lineno": 195, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.pathsec.validate_network_url", + "callee": ".urllib.parse.urlparse", + "lineno": 238, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.pathsec.validate_network_url", + "callee": ".urllib.parse.unquote", + "lineno": 241, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.pathsec.validate_network_url", + "callee": "nltk.pathsec.validate_path", + "lineno": 262, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.pathsec.validate_network_url", + "callee": "nltk.pathsec._resolve_hostname", + "lineno": 275, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.pathsec.validate_network_url", + "callee": "nltk.pathsec._ip_is_forbidden", + "lineno": 277, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.pathsec._ValidatingRedirectHandler.redirect_request", + "callee": "nltk.pathsec.validate_network_url", + "lineno": 294, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.pathsec._resolve_and_validate_host", + "callee": "nltk.pathsec._ip_is_forbidden", + "lineno": 318, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.pathsec._pinned_connection", + "callee": "nltk.pathsec._resolve_and_validate_host", + "lineno": 337, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.pathsec._SafeHTTPConnection.connect", + "callee": "nltk.pathsec._pinned_connection", + "lineno": 366, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.pathsec._SafeHTTPSConnection.connect", + "callee": "nltk.pathsec._pinned_connection", + "lineno": 379, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.pathsec.urlopen", + "callee": "nltk.pathsec.validate_network_url", + "lineno": 407, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.pathsec.urlopen", + "callee": "nltk.pathsec._ValidatingRedirectHandler.", + "lineno": 410, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.pathsec.urlopen", + "callee": ".list.append", + "lineno": 424, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.pathsec.urlopen", + "callee": ".list.append", + "lineno": 426, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.pathsec.urlopen", + "callee": ".list.append", + "lineno": 428, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.pathsec.urlopen", + "callee": ".list.append", + "lineno": 445, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.pathsec.urlopen", + "callee": ".list.append", + "lineno": 446, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.pathsec.urlopen", + "callee": "nltk.pathsec._SafeHTTPHandler.", + "lineno": 446, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.pathsec.urlopen", + "callee": ".list.append", + "lineno": 447, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.pathsec.urlopen", + "callee": "nltk.pathsec._SafeHTTPSHandler.", + "lineno": 447, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.pathsec.open", + "callee": "nltk.pathsec.validate_path", + "lineno": 455, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.pathsec.ZipFile.__init__", + "callee": "nltk.pathsec.validate_path", + "lineno": 464, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.pathsec.ZipFile.extract", + "callee": "nltk.pathsec.validate_zip_archive", + "lineno": 468, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.pathsec.ZipFile.extractall", + "callee": "nltk.pathsec.validate_zip_archive", + "lineno": 472, + "resolution": "direct_name_call" + } + ], + "nltk.picklesec": [ + { + "caller": "nltk.picklesec.pickle_load", + "callee": "nltk.picklesec.RestrictedUnpickler.", + "lineno": 71, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.picklesec.pickle_load", + "callee": "nltk.picklesec.WarningUnpickler.__init__", + "lineno": 72, + "resolution": "same_module_class_call" + } + ], + "nltk.probability": [ + { + "caller": "nltk.probability.FreqDist.Nr", + "callee": "nltk.probability.FreqDist.r_Nr", + "lineno": 169, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.FreqDist.r_Nr", + "callee": ".collections.defaultdict", + "lineno": 183, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.probability.FreqDist.r_Nr", + "callee": "nltk.probability.FreqDist.B", + "lineno": 188, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.FreqDist.freq", + "callee": "nltk.probability.FreqDist.N", + "lineno": 224, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.FreqDist.plot", + "callee": "nltk.probability.FreqDist._cumulative_frequencies", + "lineno": 280, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.FreqDist.plot", + "callee": "nltk.probability.FreqDist.N", + "lineno": 287, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.FreqDist.tabulate", + "callee": "nltk.probability._get_kwarg", + "lineno": 325, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.probability.FreqDist.tabulate", + "callee": "nltk.probability._get_kwarg", + "lineno": 329, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.probability.FreqDist.tabulate", + "callee": "nltk.probability.FreqDist._cumulative_frequencies", + "lineno": 331, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.FreqDist.tabulate", + "callee": "nltk.probability.FreqDist.max", + "lineno": 336, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.probability.FreqDist.tabulate", + "callee": "nltk.probability.FreqDist.max", + "lineno": 337, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.probability.FreqDist.tabulate", + "callee": "nltk.probability.FreqDist.max", + "lineno": 337, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.probability.FreqDist.__le__", + "callee": "nltk.internals.raise_unorderable_types", + "lineno": 424, + "resolution": "imported_call" + }, + { + "caller": "nltk.probability.FreqDist.__ge__", + "callee": "nltk.internals.raise_unorderable_types", + "lineno": 431, + "resolution": "imported_call" + }, + { + "caller": "nltk.probability.FreqDist.__repr__", + "callee": "nltk.probability.FreqDist.pformat", + "lineno": 445, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.FreqDist.pprint", + "callee": "nltk.probability.FreqDist.pformat", + "lineno": 455, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.FreqDist.pformat", + "callee": ".list.append", + "lineno": 467, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.probability.FreqDist.__str__", + "callee": "nltk.probability.FreqDist.N", + "lineno": 476, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.FreqDist.__iter__", + "callee": "nltk.probability.FreqDist.B", + "lineno": 484, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.ProbDistI.logprob", + "callee": "nltk.probability.ProbDistI.prob", + "lineno": 539, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.ProbDistI.generate", + "callee": "nltk.probability.ProbDistI.samples", + "lineno": 580, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.ProbDistI.generate", + "callee": "nltk.probability.ProbDistI.prob", + "lineno": 581, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.ProbDistI.generate", + "callee": "nltk.probability.ProbDistI.samples", + "lineno": 593, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.RandomProbDist.__init__", + "callee": "nltk.probability.RandomProbDist.unirand", + "lineno": 646, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.RandomProbDist.max", + "callee": "nltk.probability.RandomProbDist.max", + "lineno": 673, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.probability.DictionaryProbDist.__init__", + "callee": "nltk.probability.sum_logs", + "lineno": 716, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.probability.DictionaryProbDist.max", + "callee": "nltk.probability.DictionaryProbDist.max", + "lineno": 754, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.probability.HeldoutProbDist.__init__", + "callee": "nltk.probability.HeldoutProbDist._calculate_Tr", + "lineno": 1052, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.HeldoutProbDist.__init__", + "callee": "nltk.probability.HeldoutProbDist._calculate_estimate", + "lineno": 1059, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.HeldoutProbDist._calculate_estimate", + "callee": ".list.append", + "lineno": 1098, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.probability.HeldoutProbDist._calculate_estimate", + "callee": ".list.append", + "lineno": 1100, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.probability.CrossValidationProbDist.__init__", + "callee": "nltk.probability.HeldoutProbDist.__init__", + "lineno": 1182, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability.SimpleGoodTuringProbDist.__init__", + "callee": "nltk.probability.SimpleGoodTuringProbDist._r_Nr", + "lineno": 1399, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.SimpleGoodTuringProbDist.__init__", + "callee": "nltk.probability.SimpleGoodTuringProbDist.find_best_fit", + "lineno": 1400, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.SimpleGoodTuringProbDist.__init__", + "callee": "nltk.probability.SimpleGoodTuringProbDist._switch", + "lineno": 1401, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.SimpleGoodTuringProbDist.__init__", + "callee": "nltk.probability.SimpleGoodTuringProbDist._renormalize", + "lineno": 1402, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.SimpleGoodTuringProbDist._r_Nr", + "callee": "nltk.probability.SimpleGoodTuringProbDist._r_Nr_non_zero", + "lineno": 1413, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.SimpleGoodTuringProbDist.find_best_fit", + "callee": ".list.append", + "lineno": 1439, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.probability.SimpleGoodTuringProbDist._switch", + "callee": "nltk.probability.SimpleGoodTuringProbDist._variance", + "lineno": 1475, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.SimpleGoodTuringProbDist._renormalize", + "callee": "nltk.probability.SimpleGoodTuringProbDist._prob_measure", + "lineno": 1496, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.SimpleGoodTuringProbDist._renormalize", + "callee": "nltk.probability.SimpleGoodTuringProbDist._prob_measure", + "lineno": 1498, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.SimpleGoodTuringProbDist.prob", + "callee": "nltk.probability.SimpleGoodTuringProbDist._prob_measure", + "lineno": 1525, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.SimpleGoodTuringProbDist._prob_measure", + "callee": "nltk.probability.SimpleGoodTuringProbDist.smoothedNr", + "lineno": 1545, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.SimpleGoodTuringProbDist._prob_measure", + "callee": "nltk.probability.SimpleGoodTuringProbDist.smoothedNr", + "lineno": 1546, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.SimpleGoodTuringProbDist.check", + "callee": "nltk.probability.SimpleGoodTuringProbDist._prob_measure", + "lineno": 1554, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.SimpleGoodTuringProbDist.discount", + "callee": "nltk.probability.SimpleGoodTuringProbDist.smoothedNr", + "lineno": 1563, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.MutableProbDist.max", + "callee": "nltk.probability.MutableProbDist.max", + "lineno": 1616, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.probability.KneserNeyProbDist.__init__", + "callee": ".collections.defaultdict", + "lineno": 1727, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.probability.KneserNeyProbDist.__init__", + "callee": ".collections.defaultdict", + "lineno": 1731, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.probability.KneserNeyProbDist.__init__", + "callee": ".collections.defaultdict", + "lineno": 1732, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.probability.KneserNeyProbDist.__init__", + "callee": ".collections.defaultdict", + "lineno": 1733, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.probability.KneserNeyProbDist.prob", + "callee": "nltk.probability.KneserNeyProbDist.discount", + "lineno": 1752, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.KneserNeyProbDist.prob", + "callee": "nltk.probability.KneserNeyProbDist.discount", + "lineno": 1762, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.ConditionalFreqDist.__reduce__", + "callee": "nltk.probability.ConditionalFreqDist.conditions", + "lineno": 1898, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.ConditionalFreqDist.plot", + "callee": "nltk.probability.ConditionalFreqDist.conditions", + "lineno": 1961, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.ConditionalFreqDist.plot", + "callee": ".list.append", + "lineno": 1981, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.probability.ConditionalFreqDist.tabulate", + "callee": "nltk.probability._get_kwarg", + "lineno": 2026, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.probability.ConditionalFreqDist.tabulate", + "callee": "nltk.probability._get_kwarg", + "lineno": 2027, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.probability.ConditionalFreqDist.tabulate", + "callee": "nltk.probability.ConditionalFreqDist.conditions", + "lineno": 2027, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.ConditionalFreqDist.tabulate", + "callee": "nltk.probability._get_kwarg", + "lineno": 2028, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.probability.ConditionalFreqDist.__and__", + "callee": "nltk.probability.ConditionalFreqDist.__init__", + "lineno": 2097, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability.ConditionalFreqDist.__and__", + "callee": "nltk.probability.ConditionalFreqDist.conditions", + "lineno": 2098, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.ConditionalFreqDist.__le__", + "callee": "nltk.internals.raise_unorderable_types", + "lineno": 2107, + "resolution": "imported_call" + }, + { + "caller": "nltk.probability.ConditionalFreqDist.__le__", + "callee": "nltk.probability.ConditionalFreqDist.conditions", + "lineno": 2108, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.ConditionalFreqDist.__le__", + "callee": "nltk.probability.ConditionalFreqDist.conditions", + "lineno": 2109, + "resolution": "self_method_call" + }, + { + "caller": "nltk.probability.ConditionalFreqDist.__lt__", + "callee": "nltk.internals.raise_unorderable_types", + "lineno": 2114, + "resolution": "imported_call" + }, + { + "caller": "nltk.probability.ConditionalFreqDist.__ge__", + "callee": "nltk.internals.raise_unorderable_types", + "lineno": 2119, + "resolution": "imported_call" + }, + { + "caller": "nltk.probability.ConditionalFreqDist.__gt__", + "callee": "nltk.internals.raise_unorderable_types", + "lineno": 2124, + "resolution": "imported_call" + }, + { + "caller": "nltk.probability.ConditionalFreqDist.deepcopy", + "callee": "nltk.probability.ConditionalFreqDist.deepcopy", + "lineno": 2130, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.probability.ConditionalProbDist.__missing__", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 2251, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability.DictionaryConditionalProbDist.__missing__", + "callee": "nltk.probability.DictionaryProbDist.__init__", + "lineno": 2271, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability.sum_logs", + "callee": ".functools.reduce", + "lineno": 2299, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.probability._create_rand_fdist", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 2435, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability._create_sum_pdist", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 2449, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability._create_sum_pdist", + "callee": "nltk.probability.MLEProbDist.__init__", + "lineno": 2453, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability.demo", + "callee": "nltk.probability._create_rand_fdist", + "lineno": 2478, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.probability.demo", + "callee": "nltk.probability._create_rand_fdist", + "lineno": 2479, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.probability.demo", + "callee": "nltk.probability._create_rand_fdist", + "lineno": 2480, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.probability.demo", + "callee": "nltk.probability.MLEProbDist.__init__", + "lineno": 2484, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability.demo", + "callee": "nltk.probability.LidstoneProbDist.__init__", + "lineno": 2485, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability.demo", + "callee": "nltk.probability.HeldoutProbDist.__init__", + "lineno": 2486, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability.demo", + "callee": "nltk.probability.HeldoutProbDist.__init__", + "lineno": 2487, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability.demo", + "callee": "nltk.probability.CrossValidationProbDist.__init__", + "lineno": 2488, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability.demo", + "callee": "nltk.probability.SimpleGoodTuringProbDist.__init__", + "lineno": 2489, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability.demo", + "callee": "nltk.probability.SimpleGoodTuringProbDist.__init__", + "lineno": 2490, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability.demo", + "callee": "nltk.probability._create_sum_pdist", + "lineno": 2491, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.probability.demo", + "callee": ".list.append", + "lineno": 2497, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.probability.demo", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 2529, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability.gt_demo", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 2538, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability.gt_demo", + "callee": "nltk.probability.SimpleGoodTuringProbDist.__init__", + "lineno": 2539, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.probability.gt_demo", + "callee": "nltk.probability.SimpleGoodTuringProbDist.prob", + "lineno": 2545, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.probability.", + "callee": "nltk.probability.demo", + "lineno": 2549, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.probability.", + "callee": "nltk.probability.demo", + "lineno": 2550, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.probability.", + "callee": "nltk.probability.gt_demo", + "lineno": 2551, + "resolution": "direct_name_call" + } + ], + "nltk.tabdata": [ + { + "caller": "nltk.tabdata.TabEncoder.set2txt", + "callee": "nltk.tabdata.TabEncoder.list2txt", + "lineno": 22, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tabdata.TabEncoder.tups2tab", + "callee": "nltk.tabdata.TabEncoder.tup2tab", + "lineno": 28, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tabdata.TabEncoder.dict2tab", + "callee": "nltk.tabdata.TabEncoder.tups2tab", + "lineno": 31, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tabdata.TabEncoder.ivdict2tab", + "callee": "nltk.tabdata.TabEncoder.tups2tab", + "lineno": 35, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tabdata.TabDecoder.txt2list", + "callee": "nltk.tabdata.rm_nl", + "lineno": 41, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tabdata.TabDecoder.txt2set", + "callee": "nltk.tabdata.rm_nl", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tabdata.TabDecoder.tab2tups", + "callee": "nltk.tabdata.TabDecoder.tab2tup", + "lineno": 50, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tabdata.TabDecoder.tab2tups", + "callee": "nltk.tabdata.rm_nl", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tabdata.TabDecoder.tab2dict", + "callee": "nltk.tabdata.TabDecoder.tab2tups", + "lineno": 53, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tabdata.TabDecoder.tab2ivdict", + "callee": "nltk.tabdata.TabDecoder.tab2tups", + "lineno": 57, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tabdata.MaxentEncoder.tupdict2tab", + "callee": "nltk.tabdata.TabEncoder.tups2tab", + "lineno": 75, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tabdata.MaxentEncoder.tupdict2tab", + "callee": "nltk.tabdata.MaxentEncoder.tupdict2tab.rep", + "lineno": 76, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tabdata.MaxentDecoder.tupkey2dict", + "callee": "nltk.tabdata.MaxentDecoder.tupkey2dict.rep", + "lineno": 95, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tabdata.MaxentDecoder.tupkey2dict", + "callee": "nltk.tabdata.TabDecoder.tab2tups", + "lineno": 95, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tabdata.PunktDecoder.tab2intdict", + "callee": ".collections.defaultdict", + "lineno": 108, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tabdata.PunktDecoder.tab2intdict", + "callee": "nltk.tabdata.TabDecoder.tab2tups", + "lineno": 108, + "resolution": "inherited_method_call" + } + ], + "nltk.text": [ + { + "caller": "nltk.text.", + "callee": ".collections.namedtuple", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.text.ContextIndex.similar_words", + "callee": ".collections.defaultdict", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.text.ContextIndex.common_contexts", + "callee": ".functools.reduce", + "lineno": 117, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.text.ContextIndex.common_contexts", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 122, + "resolution": "imported_call" + }, + { + "caller": "nltk.text.ContextIndex.common_contexts", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 124, + "resolution": "imported_call" + }, + { + "caller": "nltk.text.ConcordanceIndex.__init__", + "callee": ".collections.defaultdict", + "lineno": 155, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.text.ConcordanceIndex.find_concordance", + "callee": "nltk.text.ConcordanceIndex.offsets", + "lineno": 204, + "resolution": "self_method_call" + }, + { + "caller": "nltk.text.ConcordanceIndex.find_concordance", + "callee": "nltk.text.ConcordanceIndex.offsets", + "lineno": 206, + "resolution": "self_method_call" + }, + { + "caller": "nltk.text.ConcordanceIndex.find_concordance", + "callee": ".set.intersection", + "lineno": 207, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.text.ConcordanceIndex.find_concordance", + "callee": "nltk.util.cut_string", + "lineno": 215, + "resolution": "imported_call" + }, + { + "caller": "nltk.text.ConcordanceIndex.find_concordance", + "callee": "nltk.util.cut_string", + "lineno": 218, + "resolution": "imported_call" + }, + { + "caller": "nltk.text.ConcordanceIndex.find_concordance", + "callee": ".list.append", + "lineno": 231, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.text.ConcordanceIndex.print_concordance", + "callee": "nltk.text.ConcordanceIndex.find_concordance", + "lineno": 246, + "resolution": "self_method_call" + }, + { + "caller": "nltk.text.Text.concordance", + "callee": "nltk.text.ConcordanceIndex.__init__", + "lineno": 387, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.text.Text.concordance_list", + "callee": "nltk.text.ConcordanceIndex.__init__", + "lineno": 408, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.text.Text.collocation_list", + "callee": "nltk.collocations.BigramCollocationFinder.from_words", + "lineno": 439, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.text.Text.collocations", + "callee": "nltk.text.Text.collocation_list", + "lineno": 468, + "resolution": "self_method_call" + }, + { + "caller": "nltk.text.Text.collocations", + "callee": "nltk.util.tokenwrap", + "lineno": 470, + "resolution": "imported_call" + }, + { + "caller": "nltk.text.Text.similar", + "callee": "nltk.text.ContextIndex.__init__", + "lineno": 501, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.text.Text.similar", + "callee": ".collections.Counter", + "lineno": 511, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.text.Text.similar", + "callee": "nltk.util.tokenwrap", + "lineno": 518, + "resolution": "imported_call" + }, + { + "caller": "nltk.text.Text.common_contexts", + "callee": "nltk.text.ContextIndex.__init__", + "lineno": 535, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.text.Text.common_contexts", + "callee": "nltk.util.tokenwrap", + "lineno": 545, + "resolution": "imported_call" + }, + { + "caller": "nltk.text.Text.dispersion_plot", + "callee": "nltk.text.Text.dispersion_plot", + "lineno": 561, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.text.Text._train_default_ngram_lm", + "callee": "nltk.lm.preprocessing.padded_everygram_pipeline", + "lineno": 564, + "resolution": "imported_call" + }, + { + "caller": "nltk.text.Text.generate", + "callee": "nltk.tokenize.sent_tokenize", + "lineno": 586, + "resolution": "imported_call" + }, + { + "caller": "nltk.text.Text.generate", + "callee": "nltk.text.Text._train_default_ngram_lm", + "lineno": 590, + "resolution": "self_method_call" + }, + { + "caller": "nltk.text.Text.generate", + "callee": ".list.append", + "lineno": 607, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.text.Text.generate", + "callee": "nltk.util.tokenwrap", + "lineno": 611, + "resolution": "imported_call" + }, + { + "caller": "nltk.text.Text.plot", + "callee": "nltk.text.Text.vocab", + "lineno": 620, + "resolution": "self_method_call" + }, + { + "caller": "nltk.text.Text.vocab", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 628, + "resolution": "imported_call" + }, + { + "caller": "nltk.text.Text.findall", + "callee": "nltk.text.TokenSearcher.__init__", + "lineno": 655, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.text.Text.findall", + "callee": "nltk.util.tokenwrap", + "lineno": 659, + "resolution": "imported_call" + }, + { + "caller": "nltk.text.TextCollection.__init__", + "callee": ".list.words", + "lineno": 717, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.text.TextCollection.__init__", + "callee": ".list.fileids", + "lineno": 717, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.text.TextCollection.idf", + "callee": ".math.log", + "lineno": 737, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.text.TextCollection.tf_idf", + "callee": "nltk.text.TextCollection.tf", + "lineno": 742, + "resolution": "self_method_call" + }, + { + "caller": "nltk.text.TextCollection.tf_idf", + "callee": "nltk.text.TextCollection.idf", + "lineno": 742, + "resolution": "self_method_call" + }, + { + "caller": "nltk.text.demo", + "callee": "nltk.text.Text.__init__", + "lineno": 748, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.text.demo", + "callee": "nltk.text.Text.concordance", + "lineno": 752, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.text.demo", + "callee": "nltk.text.Text.similar", + "lineno": 755, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.text.demo", + "callee": "nltk.text.Text.collocations", + "lineno": 758, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.text.demo", + "callee": "nltk.text.Text.dispersion_plot", + "lineno": 764, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.text.demo", + "callee": "nltk.text.Text.plot", + "lineno": 767, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.text.demo", + "callee": "nltk.text.Text.vocab", + "lineno": 772, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.text.", + "callee": "nltk.text.demo", + "lineno": 776, + "resolution": "direct_name_call" + } + ], + "nltk.tgrep": [ + { + "caller": "nltk.tgrep.ancestors", + "callee": ".list.append", + "lineno": 143, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tgrep.unique_ancestors", + "callee": ".list.append", + "lineno": 160, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tgrep._unique_descendants", + "callee": "nltk.tgrep._istree", + "lineno": 213, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._unique_descendants", + "callee": ".list.append", + "lineno": 215, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tgrep._immediately_before", + "callee": "nltk.tgrep._rightmost_descendants", + "lineno": 254, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._immediately_after", + "callee": "nltk.tgrep._leftmost_descendants", + "lineno": 295, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_node_literal_value", + "callee": "nltk.tgrep._istree", + "lineno": 303, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_node_action", + "callee": "nltk.tgrep._tgrep_node_action", + "lineno": 334, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_node_action", + "callee": "nltk.tgrep._tgrep_node_literal_value", + "lineno": 348, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_node_action", + "callee": "nltk.tgrep._tgrep_node_literal_value", + "lineno": 355, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_node_action", + "callee": "nltk.tgrep._tgrep_node_action", + "lineno": 359, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_node_action", + "callee": "nltk.tgrep._tgrep_node_literal_value", + "lineno": 362, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_node_action", + "callee": "nltk.tgrep._tgrep_node_literal_value", + "lineno": 367, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._istree", + "lineno": 420, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._istree", + "lineno": 432, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._istree", + "lineno": 448, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._istree", + "lineno": 471, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._istree", + "lineno": 488, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._istree", + "lineno": 510, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._istree", + "lineno": 523, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._descendants", + "lineno": 523, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep.ancestors", + "lineno": 528, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._istree", + "lineno": 533, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._leftmost_descendants", + "lineno": 533, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._leftmost_descendants", + "lineno": 538, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep.ancestors", + "lineno": 539, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._istree", + "lineno": 544, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._rightmost_descendants", + "lineno": 545, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._rightmost_descendants", + "lineno": 550, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep.ancestors", + "lineno": 551, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._istree", + "lineno": 556, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._unique_descendants", + "lineno": 556, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep.unique_ancestors", + "lineno": 561, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._immediately_after", + "lineno": 566, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._immediately_before", + "lineno": 571, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._after", + "lineno": 576, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_relation_action", + "callee": "nltk.tgrep._before", + "lineno": 581, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep._tgrep_exprs_action", + "callee": ".dict.update", + "lineno": 836, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tgrep.tgrep_tokenize", + "callee": "nltk.tgrep._build_tgrep_parser", + "lineno": 957, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep.tgrep_compile", + "callee": "nltk.tgrep._build_tgrep_parser", + "lineno": 968, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep.tgrep_positions", + "callee": "nltk.tgrep.tgrep_compile", + "lineno": 1003, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep.tgrep_positions", + "callee": "nltk.tgrep.treepositions_no_leaves", + "lineno": 1010, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep.tgrep_nodes", + "callee": "nltk.tgrep.tgrep_compile", + "lineno": 1030, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tgrep.tgrep_nodes", + "callee": "nltk.tgrep.treepositions_no_leaves", + "lineno": 1037, + "resolution": "direct_name_call" + } + ], + "nltk.toolbox": [ + { + "caller": "nltk.toolbox.StandardFormat.__init__", + "callee": "nltk.toolbox.StandardFormat.open", + "lineno": 29, + "resolution": "self_method_call" + }, + { + "caller": "nltk.toolbox.StandardFormat.open_string", + "callee": ".io.StringIO", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.toolbox.StandardFormat.raw_fields", + "callee": ".str.join", + "lineno": 83, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.toolbox.StandardFormat.raw_fields", + "callee": ".list.append", + "lineno": 87, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.toolbox.StandardFormat.raw_fields", + "callee": ".str.join", + "lineno": 89, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.toolbox.StandardFormat.fields", + "callee": "nltk.toolbox.StandardFormat.raw_fields", + "lineno": 125, + "resolution": "self_method_call" + }, + { + "caller": "nltk.toolbox.ToolboxData.parse", + "callee": "nltk.toolbox.ToolboxData._chunk_parse", + "lineno": 144, + "resolution": "self_method_call" + }, + { + "caller": "nltk.toolbox.ToolboxData.parse", + "callee": "nltk.toolbox.ToolboxData._record_parse", + "lineno": 146, + "resolution": "self_method_call" + }, + { + "caller": "nltk.toolbox.ToolboxData._record_parse", + "callee": ".xml.etree.ElementTree.TreeBuilder", + "lineno": 200, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.toolbox.ToolboxData._record_parse", + "callee": "nltk.toolbox.StandardFormat.fields", + "lineno": 204, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.toolbox.ToolboxData._tree2etree", + "callee": ".xml.etree.ElementTree.Element", + "lineno": 227, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.toolbox.ToolboxData._tree2etree", + "callee": "nltk.toolbox.ToolboxData._tree2etree", + "lineno": 230, + "resolution": "self_method_call" + }, + { + "caller": "nltk.toolbox.ToolboxData._tree2etree", + "callee": ".xml.etree.ElementTree.SubElement", + "lineno": 233, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.toolbox.ToolboxData._chunk_parse", + "callee": "nltk.toolbox.ToolboxData.parse", + "lineno": 261, + "resolution": "self_method_call" + }, + { + "caller": "nltk.toolbox.ToolboxData._chunk_parse", + "callee": ".xml.etree.ElementTree.Element", + "lineno": 262, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.toolbox.ToolboxData._chunk_parse", + "callee": "nltk.toolbox.ToolboxData._tree2etree", + "lineno": 267, + "resolution": "self_method_call" + }, + { + "caller": "nltk.toolbox.to_sfm_string", + "callee": ".xml.etree.ElementTree.Element", + "lineno": 291, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.toolbox.to_sfm_string", + "callee": ".list.append", + "lineno": 303, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.toolbox.to_sfm_string", + "callee": ".list.append", + "lineno": 313, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.toolbox.to_sfm_string", + "callee": ".list.append", + "lineno": 315, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.toolbox.to_sfm_string", + "callee": ".list.append", + "lineno": 318, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.toolbox.to_sfm_string", + "callee": ".list.append", + "lineno": 320, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.toolbox.ToolboxSettings.parse", + "callee": ".xml.etree.ElementTree.TreeBuilder", + "lineno": 342, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.toolbox.ToolboxSettings.parse", + "callee": "nltk.toolbox.StandardFormat.fields", + "lineno": 343, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.toolbox.to_settings_string", + "callee": "nltk.toolbox._to_settings_string", + "lineno": 367, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.toolbox._to_settings_string", + "callee": "nltk.toolbox._to_settings_string", + "lineno": 392, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.toolbox.remove_blanks", + "callee": "nltk.toolbox.remove_blanks", + "lineno": 406, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.toolbox.add_default_fields", + "callee": ".xml.etree.ElementTree.SubElement", + "lineno": 423, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.toolbox.add_default_fields", + "callee": "nltk.toolbox.add_default_fields", + "lineno": 425, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.toolbox.sort_fields", + "callee": "nltk.toolbox._sort_fields", + "lineno": 442, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.toolbox._sort_fields", + "callee": "nltk.toolbox._sort_fields", + "lineno": 458, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.toolbox.add_blank_lines", + "callee": "nltk.toolbox.add_blank_lines", + "lineno": 476, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.toolbox.add_blank_lines", + "callee": "nltk.toolbox.add_blank_lines", + "lineno": 490, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.toolbox.demo", + "callee": "nltk.data.find", + "lineno": 499, + "resolution": "imported_call" + }, + { + "caller": "nltk.toolbox.demo", + "callee": "nltk.toolbox.ToolboxData.", + "lineno": 500, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.toolbox.demo", + "callee": ".itertools.islice", + "lineno": 506, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.toolbox.demo", + "callee": ".itertools.islice", + "lineno": 510, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.toolbox.demo", + "callee": "nltk.toolbox.ToolboxSettings.__init__", + "lineno": 513, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.toolbox.demo", + "callee": "nltk.data.find", + "lineno": 514, + "resolution": "imported_call" + }, + { + "caller": "nltk.toolbox.demo", + "callee": "nltk.toolbox.StandardFormat.open", + "lineno": 515, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.toolbox.demo", + "callee": "nltk.toolbox.ToolboxSettings.parse", + "lineno": 517, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.toolbox.demo", + "callee": ".xml.etree.ElementTree.ElementTree", + "lineno": 519, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.toolbox.demo", + "callee": "nltk.toolbox.to_settings_string", + "lineno": 520, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.toolbox.", + "callee": "nltk.toolbox.demo", + "lineno": 524, + "resolution": "direct_name_call" + } + ], + "nltk.treeprettyprinter": [], + "nltk.treetransforms": [ + { + "caller": "nltk.treetransforms.", + "callee": "nltk.internals.deprecated", + "lineno": 115, + "resolution": "imported_call" + }, + { + "caller": "nltk.treetransforms.", + "callee": "nltk.internals.deprecated", + "lineno": 118, + "resolution": "imported_call" + }, + { + "caller": "nltk.treetransforms.", + "callee": "nltk.internals.deprecated", + "lineno": 121, + "resolution": "imported_call" + } + ], + "nltk.util": [ + { + "caller": "nltk.util.usage", + "callee": "nltk.internals.deprecated", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "nltk.util.pr", + "callee": ".pprint.pprint", + "lineno": 115, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.pr", + "callee": ".itertools.islice", + "lineno": 115, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.filestring", + "callee": ".pathlib.Path", + "lineno": 247, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.filestring", + "callee": ".pathlib.Path", + "lineno": 250, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.breadth_first", + "callee": ".collections.deque", + "lineno": 282, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.edge_closure", + "callee": ".collections.deque", + "lineno": 319, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.unweighted_minimum_spanning_digraph", + "callee": "nltk.util.edges2dot", + "lineno": 417, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.util.unweighted_minimum_spanning_digraph", + "callee": "nltk.util.edge_closure", + "lineno": 418, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.util.unweighted_minimum_spanning_digraph", + "callee": "nltk.util.unweighted_minimum_spanning_dict", + "lineno": 419, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.util.acyclic_breadth_first", + "callee": ".collections.deque", + "lineno": 448, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.acyclic_depth_first", + "callee": ".set.add", + "lineno": 521, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.util.acyclic_depth_first", + "callee": "nltk.util.acyclic_depth_first", + "lineno": 523, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.util.acyclic_branches_depth_first", + "callee": "nltk.util.acyclic_branches_depth_first", + "lineno": 603, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.util.acyclic_branches_depth_first", + "callee": ".set.union", + "lineno": 608, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.util.acyclic_dic2tree", + "callee": "nltk.util.acyclic_dic2tree", + "lineno": 636, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.util.unweighted_minimum_spanning_dict", + "callee": ".collections.deque", + "lineno": 668, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.unweighted_minimum_spanning_dict", + "callee": ".set.add", + "lineno": 680, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.util.unweighted_minimum_spanning_tree", + "callee": "nltk.util.acyclic_dic2tree", + "lineno": 708, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.util.unweighted_minimum_spanning_tree", + "callee": "nltk.util.unweighted_minimum_spanning_dict", + "lineno": 708, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.util.guess_encoding", + "callee": ".list.append", + "lineno": 738, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.util.guess_encoding", + "callee": ".list.append", + "lineno": 742, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.util.guess_encoding", + "callee": ".list.append", + "lineno": 746, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.util.guess_encoding", + "callee": ".list.append", + "lineno": 751, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.util.invert_dict", + "callee": ".collections.defaultdict", + "lineno": 792, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.transitive_closure", + "callee": ".dict.setdefault", + "lineno": 836, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.util.transitive_closure", + "callee": ".dict.get", + "lineno": 837, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.util.invert_graph", + "callee": ".dict.setdefault", + "lineno": 854, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.util.flatten", + "callee": ".list.extend", + "lineno": 898, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.util.flatten", + "callee": "nltk.util.flatten", + "lineno": 898, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.util.flatten", + "callee": ".list.append", + "lineno": 900, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.util.pad_sequence", + "callee": ".itertools.chain", + "lineno": 943, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.pad_sequence", + "callee": ".itertools.chain", + "lineno": 945, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.ngrams", + "callee": "nltk.util.pad_sequence", + "lineno": 988, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.util.ngrams", + "callee": ".collections.deque", + "lineno": 993, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.ngrams", + "callee": ".itertools.islice", + "lineno": 993, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.bigrams", + "callee": "nltk.util.ngrams", + "lineno": 1017, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.util.trigrams", + "callee": "nltk.util.ngrams", + "lineno": 1036, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.util.everygrams", + "callee": "nltk.util.pad_sequence", + "lineno": 1081, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.util.everygrams", + "callee": ".itertools.islice", + "lineno": 1084, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.skipgrams", + "callee": "nltk.util.pad_sequence", + "lineno": 1123, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.util.skipgrams", + "callee": "nltk.util.ngrams", + "lineno": 1129, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.util.skipgrams", + "callee": ".itertools.combinations", + "lineno": 1132, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.binary_search_file", + "callee": ".dict.get", + "lineno": 1174, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.util.set_proxy", + "callee": ".urllib.request.getproxies", + "lineno": 1237, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.set_proxy", + "callee": ".urllib.request.ProxyHandler", + "lineno": 1242, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.set_proxy", + "callee": ".urllib.request.build_opener", + "lineno": 1243, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.set_proxy", + "callee": ".urllib.request.HTTPPasswordMgrWithDefaultRealm", + "lineno": 1247, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.set_proxy", + "callee": ".urllib.request.ProxyBasicAuthHandler", + "lineno": 1249, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.set_proxy", + "callee": ".urllib.request.ProxyDigestAuthHandler", + "lineno": 1250, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.set_proxy", + "callee": ".urllib.request.install_opener", + "lineno": 1253, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.elementtree_indent", + "callee": "nltk.util.elementtree_indent", + "lineno": 1280, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.util.pairwise", + "callee": ".itertools.tee", + "lineno": 1330, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.parallelize_preprocess", + "callee": ".tqdm.tqdm", + "lineno": 1344, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.parallelize_preprocess", + "callee": ".joblib.Parallel", + "lineno": 1347, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.util.parallelize_preprocess", + "callee": ".joblib.delayed", + "lineno": 1347, + "resolution": "external_constructor_call" + } + ], + "nltk.wsd": [], + "nltk": [ + { + "caller": "nltk.", + "callee": "nltk.lazyimport.LazyModule.__init__", + "lineno": 165, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.", + "callee": "nltk.lazyimport.LazyModule.__init__", + "lineno": 166, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.", + "callee": "nltk.lazyimport.LazyModule.__init__", + "lineno": 167, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.", + "callee": "nltk.lazyimport.LazyModule.__init__", + "lineno": 168, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.", + "callee": "nltk.lazyimport.LazyModule.__init__", + "lineno": 169, + "resolution": "qualified_module_call" + } + ], + "nltk.app.chartparser_app": [ + { + "caller": "nltk.app.chartparser_app.EdgeList._item_repr", + "callee": ".list.append", + "lineno": 105, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.chartparser_app.EdgeList._item_repr", + "callee": ".list.append", + "lineno": 106, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.chartparser_app.EdgeList._item_repr", + "callee": ".list.append", + "lineno": 109, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.chartparser_app.EdgeList._item_repr", + "callee": ".list.append", + "lineno": 111, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.chartparser_app.EdgeList._item_repr", + "callee": ".list.append", + "lineno": 113, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.chartparser_app.EdgeList._item_repr", + "callee": ".list.append", + "lineno": 115, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.__init__", + "callee": ".tkinter.Toplevel", + "lineno": 139, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.__init__", + "callee": "nltk.app.chartparser_app.ChartMatrixView._init_quit", + "lineno": 142, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.__init__", + "callee": ".tkinter.Frame", + "lineno": 144, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.__init__", + "callee": "nltk.app.chartparser_app.ChartMatrixView._init_matrix", + "lineno": 146, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.__init__", + "callee": "nltk.app.chartparser_app.ChartMatrixView._init_list", + "lineno": 147, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.__init__", + "callee": "nltk.app.chartparser_app.ChartMatrixView._init_numedges", + "lineno": 149, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.__init__", + "callee": "nltk.app.chartparser_app.ChartMatrixView.draw", + "lineno": 157, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView._init_quit", + "callee": ".tkinter.Button", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView._init_matrix", + "callee": ".tkinter.Frame", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView._init_matrix", + "callee": ".tkinter.Canvas", + "lineno": 166, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView._init_numedges", + "callee": ".tkinter.Label", + "lineno": 170, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView._init_list", + "callee": "nltk.app.chartparser_app.EdgeList.", + "lineno": 174, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView._init_list.cb", + "callee": "nltk.app.chartparser_app.ChartMatrixView._fire_callbacks", + "lineno": 178, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.set_chart", + "callee": "nltk.app.chartparser_app.ChartMatrixView.draw", + "lineno": 196, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.activate", + "callee": "nltk.app.chartparser_app.ChartMatrixView.update", + "lineno": 237, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.inactivate", + "callee": "nltk.app.chartparser_app.ChartMatrixView.update", + "lineno": 241, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.select_cell", + "callee": "nltk.app.chartparser_app.ChartMatrixView.update", + "lineno": 271, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.select_cell", + "callee": "nltk.app.chartparser_app.ChartMatrixView._fire_callbacks", + "lineno": 274, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.deselect_cell", + "callee": "nltk.app.chartparser_app.ChartMatrixView.update", + "lineno": 281, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView._click_cell", + "callee": "nltk.app.chartparser_app.ChartMatrixView.deselect_cell", + "lineno": 285, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView._click_cell", + "callee": "nltk.app.chartparser_app.ChartMatrixView.select_cell", + "lineno": 287, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.view_edge", + "callee": "nltk.app.chartparser_app.ChartMatrixView.select_cell", + "lineno": 290, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.mark_edge", + "callee": "nltk.app.chartparser_app.ChartMatrixView.select_cell", + "lineno": 296, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.markonly_edge", + "callee": "nltk.app.chartparser_app.ChartMatrixView.select_cell", + "lineno": 307, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.draw.cb", + "callee": "nltk.app.chartparser_app.ChartMatrixView._click_cell", + "lineno": 368, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartMatrixView.draw", + "callee": "nltk.app.chartparser_app.ChartMatrixView.update", + "lineno": 386, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView.__init__", + "callee": ".tkinter.Toplevel", + "lineno": 408, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView.__init__", + "callee": ".tkinter.Frame", + "lineno": 412, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView.__init__", + "callee": ".tkinter.Frame", + "lineno": 416, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView.__init__", + "callee": ".tkinter.Button", + "lineno": 418, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView.__init__", + "callee": ".tkinter.Button", + "lineno": 419, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView.__init__", + "callee": ".tkinter.Button", + "lineno": 420, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView.__init__", + "callee": "nltk.draw.util.CanvasFrame.__init__", + "lineno": 425, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView.__init__", + "callee": "nltk.app.chartparser_app.ChartResultsView.update", + "lineno": 429, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView.update", + "callee": "nltk.app.chartparser_app.ChartResultsView._add", + "lineno": 443, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView._color", + "callee": "nltk.app.chartparser_app.ChartResultsView._color", + "lineno": 475, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView.print_selection", + "callee": ".tkinter.messagebox.showerror", + "lineno": 488, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView.print_selection", + "callee": "nltk.app.chartparser_app.ChartResultsView.clear", + "lineno": 502, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView.print_selection", + "callee": "nltk.app.chartparser_app.ChartResultsView.update", + "lineno": 503, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView.set_chart", + "callee": "nltk.app.chartparser_app.ChartResultsView.clear", + "lineno": 518, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView.set_chart", + "callee": "nltk.app.chartparser_app.ChartResultsView.update", + "lineno": 520, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView.set_grammar", + "callee": "nltk.app.chartparser_app.ChartResultsView.clear", + "lineno": 523, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartResultsView.set_grammar", + "callee": "nltk.app.chartparser_app.ChartResultsView.update", + "lineno": 525, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer.__init__", + "callee": "nltk.parse.chart.Chart.__init__", + "lineno": 583, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer.__init__", + "callee": ".tkinter.Tk", + "lineno": 601, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer.__init__", + "callee": "nltk.app.chartparser_app.ChartComparer._init_menubar", + "lineno": 607, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer.__init__", + "callee": "nltk.app.chartparser_app.ChartComparer._init_chartviews", + "lineno": 608, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer.__init__", + "callee": "nltk.app.chartparser_app.ChartComparer._init_divider", + "lineno": 609, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer.__init__", + "callee": "nltk.app.chartparser_app.ChartComparer._init_buttons", + "lineno": 610, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer.__init__", + "callee": "nltk.app.chartparser_app.ChartComparer._init_bindings", + "lineno": 611, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer.__init__", + "callee": "nltk.app.chartparser_app.ChartComparer.load_chart", + "lineno": 615, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 635, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 638, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 658, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_divider", + "callee": ".tkinter.Frame", + "lineno": 674, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_chartviews", + "callee": ".tkinter.Frame", + "lineno": 681, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_chartviews", + "callee": ".tkinter.Frame", + "lineno": 685, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_chartviews", + "callee": "nltk.draw.util.MutableOptionMenu.__init__", + "lineno": 687, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_chartviews", + "callee": "nltk.app.chartparser_app.ChartMatrixView.__init__", + "lineno": 691, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_chartviews", + "callee": ".tkinter.Label", + "lineno": 700, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_chartviews", + "callee": ".tkinter.Frame", + "lineno": 706, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_chartviews", + "callee": "nltk.draw.util.MutableOptionMenu.__init__", + "lineno": 708, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_chartviews", + "callee": "nltk.app.chartparser_app.ChartMatrixView.__init__", + "lineno": 712, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_chartviews", + "callee": ".tkinter.Label", + "lineno": 721, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_chartviews", + "callee": ".tkinter.Frame", + "lineno": 726, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_chartviews", + "callee": ".tkinter.Label", + "lineno": 728, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_chartviews", + "callee": "nltk.app.chartparser_app.ChartMatrixView.__init__", + "lineno": 730, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_buttons", + "callee": ".tkinter.Frame", + "lineno": 739, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_buttons", + "callee": ".tkinter.Button", + "lineno": 741, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_buttons", + "callee": ".tkinter.Button", + "lineno": 744, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_buttons", + "callee": ".tkinter.Button", + "lineno": 745, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_buttons", + "callee": ".tkinter.Frame", + "lineno": 746, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_buttons", + "callee": ".tkinter.Button", + "lineno": 747, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._init_buttons", + "callee": ".tkinter.Button", + "lineno": 749, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._select_left", + "callee": "nltk.app.chartparser_app.ChartComparer._apply_op", + "lineno": 768, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._select_right", + "callee": "nltk.app.chartparser_app.ChartComparer._apply_op", + "lineno": 776, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._apply_op", + "callee": "nltk.app.chartparser_app.ChartComparer._difference", + "lineno": 780, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._apply_op", + "callee": "nltk.app.chartparser_app.ChartComparer._union", + "lineno": 782, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._apply_op", + "callee": "nltk.app.chartparser_app.ChartComparer._intersection", + "lineno": 784, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer.save_chart_dialog", + "callee": ".tkinter.filedialog.asksaveasfilename", + "lineno": 792, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer.save_chart_dialog", + "callee": ".tkinter.messagebox.showerror", + "lineno": 801, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer.load_chart_dialog", + "callee": ".tkinter.filedialog.askopenfilename", + "lineno": 804, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer.load_chart_dialog", + "callee": "nltk.app.chartparser_app.ChartComparer.load_chart", + "lineno": 810, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer.load_chart_dialog", + "callee": ".tkinter.messagebox.showerror", + "lineno": 812, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer.load_chart", + "callee": "nltk.picklesec.pickle_load", + "lineno": 816, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._difference", + "callee": "nltk.app.chartparser_app.ChartComparer._checkcompat", + "lineno": 866, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._difference", + "callee": "nltk.parse.chart.Chart.__init__", + "lineno": 869, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._difference", + "callee": "nltk.parse.chart.Chart.insert", + "lineno": 872, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._difference", + "callee": "nltk.app.chartparser_app.ChartComparer._update", + "lineno": 874, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._intersection", + "callee": "nltk.app.chartparser_app.ChartComparer._checkcompat", + "lineno": 877, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._intersection", + "callee": "nltk.parse.chart.Chart.__init__", + "lineno": 880, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._intersection", + "callee": "nltk.parse.chart.Chart.insert", + "lineno": 883, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._intersection", + "callee": "nltk.app.chartparser_app.ChartComparer._update", + "lineno": 885, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._union", + "callee": "nltk.app.chartparser_app.ChartComparer._checkcompat", + "lineno": 888, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._union", + "callee": "nltk.parse.chart.Chart.__init__", + "lineno": 891, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._union", + "callee": "nltk.parse.chart.Chart.insert", + "lineno": 893, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._union", + "callee": "nltk.parse.chart.Chart.insert", + "lineno": 895, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._union", + "callee": "nltk.app.chartparser_app.ChartComparer._update", + "lineno": 897, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartComparer._detach_out", + "callee": "nltk.app.chartparser_app.ChartMatrixView.__init__", + "lineno": 939, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.__init__", + "callee": ".tkinter.Tk", + "lineno": 1035, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.__init__", + "callee": ".tkinter.Button", + "lineno": 1045, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.__init__", + "callee": "nltk.app.chartparser_app.ChartView._init_fonts", + "lineno": 1052, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.__init__", + "callee": "nltk.app.chartparser_app.ChartView._sb_canvas", + "lineno": 1055, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.__init__", + "callee": ".tkinter.Frame", + "lineno": 1061, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.__init__", + "callee": ".tkinter.Canvas", + "lineno": 1063, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.__init__", + "callee": "nltk.app.chartparser_app.ChartView._sb_canvas", + "lineno": 1072, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.__init__", + "callee": "nltk.app.chartparser_app.ChartView._analyze", + "lineno": 1079, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.__init__", + "callee": "nltk.app.chartparser_app.ChartView.draw", + "lineno": 1080, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.__init__", + "callee": "nltk.app.chartparser_app.ChartView._resize", + "lineno": 1081, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.__init__", + "callee": "nltk.app.chartparser_app.ChartView._grow", + "lineno": 1082, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 1089, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 1090, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 1092, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._init_fonts", + "callee": ".tkinter.Button", + "lineno": 1092, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._sb_canvas", + "callee": ".tkinter.Frame", + "lineno": 1099, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._sb_canvas", + "callee": ".tkinter.Canvas", + "lineno": 1101, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._sb_canvas", + "callee": ".tkinter.Scrollbar", + "lineno": 1104, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.set_font_size", + "callee": "nltk.app.chartparser_app.ChartView._analyze", + "lineno": 1151, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.set_font_size", + "callee": "nltk.app.chartparser_app.ChartView._grow", + "lineno": 1152, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.set_font_size", + "callee": "nltk.app.chartparser_app.ChartView.draw", + "lineno": 1153, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._configure", + "callee": "nltk.app.chartparser_app.ChartView.draw", + "lineno": 1167, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.update", + "callee": "nltk.app.chartparser_app.ChartView._analyze", + "lineno": 1183, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.update", + "callee": "nltk.app.chartparser_app.ChartView._grow", + "lineno": 1184, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.update", + "callee": "nltk.app.chartparser_app.ChartView.draw", + "lineno": 1185, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.update", + "callee": "nltk.app.chartparser_app.ChartView.erase_tree", + "lineno": 1186, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.update", + "callee": "nltk.app.chartparser_app.ChartView._resize", + "lineno": 1187, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.update", + "callee": "nltk.app.chartparser_app.ChartView._add_edge", + "lineno": 1191, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.update", + "callee": "nltk.app.chartparser_app.ChartView._resize", + "lineno": 1192, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._analyze_edge", + "callee": ".list.append", + "lineno": 1222, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._analyze_edge", + "callee": ".list.append", + "lineno": 1224, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._add_edge", + "callee": "nltk.app.chartparser_app.ChartView._analyze_edge", + "lineno": 1255, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._add_edge", + "callee": "nltk.app.chartparser_app.ChartView._grow", + "lineno": 1256, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._add_edge", + "callee": "nltk.app.chartparser_app.ChartView._draw_edge", + "lineno": 1261, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._add_edge", + "callee": "nltk.app.chartparser_app.ChartView._resize", + "lineno": 1262, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._add_edge", + "callee": "nltk.app.chartparser_app.ChartView._resize", + "lineno": 1271, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._add_edge", + "callee": "nltk.app.chartparser_app.ChartView._edge_conflict", + "lineno": 1274, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._add_edge", + "callee": "nltk.app.chartparser_app.ChartView._draw_edge", + "lineno": 1282, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._draw_edge", + "callee": ".list.append", + "lineno": 1318, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._draw_edge", + "callee": ".list.append", + "lineno": 1320, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._draw_edge.cb", + "callee": "nltk.app.chartparser_app.ChartView._fire_callbacks", + "lineno": 1342, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._draw_edge", + "callee": "nltk.app.chartparser_app.ChartView._color_edge", + "lineno": 1350, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._color_edge", + "callee": "nltk.app.chartparser_app.ChartView._color_edge", + "lineno": 1375, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._color_edge", + "callee": "nltk.app.chartparser_app.ChartView._color_edge", + "lineno": 1377, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._color_edge", + "callee": "nltk.app.chartparser_app.ChartView._color_edge", + "lineno": 1379, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._color_edge", + "callee": "nltk.app.chartparser_app.ChartView._color_edge", + "lineno": 1381, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.mark_edge", + "callee": "nltk.app.chartparser_app.ChartView._color_edge", + "lineno": 1388, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.unmark_edge", + "callee": "nltk.app.chartparser_app.ChartView._color_edge", + "lineno": 1398, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.unmark_edge", + "callee": "nltk.app.chartparser_app.ChartView._color_edge", + "lineno": 1401, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.markonly_edge", + "callee": "nltk.app.chartparser_app.ChartView.unmark_edge", + "lineno": 1404, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.markonly_edge", + "callee": "nltk.app.chartparser_app.ChartView.mark_edge", + "lineno": 1405, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._analyze", + "callee": "nltk.app.chartparser_app.ChartView._analyze_edge", + "lineno": 1434, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._analyze", + "callee": "nltk.app.chartparser_app.ChartView._resize", + "lineno": 1443, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.draw_tree", + "callee": "nltk.app.chartparser_app.ChartView._draw_treetok", + "lineno": 1561, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.draw_tree", + "callee": "nltk.app.chartparser_app.ChartView._draw_treecycle", + "lineno": 1564, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.cycle_tree", + "callee": "nltk.app.chartparser_app.ChartView.draw_tree", + "lineno": 1573, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._draw_treecycle.cb", + "callee": "nltk.app.chartparser_app.ChartView.draw_tree", + "lineno": 1604, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._draw_treetok", + "callee": "nltk.app.chartparser_app.ChartView._draw_treetok", + "lineno": 1620, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._draw_treetok", + "callee": ".list.append", + "lineno": 1621, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView._draw_treetok", + "callee": ".list.append", + "lineno": 1623, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.draw", + "callee": "nltk.app.chartparser_app.ChartView.draw_tree", + "lineno": 1694, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.draw", + "callee": "nltk.app.chartparser_app.ChartView._draw_sentence", + "lineno": 1698, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.draw", + "callee": "nltk.app.chartparser_app.ChartView._draw_edge", + "lineno": 1706, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.draw", + "callee": "nltk.app.chartparser_app.ChartView._add_edge", + "lineno": 1709, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartView.draw", + "callee": "nltk.app.chartparser_app.ChartView._draw_loclines", + "lineno": 1711, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.__init__", + "callee": "nltk.app.chartparser_app.ChartParserApp._init_parser", + "lineno": 1785, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.__init__", + "callee": ".tkinter.Tk", + "lineno": 1790, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.__init__", + "callee": ".tkinter.Frame", + "lineno": 1795, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.__init__", + "callee": ".tkinter.Frame", + "lineno": 1796, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.__init__", + "callee": ".tkinter.Frame", + "lineno": 1797, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.__init__", + "callee": "nltk.app.chartparser_app.ChartParserApp._init_fonts", + "lineno": 1802, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.__init__", + "callee": "nltk.app.chartparser_app.ChartParserApp._init_animation", + "lineno": 1803, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.__init__", + "callee": "nltk.app.chartparser_app.ChartParserApp._init_chartview", + "lineno": 1804, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.__init__", + "callee": "nltk.app.chartparser_app.ChartParserApp._init_rulelabel", + "lineno": 1805, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.__init__", + "callee": "nltk.app.chartparser_app.ChartParserApp._init_buttons", + "lineno": 1806, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.__init__", + "callee": "nltk.app.chartparser_app.ChartParserApp._init_menubar", + "lineno": 1807, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.__init__", + "callee": "nltk.app.chartparser_app.ChartParserApp._init_bindings", + "lineno": 1813, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.__init__", + "callee": "nltk.app.chartparser_app.ChartParserApp.destroy", + "lineno": 1817, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.mainloop", + "callee": "nltk.util.in_idle", + "lineno": 1833, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_parser", + "callee": "nltk.app.chartparser_app.ChartParserApp._reset_parser", + "lineno": 1844, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._reset_parser", + "callee": "nltk.parse.chart.SteppingChartParser.__init__", + "lineno": 1847, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._reset_parser", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 1852, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 1863, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_fonts", + "callee": ".tkinter.Button", + "lineno": 1863, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_fonts", + "callee": ".tkinter.IntVar", + "lineno": 1867, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 1870, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 1871, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_animation", + "callee": ".tkinter.IntVar", + "lineno": 1875, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_animation", + "callee": ".tkinter.IntVar", + "lineno": 1879, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_chartview", + "callee": "nltk.app.chartparser_app.ChartView.__init__", + "lineno": 1886, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_rulelabel", + "callee": ".tkinter.Label", + "lineno": 1892, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_rulelabel", + "callee": ".tkinter.Label", + "lineno": 1893, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_rulelabel", + "callee": ".tkinter.Checkbutton", + "lineno": 1898, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_buttons", + "callee": ".tkinter.Frame", + "lineno": 1902, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_buttons", + "callee": ".tkinter.Frame", + "lineno": 1903, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 1907, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 1918, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 1925, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 1932, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 1940, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 1947, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_buttons", + "callee": ".tkinter.Frame", + "lineno": 1954, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 1956, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_buttons", + "callee": ".tkinter.Frame", + "lineno": 1963, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 1965, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_buttons", + "callee": ".tkinter.Frame", + "lineno": 1972, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 1974, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 2012, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 2014, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 2039, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 2054, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 2061, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 2092, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 2123, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 2161, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._click_cv_edge", + "callee": "nltk.app.chartparser_app.ChartParserApp._select_edge", + "lineno": 2177, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._select_matrix_edge", + "callee": "nltk.app.chartparser_app.ChartParserApp._select_edge", + "lineno": 2185, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._show_new_edge", + "callee": "nltk.app.chartparser_app.ChartParserApp._display_rule", + "lineno": 2209, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.help", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 2234, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.help", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 2242, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.about", + "callee": ".tkinter.messagebox.showinfo", + "lineno": 2251, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.load_chart", + "callee": ".tkinter.filedialog.askopenfilename", + "lineno": 2266, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.load_chart", + "callee": "nltk.picklesec.pickle_load", + "lineno": 2273, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.load_chart", + "callee": ".tkinter.messagebox.showerror", + "lineno": 2285, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.save_chart", + "callee": ".tkinter.filedialog.asksaveasfilename", + "lineno": 2289, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.save_chart", + "callee": ".tkinter.messagebox.showerror", + "lineno": 2299, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.load_grammar", + "callee": ".tkinter.filedialog.askopenfilename", + "lineno": 2303, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.load_grammar", + "callee": "nltk.picklesec.pickle_load", + "lineno": 2311, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.load_grammar", + "callee": "nltk.grammar.CFG.fromstring", + "lineno": 2314, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.load_grammar", + "callee": "nltk.app.chartparser_app.ChartParserApp.set_grammar", + "lineno": 2315, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.load_grammar", + "callee": ".tkinter.messagebox.showerror", + "lineno": 2317, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.save_grammar", + "callee": ".tkinter.filedialog.asksaveasfilename", + "lineno": 2320, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.save_grammar", + "callee": ".tkinter.messagebox.showerror", + "lineno": 2339, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.reset", + "callee": "nltk.app.chartparser_app.ChartParserApp._reset_parser", + "lineno": 2343, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.edit_sentence", + "callee": "nltk.draw.util.EntryDialog.__init__", + "lineno": 2369, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.set_sentence", + "callee": "nltk.app.chartparser_app.ChartParserApp.reset", + "lineno": 2373, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.view_matrix", + "callee": "nltk.app.chartparser_app.ChartMatrixView.__init__", + "lineno": 2382, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.view_results", + "callee": "nltk.app.chartparser_app.ChartResultsView.__init__", + "lineno": 2388, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.resize", + "callee": "nltk.app.chartparser_app.ChartParserApp.set_font_size", + "lineno": 2396, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.apply_strategy", + "callee": "nltk.app.chartparser_app.ChartParserApp._display_rule", + "lineno": 2418, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.apply_strategy", + "callee": "nltk.app.chartparser_app.ChartParserApp._apply_strategy", + "lineno": 2426, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.apply_strategy", + "callee": "nltk.app.chartparser_app.ChartParserApp._apply_strategy", + "lineno": 2434, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.apply_strategy", + "callee": "nltk.app.chartparser_app.ChartParserApp._animate_strategy", + "lineno": 2440, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._animate_strategy", + "callee": "nltk.app.chartparser_app.ChartParserApp._apply_strategy", + "lineno": 2457, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp._apply_strategy", + "callee": "nltk.app.chartparser_app.ChartParserApp._show_new_edge", + "lineno": 2471, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.", + "callee": "nltk.parse.chart.TopDownInitRule.", + "lineno": 2487, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.", + "callee": "nltk.parse.chart.TopDownPredictRule.", + "lineno": 2488, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.", + "callee": "nltk.parse.chart.BottomUpPredictRule.", + "lineno": 2489, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.", + "callee": "nltk.parse.chart.BottomUpPredictCombineRule.", + "lineno": 2490, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.", + "callee": "nltk.parse.chart.SingleEdgeFundamentalRule.", + "lineno": 2491, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.top_down_init", + "callee": "nltk.app.chartparser_app.ChartParserApp.apply_strategy", + "lineno": 2500, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.top_down_predict", + "callee": "nltk.app.chartparser_app.ChartParserApp.apply_strategy", + "lineno": 2503, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.bottom_up", + "callee": "nltk.app.chartparser_app.ChartParserApp.apply_strategy", + "lineno": 2506, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.bottom_up_leftcorner", + "callee": "nltk.app.chartparser_app.ChartParserApp.apply_strategy", + "lineno": 2509, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.fundamental", + "callee": "nltk.app.chartparser_app.ChartParserApp.apply_strategy", + "lineno": 2512, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.bottom_up_strategy", + "callee": "nltk.app.chartparser_app.ChartParserApp.apply_strategy", + "lineno": 2515, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.bottom_up_leftcorner_strategy", + "callee": "nltk.app.chartparser_app.ChartParserApp.apply_strategy", + "lineno": 2518, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.ChartParserApp.top_down_strategy", + "callee": "nltk.app.chartparser_app.ChartParserApp.apply_strategy", + "lineno": 2521, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chartparser_app.app", + "callee": "nltk.grammar.CFG.fromstring", + "lineno": 2525, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.app.chartparser_app.app", + "callee": ".str.split", + "lineno": 2543, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.chartparser_app.app", + "callee": "nltk.app.chartparser_app.ChartParserApp.__init__", + "lineno": 2551, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.chartparser_app.", + "callee": "nltk.app.chartparser_app.app", + "lineno": 2555, + "resolution": "direct_name_call" + } + ], + "nltk.app.chunkparser_app": [ + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.__init__", + "callee": ".tkinter.Tk", + "lineno": 401, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.__init__", + "callee": ".tkinter.IntVar", + "lineno": 407, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.__init__", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._init_fonts", + "lineno": 411, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.__init__", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "lineno": 412, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.__init__", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._init_bindings", + "lineno": 413, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.__init__", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._init_menubar", + "lineno": 414, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.__init__", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.show_devset", + "lineno": 423, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.__init__", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.update", + "lineno": 424, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_bindings", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.save_grammar", + "lineno": 431, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_bindings", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.load_grammar", + "lineno": 432, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_fonts", + "callee": ".tkinter.IntVar", + "lineno": 442, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 444, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 445, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 450, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 452, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 476, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 514, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 541, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.toggle_show_trace", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.show_devset", + "lineno": 549, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.toggle_show_trace", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.show_trace", + "lineno": 551, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._eval_demon", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.normalize_grammar", + "lineno": 717, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._eval_demon", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._eval_plot", + "lineno": 720, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._eval_demon", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._chunkparse", + "lineno": 742, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._eval_demon", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._eval_plot", + "lineno": 759, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._eval_demon", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._adaptively_modify_eval_chunk", + "lineno": 766, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Frame", + "lineno": 794, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Text", + "lineno": 801, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Label", + "lineno": 802, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Scrollbar", + "lineno": 813, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Frame", + "lineno": 819, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Button", + "lineno": 821, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Button", + "lineno": 827, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Text", + "lineno": 835, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Frame", + "lineno": 839, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Label", + "lineno": 842, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.show_help", + "lineno": 846, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Frame", + "lineno": 848, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.show_help", + "lineno": 855, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Scrollbar", + "lineno": 858, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Frame", + "lineno": 863, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Text", + "lineno": 864, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Label", + "lineno": 866, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Scrollbar", + "lineno": 877, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Scrollbar", + "lineno": 879, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Frame", + "lineno": 887, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Button", + "lineno": 889, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Button", + "lineno": 895, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Button", + "lineno": 901, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Button", + "lineno": 909, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Canvas", + "lineno": 915, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Label", + "lineno": 916, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Frame", + "lineno": 928, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.IntVar", + "lineno": 930, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Checkbutton", + "lineno": 932, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.IntVar", + "lineno": 939, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Checkbutton", + "lineno": 941, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Button", + "lineno": 948, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Label", + "lineno": 951, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Frame", + "lineno": 960, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Frame", + "lineno": 961, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._init_widgets", + "callee": ".tkinter.Frame", + "lineno": 962, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.show_trace", + "callee": ".list.append", + "lineno": 1009, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.show_trace", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._chunkparse", + "lineno": 1029, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.show_trace", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._chunks", + "lineno": 1030, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.show_trace", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._chunks", + "lineno": 1031, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.show_trace", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._color_chunk", + "lineno": 1034, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.show_trace", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._color_chunk", + "lineno": 1036, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.show_trace", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._color_chunk", + "lineno": 1038, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._history_prev", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._view_history", + "lineno": 1082, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._history_next", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._view_history", + "lineno": 1086, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._view_history", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._syntax_highlight_grammar", + "lineno": 1104, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._view_history", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.normalize_grammar", + "lineno": 1106, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._view_history", + "callee": "nltk.chunk.regexp.RegexpChunkRule.fromstring", + "lineno": 1109, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._view_history", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._eval_plot", + "lineno": 1116, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._view_history", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._highlight_devset", + "lineno": 1118, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._view_history", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.show_trace", + "lineno": 1120, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._devset_next", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._devset_scroll", + "lineno": 1131, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._devset_prev", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._devset_scroll", + "lineno": 1135, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._devset_scroll", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.show_devset", + "lineno": 1148, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._devset_scroll", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.show_devset", + "lineno": 1150, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._devset_scroll", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.show_devset", + "lineno": 1152, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._devset_scroll", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.show_trace", + "lineno": 1156, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.show_devset", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._highlight_devset", + "lineno": 1195, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._grammarcheck", + "callee": "nltk.chunk.regexp.RegexpChunkRule.fromstring", + "lineno": 1252, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.update", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.normalize_grammar", + "lineno": 1268, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.update", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._syntax_highlight_grammar", + "lineno": 1279, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.update", + "callee": "nltk.chunk.regexp.RegexpChunkRule.fromstring", + "lineno": 1287, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.update", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._grammarcheck", + "lineno": 1294, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.update", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.show_trace", + "lineno": 1303, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.update", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._highlight_devset", + "lineno": 1305, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.update", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._eval_demon", + "lineno": 1308, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._highlight_devset", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._chunkparse", + "lineno": 1321, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._highlight_devset", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._chunks", + "lineno": 1323, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._highlight_devset", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._chunks", + "lineno": 1324, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._highlight_devset", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._color_chunk", + "lineno": 1327, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._highlight_devset", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._color_chunk", + "lineno": 1329, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp._highlight_devset", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp._color_chunk", + "lineno": 1331, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.reset", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.show_devset", + "lineno": 1362, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.reset", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.update", + "lineno": 1363, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.save_grammar", + "callee": ".tkinter.filedialog.asksaveasfilename", + "lineno": 1380, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.save_grammar", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.normalize_grammar", + "lineno": 1383, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.load_grammar", + "callee": ".tkinter.filedialog.askopenfilename", + "lineno": 1410, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.load_grammar", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.update", + "lineno": 1414, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.load_grammar", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.update", + "lineno": 1421, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.save_history", + "callee": ".tkinter.filedialog.asksaveasfilename", + "lineno": 1426, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.save_history", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.normalize_grammar", + "lineno": 1446, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.about", + "callee": ".tkinter.messagebox.Message", + "lineno": 1462, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.about", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 1464, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.set_devset_size", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.show_devset", + "lineno": 1470, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.set_devset_size", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.show_devset", + "lineno": 1471, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.chunkparser_app.RegexpChunkApp.mainloop", + "callee": "nltk.util.in_idle", + "lineno": 1488, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.chunkparser_app.app", + "callee": "nltk.app.chunkparser_app.RegexpChunkApp.__init__", + "lineno": 1494, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.chunkparser_app.", + "callee": "nltk.app.chunkparser_app.app", + "lineno": 1498, + "resolution": "direct_name_call" + } + ], + "nltk.app.collocations_app": [ + { + "caller": "nltk.app.collocations_app.CollocationsView.__init__", + "callee": "nltk.app.collocations_app.CollocationsModel.LoadCorpus.__init__", + "lineno": 80, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.__init__", + "callee": ".tkinter.Tk", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.__init__", + "callee": "nltk.app.collocations_app.CollocationsView._init_top", + "lineno": 82, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.__init__", + "callee": "nltk.app.collocations_app.CollocationsView._init_menubar", + "lineno": 83, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.__init__", + "callee": "nltk.app.collocations_app.CollocationsView._init_widgets", + "lineno": 84, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.__init__", + "callee": "nltk.app.collocations_app.CollocationsView.load_corpus", + "lineno": 85, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_widgets", + "callee": ".tkinter.Frame", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_widgets", + "callee": "nltk.app.collocations_app.CollocationsView._init_corpus_select", + "lineno": 99, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_widgets", + "callee": "nltk.app.collocations_app.CollocationsView._init_results_box", + "lineno": 100, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_widgets", + "callee": "nltk.app.collocations_app.CollocationsView._init_paging", + "lineno": 101, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_widgets", + "callee": "nltk.app.collocations_app.CollocationsView._init_status", + "lineno": 102, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_corpus_select", + "callee": ".tkinter.Frame", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_corpus_select", + "callee": ".tkinter.StringVar", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_corpus_select", + "callee": ".tkinter.Label", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_corpus_select", + "callee": ".tkinter.OptionMenu", + "lineno": 122, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_status", + "callee": ".tkinter.Label", + "lineno": 135, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_menubar", + "callee": ".tkinter.IntVar", + "lineno": 147, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 148, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 150, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 156, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 157, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_results_box", + "callee": ".tkinter.Frame", + "lineno": 189, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_results_box", + "callee": ".tkinter.Frame", + "lineno": 190, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_results_box", + "callee": ".tkinter.Frame", + "lineno": 191, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_results_box", + "callee": ".tkinter.Scrollbar", + "lineno": 192, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_results_box", + "callee": ".tkinter.Scrollbar", + "lineno": 193, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_results_box", + "callee": ".tkinter.Text", + "lineno": 194, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_results_box", + "callee": ".tkinter.font.Font", + "lineno": 196, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_results_box", + "callee": ".tkinter.Label", + "lineno": 212, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_paging", + "callee": ".tkinter.Frame", + "lineno": 220, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_paging", + "callee": ".tkinter.Button", + "lineno": 221, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_paging", + "callee": ".tkinter.Button", + "lineno": 231, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._init_paging", + "callee": "nltk.app.collocations_app.CollocationsView.reset_current_page", + "lineno": 242, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._poll", + "callee": "nltk.app.collocations_app.CollocationsView.handle_corpus_loaded", + "lineno": 254, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView._poll", + "callee": "nltk.app.collocations_app.CollocationsView.handle_error_loading_corpus", + "lineno": 256, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.handle_error_loading_corpus", + "callee": "nltk.app.collocations_app.CollocationsView.unfreeze_editable", + "lineno": 261, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.handle_error_loading_corpus", + "callee": "nltk.app.collocations_app.CollocationsView.clear_results_box", + "lineno": 262, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.handle_error_loading_corpus", + "callee": "nltk.app.collocations_app.CollocationsView.freeze_editable", + "lineno": 263, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.handle_error_loading_corpus", + "callee": "nltk.app.collocations_app.CollocationsView.reset_current_page", + "lineno": 264, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.handle_corpus_loaded", + "callee": "nltk.app.collocations_app.CollocationsView.unfreeze_editable", + "lineno": 268, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.handle_corpus_loaded", + "callee": "nltk.app.collocations_app.CollocationsView.clear_results_box", + "lineno": 269, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.handle_corpus_loaded", + "callee": "nltk.app.collocations_app.CollocationsView.reset_current_page", + "lineno": 270, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.handle_corpus_loaded", + "callee": "nltk.app.collocations_app.CollocationsView.write_results", + "lineno": 273, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.corpus_selected", + "callee": "nltk.app.collocations_app.CollocationsView.load_corpus", + "lineno": 278, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.previous", + "callee": "nltk.app.collocations_app.CollocationsView.freeze_editable", + "lineno": 281, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.previous", + "callee": "nltk.app.collocations_app.CollocationsView.clear_results_box", + "lineno": 284, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.previous", + "callee": "nltk.app.collocations_app.CollocationsView.write_results", + "lineno": 285, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.previous", + "callee": "nltk.app.collocations_app.CollocationsView.unfreeze_editable", + "lineno": 286, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.__next__", + "callee": "nltk.app.collocations_app.CollocationsView.freeze_editable", + "lineno": 289, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.__next__", + "callee": "nltk.app.collocations_app.CollocationsView.clear_results_box", + "lineno": 291, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.__next__", + "callee": "nltk.app.collocations_app.CollocationsView.write_results", + "lineno": 292, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.__next__", + "callee": "nltk.app.collocations_app.CollocationsView.unfreeze_editable", + "lineno": 294, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.load_corpus", + "callee": "nltk.app.collocations_app.CollocationsView.freeze_editable", + "lineno": 299, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.mainloop", + "callee": "nltk.util.in_idle", + "lineno": 323, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsView.unfreeze_editable", + "callee": "nltk.app.collocations_app.CollocationsView.set_paging_button_states", + "lineno": 328, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsModel.__init__", + "callee": "nltk.app.collocations_app.CollocationsModel.reset_results", + "lineno": 357, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsModel.load_corpus", + "callee": "nltk.app.collocations_app.CollocationsModel.reset_results", + "lineno": 368, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsModel.non_default_corpora", + "callee": ".list.extend", + "lineno": 372, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsModel.non_default_corpora", + "callee": ".list.remove", + "lineno": 373, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.collocations_app.CollocationsModel.non_default_corpora", + "callee": ".list.sort", + "lineno": 374, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.collocations_app.LoadCorpus.run", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 412, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.collocations_app.LoadCorpus.run", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 413, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.collocations_app.LoadCorpus.run", + "callee": ".list.sort", + "lineno": 418, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.collocations_app.LoadCorpus.run", + "callee": ".operator.itemgetter", + "lineno": 418, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.LoadCorpus.run", + "callee": ".operator.itemgetter", + "lineno": 419, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.collocations_app.app", + "callee": "nltk.app.collocations_app.CollocationsView.__init__", + "lineno": 431, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.collocations_app.app", + "callee": "nltk.app.collocations_app.CollocationsView.mainloop", + "lineno": 432, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.app.collocations_app.", + "callee": "nltk.app.collocations_app.app", + "lineno": 436, + "resolution": "direct_name_call" + } + ], + "nltk.app.concordance_app": [ + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.__init__", + "callee": "nltk.app.concordance_app.ConcordanceSearchModel.SearchCorpus.__init__", + "lineno": 133, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.__init__", + "callee": ".tkinter.Tk", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.__init__", + "callee": "nltk.app.concordance_app.ConcordanceSearchView._init_top", + "lineno": 135, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.__init__", + "callee": "nltk.app.concordance_app.ConcordanceSearchView._init_menubar", + "lineno": 136, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.__init__", + "callee": "nltk.app.concordance_app.ConcordanceSearchView._init_widgets", + "lineno": 137, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.__init__", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.load_corpus", + "lineno": 138, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_widgets", + "callee": ".tkinter.Frame", + "lineno": 149, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_widgets", + "callee": "nltk.app.concordance_app.ConcordanceSearchView._init_corpus_select", + "lineno": 152, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_widgets", + "callee": "nltk.app.concordance_app.ConcordanceSearchView._init_query_box", + "lineno": 153, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_widgets", + "callee": "nltk.app.concordance_app.ConcordanceSearchView._init_results_box", + "lineno": 154, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_widgets", + "callee": "nltk.app.concordance_app.ConcordanceSearchView._init_paging", + "lineno": 155, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_widgets", + "callee": "nltk.app.concordance_app.ConcordanceSearchView._init_status", + "lineno": 156, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_menubar", + "callee": ".tkinter.IntVar", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_menubar", + "callee": ".tkinter.IntVar", + "lineno": 161, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_menubar", + "callee": ".tkinter.IntVar", + "lineno": 162, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 163, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 165, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 172, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 197, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 223, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_corpus_select", + "callee": ".tkinter.Frame", + "lineno": 264, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_corpus_select", + "callee": ".tkinter.StringVar", + "lineno": 265, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_corpus_select", + "callee": ".tkinter.Label", + "lineno": 267, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_corpus_select", + "callee": ".tkinter.OptionMenu", + "lineno": 280, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_status", + "callee": ".tkinter.Label", + "lineno": 293, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_query_box", + "callee": ".tkinter.Frame", + "lineno": 305, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_query_box", + "callee": ".tkinter.Frame", + "lineno": 306, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_query_box", + "callee": ".tkinter.Entry", + "lineno": 307, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_query_box", + "callee": ".tkinter.Button", + "lineno": 309, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.search_enter_keypress_handler", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.search", + "lineno": 322, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_results_box", + "callee": ".tkinter.Frame", + "lineno": 325, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_results_box", + "callee": ".tkinter.Frame", + "lineno": 326, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_results_box", + "callee": ".tkinter.Frame", + "lineno": 327, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_results_box", + "callee": ".tkinter.Scrollbar", + "lineno": 328, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_results_box", + "callee": ".tkinter.Scrollbar", + "lineno": 329, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_results_box", + "callee": ".tkinter.Text", + "lineno": 330, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_results_box", + "callee": ".tkinter.font.Font", + "lineno": 332, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_results_box", + "callee": ".tkinter.Label", + "lineno": 354, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_paging", + "callee": ".tkinter.Frame", + "lineno": 362, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_paging", + "callee": ".tkinter.Button", + "lineno": 363, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._init_paging", + "callee": ".tkinter.Button", + "lineno": 373, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.previous", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.clear_results_box", + "lineno": 387, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.previous", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.freeze_editable", + "lineno": 388, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.__next__", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.clear_results_box", + "lineno": 392, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.__next__", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.freeze_editable", + "lineno": 393, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.about", + "callee": ".tkinter.messagebox.Message", + "lineno": 402, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.about", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 404, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._poll", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.handle_corpus_loaded", + "lineno": 419, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._poll", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.handle_search_terminated", + "lineno": 421, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._poll", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.handle_search_error", + "lineno": 423, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView._poll", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.handle_error_loading_corpus", + "lineno": 425, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.handle_error_loading_corpus", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.unfreeze_editable", + "lineno": 430, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.handle_error_loading_corpus", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.clear_all", + "lineno": 431, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.handle_error_loading_corpus", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.freeze_editable", + "lineno": 432, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.handle_corpus_loaded", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.unfreeze_editable", + "lineno": 436, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.handle_corpus_loaded", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.clear_all", + "lineno": 437, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.handle_search_terminated", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.write_results", + "lineno": 443, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.handle_search_terminated", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.unfreeze_editable", + "lineno": 449, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.handle_search_error", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.unfreeze_editable", + "lineno": 454, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.corpus_selected", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.load_corpus", + "lineno": 458, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.load_corpus", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.freeze_editable", + "lineno": 463, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.search", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.clear_results_box", + "lineno": 468, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.search", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.freeze_editable", + "lineno": 474, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.write_results", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.pad", + "lineno": 484, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.write_results", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.words_and_labels", + "lineno": 489, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.clear_all", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.clear_results_box", + "lineno": 543, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.unfreeze_editable", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.set_paging_button_states", + "lineno": 559, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchView.mainloop", + "callee": "nltk.util.in_idle", + "lineno": 576, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchModel.__init__", + "callee": "nltk.app.concordance_app.ConcordanceSearchModel.reset_query", + "lineno": 587, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchModel.__init__", + "callee": "nltk.app.concordance_app.ConcordanceSearchModel.reset_results", + "lineno": 588, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchModel.non_default_corpora", + "callee": ".list.extend", + "lineno": 594, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchModel.non_default_corpora", + "callee": ".list.remove", + "lineno": 595, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchModel.non_default_corpora", + "callee": ".list.sort", + "lineno": 596, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.concordance_app.ConcordanceSearchModel.next", + "callee": "nltk.app.concordance_app.ConcordanceSearchModel.search", + "lineno": 613, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.concordance_app.SearchCorpus.processed_query", + "callee": ".list.append", + "lineno": 693, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.concordance_app.SearchCorpus.processed_query", + "callee": ".list.append", + "lineno": 695, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.concordance_app.SearchCorpus.processed_query", + "callee": ".list.append", + "lineno": 697, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.concordance_app.app", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.__init__", + "lineno": 702, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.concordance_app.app", + "callee": "nltk.app.concordance_app.ConcordanceSearchView.mainloop", + "lineno": 703, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.app.concordance_app.", + "callee": "nltk.app.concordance_app.app", + "lineno": 707, + "resolution": "direct_name_call" + } + ], + "nltk.app.nemo_app": [ + { + "caller": "nltk.app.nemo_app.Zone.__init__", + "callee": ".tkinter.Frame", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.nemo_app.Zone.__init__", + "callee": ".tkinter.PhotoImage", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.nemo_app.Zone.__init__", + "callee": ".tkinter.PhotoImage", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.nemo_app.Zone.__init__", + "callee": ".tkinter.Label", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.nemo_app.Zone.__init__", + "callee": ".tkinter.Text", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.nemo_app.Zone.__init__", + "callee": "nltk.app.nemo_app.Zone.initScrollText", + "lineno": 60, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.nemo_app.Zone.__init__", + "callee": ".tkinter.Frame", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.nemo_app.Zone.__init__", + "callee": ".tkinter.Text", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.nemo_app.Zone.__init__", + "callee": "nltk.app.nemo_app.Zone.initScrollText", + "lineno": 63, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.nemo_app.Zone.initScrollText", + "callee": ".tkinter.Scrollbar", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.nemo_app.Zone.initScrollText", + "callee": ".tkinter.Frame", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.nemo_app.app", + "callee": ".tkinter.Tk", + "lineno": 144, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.nemo_app.app", + "callee": "nltk.app.nemo_app.FindZone.", + "lineno": 148, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.nemo_app.app", + "callee": "nltk.app.nemo_app.ReplaceZone.", + "lineno": 153, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.nemo_app.app", + "callee": "nltk.app.nemo_app.launchRefresh", + "lineno": 156, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.nemo_app.", + "callee": "nltk.app.nemo_app.app", + "lineno": 161, + "resolution": "direct_name_call" + } + ], + "nltk.app.rdparser_app": [ + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.__init__", + "callee": ".tkinter.Tk", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.__init__", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._init_bindings", + "lineno": 97, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.__init__", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._init_fonts", + "lineno": 100, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.__init__", + "callee": ".tkinter.IntVar", + "lineno": 104, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.__init__", + "callee": ".tkinter.IntVar", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.__init__", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._init_menubar", + "lineno": 114, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.__init__", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._init_buttons", + "lineno": 115, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.__init__", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._init_feedback", + "lineno": 116, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.__init__", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._init_grammar", + "lineno": 117, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.__init__", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._init_canvas", + "lineno": 118, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_fonts", + "callee": ".tkinter.Button", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_fonts", + "callee": ".tkinter.IntVar", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 139, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 140, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_grammar", + "callee": ".tkinter.Frame", + "lineno": 149, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_grammar", + "callee": ".tkinter.Label", + "lineno": 151, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_grammar", + "callee": ".tkinter.Listbox", + "lineno": 155, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_grammar", + "callee": ".tkinter.Scrollbar", + "lineno": 175, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_buttons", + "callee": ".tkinter.Frame", + "lineno": 218, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 220, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 227, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 234, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 242, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 250, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._configure", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._redraw", + "lineno": 269, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_feedback", + "callee": ".tkinter.Frame", + "lineno": 272, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_feedback", + "callee": ".tkinter.Label", + "lineno": 274, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_feedback", + "callee": ".tkinter.Frame", + "lineno": 278, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_feedback", + "callee": ".tkinter.Label", + "lineno": 280, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_feedback", + "callee": ".tkinter.Label", + "lineno": 283, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_canvas", + "callee": "nltk.draw.util.CanvasFrame.__init__", + "lineno": 295, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 312, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 314, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 329, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 344, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 361, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 406, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 433, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._redraw", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 485, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._redraw", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._highlight_nodes", + "lineno": 496, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._redraw", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._highlight_prodlist", + "lineno": 497, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._redraw", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._position_text", + "lineno": 500, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._redraw_quick", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._highlight_nodes", + "lineno": 504, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._redraw_quick", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._highlight_prodlist", + "lineno": 505, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._redraw_quick", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._position_text", + "lineno": 506, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._highlight_nodes", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._get", + "lineno": 512, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._highlight_nodes", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._get", + "lineno": 513, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._highlight_nodes", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._get", + "lineno": 515, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._position_text", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._tree_leaves", + "lineno": 539, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._tree_leaves", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._tree_leaves", + "lineno": 575, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.reset", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._redraw", + "lineno": 596, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.autostep", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._step", + "lineno": 605, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.step", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._step", + "lineno": 614, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.match", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._match", + "lineno": 618, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.expand", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._expand", + "lineno": 622, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.backtrack", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._backtrack", + "lineno": 626, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._step", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._expand", + "lineno": 633, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._step", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._match", + "lineno": 635, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._step", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._backtrack", + "lineno": 637, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._expand", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._animate_expand", + "lineno": 660, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._match", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._animate_match", + "lineno": 675, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._backtrack", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._animate_backtrack", + "lineno": 692, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._backtrack", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._animate_match_backtrack", + "lineno": 694, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.about", + "callee": ".tkinter.messagebox.Message", + "lineno": 710, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.about", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 712, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.help", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 718, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.help", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 726, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.mainloop", + "callee": "nltk.util.in_idle", + "lineno": 744, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.resize", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._redraw", + "lineno": 756, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._prodlist_select", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._animate_expand", + "lineno": 797, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_expand", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._get", + "lineno": 810, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_expand", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._makeroom", + "lineno": 853, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_expand", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._animate_expand_frame", + "lineno": 872, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._makeroom", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._makeroom", + "lineno": 898, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_expand_frame", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._redraw_quick", + "lineno": 917, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_expand_frame", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._step", + "lineno": 921, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_backtrack", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._get", + "lineno": 934, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_backtrack", + "callee": ".list.append", + "lineno": 937, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_backtrack", + "callee": ".list.append", + "lineno": 939, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_backtrack", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._animate_backtrack_frame", + "lineno": 941, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_backtrack_frame", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._redraw_quick", + "lineno": 953, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_backtrack_frame", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._step", + "lineno": 956, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_match_backtrack", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._get", + "lineno": 959, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_match_backtrack", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._animate_match_backtrack_frame", + "lineno": 964, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_match", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._get", + "lineno": 967, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_match", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._animate_match_frame", + "lineno": 972, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_match_frame", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._redraw_quick", + "lineno": 981, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_match_frame", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._step", + "lineno": 984, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp._animate_match_backtrack_frame", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp._step", + "lineno": 998, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.edit_sentence", + "callee": "nltk.draw.util.EntryDialog.__init__", + "lineno": 1014, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.rdparser_app.RecursiveDescentApp.set_sentence", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp.reset", + "lineno": 1018, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.rdparser_app.app", + "callee": "nltk.grammar.CFG.fromstring", + "lineno": 1028, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.app.rdparser_app.app", + "callee": "nltk.app.rdparser_app.RecursiveDescentApp.__init__", + "lineno": 1046, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.rdparser_app.", + "callee": "nltk.app.rdparser_app.app", + "lineno": 1050, + "resolution": "direct_name_call" + } + ], + "nltk.app.srparser_app": [ + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.__init__", + "callee": ".tkinter.Tk", + "lineno": 103, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.__init__", + "callee": ".tkinter.IntVar", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.__init__", + "callee": ".tkinter.IntVar", + "lineno": 113, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.__init__", + "callee": "nltk.app.srparser_app.ShiftReduceApp._init_fonts", + "lineno": 117, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.__init__", + "callee": "nltk.app.srparser_app.ShiftReduceApp._init_bindings", + "lineno": 120, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.__init__", + "callee": "nltk.app.srparser_app.ShiftReduceApp._init_menubar", + "lineno": 123, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.__init__", + "callee": "nltk.app.srparser_app.ShiftReduceApp._init_buttons", + "lineno": 124, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.__init__", + "callee": "nltk.app.srparser_app.ShiftReduceApp._init_feedback", + "lineno": 125, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.__init__", + "callee": "nltk.app.srparser_app.ShiftReduceApp._init_grammar", + "lineno": 126, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.__init__", + "callee": "nltk.app.srparser_app.ShiftReduceApp._init_canvas", + "lineno": 127, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.__init__", + "callee": ".tkinter.Menu", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.__init__", + "callee": "nltk.app.srparser_app.ShiftReduceApp.reset", + "lineno": 133, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 142, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_fonts", + "callee": ".tkinter.Button", + "lineno": 142, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_fonts", + "callee": ".tkinter.IntVar", + "lineno": 146, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 149, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 150, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_grammar", + "callee": ".tkinter.Frame", + "lineno": 154, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_grammar", + "callee": ".tkinter.Label", + "lineno": 156, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_grammar", + "callee": ".tkinter.Listbox", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_grammar", + "callee": ".tkinter.Scrollbar", + "lineno": 180, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_buttons", + "callee": ".tkinter.Frame", + "lineno": 229, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 231, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 238, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 246, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_buttons", + "callee": ".tkinter.Button", + "lineno": 254, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 264, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 266, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 281, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 296, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 313, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 358, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 385, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_feedback", + "callee": ".tkinter.Frame", + "lineno": 395, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_feedback", + "callee": ".tkinter.Label", + "lineno": 397, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_feedback", + "callee": ".tkinter.Frame", + "lineno": 401, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_feedback", + "callee": ".tkinter.Label", + "lineno": 403, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_feedback", + "callee": ".tkinter.Label", + "lineno": 406, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_canvas", + "callee": "nltk.draw.util.CanvasFrame.__init__", + "lineno": 418, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_canvas", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 437, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._init_canvas", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 440, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._redraw", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 489, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._redraw", + "callee": "nltk.draw.util.CanvasWidget.bind_click", + "lineno": 490, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._redraw", + "callee": "nltk.draw.util.CanvasWidget.bbox", + "lineno": 493, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._redraw", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 498, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._redraw", + "callee": "nltk.draw.util.CanvasWidget.bbox", + "lineno": 501, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._redraw.drag_shift", + "callee": "nltk.draw.util.CanvasWidget.bbox", + "lineno": 526, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._redraw.drag_shift", + "callee": "nltk.app.srparser_app.ShiftReduceApp.shift", + "lineno": 527, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._redraw.drag_shift", + "callee": "nltk.app.srparser_app.ShiftReduceApp._redraw", + "lineno": 529, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._redraw", + "callee": "nltk.app.srparser_app.ShiftReduceApp._highlight_productions", + "lineno": 535, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.reset", + "callee": "nltk.app.srparser_app.ShiftReduceApp._redraw", + "lineno": 563, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.step", + "callee": "nltk.app.srparser_app.ShiftReduceApp.reduce", + "lineno": 566, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.step", + "callee": "nltk.app.srparser_app.ShiftReduceApp.shift", + "lineno": 568, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.shift", + "callee": "nltk.app.srparser_app.ShiftReduceApp._animate_shift", + "lineno": 586, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.shift", + "callee": "nltk.app.srparser_app.ShiftReduceApp._redraw", + "lineno": 588, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.reduce", + "callee": "nltk.app.srparser_app.ShiftReduceApp._animate_reduce", + "lineno": 600, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.reduce", + "callee": "nltk.app.srparser_app.ShiftReduceApp._redraw", + "lineno": 602, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.undo", + "callee": "nltk.app.srparser_app.ShiftReduceApp._redraw", + "lineno": 609, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.mainloop", + "callee": "nltk.util.in_idle", + "lineno": 621, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.resize", + "callee": "nltk.app.srparser_app.ShiftReduceApp._redraw", + "lineno": 644, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.help", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 649, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.help", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 657, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.about", + "callee": ".tkinter.messagebox.Message", + "lineno": 670, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.about", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 672, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.edit_sentence", + "callee": "nltk.draw.util.EntryDialog.__init__", + "lineno": 688, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp.set_sentence", + "callee": "nltk.app.srparser_app.ShiftReduceApp.reset", + "lineno": 692, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._prodlist_select", + "callee": "nltk.app.srparser_app.ShiftReduceApp._animate_reduce", + "lineno": 719, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._prodlist_select", + "callee": "nltk.app.srparser_app.ShiftReduceApp._redraw", + "lineno": 721, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._animate_shift", + "callee": "nltk.app.srparser_app.ShiftReduceApp._animate_shift_frame", + "lineno": 760, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._animate_shift_frame", + "callee": "nltk.app.srparser_app.ShiftReduceApp._draw_stack_top", + "lineno": 776, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._animate_shift_frame", + "callee": "nltk.app.srparser_app.ShiftReduceApp._highlight_productions", + "lineno": 777, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._animate_reduce", + "callee": "nltk.app.srparser_app.ShiftReduceApp._animate_reduce_frame", + "lineno": 793, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._animate_reduce_frame", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 808, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._animate_reduce_frame", + "callee": "nltk.app.srparser_app.ShiftReduceApp._draw_stack_top", + "lineno": 822, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._animate_reduce_frame", + "callee": "nltk.app.srparser_app.ShiftReduceApp._highlight_productions", + "lineno": 823, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.ShiftReduceApp._highlight_hover", + "callee": "nltk.app.srparser_app.ShiftReduceApp._clear_hover", + "lineno": 864, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Nonterminal.__init__", + "lineno": 901, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": ".str.split", + "lineno": 901, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 905, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 906, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 907, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 908, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 909, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 910, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 911, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 913, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 914, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 915, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 916, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 917, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 918, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 919, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 920, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 921, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 922, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.Production.__init__", + "lineno": 923, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.grammar.CFG.__init__", + "lineno": 926, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.srparser_app.app", + "callee": "nltk.app.srparser_app.ShiftReduceApp.__init__", + "lineno": 931, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.srparser_app.", + "callee": "nltk.app.srparser_app.app", + "lineno": 935, + "resolution": "direct_name_call" + } + ], + "nltk.app.wordfreq_app": [ + { + "caller": "nltk.app.wordfreq_app.app", + "callee": "nltk.text.Text.__init__", + "lineno": 29, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.wordfreq_app.app", + "callee": "nltk.app.wordfreq_app.plot_word_freq_dist", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordfreq_app.", + "callee": "nltk.app.wordfreq_app.app", + "lineno": 34, + "resolution": "direct_name_call" + } + ], + "nltk.app.wordnet_app": [ + { + "caller": "nltk.app.wordnet_app.MyServerHandler.do_HEAD", + "callee": "nltk.app.wordnet_app.MyServerHandler.send_head", + "lineno": 82, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.wordnet_app.MyServerHandler.do_GET", + "callee": ".urllib.parse.unquote_plus", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.wordnet_app.MyServerHandler.do_GET", + "callee": "nltk.app.wordnet_app.get_static_index_page", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.MyServerHandler.do_GET", + "callee": "nltk.app.wordnet_app.get_static_index_page", + "lineno": 101, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.MyServerHandler.do_GET", + "callee": ".urllib.parse.unquote_plus", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.wordnet_app.MyServerHandler.do_GET", + "callee": "nltk.app.wordnet_app.get_static_page_by_path", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.MyServerHandler.do_GET", + "callee": "nltk.app.wordnet_app.page_from_word", + "lineno": 143, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.MyServerHandler.do_GET", + "callee": "nltk.app.wordnet_app.page_from_href", + "lineno": 148, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.MyServerHandler.do_GET", + "callee": "nltk.app.wordnet_app.page_from_word", + "lineno": 153, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.MyServerHandler.do_GET", + "callee": "nltk.app.wordnet_app.MyServerHandler.send_head", + "lineno": 159, + "resolution": "self_method_call" + }, + { + "caller": "nltk.app.wordnet_app.wnb", + "callee": "nltk.app.wordnet_app.startBrowser", + "lineno": 239, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.wnb", + "callee": ".http.server.HTTPServer", + "lineno": 243, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.wordnet_app._pos_match", + "callee": "nltk.app.wordnet_app._pos_tuples", + "lineno": 312, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.lemma_property.flattern", + "callee": "nltk.app.wordnet_app.lemma_property.flattern", + "lineno": 355, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.app.wordnet_app.lemma_property", + "callee": "nltk.app.wordnet_app.lemma_property.flattern", + "lineno": 357, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.app.wordnet_app.rebuild_tree", + "callee": "nltk.app.wordnet_app.rebuild_tree", + "lineno": 363, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.get_relations_data", + "callee": "nltk.app.wordnet_app.rebuild_tree", + "lineno": 379, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.get_relations_data", + "callee": "nltk.app.wordnet_app.lemma_property", + "lineno": 391, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.get_relations_data", + "callee": "nltk.app.wordnet_app.lemma_property", + "lineno": 395, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.get_relations_data", + "callee": "nltk.app.wordnet_app.lemma_property", + "lineno": 402, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.get_relations_data", + "callee": "nltk.app.wordnet_app.rebuild_tree", + "lineno": 408, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.get_relations_data", + "callee": "nltk.app.wordnet_app.lemma_property", + "lineno": 417, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.get_relations_data", + "callee": "nltk.app.wordnet_app.lemma_property", + "lineno": 424, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.get_relations_data", + "callee": "nltk.app.wordnet_app.lemma_property", + "lineno": 430, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.get_relations_data", + "callee": "nltk.app.wordnet_app.lemma_property", + "lineno": 439, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app._abbc", + "callee": "nltk.app.wordnet_app._center", + "lineno": 530, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app._abbc", + "callee": "nltk.app.wordnet_app._bold", + "lineno": 530, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.", + "callee": "nltk.app.wordnet_app._ul", + "lineno": 533, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.", + "callee": "nltk.app.wordnet_app._li", + "lineno": 533, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.", + "callee": "nltk.app.wordnet_app._italic", + "lineno": 533, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app._collect_one_synset", + "callee": "nltk.app.wordnet_app._pos_match", + "lineno": 562, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app._collect_one_synset", + "callee": "nltk.app.wordnet_app.Reference.__init__", + "lineno": 565, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.wordnet_app._collect_one_synset", + "callee": "nltk.app.wordnet_app._bold", + "lineno": 569, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app._collect_one_synset", + "callee": "nltk.app.wordnet_app.make_lookup_link", + "lineno": 570, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app._collect_one_synset.format_lemma", + "callee": "nltk.app.wordnet_app._bold", + "lineno": 575, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app._collect_one_synset.format_lemma", + "callee": "nltk.app.wordnet_app.Reference.__init__", + "lineno": 577, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.wordnet_app._collect_one_synset.format_lemma", + "callee": "nltk.app.wordnet_app.make_lookup_link", + "lineno": 578, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app._collect_one_synset", + "callee": "nltk.app.wordnet_app._collect_one_synset.format_lemma", + "lineno": 580, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.app.wordnet_app._collect_one_synset", + "callee": "nltk.app.wordnet_app._synset_relations", + "lineno": 586, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app._collect_all_synsets", + "callee": "nltk.app.wordnet_app._collect_one_synset", + "lineno": 595, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app._synset_relations", + "callee": "nltk.app.wordnet_app.Reference.__init__", + "lineno": 616, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.wordnet_app._synset_relations.relation_html", + "callee": "nltk.app.wordnet_app.make_lookup_link", + "lineno": 620, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app._synset_relations.relation_html", + "callee": "nltk.app.wordnet_app.Reference.__init__", + "lineno": 620, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.wordnet_app._synset_relations.relation_html", + "callee": "nltk.app.wordnet_app._synset_relations.relation_html", + "lineno": 622, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.app.wordnet_app._synset_relations.relation_html", + "callee": "nltk.app.wordnet_app._synset_relations.relation_html", + "lineno": 627, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.app.wordnet_app._synset_relations.relation_html", + "callee": "nltk.app.wordnet_app._synset_relations.relation_html", + "lineno": 628, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.app.wordnet_app._synset_relations.make_synset_html", + "callee": "nltk.app.wordnet_app.make_lookup_link", + "lineno": 637, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app._synset_relations.make_synset_html", + "callee": "nltk.app.wordnet_app._synset_relations.relation_html", + "lineno": 644, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.app.wordnet_app._synset_relations", + "callee": "nltk.app.wordnet_app._synset_relations.make_synset_html", + "lineno": 652, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.app.wordnet_app._synset_relations", + "callee": "nltk.app.wordnet_app.get_relations_data", + "lineno": 653, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.Reference.decode", + "callee": "nltk.picklesec.RestrictedUnpickler.", + "lineno": 697, + "resolution": "imported_call" + }, + { + "caller": "nltk.app.wordnet_app.Reference.decode", + "callee": "nltk.app.wordnet_app.Reference.__init__", + "lineno": 698, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.wordnet_app.page_from_word", + "callee": "nltk.app.wordnet_app.page_from_reference", + "lineno": 742, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.page_from_word", + "callee": "nltk.app.wordnet_app.Reference.__init__", + "lineno": 742, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.app.wordnet_app.page_from_href", + "callee": "nltk.app.wordnet_app.page_from_reference", + "lineno": 756, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.page_from_reference", + "callee": ".collections.defaultdict", + "lineno": 771, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.app.wordnet_app.page_from_reference", + "callee": "nltk.app.wordnet_app._pos_tuples", + "lineno": 786, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.page_from_reference", + "callee": "nltk.app.wordnet_app._hlev", + "lineno": 788, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.page_from_reference", + "callee": "nltk.app.wordnet_app._collect_all_synsets", + "lineno": 793, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.get_static_page_by_path", + "callee": "nltk.app.wordnet_app.get_static_index_page", + "lineno": 813, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.get_static_page_by_path", + "callee": "nltk.app.wordnet_app.get_static_index_page", + "lineno": 815, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.get_static_page_by_path", + "callee": "nltk.app.wordnet_app.get_static_upper_page", + "lineno": 819, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.get_static_page_by_path", + "callee": "nltk.app.wordnet_app.get_static_upper_page", + "lineno": 821, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.get_static_page_by_path", + "callee": "nltk.app.wordnet_app.get_static_web_help_page", + "lineno": 823, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.app", + "callee": "nltk.app.wordnet_app.usage", + "lineno": 995, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.app", + "callee": "nltk.app.wordnet_app.wnb", + "lineno": 997, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.app.wordnet_app.", + "callee": "nltk.app.wordnet_app.app", + "lineno": 1001, + "resolution": "direct_name_call" + } + ], + "nltk.app": [], + "nltk.ccg.api": [ + { + "caller": "nltk.ccg.api.AbstractCCGCategory.__lt__", + "callee": "nltk.internals.raise_unorderable_types", + "lineno": 69, + "resolution": "imported_call" + }, + { + "caller": "nltk.ccg.api.CCGVar.__init__", + "callee": "nltk.ccg.api.CCGVar.new_id", + "lineno": 99, + "resolution": "self_method_call" + }, + { + "caller": "nltk.ccg.api.Direction.can_unify", + "callee": "nltk.ccg.api.Direction.restrs", + "lineno": 190, + "resolution": "self_method_call" + }, + { + "caller": "nltk.ccg.api.Direction.can_unify", + "callee": "nltk.ccg.api.Direction.is_variable", + "lineno": 191, + "resolution": "self_method_call" + }, + { + "caller": "nltk.ccg.api.Direction.can_unify", + "callee": "nltk.ccg.api.Direction.restrs", + "lineno": 194, + "resolution": "self_method_call" + }, + { + "caller": "nltk.ccg.api.Direction.substitute", + "callee": "nltk.ccg.api.Direction.is_variable", + "lineno": 199, + "resolution": "self_method_call" + }, + { + "caller": "nltk.ccg.api.Direction.substitute", + "callee": "nltk.ccg.api.Direction.__init__", + "lineno": 204, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.api.Direction.__lt__", + "callee": "nltk.internals.raise_unorderable_types", + "lineno": 225, + "resolution": "imported_call" + }, + { + "caller": "nltk.ccg.api.Direction.__neg__", + "callee": "nltk.ccg.api.Direction.__init__", + "lineno": 247, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.api.Direction.__neg__", + "callee": "nltk.ccg.api.Direction.__init__", + "lineno": 249, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.api.PrimitiveCategory.can_unify", + "callee": "nltk.ccg.api.PrimitiveCategory.categ", + "lineno": 291, + "resolution": "self_method_call" + }, + { + "caller": "nltk.ccg.api.FunctionalCategory.substitute", + "callee": "nltk.ccg.api.FunctionalCategory.__init__", + "lineno": 333, + "resolution": "same_module_class_call" + } + ], + "nltk.ccg.chart": [ + { + "caller": "nltk.ccg.chart.BinaryCombinatorRule.apply", + "callee": "nltk.ccg.chart.CCGEdge.__init__", + "lineno": 176, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.chart.ForwardTypeRaiseRule.apply", + "callee": "nltk.ccg.chart.CCGEdge.__init__", + "lineno": 208, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.chart.BackwardTypeRaiseRule.apply", + "callee": "nltk.ccg.chart.CCGEdge.__init__", + "lineno": 231, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.chart.", + "callee": "nltk.ccg.chart.BinaryCombinatorRule.__init__", + "lineno": 241, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.chart.", + "callee": "nltk.ccg.chart.BinaryCombinatorRule.__init__", + "lineno": 242, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.chart.", + "callee": "nltk.ccg.chart.BinaryCombinatorRule.__init__", + "lineno": 245, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.chart.", + "callee": "nltk.ccg.chart.BinaryCombinatorRule.__init__", + "lineno": 246, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.chart.", + "callee": "nltk.ccg.chart.BinaryCombinatorRule.__init__", + "lineno": 247, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.chart.", + "callee": "nltk.ccg.chart.BinaryCombinatorRule.__init__", + "lineno": 250, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.chart.", + "callee": "nltk.ccg.chart.BinaryCombinatorRule.__init__", + "lineno": 251, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.chart.", + "callee": "nltk.ccg.chart.ForwardTypeRaiseRule.__init__", + "lineno": 253, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.chart.", + "callee": "nltk.ccg.chart.BackwardTypeRaiseRule.__init__", + "lineno": 253, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.chart.CCGChartParser.parse", + "callee": "nltk.ccg.chart.CCGChart.__init__", + "lineno": 278, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.chart.CCGChartParser.parse", + "callee": "nltk.parse.chart.Chart.num_leaves", + "lineno": 282, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.ccg.chart.CCGChartParser.parse", + "callee": "nltk.parse.chart.Chart.leaf", + "lineno": 283, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.ccg.chart.CCGChartParser.parse", + "callee": "nltk.ccg.chart.CCGLeafEdge.__init__", + "lineno": 284, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.chart.CCGChartParser.parse", + "callee": "nltk.parse.chart.Chart.leaf", + "lineno": 284, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.ccg.chart.CCGChartParser.parse", + "callee": "nltk.parse.chart.Chart.insert", + "lineno": 285, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.ccg.chart.CCGChartParser.parse", + "callee": "nltk.parse.chart.Chart.num_leaves", + "lineno": 288, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.ccg.chart.CCGChartParser.parse", + "callee": "nltk.parse.chart.Chart.num_leaves", + "lineno": 289, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.ccg.chart.CCGChartParser.parse", + "callee": "nltk.parse.chart.Chart.select", + "lineno": 297, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.ccg.chart.CCGChartParser.parse", + "callee": "nltk.parse.chart.Chart.select", + "lineno": 298, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.ccg.chart.CCGChartParser.parse", + "callee": "nltk.parse.chart.Chart.parses", + "lineno": 306, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.ccg.chart.CCGChart.__init__", + "callee": "nltk.parse.chart.Chart.__init__", + "lineno": 311, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.ccg.chart.CCGChart._trees", + "callee": "nltk.parse.chart.Chart.child_pointer_lists", + "lineno": 331, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.ccg.chart.CCGChart._trees", + "callee": "nltk.ccg.chart.CCGChart._trees", + "lineno": 332, + "resolution": "self_method_call" + }, + { + "caller": "nltk.ccg.chart.CCGChart._trees", + "callee": "nltk.ccg.lexicon.Token.__init__", + "lineno": 335, + "resolution": "imported_call" + }, + { + "caller": "nltk.ccg.chart.CCGChart._trees", + "callee": "nltk.ccg.chart.compute_semantics", + "lineno": 338, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.chart.CCGChart._trees", + "callee": ".list.append", + "lineno": 342, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.ccg.chart.printCCGDerivation", + "callee": ".str.rstrip", + "lineno": 392, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.ccg.chart.printCCGDerivation", + "callee": ".str.rstrip", + "lineno": 393, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.ccg.chart.printCCGDerivation", + "callee": "nltk.ccg.chart.printCCGTree", + "lineno": 396, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.chart.printCCGTree", + "callee": "nltk.ccg.chart.printCCGTree", + "lineno": 410, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.chart.", + "callee": "nltk.ccg.lexicon.fromstring", + "lineno": 439, + "resolution": "imported_call" + }, + { + "caller": "nltk.ccg.chart.demo", + "callee": "nltk.ccg.chart.CCGChartParser.__init__", + "lineno": 474, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.chart.demo", + "callee": "nltk.ccg.chart.CCGChartParser.parse", + "lineno": 475, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.ccg.chart.demo", + "callee": "nltk.ccg.chart.printCCGDerivation", + "lineno": 476, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.chart.", + "callee": "nltk.ccg.chart.demo", + "lineno": 480, + "resolution": "direct_name_call" + } + ], + "nltk.ccg.combinator": [ + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.ForwardCombinator.__init__", + "lineno": 143, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.UndirectedFunctionApplication.", + "lineno": 143, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.BackwardCombinator.__init__", + "lineno": 144, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.UndirectedFunctionApplication.", + "lineno": 144, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.UndirectedComposition.combine", + "callee": "nltk.ccg.api.FunctionalCategory.__init__", + "lineno": 170, + "resolution": "imported_call" + }, + { + "caller": "nltk.ccg.combinator.backwardBxConstraint", + "callee": "nltk.ccg.combinator.crossedDirs", + "lineno": 196, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.ForwardCombinator.__init__", + "lineno": 206, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.UndirectedComposition.", + "lineno": 206, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.BackwardCombinator.__init__", + "lineno": 207, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.UndirectedComposition.", + "lineno": 207, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.BackwardCombinator.__init__", + "lineno": 210, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.UndirectedComposition.", + "lineno": 211, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.UndirectedSubstitution.combine", + "callee": "nltk.ccg.combinator.UndirectedSubstitution.can_combine", + "lineno": 241, + "resolution": "self_method_call" + }, + { + "caller": "nltk.ccg.combinator.UndirectedSubstitution.combine", + "callee": "nltk.ccg.api.FunctionalCategory.__init__", + "lineno": 242, + "resolution": "imported_call" + }, + { + "caller": "nltk.ccg.combinator.forwardSConstraint", + "callee": "nltk.ccg.combinator.bothForward", + "lineno": 252, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.combinator.backwardSxConstraint", + "callee": "nltk.ccg.combinator.bothForward", + "lineno": 261, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.ForwardCombinator.__init__", + "lineno": 267, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.UndirectedSubstitution.", + "lineno": 267, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.BackwardCombinator.__init__", + "lineno": 268, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.UndirectedSubstitution.", + "lineno": 268, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.UndirectedTypeRaise.can_combine", + "callee": "nltk.ccg.combinator.innermostFunction", + "lineno": 295, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.combinator.UndirectedTypeRaise.combine", + "callee": "nltk.ccg.combinator.innermostFunction", + "lineno": 310, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.combinator.UndirectedTypeRaise.combine", + "callee": "nltk.ccg.api.FunctionalCategory.__init__", + "lineno": 315, + "resolution": "imported_call" + }, + { + "caller": "nltk.ccg.combinator.UndirectedTypeRaise.combine", + "callee": "nltk.ccg.api.FunctionalCategory.__init__", + "lineno": 316, + "resolution": "imported_call" + }, + { + "caller": "nltk.ccg.combinator.forwardTConstraint", + "callee": "nltk.ccg.combinator.innermostFunction", + "lineno": 329, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.combinator.backwardTConstraint", + "callee": "nltk.ccg.combinator.innermostFunction", + "lineno": 334, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.ForwardCombinator.__init__", + "lineno": 339, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.UndirectedTypeRaise.", + "lineno": 339, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.BackwardCombinator.__init__", + "lineno": 340, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.combinator.", + "callee": "nltk.ccg.combinator.UndirectedTypeRaise.", + "lineno": 340, + "resolution": "same_module_class_call" + } + ], + "nltk.ccg.lexicon": [ + { + "caller": "nltk.ccg.lexicon.CCGLexicon.__init__", + "callee": "nltk.ccg.api.PrimitiveCategory.__init__", + "lineno": 92, + "resolution": "imported_call" + }, + { + "caller": "nltk.ccg.lexicon.matchBrackets", + "callee": "nltk.ccg.lexicon.matchBrackets", + "lineno": 145, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.lexicon.nextCategory", + "callee": "nltk.ccg.lexicon.matchBrackets", + "lineno": 161, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.lexicon.parseApplication", + "callee": "nltk.ccg.api.Direction.__init__", + "lineno": 169, + "resolution": "imported_call" + }, + { + "caller": "nltk.ccg.lexicon.parsePrimitiveCategory", + "callee": "nltk.ccg.api.CCGVar.__init__", + "lineno": 191, + "resolution": "imported_call" + }, + { + "caller": "nltk.ccg.lexicon.parsePrimitiveCategory", + "callee": "nltk.ccg.lexicon.parseSubscripts", + "lineno": 204, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.lexicon.parsePrimitiveCategory", + "callee": "nltk.ccg.api.PrimitiveCategory.__init__", + "lineno": 205, + "resolution": "imported_call" + }, + { + "caller": "nltk.ccg.lexicon.augParseCategory", + "callee": "nltk.ccg.lexicon.nextCategory", + "lineno": 216, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.lexicon.augParseCategory", + "callee": "nltk.ccg.lexicon.augParseCategory", + "lineno": 219, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.lexicon.augParseCategory", + "callee": "nltk.ccg.lexicon.parsePrimitiveCategory", + "lineno": 222, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.lexicon.augParseCategory", + "callee": "nltk.ccg.lexicon.parseApplication", + "lineno": 228, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.lexicon.augParseCategory", + "callee": "nltk.ccg.lexicon.nextCategory", + "lineno": 231, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.lexicon.augParseCategory", + "callee": "nltk.ccg.lexicon.augParseCategory", + "lineno": 233, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.lexicon.augParseCategory", + "callee": "nltk.ccg.lexicon.parsePrimitiveCategory", + "lineno": 235, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.lexicon.augParseCategory", + "callee": "nltk.ccg.api.FunctionalCategory.__init__", + "lineno": 238, + "resolution": "imported_call" + }, + { + "caller": "nltk.ccg.lexicon.fromstring", + "callee": "nltk.ccg.api.CCGVar.reset_id", + "lineno": 247, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.ccg.lexicon.fromstring", + "callee": ".collections.defaultdict", + "lineno": 250, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.ccg.lexicon.fromstring", + "callee": "nltk.ccg.lexicon.augParseCategory", + "lineno": 268, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.lexicon.fromstring", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 283, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.ccg.lexicon.fromstring", + "callee": "nltk.ccg.lexicon.Token.__init__", + "lineno": 288, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.lexicon.fromstring", + "callee": "nltk.ccg.lexicon.CCGLexicon.__init__", + "lineno": 289, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.ccg.lexicon.parseLexicon", + "callee": "nltk.ccg.lexicon.fromstring", + "lineno": 294, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.lexicon.parseLexicon", + "callee": "nltk.internals.deprecated", + "lineno": 292, + "resolution": "imported_call" + }, + { + "caller": "nltk.ccg.lexicon.", + "callee": "nltk.ccg.lexicon.fromstring", + "lineno": 297, + "resolution": "direct_name_call" + } + ], + "nltk.ccg.logic": [ + { + "caller": "nltk.ccg.logic.barendregt_normalize", + "callee": "nltk.ccg.logic.barendregt_normalize", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.logic.barendregt_normalize", + "callee": "nltk.ccg.logic.barendregt_normalize", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.logic.barendregt_normalize", + "callee": "nltk.ccg.logic.barendregt_normalize", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.logic.barendregt_normalize", + "callee": "nltk.ccg.logic.barendregt_normalize", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.logic.barendregt_normalize", + "callee": "nltk.ccg.logic.barendregt_normalize", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.logic.barendregt_normalize", + "callee": "nltk.ccg.logic.barendregt_normalize", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.logic.barendregt_normalize", + "callee": "nltk.ccg.logic.barendregt_normalize", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.logic.barendregt_normalize", + "callee": "nltk.ccg.logic.barendregt_normalize", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.logic.compute_function_semantics", + "callee": "nltk.ccg.logic.barendregt_normalize", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.logic.compute_type_raised_semantics", + "callee": "nltk.ccg.logic.barendregt_normalize", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.logic.compute_composition_semantics", + "callee": "nltk.ccg.logic.barendregt_normalize", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.ccg.logic.compute_substitution_semantics", + "callee": "nltk.ccg.logic.barendregt_normalize", + "lineno": 143, + "resolution": "direct_name_call" + } + ], + "nltk.ccg": [], + "nltk.chat.eliza": [ + { + "caller": "nltk.chat.eliza.", + "callee": "nltk.chat.util.Chat.__init__", + "lineno": 319, + "resolution": "imported_call" + }, + { + "caller": "nltk.chat.eliza.eliza_chat", + "callee": "nltk.chat.util.Chat.converse", + "lineno": 329, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.chat.eliza.demo", + "callee": "nltk.chat.eliza.eliza_chat", + "lineno": 333, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chat.eliza.", + "callee": "nltk.chat.eliza.eliza_chat", + "lineno": 337, + "resolution": "direct_name_call" + } + ], + "nltk.chat.iesha": [ + { + "caller": "nltk.chat.iesha.", + "callee": "nltk.chat.util.Chat.__init__", + "lineno": 142, + "resolution": "imported_call" + }, + { + "caller": "nltk.chat.iesha.iesha_chat", + "callee": "nltk.chat.util.Chat.converse", + "lineno": 152, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.chat.iesha.demo", + "callee": "nltk.chat.iesha.iesha_chat", + "lineno": 156, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chat.iesha.", + "callee": "nltk.chat.iesha.demo", + "lineno": 160, + "resolution": "direct_name_call" + } + ], + "nltk.chat.rude": [ + { + "caller": "nltk.chat.rude.", + "callee": "nltk.chat.util.Chat.__init__", + "lineno": 108, + "resolution": "imported_call" + }, + { + "caller": "nltk.chat.rude.rude_chat", + "callee": "nltk.chat.util.Chat.converse", + "lineno": 117, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.chat.rude.demo", + "callee": "nltk.chat.rude.rude_chat", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chat.rude.", + "callee": "nltk.chat.rude.demo", + "lineno": 125, + "resolution": "direct_name_call" + } + ], + "nltk.chat.suntsu": [ + { + "caller": "nltk.chat.suntsu.", + "callee": "nltk.chat.util.Chat.__init__", + "lineno": 123, + "resolution": "imported_call" + }, + { + "caller": "nltk.chat.suntsu.suntsu_chat", + "callee": "nltk.chat.util.Chat.converse", + "lineno": 132, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.chat.suntsu.demo", + "callee": "nltk.chat.suntsu.suntsu_chat", + "lineno": 136, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chat.suntsu.", + "callee": "nltk.chat.suntsu.demo", + "lineno": 140, + "resolution": "direct_name_call" + } + ], + "nltk.chat.util": [ + { + "caller": "nltk.chat.util.Chat.__init__", + "callee": "nltk.chat.util.Chat._compile_reflections", + "lineno": 53, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chat.util.Chat._wildcards", + "callee": "nltk.chat.util.Chat._substitute", + "lineno": 81, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chat.util.Chat.respond", + "callee": "nltk.chat.util.Chat._wildcards", + "lineno": 103, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chat.util.Chat.converse", + "callee": "nltk.chat.util.Chat.respond", + "lineno": 124, + "resolution": "self_method_call" + } + ], + "nltk.chat.zen": [ + { + "caller": "nltk.chat.zen.", + "callee": "nltk.chat.util.Chat.__init__", + "lineno": 308, + "resolution": "imported_call" + }, + { + "caller": "nltk.chat.zen.zen_chat", + "callee": "nltk.chat.util.Chat.converse", + "lineno": 321, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.chat.zen.demo", + "callee": "nltk.chat.zen.zen_chat", + "lineno": 325, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chat.zen.", + "callee": "nltk.chat.zen.demo", + "lineno": 329, + "resolution": "direct_name_call" + } + ], + "nltk.chat": [], + "nltk.chunk.api": [ + { + "caller": "nltk.chunk.api.ChunkParserI.evaluate", + "callee": "nltk.chunk.api.ChunkParserI.accuracy", + "lineno": 40, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.api.ChunkParserI.evaluate", + "callee": "nltk.internals.deprecated", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "nltk.chunk.api.ChunkParserI.accuracy", + "callee": "nltk.chunk.util.ChunkScore.__init__", + "lineno": 53, + "resolution": "imported_call" + }, + { + "caller": "nltk.chunk.api.ChunkParserI.accuracy", + "callee": "nltk.chunk.util.ChunkScore.score", + "lineno": 55, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.chunk.api.ChunkParserI.accuracy", + "callee": "nltk.chunk.api.ChunkParserI.parse", + "lineno": 55, + "resolution": "self_method_call" + } + ], + "nltk.chunk.named_entity": [ + { + "caller": "nltk.chunk.named_entity.NEChunkParserTagger._feature_detector", + "callee": "nltk.chunk.named_entity.simplify_pos", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.named_entity.NEChunkParserTagger._feature_detector", + "callee": "nltk.chunk.named_entity.simplify_pos", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.named_entity.NEChunkParserTagger._feature_detector", + "callee": "nltk.chunk.named_entity.simplify_pos", + "lineno": 80, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.named_entity.NEChunkParserTagger._feature_detector", + "callee": "nltk.chunk.named_entity.simplify_pos", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.named_entity.NEChunkParserTagger._feature_detector", + "callee": "nltk.chunk.named_entity.shape", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.named_entity.NEChunkParserTagger._feature_detector", + "callee": "nltk.chunk.named_entity.shape", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.named_entity.NEChunkParserTagger._feature_detector", + "callee": "nltk.chunk.named_entity.NEChunkParserTagger._english_wordlist", + "lineno": 108, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.named_entity.NEChunkParser.__init__", + "callee": "nltk.chunk.named_entity.NEChunkParser._train", + "lineno": 128, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.named_entity.NEChunkParser.parse", + "callee": "nltk.chunk.named_entity.NEChunkParser._tagged_to_parse", + "lineno": 135, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.named_entity.NEChunkParser._train", + "callee": "nltk.chunk.named_entity.NEChunkParser._parse_to_tagged", + "lineno": 140, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.named_entity.NEChunkParser._train", + "callee": "nltk.chunk.named_entity.NEChunkParserTagger.__init__", + "lineno": 142, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.chunk.named_entity.NEChunkParser._parse_to_tagged", + "callee": ".list.append", + "lineno": 173, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.chunk.named_entity.NEChunkParser._parse_to_tagged", + "callee": ".list.append", + "lineno": 175, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.chunk.named_entity.NEChunkParser._parse_to_tagged", + "callee": ".list.append", + "lineno": 177, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.chunk.named_entity.postag_tree", + "callee": "nltk.tag.pos_tag", + "lineno": 207, + "resolution": "imported_call" + }, + { + "caller": "nltk.chunk.named_entity.load_ace_data", + "callee": "nltk.chunk.named_entity.load_ace_file", + "lineno": 226, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.named_entity.load_ace_file", + "callee": ".list.append", + "lineno": 244, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.chunk.named_entity.load_ace_file", + "callee": "nltk.tokenize.word_tokenize", + "lineno": 275, + "resolution": "imported_call" + }, + { + "caller": "nltk.chunk.named_entity.load_ace_file", + "callee": "nltk.tokenize.word_tokenize", + "lineno": 278, + "resolution": "imported_call" + }, + { + "caller": "nltk.chunk.named_entity.load_ace_file", + "callee": "nltk.tokenize.word_tokenize", + "lineno": 290, + "resolution": "imported_call" + }, + { + "caller": "nltk.chunk.named_entity.load_ace_file", + "callee": "nltk.tokenize.word_tokenize", + "lineno": 293, + "resolution": "imported_call" + }, + { + "caller": "nltk.chunk.named_entity.Maxent_NE_Chunker.__init__", + "callee": "nltk.data.find", + "lineno": 328, + "resolution": "imported_call" + }, + { + "caller": "nltk.chunk.named_entity.Maxent_NE_Chunker.__init__", + "callee": "nltk.chunk.named_entity.Maxent_NE_Chunker.load_params", + "lineno": 329, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.named_entity.Maxent_NE_Chunker.load_params", + "callee": "nltk.classify.maxent.load_maxent_params", + "lineno": 334, + "resolution": "imported_call" + }, + { + "caller": "nltk.chunk.named_entity.Maxent_NE_Chunker.load_params", + "callee": "nltk.classify.maxent.BinaryMaxentFeatureEncoding.__init__", + "lineno": 336, + "resolution": "imported_call" + }, + { + "caller": "nltk.chunk.named_entity.Maxent_NE_Chunker.load_params", + "callee": "nltk.chunk.named_entity.NEChunkParserTagger.__init__", + "lineno": 338, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.chunk.named_entity.Maxent_NE_Chunker.save_params", + "callee": "nltk.classify.maxent.save_maxent_params", + "lineno": 350, + "resolution": "imported_call" + }, + { + "caller": "nltk.chunk.named_entity.build_model", + "callee": "nltk.chunk.named_entity.Maxent_NE_Chunker.__init__", + "lineno": 354, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.chunk.named_entity.build_model", + "callee": "nltk.chunk.named_entity.Maxent_NE_Chunker.save_params", + "lineno": 355, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.chunk.named_entity.", + "callee": "nltk.chunk.named_entity.build_model", + "lineno": 405, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.named_entity.", + "callee": "nltk.chunk.named_entity.build_model", + "lineno": 406, + "resolution": "direct_name_call" + } + ], + "nltk.chunk.regexp": [ + { + "caller": "nltk.chunk.regexp.ChunkString.__init__", + "callee": "nltk.chunk.regexp.ChunkString._tag", + "lineno": 97, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.regexp.ChunkString._verify", + "callee": "nltk.chunk.regexp.ChunkString._tag", + "lineno": 146, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.regexp.ChunkString.to_chunkstruct", + "callee": "nltk.chunk.regexp.ChunkString._verify", + "lineno": 161, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.regexp.ChunkString.to_chunkstruct", + "callee": ".list.append", + "lineno": 174, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.chunk.regexp.ChunkString.xform", + "callee": "nltk.chunk.regexp.ChunkString._verify", + "lineno": 219, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.regexp.RegexpChunkRule.fromstring", + "callee": "nltk.chunk.regexp.ChunkRule.__init__", + "lineno": 380, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.chunk.regexp.RegexpChunkRule.fromstring", + "callee": "nltk.chunk.regexp.StripRule.__init__", + "lineno": 382, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.chunk.regexp.RegexpChunkRule.fromstring", + "callee": "nltk.chunk.regexp.SplitRule.__init__", + "lineno": 385, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.chunk.regexp.RegexpChunkRule.fromstring", + "callee": "nltk.chunk.regexp.MergeRule.__init__", + "lineno": 388, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.chunk.regexp.RegexpChunkRule.fromstring", + "callee": "nltk.chunk.regexp.ChunkRuleWithContext.__init__", + "lineno": 391, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.chunk.regexp.ChunkRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 423, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.StripRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 468, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.UnChunkRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 509, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.MergeRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 562, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.MergeRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 563, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.MergeRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 570, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.MergeRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 571, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.SplitRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 631, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.SplitRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 632, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.SplitRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 639, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.SplitRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 640, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.ExpandLeftRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 701, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.ExpandLeftRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 702, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.ExpandLeftRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 709, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.ExpandLeftRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 710, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.ExpandRightRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 771, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.ExpandRightRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 772, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.ExpandRightRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 779, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.ExpandRightRule.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 780, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.ChunkRuleWithContext.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 850, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.ChunkRuleWithContext.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 851, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.ChunkRuleWithContext.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 852, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.ChunkRuleWithContext.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 860, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.ChunkRuleWithContext.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 861, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.ChunkRuleWithContext.__init__", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern", + "lineno": 862, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.tag_pattern2re_pattern", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern.reverse_str", + "lineno": 955, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.chunk.regexp.tag_pattern2re_pattern", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern.reverse_str", + "lineno": 956, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.chunk.regexp.tag_pattern2re_pattern", + "callee": "nltk.chunk.regexp.tag_pattern2re_pattern.reverse_str", + "lineno": 958, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.chunk.regexp.RegexpChunkParser.parse", + "callee": "nltk.chunk.regexp.ChunkString.__init__", + "lineno": 1084, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.chunk.regexp.RegexpChunkParser.parse", + "callee": "nltk.chunk.regexp.RegexpChunkParser._trace_apply", + "lineno": 1089, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.regexp.RegexpChunkParser.parse", + "callee": "nltk.chunk.regexp.RegexpChunkParser._notrace_apply", + "lineno": 1091, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.regexp.RegexpChunkParser.parse", + "callee": "nltk.chunk.regexp.ChunkString.to_chunkstruct", + "lineno": 1094, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.chunk.regexp.RegexpParser.__init__", + "callee": "nltk.chunk.regexp.RegexpParser._read_grammar", + "lineno": 1199, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.regexp.RegexpParser._read_grammar", + "callee": "nltk.chunk.regexp.RegexpParser._add_stage", + "lineno": 1229, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.regexp.RegexpParser._read_grammar", + "callee": ".list.append", + "lineno": 1240, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.chunk.regexp.RegexpParser._read_grammar", + "callee": "nltk.chunk.regexp.RegexpParser._add_stage", + "lineno": 1243, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.regexp.RegexpParser._add_stage", + "callee": "nltk.chunk.regexp.RegexpChunkParser.__init__", + "lineno": 1252, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.chunk.regexp.demo", + "callee": "nltk.chunk.regexp.demo_eval", + "lineno": 1396, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.demo", + "callee": "nltk.chunk.regexp.demo_eval", + "lineno": 1405, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.demo", + "callee": "nltk.chunk.regexp.demo_eval", + "lineno": 1412, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.demo", + "callee": "nltk.chunk.regexp.demo_eval", + "lineno": 1422, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.regexp.", + "callee": "nltk.chunk.regexp.demo", + "lineno": 1474, + "resolution": "direct_name_call" + } + ], + "nltk.chunk.util": [ + { + "caller": "nltk.chunk.util.accuracy", + "callee": "nltk.chunk.util.tree2conlltags", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.util.accuracy", + "callee": "nltk.chunk.util.tree2conlltags", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.util.ChunkScore.score", + "callee": "nltk.chunk.util._chunksets", + "lineno": 154, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.util.ChunkScore.score", + "callee": "nltk.chunk.util._chunksets", + "lineno": 155, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.util.ChunkScore.score", + "callee": "nltk.chunk.util.tree2conlltags", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.util.ChunkScore.score", + "callee": "nltk.chunk.util.tree2conlltags", + "lineno": 161, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.util.ChunkScore.precision", + "callee": "nltk.chunk.util.ChunkScore._updateMeasures", + "lineno": 191, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.util.ChunkScore.recall", + "callee": "nltk.chunk.util.ChunkScore._updateMeasures", + "lineno": 205, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.util.ChunkScore.f_measure", + "callee": "nltk.chunk.util.ChunkScore._updateMeasures", + "lineno": 224, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.util.ChunkScore.f_measure", + "callee": "nltk.chunk.util.ChunkScore.precision", + "lineno": 225, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.util.ChunkScore.f_measure", + "callee": "nltk.chunk.util.ChunkScore.recall", + "lineno": 226, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.util.ChunkScore.missed", + "callee": "nltk.chunk.util.ChunkScore._updateMeasures", + "lineno": 239, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.util.ChunkScore.incorrect", + "callee": "nltk.chunk.util.ChunkScore._updateMeasures", + "lineno": 250, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.util.ChunkScore.__len__", + "callee": "nltk.chunk.util.ChunkScore._updateMeasures", + "lineno": 275, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.util.ChunkScore.__str__", + "callee": "nltk.chunk.util.ChunkScore.accuracy", + "lineno": 297, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.util.ChunkScore.__str__", + "callee": "nltk.chunk.util.ChunkScore.precision", + "lineno": 298, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.util.ChunkScore.__str__", + "callee": "nltk.chunk.util.ChunkScore.recall", + "lineno": 299, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.util.ChunkScore.__str__", + "callee": "nltk.chunk.util.ChunkScore.f_measure", + "lineno": 300, + "resolution": "self_method_call" + }, + { + "caller": "nltk.chunk.util._chunksets", + "callee": ".list.append", + "lineno": 312, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.chunk.util.tagstr2tree", + "callee": ".list.append", + "lineno": 349, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.chunk.util.tagstr2tree", + "callee": ".list.pop", + "lineno": 353, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.chunk.util.tagstr2tree", + "callee": "nltk.tag.util.str2tuple", + "lineno": 358, + "resolution": "imported_call" + }, + { + "caller": "nltk.chunk.util.tagstr2tree", + "callee": "nltk.tag.mapping.map_tag", + "lineno": 360, + "resolution": "imported_call" + }, + { + "caller": "nltk.chunk.util.conllstr2tree", + "callee": ".list.pop", + "lineno": 412, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.chunk.util.conllstr2tree", + "callee": ".list.append", + "lineno": 418, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.chunk.util.tree2conlltags", + "callee": ".list.append", + "lineno": 446, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.chunk.util.tree2conlltags", + "callee": ".list.append", + "lineno": 449, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.chunk.util.tree2conllstr", + "callee": "nltk.chunk.util.tree2conlltags", + "lineno": 498, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.util._ieer_read_text", + "callee": ".list.append", + "lineno": 534, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.chunk.util._ieer_read_text", + "callee": ".list.pop", + "lineno": 536, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.chunk.util.ieerstr2tree", + "callee": "nltk.chunk.util._ieer_read_text", + "lineno": 582, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.util.ieerstr2tree", + "callee": "nltk.chunk.util._ieer_read_text", + "lineno": 588, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.util.ieerstr2tree", + "callee": "nltk.chunk.util._ieer_read_text", + "lineno": 591, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.util.demo", + "callee": "nltk.chunk.util.conllstr2tree", + "lineno": 632, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.util.", + "callee": "nltk.chunk.util.demo", + "lineno": 642, + "resolution": "direct_name_call" + } + ], + "nltk.chunk": [ + { + "caller": "nltk.chunk.ne_chunker", + "callee": "nltk.chunk.named_entity.Maxent_NE_Chunker.__init__", + "lineno": 174, + "resolution": "imported_call" + }, + { + "caller": "nltk.chunk.ne_chunk", + "callee": "nltk.chunk.ne_chunker", + "lineno": 190, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.ne_chunk", + "callee": "nltk.chunk.ne_chunker", + "lineno": 192, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.ne_chunk_sents", + "callee": "nltk.chunk.ne_chunker", + "lineno": 202, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.chunk.ne_chunk_sents", + "callee": "nltk.chunk.ne_chunker", + "lineno": 204, + "resolution": "direct_name_call" + } + ], + "nltk.classify.api": [ + { + "caller": "nltk.classify.api.ClassifierI.classify", + "callee": "nltk.internals.overridden", + "lineno": 55, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.api.ClassifierI.classify", + "callee": "nltk.classify.api.ClassifierI.classify_many", + "lineno": 56, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.api.ClassifierI.prob_classify", + "callee": "nltk.internals.overridden", + "lineno": 66, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.api.ClassifierI.prob_classify", + "callee": "nltk.classify.api.ClassifierI.prob_classify_many", + "lineno": 67, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.api.ClassifierI.classify_many", + "callee": "nltk.classify.api.ClassifierI.classify", + "lineno": 79, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.api.ClassifierI.prob_classify_many", + "callee": "nltk.classify.api.ClassifierI.prob_classify", + "lineno": 89, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.api.MultiClassifierI.classify", + "callee": "nltk.internals.overridden", + "lineno": 119, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.api.MultiClassifierI.classify", + "callee": "nltk.classify.api.MultiClassifierI.classify_many", + "lineno": 120, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.api.MultiClassifierI.prob_classify", + "callee": "nltk.internals.overridden", + "lineno": 130, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.api.MultiClassifierI.prob_classify", + "callee": "nltk.classify.api.MultiClassifierI.prob_classify_many", + "lineno": 131, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.api.MultiClassifierI.classify_many", + "callee": "nltk.classify.api.MultiClassifierI.classify", + "lineno": 143, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.api.MultiClassifierI.prob_classify_many", + "callee": "nltk.classify.api.MultiClassifierI.prob_classify", + "lineno": 153, + "resolution": "self_method_call" + } + ], + "nltk.classify.decisiontree": [ + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.labels", + "callee": ".list.extend", + "lineno": 46, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.labels", + "callee": ".list.extend", + "lineno": 48, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.error", + "callee": "nltk.classify.decisiontree.DecisionTreeClassifier.classify", + "lineno": 68, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.__str__", + "callee": "nltk.classify.decisiontree.DecisionTreeClassifier.pretty_format", + "lineno": 134, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.train", + "callee": ".collections.defaultdict", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.leaf", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 190, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.leaf", + "callee": "nltk.classify.decisiontree.DecisionTreeClassifier.__init__", + "lineno": 191, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.stump", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 195, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.stump", + "callee": ".collections.defaultdict", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.stump", + "callee": "nltk.classify.decisiontree.DecisionTreeClassifier.__init__", + "lineno": 203, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.stump", + "callee": "nltk.classify.decisiontree.DecisionTreeClassifier.__init__", + "lineno": 204, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.refine", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 229, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.refine", + "callee": "nltk.probability.entropy", + "lineno": 230, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.refine", + "callee": "nltk.probability.MLEProbDist.__init__", + "lineno": 230, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.refine", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 246, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.refine", + "callee": "nltk.probability.entropy", + "lineno": 247, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.refine", + "callee": "nltk.probability.MLEProbDist.__init__", + "lineno": 247, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.binary_stump", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 278, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.binary_stump", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 281, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.binary_stump", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 282, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.binary_stump", + "callee": "nltk.probability.FreqDist.N", + "lineno": 292, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.binary_stump", + "callee": "nltk.classify.decisiontree.DecisionTreeClassifier.__init__", + "lineno": 293, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.binary_stump", + "callee": "nltk.probability.FreqDist.max", + "lineno": 293, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.binary_stump", + "callee": "nltk.probability.FreqDist.N", + "lineno": 294, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.binary_stump", + "callee": "nltk.classify.decisiontree.DecisionTreeClassifier.__init__", + "lineno": 295, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.binary_stump", + "callee": "nltk.probability.FreqDist.max", + "lineno": 295, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.decisiontree.DecisionTreeClassifier.binary_stump", + "callee": "nltk.classify.decisiontree.DecisionTreeClassifier.__init__", + "lineno": 297, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.classify.decisiontree.demo", + "callee": "nltk.classify.util.names_demo", + "lineno": 341, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.decisiontree.", + "callee": "nltk.classify.decisiontree.demo", + "lineno": 349, + "resolution": "direct_name_call" + } + ], + "nltk.classify.maxent": [ + { + "caller": "nltk.classify.maxent.MaxentClassifier.classify", + "callee": "nltk.classify.maxent.MaxentClassifier.prob_classify", + "lineno": 140, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.maxent.MaxentClassifier.prob_classify", + "callee": "nltk.probability.DictionaryProbDist.__init__", + "lineno": 160, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.MaxentClassifier.explain", + "callee": "nltk.classify.maxent.MaxentClassifier.prob_classify", + "lineno": 171, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.maxent.MaxentClassifier.explain", + "callee": ".collections.defaultdict", + "lineno": 179, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.maxent.MaxentClassifier.show_most_informative_features", + "callee": "nltk.classify.maxent.MaxentClassifier.most_informative_features", + "lineno": 228, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.maxent.MaxentClassifier.train", + "callee": "nltk.classify.maxent.train_maxent_classifier_with_iis", + "lineno": 325, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.maxent.MaxentClassifier.train", + "callee": "nltk.classify.maxent.train_maxent_classifier_with_gis", + "lineno": 329, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.maxent.MaxentClassifier.train", + "callee": "nltk.classify.maxent.train_maxent_classifier_with_megam", + "lineno": 333, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.maxent.BinaryMaxentFeatureEncoding.encode", + "callee": ".list.append", + "lineno": 574, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.BinaryMaxentFeatureEncoding.encode", + "callee": ".list.append", + "lineno": 585, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.BinaryMaxentFeatureEncoding.encode", + "callee": ".list.append", + "lineno": 589, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.BinaryMaxentFeatureEncoding.train", + "callee": ".collections.defaultdict", + "lineno": 656, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.maxent.TadmEventMaxentFeatureEncoding.encode", + "callee": ".list.append", + "lineno": 757, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.TadmEventMaxentFeatureEncoding.train", + "callee": ".list.append", + "lineno": 784, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.TypedMaxentFeatureEncoding.encode", + "callee": ".list.append", + "lineno": 910, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.TypedMaxentFeatureEncoding.encode", + "callee": ".list.append", + "lineno": 914, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.TypedMaxentFeatureEncoding.encode", + "callee": ".list.append", + "lineno": 925, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.TypedMaxentFeatureEncoding.encode", + "callee": ".list.append", + "lineno": 929, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.TypedMaxentFeatureEncoding.train", + "callee": ".collections.defaultdict", + "lineno": 999, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_gis", + "callee": "nltk.classify.util.CutoffChecker.__init__", + "lineno": 1041, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_gis", + "callee": "nltk.classify.maxent.calculate_empirical_fcount", + "lineno": 1059, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_gis", + "callee": "nltk.classify.util.log_likelihood", + "lineno": 1086, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_gis", + "callee": "nltk.classify.util.accuracy", + "lineno": 1087, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_gis", + "callee": "nltk.classify.maxent.calculate_estimated_fcount", + "lineno": 1093, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_gis", + "callee": "nltk.classify.util.CutoffChecker.check", + "lineno": 1109, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_gis", + "callee": "nltk.classify.util.log_likelihood", + "lineno": 1116, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_gis", + "callee": "nltk.classify.util.accuracy", + "lineno": 1117, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_iis", + "callee": "nltk.classify.util.CutoffChecker.__init__", + "lineno": 1165, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_iis", + "callee": "nltk.classify.maxent.calculate_empirical_fcount", + "lineno": 1172, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_iis", + "callee": "nltk.classify.maxent.calculate_nfmap", + "lineno": 1179, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_iis", + "callee": "nltk.classify.util.log_likelihood", + "lineno": 1204, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_iis", + "callee": "nltk.classify.util.accuracy", + "lineno": 1205, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_iis", + "callee": "nltk.classify.maxent.calculate_deltas", + "lineno": 1210, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_iis", + "callee": "nltk.classify.util.CutoffChecker.check", + "lineno": 1227, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_iis", + "callee": "nltk.classify.util.log_likelihood", + "lineno": 1234, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_iis", + "callee": "nltk.classify.util.accuracy", + "lineno": 1235, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_megam", + "callee": "nltk.classify.megam.write_megam_file", + "lineno": 1441, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_megam", + "callee": "nltk.classify.megam.call_megam", + "lineno": 1474, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_megam", + "callee": "nltk.classify.megam.parse_megam_weights", + "lineno": 1483, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.train_maxent_classifier_with_megam", + "callee": "nltk.classify.maxent.MaxentClassifier.__init__", + "lineno": 1489, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.classify.maxent.TadmMaxentClassifier.train", + "callee": "nltk.data.gzip_open_unicode", + "lineno": 1520, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.TadmMaxentClassifier.train", + "callee": "nltk.classify.tadm.write_tadm_file", + "lineno": 1521, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.TadmMaxentClassifier.train", + "callee": ".list.extend", + "lineno": 1525, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.TadmMaxentClassifier.train", + "callee": ".list.extend", + "lineno": 1526, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.TadmMaxentClassifier.train", + "callee": ".list.extend", + "lineno": 1528, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.TadmMaxentClassifier.train", + "callee": ".list.extend", + "lineno": 1530, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.TadmMaxentClassifier.train", + "callee": ".list.extend", + "lineno": 1532, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.TadmMaxentClassifier.train", + "callee": ".list.extend", + "lineno": 1533, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.TadmMaxentClassifier.train", + "callee": ".list.extend", + "lineno": 1534, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.TadmMaxentClassifier.train", + "callee": ".list.extend", + "lineno": 1536, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.TadmMaxentClassifier.train", + "callee": ".list.extend", + "lineno": 1538, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.maxent.TadmMaxentClassifier.train", + "callee": "nltk.classify.tadm.call_tadm", + "lineno": 1540, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.TadmMaxentClassifier.train", + "callee": "nltk.classify.tadm.parse_tadm_weights", + "lineno": 1543, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.load_maxent_params", + "callee": "nltk.tabdata.MaxentDecoder.", + "lineno": 1566, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.load_maxent_params", + "callee": "nltk.data.open_datafile", + "lineno": 1568, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.load_maxent_params", + "callee": "nltk.tabdata.TabDecoder.txt2list", + "lineno": 1569, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.maxent.load_maxent_params", + "callee": "nltk.data.open_datafile", + "lineno": 1571, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.load_maxent_params", + "callee": "nltk.tabdata.MaxentDecoder.tupkey2dict", + "lineno": 1572, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.maxent.load_maxent_params", + "callee": "nltk.data.open_datafile", + "lineno": 1574, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.load_maxent_params", + "callee": "nltk.tabdata.TabDecoder.txt2list", + "lineno": 1575, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.maxent.load_maxent_params", + "callee": "nltk.data.open_datafile", + "lineno": 1577, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.load_maxent_params", + "callee": "nltk.tabdata.TabDecoder.tab2ivdict", + "lineno": 1578, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.maxent.save_maxent_params", + "callee": "nltk.tabdata.MaxentEncoder.", + "lineno": 1590, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.save_maxent_params", + "callee": ".os.path.isdir", + "lineno": 1591, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.maxent.save_maxent_params", + "callee": ".os.mkdir", + "lineno": 1592, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.maxent.save_maxent_params", + "callee": "nltk.tabdata.TabEncoder.list2txt", + "lineno": 1597, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.maxent.save_maxent_params", + "callee": "nltk.tabdata.MaxentEncoder.tupdict2tab", + "lineno": 1599, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.maxent.save_maxent_params", + "callee": "nltk.tabdata.TabEncoder.list2txt", + "lineno": 1601, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.maxent.save_maxent_params", + "callee": "nltk.tabdata.TabEncoder.ivdict2tab", + "lineno": 1603, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.maxent.maxent_pos_tagger", + "callee": "nltk.data.find", + "lineno": 1610, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.maxent_pos_tagger", + "callee": "nltk.classify.maxent.load_maxent_params", + "lineno": 1611, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.maxent.maxent_pos_tagger", + "callee": "nltk.classify.maxent.MaxentClassifier.__init__", + "lineno": 1612, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.classify.maxent.maxent_pos_tagger", + "callee": "nltk.classify.maxent.BinaryMaxentFeatureEncoding.__init__", + "lineno": 1613, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.classify.maxent.maxent_pos_tagger", + "callee": "nltk.tag.sequential.ClassifierBasedPOSTagger.", + "lineno": 1615, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.demo", + "callee": "nltk.classify.util.names_demo", + "lineno": 1624, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.maxent.", + "callee": "nltk.classify.maxent.demo", + "lineno": 1628, + "resolution": "direct_name_call" + } + ], + "nltk.classify.megam": [ + { + "caller": "nltk.classify.megam.config_megam", + "callee": "nltk.internals.find_binary", + "lineno": 52, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.megam.write_megam_file", + "callee": "nltk.classify.megam._write_megam_features", + "lineno": 113, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.megam.write_megam_file", + "callee": "nltk.classify.megam._write_megam_features", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.megam.call_megam", + "callee": "nltk.classify.megam.config_megam", + "lineno": 168, + "resolution": "direct_name_call" + } + ], + "nltk.classify.naivebayes": [ + { + "caller": "nltk.classify.naivebayes.NaiveBayesClassifier.classify", + "callee": "nltk.classify.naivebayes.NaiveBayesClassifier.prob_classify", + "lineno": 89, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.naivebayes.NaiveBayesClassifier.prob_classify", + "callee": "nltk.probability.sum_logs", + "lineno": 120, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.naivebayes.NaiveBayesClassifier.prob_classify", + "callee": "nltk.probability.DictionaryProbDist.__init__", + "lineno": 122, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.naivebayes.NaiveBayesClassifier.show_most_informative_features", + "callee": "nltk.classify.naivebayes.NaiveBayesClassifier.most_informative_features", + "lineno": 129, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.naivebayes.NaiveBayesClassifier.show_most_informative_features", + "callee": "nltk.classify.naivebayes.NaiveBayesClassifier.show_most_informative_features.labelprob", + "lineno": 136, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.classify.naivebayes.NaiveBayesClassifier.most_informative_features", + "callee": ".collections.defaultdict", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.naivebayes.NaiveBayesClassifier.most_informative_features", + "callee": ".collections.defaultdict", + "lineno": 172, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.naivebayes.NaiveBayesClassifier.train", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 203, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.naivebayes.NaiveBayesClassifier.train", + "callee": ".collections.defaultdict", + "lineno": 204, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.naivebayes.NaiveBayesClassifier.train", + "callee": ".collections.defaultdict", + "lineno": 205, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.naivebayes.demo", + "callee": "nltk.classify.util.names_demo", + "lineno": 255, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.naivebayes.", + "callee": "nltk.classify.naivebayes.demo", + "lineno": 260, + "resolution": "direct_name_call" + } + ], + "nltk.classify.positivenaivebayes": [ + { + "caller": "nltk.classify.positivenaivebayes.PositiveNaiveBayesClassifier.train", + "callee": ".collections.defaultdict", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.positivenaivebayes.PositiveNaiveBayesClassifier.train", + "callee": ".collections.defaultdict", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.positivenaivebayes.PositiveNaiveBayesClassifier.train", + "callee": ".collections.defaultdict", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.positivenaivebayes.PositiveNaiveBayesClassifier.train", + "callee": "nltk.probability.DictionaryProbDist.__init__", + "lineno": 143, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.positivenaivebayes.PositiveNaiveBayesClassifier.train", + "callee": "nltk.probability.DictionaryProbDist.__init__", + "lineno": 164, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.positivenaivebayes.PositiveNaiveBayesClassifier.train", + "callee": "nltk.classify.positivenaivebayes.PositiveNaiveBayesClassifier.", + "lineno": 168, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.classify.positivenaivebayes.demo", + "callee": "nltk.classify.util.partial_names_demo", + "lineno": 179, + "resolution": "imported_call" + } + ], + "nltk.classify.rte_classify": [ + { + "caller": "nltk.classify.rte_classify.RTEFeatureExtractor.__init__", + "callee": "nltk.classify.rte_classify.RTEFeatureExtractor._lemmatize", + "lineno": 68, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.rte_classify.RTEFeatureExtractor.__init__", + "callee": "nltk.classify.rte_classify.RTEFeatureExtractor._lemmatize", + "lineno": 69, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.rte_classify.RTEFeatureExtractor.overlap", + "callee": "nltk.classify.rte_classify.RTEFeatureExtractor._ne", + "lineno": 86, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.rte_classify.RTEFeatureExtractor.hyp_extra", + "callee": "nltk.classify.rte_classify.RTEFeatureExtractor._ne", + "lineno": 105, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.rte_classify.rte_features", + "callee": "nltk.classify.rte_classify.RTEFeatureExtractor.__init__", + "lineno": 139, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.classify.rte_classify.rte_features", + "callee": "nltk.classify.rte_classify.RTEFeatureExtractor.overlap", + "lineno": 142, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.rte_classify.rte_features", + "callee": "nltk.classify.rte_classify.RTEFeatureExtractor.hyp_extra", + "lineno": 143, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.rte_classify.rte_features", + "callee": "nltk.classify.rte_classify.RTEFeatureExtractor.overlap", + "lineno": 144, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.rte_classify.rte_features", + "callee": "nltk.classify.rte_classify.RTEFeatureExtractor.hyp_extra", + "lineno": 145, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.rte_classify.rte_featurize", + "callee": "nltk.classify.rte_classify.rte_features", + "lineno": 152, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.rte_classify.rte_classifier", + "callee": "nltk.classify.rte_classify.rte_featurize", + "lineno": 165, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.rte_classify.rte_classifier", + "callee": "nltk.classify.rte_classify.rte_featurize", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.rte_classify.rte_classifier", + "callee": "nltk.classify.maxent.MaxentClassifier.train", + "lineno": 171, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.classify.rte_classify.rte_classifier", + "callee": "nltk.classify.maxent.MaxentClassifier.train", + "lineno": 173, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.classify.rte_classify.rte_classifier", + "callee": "nltk.classify.util.accuracy", + "lineno": 181, + "resolution": "imported_call" + } + ], + "nltk.classify.scikitlearn": [ + { + "caller": "nltk.classify.scikitlearn.SklearnClassifier.__init__", + "callee": ".sklearn.preprocessing.LabelEncoder", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.scikitlearn.SklearnClassifier.__init__", + "callee": ".sklearn.feature_extraction.DictVectorizer", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.scikitlearn.SklearnClassifier.prob_classify_many", + "callee": "nltk.classify.scikitlearn.SklearnClassifier._make_probdist", + "lineno": 93, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.scikitlearn.SklearnClassifier._make_probdist", + "callee": "nltk.probability.DictionaryProbDist.__init__", + "lineno": 120, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.scikitlearn.", + "callee": "nltk.classify.util.names_demo", + "lineno": 132, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.scikitlearn.", + "callee": "nltk.classify.scikitlearn.SklearnClassifier.__init__", + "lineno": 133, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.classify.scikitlearn.", + "callee": ".sklearn.naive_bayes.BernoulliNB", + "lineno": 133, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.scikitlearn.", + "callee": "nltk.classify.util.names_demo", + "lineno": 140, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.scikitlearn.", + "callee": "nltk.classify.scikitlearn.SklearnClassifier.__init__", + "lineno": 141, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.classify.scikitlearn.", + "callee": ".sklearn.linear_model.LogisticRegression", + "lineno": 141, + "resolution": "external_constructor_call" + } + ], + "nltk.classify.senna": [ + { + "caller": "nltk.classify.senna.Senna.__init__", + "callee": "nltk.classify.senna.Senna.executable", + "lineno": 56, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.senna.Senna.__init__", + "callee": "nltk.classify.senna.Senna.executable", + "lineno": 62, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.senna.Senna.executable", + "callee": ".platform.system", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.senna.Senna.executable", + "callee": ".platform.architecture", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.senna.Senna.tag", + "callee": "nltk.classify.senna.Senna.tag_sents", + "lineno": 106, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.senna.Senna.tag_sents", + "callee": "nltk.classify.senna.Senna.executable", + "lineno": 116, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.senna.Senna.tag_sents", + "callee": "nltk.classify.senna.Senna.executable", + "lineno": 119, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.senna.Senna.tag_sents", + "callee": "nltk.classify.senna.Senna.executable", + "lineno": 124, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.senna.Senna.tag_sents", + "callee": ".list.extend", + "lineno": 130, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.senna.Senna.tag_sents", + "callee": ".subprocess.Popen", + "lineno": 138, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.classify.senna.Senna.tag_sents", + "callee": "nltk.classify.senna.Senna._map", + "lineno": 150, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.senna.Senna.tag_sents", + "callee": ".list.append", + "lineno": 156, + "resolution": "local_builtin_method_call" + } + ], + "nltk.classify.svm": [], + "nltk.classify.tadm": [ + { + "caller": "nltk.classify.tadm.config_tadm", + "callee": "nltk.internals.find_binary", + "lineno": 23, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.tadm.parse_tadm_weights", + "callee": ".list.append", + "lineno": 70, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.tadm.call_tadm", + "callee": "nltk.classify.tadm.config_tadm", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.tadm.names_demo", + "callee": "nltk.classify.tadm.names_demo", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.tadm.encoding_demo", + "callee": "nltk.classify.maxent.TadmEventMaxentFeatureEncoding.train", + "lineno": 112, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.classify.tadm.encoding_demo", + "callee": "nltk.classify.tadm.write_tadm_file", + "lineno": 113, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.tadm.", + "callee": "nltk.classify.tadm.encoding_demo", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.tadm.", + "callee": "nltk.classify.tadm.names_demo", + "lineno": 122, + "resolution": "direct_name_call" + } + ], + "nltk.classify.textcat": [ + { + "caller": "nltk.classify.textcat.TextCat.profile", + "callee": "nltk.classify.textcat.TextCat.remove_punctuation", + "lineno": 79, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.textcat.TextCat.profile", + "callee": "nltk.util.trigrams", + "lineno": 84, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.textcat.TextCat.lang_dists", + "callee": "nltk.classify.textcat.TextCat.profile", + "lineno": 121, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.textcat.TextCat.lang_dists", + "callee": "nltk.classify.textcat.TextCat.calc_dist", + "lineno": 128, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.textcat.TextCat.guess_language", + "callee": "nltk.classify.textcat.TextCat.lang_dists", + "lineno": 194, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.textcat.demo", + "callee": "nltk.classify.textcat.TextCat.__init__", + "lineno": 245, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.classify.textcat.demo", + "callee": "nltk.classify.textcat.TextCat.guess_language", + "lineno": 262, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.classify.textcat.", + "callee": "nltk.classify.textcat.demo", + "lineno": 268, + "resolution": "direct_name_call" + } + ], + "nltk.classify.util": [ + { + "caller": "nltk.classify.util.CutoffChecker.check", + "callee": "nltk.classify.util.log_likelihood", + "lineno": 125, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.classify.util.CutoffChecker.check", + "callee": "nltk.classify.util.log_likelihood", + "lineno": 141, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.classify.util.names_demo", + "callee": "nltk.classify.util.accuracy", + "lineno": 206, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.util.partial_names_demo", + "callee": "nltk.classify.util.accuracy", + "lineno": 262, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.util.wsd_demo", + "callee": "nltk.classify.util.accuracy", + "lineno": 319, + "resolution": "direct_name_call" + } + ], + "nltk.classify.weka": [ + { + "caller": "nltk.classify.weka.config_weka", + "callee": "nltk.internals.config_java", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.weka.config_weka", + "callee": "nltk.classify.weka._check_weka_version", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.weka.config_weka", + "callee": "nltk.classify.weka._check_weka_version", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.weka.WekaClassifier.prob_classify_many", + "callee": "nltk.classify.weka.WekaClassifier._classify_many", + "lineno": 89, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.weka.WekaClassifier.classify_many", + "callee": "nltk.classify.weka.WekaClassifier._classify_many", + "lineno": 92, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.weka.WekaClassifier._classify_many", + "callee": "nltk.classify.weka.config_weka", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.weka.WekaClassifier._classify_many", + "callee": "nltk.internals.java", + "lineno": 112, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.weka.WekaClassifier._classify_many", + "callee": "nltk.classify.weka.WekaClassifier.parse_weka_output", + "lineno": 131, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.weka.WekaClassifier.parse_weka_distribution", + "callee": "nltk.probability.DictionaryProbDist.__init__", + "lineno": 141, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.weka.WekaClassifier.parse_weka_output", + "callee": "nltk.classify.weka.WekaClassifier.parse_weka_distribution", + "lineno": 160, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.weka.WekaClassifier.train", + "callee": "nltk.classify.weka.config_weka", + "lineno": 210, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.classify.weka.WekaClassifier.train", + "callee": "nltk.internals.java", + "lineno": 235, + "resolution": "imported_call" + }, + { + "caller": "nltk.classify.weka.WekaClassifier.train", + "callee": "nltk.classify.weka.WekaClassifier.__init__", + "lineno": 238, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.classify.weka.ARFF_Formatter.format", + "callee": "nltk.classify.weka.ARFF_Formatter.header_section", + "lineno": 268, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.weka.ARFF_Formatter.format", + "callee": "nltk.classify.weka.ARFF_Formatter.data_section", + "lineno": 268, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.weka.ARFF_Formatter.write", + "callee": "nltk.classify.weka.ARFF_Formatter.format", + "lineno": 278, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.weka.ARFF_Formatter.from_train", + "callee": ".dict.get", + "lineno": 306, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.classify.weka.ARFF_Formatter.from_train", + "callee": "nltk.classify.weka.ARFF_Formatter.__init__", + "lineno": 311, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.classify.weka.ARFF_Formatter.data_section", + "callee": "nltk.classify.weka.ARFF_Formatter._fmt_arff_val", + "lineno": 355, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.weka.ARFF_Formatter.data_section", + "callee": "nltk.classify.weka.ARFF_Formatter._fmt_arff_val", + "lineno": 356, + "resolution": "self_method_call" + }, + { + "caller": "nltk.classify.weka.", + "callee": "nltk.classify.util.names_demo", + "lineno": 377, + "resolution": "imported_call" + } + ], + "nltk.classify": [], + "nltk.cluster.api": [ + { + "caller": "nltk.cluster.api.ClusterI.likelihood", + "callee": "nltk.cluster.api.ClusterI.classify", + "lineno": 38, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.api.ClusterI.classification_probdist", + "callee": "nltk.cluster.api.ClusterI.cluster_names", + "lineno": 50, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.api.ClusterI.classification_probdist", + "callee": "nltk.cluster.api.ClusterI.likelihood", + "lineno": 51, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.api.ClusterI.classification_probdist", + "callee": "nltk.cluster.api.ClusterI.cluster_names", + "lineno": 53, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.api.ClusterI.classification_probdist", + "callee": "nltk.probability.DictionaryProbDist.__init__", + "lineno": 55, + "resolution": "imported_call" + }, + { + "caller": "nltk.cluster.api.ClusterI.cluster_names", + "callee": "nltk.cluster.api.ClusterI.num_clusters", + "lineno": 68, + "resolution": "self_method_call" + } + ], + "nltk.cluster.em": [ + { + "caller": "nltk.cluster.em.EMClusterer.__init__", + "callee": "nltk.cluster.util.VectorSpaceClusterer.__init__", + "lineno": 63, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.cluster.em.EMClusterer.cluster_vectorspace", + "callee": "nltk.cluster.em.EMClusterer._loglikelihood", + "lineno": 93, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.em.EMClusterer.cluster_vectorspace", + "callee": "nltk.cluster.em.EMClusterer._gaussian", + "lineno": 103, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.em.EMClusterer.cluster_vectorspace", + "callee": "nltk.cluster.em.EMClusterer._loglikelihood", + "lineno": 127, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.em.EMClusterer.classify_vectorspace", + "callee": "nltk.cluster.em.EMClusterer._gaussian", + "lineno": 137, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.em.EMClusterer.likelihood_vectorspace", + "callee": "nltk.cluster.api.ClusterI.cluster_names", + "lineno": 145, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.cluster.em.EMClusterer.likelihood_vectorspace", + "callee": "nltk.cluster.em.EMClusterer._gaussian", + "lineno": 146, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.em.EMClusterer._loglikelihood", + "callee": "nltk.cluster.em.EMClusterer._gaussian", + "lineno": 171, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.em.", + "callee": "nltk.cluster.em.demo", + "lineno": 219, + "resolution": "direct_name_call" + } + ], + "nltk.cluster.gaac": [ + { + "caller": "nltk.cluster.gaac.GAAClusterer.__init__", + "callee": "nltk.cluster.util.VectorSpaceClusterer.__init__", + "lineno": 30, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.cluster.gaac.GAAClusterer.cluster", + "callee": "nltk.cluster.util.Dendrogram.__init__", + "lineno": 37, + "resolution": "imported_call" + }, + { + "caller": "nltk.cluster.gaac.GAAClusterer.cluster", + "callee": "nltk.cluster.util.VectorSpaceClusterer.cluster", + "lineno": 40, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.cluster.gaac.GAAClusterer.cluster_vectorspace", + "callee": "nltk.cluster.util.cosine_distance", + "lineno": 54, + "resolution": "imported_call" + }, + { + "caller": "nltk.cluster.gaac.GAAClusterer.cluster_vectorspace", + "callee": "nltk.cluster.gaac.GAAClusterer._merge_similarities", + "lineno": 62, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.gaac.GAAClusterer.cluster_vectorspace", + "callee": "nltk.cluster.gaac.GAAClusterer.update_clusters", + "lineno": 78, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.gaac.GAAClusterer.update_clusters", + "callee": "nltk.cluster.util.VectorSpaceClusterer._normalise", + "lineno": 105, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.cluster.gaac.GAAClusterer.update_clusters", + "callee": "nltk.cluster.util.VectorSpaceClusterer._normalise", + "lineno": 110, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.cluster.gaac.GAAClusterer.classify_vectorspace", + "callee": "nltk.cluster.util.cosine_distance", + "lineno": 121, + "resolution": "imported_call" + }, + { + "caller": "nltk.cluster.gaac.demo", + "callee": "nltk.cluster.gaac.GAAClusterer.__init__", + "lineno": 151, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.cluster.gaac.demo", + "callee": "nltk.cluster.gaac.GAAClusterer.cluster", + "lineno": 152, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.cluster.gaac.demo", + "callee": "nltk.cluster.gaac.GAAClusterer.dendrogram", + "lineno": 160, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.cluster.gaac.demo", + "callee": "nltk.cluster.util.VectorSpaceClusterer.classify", + "lineno": 165, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.cluster.gaac.", + "callee": "nltk.cluster.gaac.demo", + "lineno": 170, + "resolution": "direct_name_call" + } + ], + "nltk.cluster.kmeans": [ + { + "caller": "nltk.cluster.kmeans.KMeansClusterer.__init__", + "callee": "nltk.cluster.util.VectorSpaceClusterer.__init__", + "lineno": 68, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.cluster.kmeans.KMeansClusterer.cluster_vectorspace", + "callee": "nltk.cluster.kmeans.KMeansClusterer._cluster_vectorspace", + "lineno": 90, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.kmeans.KMeansClusterer.cluster_vectorspace", + "callee": ".list.append", + "lineno": 91, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.cluster.kmeans.KMeansClusterer.cluster_vectorspace", + "callee": "nltk.cluster.kmeans.KMeansClusterer._sum_distances", + "lineno": 105, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.kmeans.KMeansClusterer._cluster_vectorspace", + "callee": "nltk.cluster.kmeans.KMeansClusterer.classify_vectorspace", + "lineno": 121, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.kmeans.KMeansClusterer._cluster_vectorspace", + "callee": "nltk.cluster.kmeans.KMeansClusterer._sum_distances", + "lineno": 133, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.kmeans.demo", + "callee": "nltk.cluster.kmeans.KMeansClusterer.__init__", + "lineno": 202, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.cluster.kmeans.demo", + "callee": "nltk.cluster.util.VectorSpaceClusterer.cluster", + "lineno": 203, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.cluster.kmeans.demo", + "callee": "nltk.cluster.kmeans.KMeansClusterer.means", + "lineno": 207, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.cluster.kmeans.demo", + "callee": "nltk.cluster.kmeans.KMeansClusterer.__init__", + "lineno": 215, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.cluster.kmeans.demo", + "callee": "nltk.cluster.util.VectorSpaceClusterer.cluster", + "lineno": 216, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.cluster.kmeans.demo", + "callee": "nltk.cluster.kmeans.KMeansClusterer.means", + "lineno": 219, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.cluster.kmeans.demo", + "callee": "nltk.cluster.util.VectorSpaceClusterer.classify", + "lineno": 225, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.cluster.kmeans.", + "callee": "nltk.cluster.kmeans.demo", + "lineno": 230, + "resolution": "direct_name_call" + } + ], + "nltk.cluster.util": [ + { + "caller": "nltk.cluster.util.VectorSpaceClusterer.cluster", + "callee": "nltk.cluster.util.VectorSpaceClusterer.cluster_vectorspace", + "lineno": 59, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.util.VectorSpaceClusterer.cluster", + "callee": "nltk.cluster.util.VectorSpaceClusterer.classify", + "lineno": 63, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.util.VectorSpaceClusterer.classify", + "callee": "nltk.cluster.util.VectorSpaceClusterer._normalise", + "lineno": 73, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.util.VectorSpaceClusterer.classify", + "callee": "nltk.cluster.util.VectorSpaceClusterer.classify_vectorspace", + "lineno": 76, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.util.VectorSpaceClusterer.classify", + "callee": "nltk.cluster.api.ClusterI.cluster_name", + "lineno": 77, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.cluster.util.VectorSpaceClusterer.likelihood", + "callee": "nltk.cluster.util.VectorSpaceClusterer._normalise", + "lineno": 87, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.util.VectorSpaceClusterer.likelihood", + "callee": "nltk.cluster.util.VectorSpaceClusterer.likelihood_vectorspace", + "lineno": 90, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.util.VectorSpaceClusterer.likelihood_vectorspace", + "callee": "nltk.cluster.util.VectorSpaceClusterer.classify_vectorspace", + "lineno": 96, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.util.VectorSpaceClusterer.vector", + "callee": "nltk.cluster.util.VectorSpaceClusterer._normalise", + "lineno": 104, + "resolution": "self_method_call" + }, + { + "caller": "nltk.cluster.util.VectorSpaceClusterer._normalise", + "callee": ".math.sqrt", + "lineno": 113, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.cluster.util.euclidean_distance", + "callee": ".math.sqrt", + "lineno": 122, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.cluster.util.cosine_distance", + "callee": ".math.sqrt", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.cluster.util.cosine_distance", + "callee": ".math.sqrt", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.cluster.util._DendrogramNode.leaves", + "callee": ".list.extend", + "lineno": 144, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.cluster.util._DendrogramNode.groups", + "callee": ".list.pop", + "lineno": 155, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.cluster.util._DendrogramNode.groups", + "callee": ".list.push", + "lineno": 157, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.cluster.util._DendrogramNode.groups", + "callee": ".list.append", + "lineno": 161, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.cluster.util._DendrogramNode.groups", + "callee": ".list.append", + "lineno": 163, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.cluster.util._DendrogramNode.groups", + "callee": ".list.sort", + "lineno": 165, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.cluster.util._DendrogramNode.groups", + "callee": ".list.append", + "lineno": 169, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.cluster.util._DendrogramNode.__lt__", + "callee": "nltk.cluster.util.cosine_distance", + "lineno": 173, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.__init__", + "callee": "nltk.cluster.util._DendrogramNode.__init__", + "lineno": 189, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.merge", + "callee": "nltk.cluster.util._DendrogramNode.__init__", + "lineno": 203, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.groups", + "callee": "nltk.cluster.util._DendrogramNode.__init__", + "lineno": 216, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util._DendrogramNode.__init__", + "lineno": 235, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util.Dendrogram.show.format", + "lineno": 259, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": ".list.pop", + "lineno": 261, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util.Dendrogram.show.display", + "lineno": 270, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util.Dendrogram.show.format", + "lineno": 270, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util.Dendrogram.show.display", + "lineno": 272, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util.Dendrogram.show.format", + "lineno": 272, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util.Dendrogram.show.display", + "lineno": 274, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util.Dendrogram.show.format", + "lineno": 274, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util.Dendrogram.show.format", + "lineno": 275, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util.Dendrogram.show.display", + "lineno": 277, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util.Dendrogram.show.format", + "lineno": 277, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util.Dendrogram.show.display", + "lineno": 279, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util.Dendrogram.show.display", + "lineno": 280, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": ".list.append", + "lineno": 283, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": ".list.sort", + "lineno": 284, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util.Dendrogram.show.display", + "lineno": 287, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util.Dendrogram.show.display", + "lineno": 288, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util.Dendrogram.show.display", + "lineno": 291, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.show", + "callee": "nltk.cluster.util.Dendrogram.show.display", + "lineno": 292, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.cluster.util.Dendrogram.__repr__", + "callee": "nltk.cluster.util._DendrogramNode.__init__", + "lineno": 296, + "resolution": "same_module_class_call" + } + ], + "nltk.cluster": [], + "nltk.corpus.europarl_raw": [ + { + "caller": "nltk.corpus.europarl_raw.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 14, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.europarl_raw.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 18, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.europarl_raw.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 22, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.europarl_raw.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 26, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.europarl_raw.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 30, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.europarl_raw.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 34, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.europarl_raw.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.europarl_raw.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 42, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.europarl_raw.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 46, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.europarl_raw.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 50, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.europarl_raw.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 54, + "resolution": "imported_call" + } + ], + "nltk.corpus.util": [ + { + "caller": "nltk.corpus.util.LazyCorpusLoader.__load", + "callee": "nltk.data.find", + "lineno": 74, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.util.LazyCorpusLoader.__load", + "callee": "nltk.data.find", + "lineno": 77, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.util.LazyCorpusLoader.__load", + "callee": "nltk.data.find", + "lineno": 82, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.util.LazyCorpusLoader.__load", + "callee": "nltk.data.find", + "lineno": 85, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.util.LazyCorpusLoader.__load._unload", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 109, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.util.LazyCorpusLoader.__load", + "callee": "nltk.corpus.util._make_bound_method", + "lineno": 115, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.util.LazyCorpusLoader.__getattr__", + "callee": "nltk.corpus.util.LazyCorpusLoader.__load", + "lineno": 129, + "resolution": "self_method_call" + } + ], + "nltk.corpus": [ + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 68, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 74, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 77, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 80, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 88, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 95, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 102, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 105, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 108, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 114, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 122, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 129, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 135, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 138, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 141, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 144, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 152, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 163, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 174, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 177, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 187, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 190, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 191, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 195, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 199, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 202, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 205, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 208, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 215, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 222, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 231, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 238, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 241, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 244, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 247, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 253, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 256, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 259, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 262, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 270, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 278, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 281, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 288, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 289, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 292, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 299, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 302, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 305, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 312, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 315, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 318, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 325, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 328, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 331, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 334, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 337, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 338, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 341, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 344, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 351, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 360, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 363, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 366, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 367, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 370, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 387, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 390, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 393, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 396, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 406, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 409, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 411, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 415, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 417, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 421, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 423, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 427, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 429, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 432, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 437, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 446, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 455, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 464, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 473, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 477, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 483, + "resolution": "imported_call" + } + ], + "nltk.corpus.reader.aligned": [ + { + "caller": "nltk.corpus.reader.aligned.AlignedCorpusReader.__init__", + "callee": "nltk.corpus.reader.api.CorpusReader.__init__", + "lineno": 44, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.aligned.AlignedCorpusReader.words", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 56, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.aligned.AlignedCorpusReader.words", + "callee": "nltk.corpus.reader.aligned.AlignedSentCorpusView.__init__", + "lineno": 58, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.aligned.AlignedCorpusReader.words", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 67, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.aligned.AlignedCorpusReader.sents", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 78, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.aligned.AlignedCorpusReader.sents", + "callee": "nltk.corpus.reader.aligned.AlignedSentCorpusView.__init__", + "lineno": 80, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.aligned.AlignedCorpusReader.sents", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 89, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.aligned.AlignedCorpusReader.aligned_sents", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 98, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.aligned.AlignedCorpusReader.aligned_sents", + "callee": "nltk.corpus.reader.aligned.AlignedSentCorpusView.__init__", + "lineno": 100, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.aligned.AlignedCorpusReader.aligned_sents", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 109, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.aligned.AlignedSentCorpusView.__init__", + "callee": "nltk.corpus.reader.util.StreamBackedCorpusView.__init__", + "lineno": 136, + "resolution": "qualified_module_call" + } + ], + "nltk.corpus.reader.api": [ + { + "caller": "nltk.corpus.reader.api.CorpusReader.__init__", + "callee": "nltk.data.ZipFilePathPointer.__init__", + "lineno": 78, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.api.CorpusReader.__init__", + "callee": "nltk.data.FileSystemPathPointer.__init__", + "lineno": 80, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.api.CorpusReader.readme", + "callee": "nltk.corpus.reader.api.CorpusReader.open", + "lineno": 137, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CorpusReader.license", + "callee": "nltk.corpus.reader.api.CorpusReader.open", + "lineno": 144, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CorpusReader.citation", + "callee": "nltk.corpus.reader.api.CorpusReader.open", + "lineno": 151, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CorpusReader.abspaths", + "callee": "nltk.corpus.reader.api.CorpusReader.encoding", + "lineno": 198, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CorpusReader.abspaths", + "callee": "nltk.corpus.reader.api.CorpusReader.encoding", + "lineno": 202, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CorpusReader.raw", + "callee": "nltk.corpus.reader.api.CorpusReader.open", + "lineno": 218, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CorpusReader.raw", + "callee": ".list.append", + "lineno": 219, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CorpusReader.open", + "callee": "nltk.pathsec.validate_path", + "lineno": 236, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.api.CategorizedCorpusReader._init", + "callee": ".collections.defaultdict", + "lineno": 344, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.api.CategorizedCorpusReader._init", + "callee": ".collections.defaultdict", + "lineno": 345, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.api.CategorizedCorpusReader._init", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader._add", + "lineno": 350, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CategorizedCorpusReader._init", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader._add", + "lineno": 355, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CategorizedCorpusReader._init", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader.fileids", + "lineno": 362, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CategorizedCorpusReader._init", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader._add", + "lineno": 368, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CategorizedCorpusReader.categories", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader._init", + "lineno": 380, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CategorizedCorpusReader.fileids", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader._init", + "lineno": 396, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CategorizedCorpusReader.fileids", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader._init", + "lineno": 403, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CategorizedCorpusReader._resolve", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader.fileids", + "lineno": 410, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CategorizedCorpusReader.raw", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader._resolve", + "lineno": 415, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CategorizedCorpusReader.words", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader._resolve", + "lineno": 418, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CategorizedCorpusReader.sents", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader._resolve", + "lineno": 421, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.CategorizedCorpusReader.paras", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader._resolve", + "lineno": 424, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.SyntaxCorpusReader.parsed_sents", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 465, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.api.SyntaxCorpusReader.tagged_sents.reader", + "callee": "nltk.corpus.reader.api.SyntaxCorpusReader._read_tagged_sent_block", + "lineno": 471, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.SyntaxCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 476, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.api.SyntaxCorpusReader.sents", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 485, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.api.SyntaxCorpusReader.tagged_words.reader", + "callee": "nltk.corpus.reader.api.SyntaxCorpusReader._read_tagged_word_block", + "lineno": 491, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.SyntaxCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 496, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.api.SyntaxCorpusReader.words", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 504, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.api.SyntaxCorpusReader._read_word_block", + "callee": "nltk.corpus.reader.api.SyntaxCorpusReader._read_sent_block", + "lineno": 512, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.SyntaxCorpusReader._read_tagged_word_block", + "callee": "nltk.corpus.reader.api.SyntaxCorpusReader._read_tagged_sent_block", + "lineno": 515, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.SyntaxCorpusReader._read_sent_block", + "callee": "nltk.corpus.reader.api.SyntaxCorpusReader._word", + "lineno": 518, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.SyntaxCorpusReader._read_sent_block", + "callee": "nltk.corpus.reader.api.SyntaxCorpusReader._read_block", + "lineno": 518, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.SyntaxCorpusReader._read_tagged_sent_block", + "callee": "nltk.corpus.reader.api.SyntaxCorpusReader._tag", + "lineno": 522, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.SyntaxCorpusReader._read_tagged_sent_block", + "callee": "nltk.corpus.reader.api.SyntaxCorpusReader._read_block", + "lineno": 522, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.SyntaxCorpusReader._read_parsed_sent_block", + "callee": "nltk.corpus.reader.api.SyntaxCorpusReader._parse", + "lineno": 526, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.api.SyntaxCorpusReader._read_parsed_sent_block", + "callee": "nltk.corpus.reader.api.SyntaxCorpusReader._read_block", + "lineno": 526, + "resolution": "self_method_call" + } + ], + "nltk.corpus.reader.bcp47": [ + { + "caller": "nltk.corpus.reader.bcp47.BCP47CorpusReader.__init__", + "callee": "nltk.corpus.reader.bcp47.BCP47CorpusReader.data_dict", + "lineno": 37, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bcp47.BCP47CorpusReader.__init__", + "callee": "nltk.corpus.reader.bcp47.BCP47CorpusReader.subdiv_dict", + "lineno": 39, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bcp47.BCP47CorpusReader.__init__", + "callee": "nltk.corpus.reader.bcp47.BCP47CorpusReader.morphology", + "lineno": 42, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bcp47.BCP47CorpusReader.load_wiki_q", + "callee": "nltk.corpus.reader.bcp47.BCP47CorpusReader.wiki_dict", + "lineno": 47, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bcp47.BCP47CorpusReader.parse_tag", + "callee": ".list.pop", + "lineno": 151, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.bcp47.BCP47CorpusReader.parse_tag", + "callee": "nltk.corpus.reader.bcp47.BCP47CorpusReader.val2str", + "lineno": 156, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bcp47.BCP47CorpusReader.parse_tag", + "callee": "nltk.corpus.reader.bcp47.BCP47CorpusReader.val2str", + "lineno": 169, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bcp47.BCP47CorpusReader.parse_tag", + "callee": "nltk.corpus.reader.bcp47.BCP47CorpusReader.val2str", + "lineno": 170, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bcp47.BCP47CorpusReader.parse_tag", + "callee": ".warnings.warn", + "lineno": 173, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.bcp47.BCP47CorpusReader.parse_tag", + "callee": ".warnings.warn", + "lineno": 186, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.bcp47.BCP47CorpusReader.name", + "callee": "nltk.corpus.reader.bcp47.BCP47CorpusReader.val2str", + "lineno": 210, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bcp47.BCP47CorpusReader.name", + "callee": ".warnings.warn", + "lineno": 212, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.bcp47.BCP47CorpusReader.name", + "callee": "nltk.corpus.reader.bcp47.BCP47CorpusReader.lang2str", + "lineno": 215, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bcp47.BCP47CorpusReader.name", + "callee": "nltk.corpus.reader.bcp47.BCP47CorpusReader.parse_tag", + "lineno": 215, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bcp47.BCP47CorpusReader.name", + "callee": ".warnings.warn", + "lineno": 217, + "resolution": "external_constructor_call" + } + ], + "nltk.corpus.reader.bnc": [ + { + "caller": "nltk.corpus.reader.bnc.BNCCorpusReader.__init__", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusReader.__init__", + "lineno": 32, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCCorpusReader.words", + "callee": "nltk.corpus.reader.bnc.BNCCorpusReader._views", + "lineno": 45, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.bnc.BNCCorpusReader._views", + "lineno": 61, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCCorpusReader.sents", + "callee": "nltk.corpus.reader.bnc.BNCCorpusReader._views", + "lineno": 74, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.bnc.BNCCorpusReader._views", + "lineno": 89, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCCorpusReader._views", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 96, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCCorpusReader._views", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 99, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCCorpusReader._words", + "callee": "nltk.corpus.reader.bnc._all_xmlwords_in", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCCorpusReader._words", + "callee": ".list.append", + "lineno": 131, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCCorpusReader._words", + "callee": ".list.append", + "lineno": 133, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCCorpusReader._words", + "callee": "nltk.corpus.reader.bnc.BNCSentence.__init__", + "lineno": 133, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCCorpusReader._words", + "callee": ".list.extend", + "lineno": 135, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.bnc._all_xmlwords_in", + "callee": ".list.append", + "lineno": 146, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.bnc._all_xmlwords_in", + "callee": "nltk.corpus.reader.bnc._all_xmlwords_in", + "lineno": 148, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCWordView.__init__", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusView.__init__", + "lineno": 206, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCWordView.__init__", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusView.read_block", + "lineno": 210, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCWordView.handle_elt", + "callee": "nltk.corpus.reader.bnc.BNCWordView.handle_sent", + "lineno": 238, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCWordView.handle_elt", + "callee": "nltk.corpus.reader.bnc.BNCWordView.handle_word", + "lineno": 240, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCWordView.handle_sent", + "callee": "nltk.corpus.reader.bnc.BNCWordView.handle_word", + "lineno": 260, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCWordView.handle_sent", + "callee": ".list.append", + "lineno": 262, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCWordView.handle_sent", + "callee": "nltk.corpus.reader.bnc.BNCWordView.handle_word", + "lineno": 262, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bnc.BNCWordView.handle_sent", + "callee": "nltk.corpus.reader.bnc.BNCSentence.__init__", + "lineno": 265, + "resolution": "same_module_class_call" + } + ], + "nltk.corpus.reader.bracket_parse": [ + { + "caller": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader._parse", + "callee": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader._normalize", + "lineno": 88, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader._parse", + "callee": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader._normalize", + "lineno": 101, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader._parse", + "callee": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader._tag", + "lineno": 111, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader._tag", + "callee": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader._normalize", + "lineno": 114, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader._word", + "callee": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader._normalize", + "lineno": 122, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bracket_parse.AlpinoCorpusReader._tag", + "callee": "nltk.corpus.reader.bracket_parse.AlpinoCorpusReader._normalize", + "lineno": 223, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.bracket_parse.AlpinoCorpusReader._tag", + "callee": ".list.sort", + "lineno": 225, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.bracket_parse.AlpinoCorpusReader._word", + "callee": "nltk.corpus.reader.bracket_parse.AlpinoCorpusReader._tag", + "lineno": 236, + "resolution": "self_method_call" + } + ], + "nltk.corpus.reader.categorized_sents": [ + { + "caller": "nltk.corpus.reader.categorized_sents.CategorizedSentencesCorpusReader._read_sent_block", + "callee": ".list.extend", + "lineno": 154, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.categorized_sents.CategorizedSentencesCorpusReader._read_sent_block", + "callee": ".list.append", + "lineno": 161, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.categorized_sents.CategorizedSentencesCorpusReader._read_word_block", + "callee": "nltk.corpus.reader.categorized_sents.CategorizedSentencesCorpusReader._read_sent_block", + "lineno": 166, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.categorized_sents.CategorizedSentencesCorpusReader._read_word_block", + "callee": ".list.extend", + "lineno": 167, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.chasen": [ + { + "caller": "nltk.corpus.reader.chasen.ChasenCorpusReader.words", + "callee": "nltk.corpus.reader.chasen.ChasenCorpusView.__init__", + "lineno": 22, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.chasen.ChasenCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.chasen.ChasenCorpusView.__init__", + "lineno": 30, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.chasen.ChasenCorpusReader.sents", + "callee": "nltk.corpus.reader.chasen.ChasenCorpusView.__init__", + "lineno": 38, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.chasen.ChasenCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.chasen.ChasenCorpusView.__init__", + "lineno": 46, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.chasen.ChasenCorpusReader.paras", + "callee": "nltk.corpus.reader.chasen.ChasenCorpusView.__init__", + "lineno": 54, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.chasen.ChasenCorpusReader.tagged_paras", + "callee": "nltk.corpus.reader.chasen.ChasenCorpusView.__init__", + "lineno": 62, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.chasen.ChasenCorpusView.read_block", + "callee": ".list.append", + "lineno": 101, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.chasen.ChasenCorpusView.read_block", + "callee": ".list.append", + "lineno": 107, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.chasen.ChasenCorpusView.read_block", + "callee": ".list.extend", + "lineno": 109, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.chasen.ChasenCorpusView.read_block", + "callee": ".list.append", + "lineno": 117, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.chasen.ChasenCorpusView.read_block", + "callee": ".list.extend", + "lineno": 119, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.chasen.ChasenCorpusView.read_block", + "callee": ".list.append", + "lineno": 122, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.chasen.ChasenCorpusView.read_block", + "callee": ".list.extend", + "lineno": 124, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.chasen.demo", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 133, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.chasen.test", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 147, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.chasen.", + "callee": "nltk.corpus.reader.chasen.demo", + "lineno": 153, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.chasen.", + "callee": "nltk.corpus.reader.chasen.test", + "lineno": 154, + "resolution": "direct_name_call" + } + ], + "nltk.corpus.reader.childes": [ + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.__init__", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusReader.__init__", + "lineno": 39, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.words", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_words", + "lineno": 71, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.words", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 74, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.words", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_words", + "lineno": 77, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.words", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 80, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_words", + "lineno": 113, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 116, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_words", + "lineno": 119, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 122, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.sents", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_words", + "lineno": 155, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.sents", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 158, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.sents", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_words", + "lineno": 161, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.sents", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 164, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_words", + "lineno": 197, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 200, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_words", + "lineno": 203, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 206, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.corpus", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_corpus", + "lineno": 214, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.corpus", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 214, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.corpus", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 215, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.participants", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_participants", + "lineno": 231, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.participants", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 231, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.participants", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 232, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_participants.dictOfDicts", + "callee": ".collections.defaultdict", + "lineno": 237, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_participants", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_participants.dictOfDicts", + "lineno": 241, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.age", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_age", + "lineno": 258, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.age", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 259, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.age", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_age", + "lineno": 261, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.age", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 262, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_age", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.convert_age", + "lineno": 271, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.MLU", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader._getMLU", + "lineno": 296, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.MLU", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 297, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.MLU", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader._getMLU", + "lineno": 299, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader.MLU", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 300, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader._getMLU", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_words", + "lineno": 303, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader._getMLU", + "callee": ".list.append", + "lineno": 329, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader._getMLU", + "callee": ".list.count", + "lineno": 332, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader._getMLU", + "callee": ".list.count", + "lineno": 333, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader._getMLU", + "callee": "nltk.util.flatten", + "lineno": 337, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader._getMLU", + "callee": "nltk.util.flatten", + "lineno": 341, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_words", + "callee": ".list.append", + "lineno": 499, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_words", + "callee": ".list.append", + "lineno": 501, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.CHILDESCorpusReader._get_words", + "callee": ".list.extend", + "lineno": 503, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.data.find", + "lineno": 574, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.__init__", + "lineno": 577, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.api.CorpusReader.fileids", + "lineno": 579, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.corpus", + "lineno": 582, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.words", + "lineno": 588, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.words", + "lineno": 591, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.tagged_words", + "lineno": 594, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.words", + "lineno": 595, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.words", + "lineno": 596, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.words", + "lineno": 597, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.words", + "lineno": 600, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.sents", + "lineno": 603, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.participants", + "lineno": 604, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.sents", + "lineno": 607, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.words", + "lineno": 608, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.age", + "lineno": 609, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.age", + "lineno": 610, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.demo", + "callee": "nltk.corpus.reader.childes.CHILDESCorpusReader.MLU", + "lineno": 611, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.childes.", + "callee": "nltk.corpus.reader.childes.demo", + "lineno": 633, + "resolution": "direct_name_call" + } + ], + "nltk.corpus.reader.chunked": [ + { + "caller": "nltk.corpus.reader.chunked.ChunkedCorpusReader.words", + "callee": "nltk.corpus.reader.chunked.ChunkedCorpusView.__init__", + "lineno": 66, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.chunked.ChunkedCorpusReader.sents", + "callee": "nltk.corpus.reader.chunked.ChunkedCorpusView.__init__", + "lineno": 80, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.chunked.ChunkedCorpusReader.paras", + "callee": "nltk.corpus.reader.chunked.ChunkedCorpusView.__init__", + "lineno": 94, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.chunked.ChunkedCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.chunked.ChunkedCorpusView.__init__", + "lineno": 108, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.chunked.ChunkedCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.chunked.ChunkedCorpusView.__init__", + "lineno": 124, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.chunked.ChunkedCorpusReader.tagged_paras", + "callee": "nltk.corpus.reader.chunked.ChunkedCorpusView.__init__", + "lineno": 140, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.chunked.ChunkedCorpusReader.chunked_words", + "callee": "nltk.corpus.reader.chunked.ChunkedCorpusView.__init__", + "lineno": 158, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.chunked.ChunkedCorpusReader.chunked_sents", + "callee": "nltk.corpus.reader.chunked.ChunkedCorpusView.__init__", + "lineno": 176, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.chunked.ChunkedCorpusReader.chunked_paras", + "callee": "nltk.corpus.reader.chunked.ChunkedCorpusView.__init__", + "lineno": 194, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.chunked.ChunkedCorpusView.read_block", + "callee": "nltk.corpus.reader.chunked.ChunkedCorpusView._untag", + "lineno": 244, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.chunked.ChunkedCorpusView.read_block", + "callee": ".list.append", + "lineno": 252, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.chunked.ChunkedCorpusView.read_block", + "callee": ".list.extend", + "lineno": 254, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.chunked.ChunkedCorpusView.read_block", + "callee": ".list.append", + "lineno": 258, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.chunked.ChunkedCorpusView.read_block", + "callee": ".list.extend", + "lineno": 260, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.chunked.ChunkedCorpusView._untag", + "callee": "nltk.corpus.reader.chunked.ChunkedCorpusView._untag", + "lineno": 268, + "resolution": "self_method_call" + } + ], + "nltk.corpus.reader.cmudict": [ + { + "caller": "nltk.corpus.reader.cmudict.CMUDictCorpusReader.words", + "callee": "nltk.corpus.reader.cmudict.CMUDictCorpusReader.entries", + "lineno": 70, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.cmudict.CMUDictCorpusReader.dict", + "callee": "nltk.corpus.reader.cmudict.CMUDictCorpusReader.dict", + "lineno": 77, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.cmudict.CMUDictCorpusReader.dict", + "callee": "nltk.util.Index.__init__", + "lineno": 77, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.cmudict.CMUDictCorpusReader.dict", + "callee": "nltk.corpus.reader.cmudict.CMUDictCorpusReader.entries", + "lineno": 77, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.cmudict.read_cmudict_block", + "callee": ".list.append", + "lineno": 87, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.comparative_sents": [ + { + "caller": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader.keywords_readme", + "callee": ".list.append", + "lineno": 188, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader._read_comparison_block", + "callee": "nltk.corpus.reader.comparative_sents.Comparison.__init__", + "lineno": 246, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader._read_comparison_block", + "callee": ".list.append", + "lineno": 262, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader._read_comparison_block", + "callee": "nltk.corpus.reader.comparative_sents.Comparison.__init__", + "lineno": 269, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader._read_comparison_block", + "callee": ".list.append", + "lineno": 272, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader._read_keyword_block", + "callee": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader._read_comparison_block", + "lineno": 279, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader._read_keyword_block", + "callee": ".list.append", + "lineno": 280, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader._read_word_block", + "callee": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader._read_sent_block", + "lineno": 307, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.comparative_sents.ComparativeSentencesCorpusReader._read_word_block", + "callee": ".list.extend", + "lineno": 308, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.conll": [ + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._require", + "lineno": 101, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._grids", + "lineno": 102, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.sents", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._require", + "lineno": 105, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.sents", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._grids", + "lineno": 106, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._require", + "lineno": 109, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.tagged_words.get_tagged_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_tagged_words", + "lineno": 112, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._grids", + "lineno": 114, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._require", + "lineno": 117, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.tagged_sents.get_tagged_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_tagged_words", + "lineno": 120, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._grids", + "lineno": 122, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.chunked_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._require", + "lineno": 125, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.chunked_words.get_chunked_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_chunked_words", + "lineno": 130, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.chunked_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._grids", + "lineno": 132, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.chunked_sents", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._require", + "lineno": 135, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.chunked_sents.get_chunked_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_chunked_words", + "lineno": 140, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.chunked_sents", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._grids", + "lineno": 142, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.parsed_sents", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._require", + "lineno": 145, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.parsed_sents.get_parsed_sent", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_parsed_sent", + "lineno": 150, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.parsed_sents", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._grids", + "lineno": 152, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.srl_spans", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._require", + "lineno": 155, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.srl_spans", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._grids", + "lineno": 156, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.srl_instances", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._require", + "lineno": 159, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.srl_instances.get_srl_instances", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_instances", + "lineno": 164, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.srl_instances", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._grids", + "lineno": 166, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.iob_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._require", + "lineno": 178, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.iob_words.get_iob_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_iob_words", + "lineno": 181, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.iob_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._grids", + "lineno": 183, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.iob_sents", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._require", + "lineno": 192, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.iob_sents.get_iob_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_iob_words", + "lineno": 195, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader.iob_sents", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._grids", + "lineno": 197, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._read_grid_block", + "callee": ".list.append", + "lineno": 232, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 242, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_tagged_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 245, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_tagged_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 248, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_iob_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 251, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_iob_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 256, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_iob_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 258, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_chunked_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 264, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_chunked_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 265, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_chunked_words", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 268, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_chunked_words", + "callee": ".list.pop", + "lineno": 285, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_chunked_words", + "callee": ".list.append", + "lineno": 290, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_parsed_sent", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 297, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_parsed_sent", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 298, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_parsed_sent", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 301, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_spans", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 338, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_spans", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 341, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_spans", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 350, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_spans", + "callee": ".list.append", + "lineno": 357, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_spans", + "callee": ".list.pop", + "lineno": 359, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_spans", + "callee": ".list.append", + "lineno": 360, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_spans", + "callee": ".list.append", + "lineno": 361, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_instances", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_parsed_sent", + "lineno": 366, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_instances", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_spans", + "lineno": 367, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_instances", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 369, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_instances", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 370, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_instances", + "callee": "nltk.corpus.reader.conll.ConllCorpusReader._get_column", + "lineno": 372, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_instances", + "callee": "nltk.corpus.reader.conll.ConllSRLInstanceList.__init__", + "lineno": 375, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllCorpusReader._get_srl_instances", + "callee": "nltk.corpus.reader.conll.ConllSRLInstance.__init__", + "lineno": 392, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllSRLInstance.pprint", + "callee": ".str.replace", + "lineno": 487, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllSRLInstanceList.__str__", + "callee": "nltk.corpus.reader.conll.ConllSRLInstanceList.pprint", + "lineno": 501, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllSRLInstanceList.pprint", + "callee": "nltk.corpus.reader.conll.ConllSRLInstanceList._tree2conll", + "lineno": 514, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.conll.ConllSRLInstanceList._tree2conll", + "callee": "nltk.corpus.reader.conll.ConllSRLInstanceList._tree2conll", + "lineno": 556, + "resolution": "self_method_call" + } + ], + "nltk.corpus.reader.crubadan": [ + { + "caller": "nltk.corpus.reader.crubadan.CrubadanCorpusReader.__init__", + "callee": "nltk.corpus.reader.crubadan.CrubadanCorpusReader._load_lang_mapping_data", + "lineno": 40, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.crubadan.CrubadanCorpusReader.lang_freq", + "callee": "nltk.corpus.reader.crubadan.CrubadanCorpusReader._load_lang_ngrams", + "lineno": 47, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.crubadan.CrubadanCorpusReader._load_lang_ngrams", + "callee": "nltk.corpus.reader.crubadan.CrubadanCorpusReader.langs", + "lineno": 87, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.crubadan.CrubadanCorpusReader._load_lang_ngrams", + "callee": "nltk.corpus.reader.crubadan.CrubadanCorpusReader.iso_to_crubadan", + "lineno": 90, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.crubadan.CrubadanCorpusReader._load_lang_ngrams", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 96, + "resolution": "imported_call" + } + ], + "nltk.corpus.reader.dependency": [ + { + "caller": "nltk.corpus.reader.dependency.DependencyCorpusReader.words", + "callee": "nltk.corpus.reader.dependency.DependencyCorpusView.__init__", + "lineno": 33, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.dependency.DependencyCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.dependency.DependencyCorpusView.__init__", + "lineno": 41, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.dependency.DependencyCorpusReader.sents", + "callee": "nltk.corpus.reader.dependency.DependencyCorpusView.__init__", + "lineno": 49, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.dependency.DependencyCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.dependency.DependencyCorpusView.__init__", + "lineno": 57, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.dependency.DependencyCorpusReader.parsed_sents", + "callee": "nltk.corpus.reader.dependency.DependencyCorpusView.__init__", + "lineno": 65, + "resolution": "same_module_class_call" + } + ], + "nltk.corpus.reader.framenet": [ + { + "caller": "nltk.corpus.reader.framenet.mimic_wrap", + "callee": "nltk.corpus.reader.framenet.mimic_wrap._", + "lineno": 51, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.corpus.reader.framenet._pretty_any", + "callee": "nltk.corpus.reader.framenet._pretty_longstring", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet._pretty_semtype", + "callee": "nltk.corpus.reader.framenet._pretty_longstring", + "lineno": 110, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet._pretty_lu", + "callee": "nltk.corpus.reader.framenet._pretty_longstring", + "lineno": 185, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet._pretty_pos", + "callee": ".itertools.zip_longest", + "lineno": 325, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.framenet._pretty_pos", + "callee": "nltk.corpus.reader.framenet.mimic_wrap", + "lineno": 325, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii", + "callee": "nltk.corpus.reader.framenet._annotation_ascii_frames", + "lineno": 445, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii", + "callee": "nltk.corpus.reader.framenet._annotation_ascii_FEs", + "lineno": 447, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_frames", + "callee": ".list.append", + "lineno": 468, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_frames", + "callee": ".collections.OrderedDict", + "lineno": 501, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_frames", + "callee": ".itertools.zip_longest", + "lineno": 540, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_frames", + "callee": "nltk.corpus.reader.framenet.mimic_wrap", + "lineno": 540, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_FEs", + "callee": ".collections.OrderedDict", + "lineno": 583, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_FEs", + "callee": ".list.append", + "lineno": 599, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_FEs", + "callee": "nltk.corpus.reader.framenet._annotation_ascii_FE_layer", + "lineno": 603, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_FEs", + "callee": "nltk.corpus.reader.framenet._annotation_ascii_FE_layer", + "lineno": 604, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_FEs", + "callee": "nltk.corpus.reader.framenet._annotation_ascii_FE_layer", + "lineno": 611, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_FEs", + "callee": "nltk.corpus.reader.framenet._annotation_ascii_FE_layer", + "lineno": 613, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_FEs", + "callee": ".list.extend", + "lineno": 627, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_FEs", + "callee": ".list.extend", + "lineno": 628, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_FEs", + "callee": ".list.extend", + "lineno": 630, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_FEs", + "callee": ".list.extend", + "lineno": 632, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_FEs", + "callee": ".list.append", + "lineno": 633, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_FEs", + "callee": ".itertools.zip_longest", + "lineno": 635, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.framenet._annotation_ascii_FEs", + "callee": "nltk.corpus.reader.framenet.mimic_wrap", + "lineno": 635, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet._pretty_fe", + "callee": "nltk.corpus.reader.framenet._pretty_longstring", + "lineno": 661, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet._pretty_frame", + "callee": "nltk.corpus.reader.framenet._pretty_longstring", + "lineno": 702, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet._pretty_frame", + "callee": ".list.append", + "lineno": 720, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet._pretty_frame", + "callee": "nltk.corpus.reader.framenet._pretty_longstring", + "lineno": 721, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet._pretty_frame", + "callee": ".dict.keys", + "lineno": 732, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._short_repr", + "callee": "nltk.corpus.reader.framenet.AttrDict.__repr__", + "lineno": 819, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._short_repr", + "callee": "nltk.corpus.reader.framenet.AttrDict.__repr__", + "lineno": 830, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._str", + "callee": "nltk.corpus.reader.framenet._pretty_any", + "lineno": 836, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._str", + "callee": "nltk.corpus.reader.framenet._pretty_frame", + "lineno": 838, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._str", + "callee": "nltk.corpus.reader.framenet._pretty_fe", + "lineno": 840, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._str", + "callee": "nltk.corpus.reader.framenet._pretty_lu", + "lineno": 842, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._str", + "callee": "nltk.corpus.reader.framenet._pretty_exemplars", + "lineno": 844, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._str", + "callee": "nltk.corpus.reader.framenet._pretty_fulltext_sentences", + "lineno": 848, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._str", + "callee": "nltk.corpus.reader.framenet._pretty_annotation", + "lineno": 850, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._str", + "callee": "nltk.corpus.reader.framenet._pretty_fulltext_sentence", + "lineno": 852, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._str", + "callee": "nltk.corpus.reader.framenet._pretty_annotation", + "lineno": 854, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._str", + "callee": "nltk.corpus.reader.framenet._pretty_pos", + "lineno": 856, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._str", + "callee": "nltk.corpus.reader.framenet._pretty_semtype", + "lineno": 858, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._str", + "callee": "nltk.corpus.reader.framenet._pretty_frame_relation_type", + "lineno": 860, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._str", + "callee": "nltk.corpus.reader.framenet._pretty_frame_relation", + "lineno": 862, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._str", + "callee": "nltk.corpus.reader.framenet._pretty_fe_relation", + "lineno": 864, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict._str", + "callee": "nltk.corpus.reader.framenet._pretty_any", + "lineno": 866, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict.__str__", + "callee": "nltk.corpus.reader.framenet.AttrDict._str", + "lineno": 876, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.AttrDict.__repr__", + "callee": "nltk.corpus.reader.framenet.AttrDict.__str__", + "lineno": 879, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.SpecialList._str", + "callee": "nltk.corpus.reader.framenet._pretty_exemplars", + "lineno": 899, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.SpecialList.__str__", + "callee": "nltk.corpus.reader.framenet.SpecialList._str", + "lineno": 905, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.SpecialList.__repr__", + "callee": "nltk.corpus.reader.framenet.SpecialList.__str__", + "lineno": 908, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.Future.__nonzero__", + "callee": "nltk.corpus.reader.framenet.Future._data", + "lineno": 933, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.Future.__len__", + "callee": "nltk.corpus.reader.framenet.Future._data", + "lineno": 936, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.Future.__setitem__", + "callee": "nltk.corpus.reader.framenet.Future._data", + "lineno": 939, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.Future.__getitem__", + "callee": "nltk.corpus.reader.framenet.Future._data", + "lineno": 942, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.Future.__getattr__", + "callee": "nltk.corpus.reader.framenet.Future._data", + "lineno": 945, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.Future.__str__", + "callee": "nltk.corpus.reader.framenet.Future._data", + "lineno": 948, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.Future.__repr__", + "callee": "nltk.corpus.reader.framenet.Future._data", + "lineno": 951, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.PrettyDict.__repr__", + "callee": ".list.append", + "lineno": 974, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.PrettyList.__repr__", + "callee": ".list.append", + "lineno": 999, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.PrettyLazyMap.__repr__", + "callee": ".list.append", + "lineno": 1027, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.PrettyLazyIteratorList.__repr__", + "callee": ".list.append", + "lineno": 1053, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.PrettyLazyConcatenation.__repr__", + "callee": ".list.append", + "lineno": 1079, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.PrettyLazyConcatenation.__add__", + "callee": "nltk.corpus.reader.framenet.PrettyLazyIteratorList.", + "lineno": 1089, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.PrettyLazyConcatenation.__radd__", + "callee": "nltk.corpus.reader.framenet.PrettyLazyIteratorList.", + "lineno": 1093, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.help", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.help", + "lineno": 1158, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildframeindex", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildrelationindex", + "lineno": 1242, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildrelationindex", + "callee": ".collections.defaultdict", + "lineno": 1281, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildrelationindex", + "callee": "nltk.corpus.reader.framenet.Future.__init__", + "lineno": 1292, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildrelationindex", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_by_id", + "lineno": 1293, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildrelationindex", + "callee": "nltk.corpus.reader.framenet.Future.__init__", + "lineno": 1295, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildrelationindex", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_by_id", + "lineno": 1296, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildrelationindex", + "callee": "nltk.corpus.reader.framenet.Future.__init__", + "lineno": 1304, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildrelationindex", + "callee": "nltk.corpus.reader.framenet.Future.__init__", + "lineno": 1309, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.buildindexes", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildframeindex", + "lineno": 1325, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.buildindexes", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildluindex", + "lineno": 1327, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.buildindexes", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildcorpusindex", + "lineno": 1329, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.buildindexes", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildrelationindex", + "lineno": 1331, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.doc", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildcorpusindex", + "lineno": 1383, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.doc", + "callee": "nltk.corpus.reader.framenet._reject_unsafe_path_component", + "lineno": 1393, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.doc", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextannotation_elt", + "lineno": 1401, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_by_id", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildframeindex", + "lineno": 1444, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_by_id", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_by_name", + "lineno": 1449, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_by_name", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildframeindex", + "lineno": 1483, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_by_name", + "callee": "nltk.corpus.reader.framenet._reject_unsafe_path_component", + "lineno": 1489, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_by_name", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "lineno": 1500, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_by_name", + "lineno": 1596, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_by_id", + "lineno": 1598, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frames_by_lemma", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 1623, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frames_by_lemma", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frames", + "lineno": 1625, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lu_basic", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.lu", + "lineno": 1660, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lu", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildluindex", + "lineno": 1797, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lu", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._warn", + "lineno": 1804, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lu", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 1809, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lu", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_by_id", + "lineno": 1818, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lu", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_by_id", + "lineno": 1824, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lu", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 1827, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._lu_file", + "callee": "nltk.corpus.reader.framenet._reject_unsafe_path_component", + "lineno": 1843, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._lu_file", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildluindex", + "lineno": 1847, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._lu_file", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lexunit_elt", + "lineno": 1856, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._lu_file", + "callee": "nltk.corpus.reader.framenet.SpecialList.__init__", + "lineno": 1859, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._loadsemtypes", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 1873, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._loadsemtypes", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtypes", + "lineno": 1890, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._loadsemtypes", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtype", + "lineno": 1892, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._loadsemtypes", + "callee": ".list.append", + "lineno": 1896, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.propagate_semtypes", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._loadsemtypes", + "lineno": 1923, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.propagate_semtypes", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildrelationindex", + "lineno": 1925, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.propagate_semtypes", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.fe_relations", + "lineno": 1933, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.propagate_semtypes", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtype_inherits", + "lineno": 1939, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtype", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._loadsemtypes", + "lineno": 1985, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtype", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._loadsemtypes", + "lineno": 1991, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtype_inherits", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtype", + "lineno": 1998, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtype_inherits", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtype", + "lineno": 2000, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frames", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildframeindex", + "lineno": 2072, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frames", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 2076, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frames", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame", + "lineno": 2077, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frames", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_ids_and_names", + "lineno": 2077, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frames", + "callee": "nltk.corpus.reader.framenet.PrettyLazyMap.", + "lineno": 2080, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_ids_and_names", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildframeindex", + "lineno": 2088, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.fes", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame", + "lineno": 2132, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.fes", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frames", + "lineno": 2134, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.fes", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frames", + "lineno": 2138, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.fes", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 2140, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lus", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildluindex", + "lineno": 2253, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lus", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 2256, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lus", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.lu", + "lineno": 2257, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lus", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.lu_ids_and_names", + "lineno": 2257, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lus", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frames", + "lineno": 2263, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lus", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 2266, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lus", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame", + "lineno": 2269, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lus", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frames", + "lineno": 2271, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lus", + "callee": "nltk.corpus.reader.framenet.PrettyLazyIteratorList.", + "lineno": 2274, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lus", + "callee": "nltk.corpus.reader.framenet.PrettyLazyMap.", + "lineno": 2283, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.lu_ids_and_names", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildluindex", + "lineno": 2292, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.docs_metadata", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 2335, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.docs_metadata", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildcorpusindex", + "lineno": 2337, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.docs_metadata", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 2338, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.docs_metadata", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 2343, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.docs", + "callee": "nltk.corpus.reader.framenet.PrettyLazyMap.", + "lineno": 2352, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.docs", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.doc", + "lineno": 2352, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.docs", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.docs_metadata", + "lineno": 2352, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.sents", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars", + "lineno": 2360, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.sents", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.ft_sents", + "lineno": 2360, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.sents", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars", + "lineno": 2362, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.sents", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.ft_sents", + "lineno": 2364, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.annotations", + "callee": "nltk.corpus.reader.framenet.PrettyLazyIteratorList.", + "lineno": 2372, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.annotations", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars", + "lineno": 2373, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.annotations", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.lu_ids_and_names", + "lineno": 2380, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.annotations", + "callee": "nltk.corpus.reader.framenet.PrettyLazyIteratorList.", + "lineno": 2381, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.annotations", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.ft_sents", + "lineno": 2383, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars", + "callee": ".collections.defaultdict", + "lineno": 2421, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.lus", + "lineno": 2428, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frames", + "lineno": 2433, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame", + "lineno": 2436, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.lus", + "lineno": 2441, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars", + "callee": "nltk.corpus.reader.framenet.PrettyLazyIteratorList.", + "lineno": 2445, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars", + "callee": "nltk.corpus.reader.framenet.PrettyLazyIteratorList.", + "lineno": 2460, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.fes", + "lineno": 2469, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.fes", + "lineno": 2471, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frames", + "lineno": 2475, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars._matching_exs", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._exemplar_of_fes", + "lineno": 2502, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars._matching_exs", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._exemplar_of_fes", + "lineno": 2503, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars", + "callee": "nltk.corpus.reader.framenet.PrettyLazyIteratorList.", + "lineno": 2507, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.exemplars._matching_exs", + "lineno": 2507, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.ft_sents", + "callee": "nltk.corpus.reader.framenet.PrettyLazyIteratorList.", + "lineno": 2527, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.ft_sents", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.docs", + "lineno": 2528, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_relation_types", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildrelationindex", + "lineno": 2553, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_relations", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildrelationindex", + "lineno": 2593, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_relations", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_relation_types", + "lineno": 2599, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_relations", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 2605, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_relations", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_by_name", + "lineno": 2611, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_relations", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_by_name", + "lineno": 2633, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_relations", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 2644, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.fe_relations", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildrelationindex", + "lineno": 2679, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.fe_relations", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 2680, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtypes", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._loadsemtypes", + "lineno": 2708, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtypes", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 2709, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 2802, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 2802, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextindex_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 2816, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextindex_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 2816, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextindex_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 2822, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextindex_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 2822, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextindex_elt", + "callee": ".list.append", + "lineno": 2833, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 2839, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 2839, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.PrettyDict.__init__", + "lineno": 2844, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.PrettyDict.__init__", + "lineno": 2846, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._strip_tags", + "lineno": 2855, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fe_elt", + "lineno": 2857, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fecoreset_elt", + "lineno": 2861, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 2864, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framelexunit_elt", + "lineno": 2867, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.Future.__init__", + "lineno": 2879, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._lu_file", + "lineno": 2880, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.Future.__init__", + "lineno": 2882, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._lu_file", + "lineno": 2883, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._buildluindex", + "lineno": 2887, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 2890, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 2890, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtype", + "lineno": 2891, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_frame_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame_relations", + "lineno": 2893, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fecoreset_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 2910, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fecoreset_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 2910, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fecoreset_elt", + "callee": ".list.append", + "lineno": 2913, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fecoreset_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 2913, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fecoreset_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 2913, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framerelationtype_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 2919, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framerelationtype_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 2919, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framerelationtype_elt", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 2921, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framerelationtype_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framerelation_elt", + "lineno": 2925, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framerelation_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 2935, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framerelation_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 2935, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framerelation_elt", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 2938, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framerelation_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_elt", + "lineno": 2942, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextannotation_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 2954, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextannotation_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltext_sentence_elt", + "lineno": 2962, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltext_sentence_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 2972, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltext_sentence_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 2972, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltext_sentence_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._strip_tags", + "lineno": 2984, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltext_sentence_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextannotationset_elt", + "lineno": 2986, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltext_sentence_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._warn", + "lineno": 2997, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextannotationset_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_luannotationset_elt", + "lineno": 3021, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextannotationset_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.lu", + "lineno": 3025, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextlayer_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3037, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextlayer_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 3037, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextlayer_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3043, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fulltextlayer_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 3043, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framelexunit_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 3050, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framelexunit_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3052, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framelexunit_elt", + "callee": "nltk.corpus.reader.framenet.PrettyDict.__init__", + "lineno": 3055, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framelexunit_elt", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 3056, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framelexunit_elt", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 3057, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framelexunit_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._strip_tags", + "lineno": 3062, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framelexunit_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3064, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framelexunit_elt", + "callee": "nltk.corpus.reader.framenet.PrettyDict.__init__", + "lineno": 3064, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framelexunit_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3066, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framelexunit_elt", + "callee": "nltk.corpus.reader.framenet.PrettyDict.__init__", + "lineno": 3066, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framelexunit_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3073, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framelexunit_elt", + "callee": "nltk.corpus.reader.framenet.PrettyDict.__init__", + "lineno": 3073, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_framelexunit_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtype", + "lineno": 3074, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lexunit_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3088, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lexunit_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 3088, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lexunit_elt", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 3092, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lexunit_elt", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 3093, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lexunit_elt", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 3094, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lexunit_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._strip_tags", + "lineno": 3106, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lexunit_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lusubcorpus_elt", + "lineno": 3108, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lexunit_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3112, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lexunit_elt", + "callee": "nltk.corpus.reader.framenet.PrettyDict.__init__", + "lineno": 3112, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lexunit_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3114, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lexunit_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 3114, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lexunit_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtype", + "lineno": 3115, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lusubcorpus_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 3121, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lusubcorpus_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lusentence_elt", + "lineno": 3131, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lusentence_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3139, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lusentence_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 3139, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lusentence_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._strip_tags", + "lineno": 3147, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lusentence_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_luannotationset_elt", + "lineno": 3149, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_luannotationset_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3185, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_luannotationset_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 3185, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_luannotationset_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lulayer_elt", + "lineno": 3197, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_luannotationset_elt", + "callee": ".list.append", + "lineno": 3211, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_luannotationset_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._warn", + "lineno": 3214, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_luannotationset_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._warn", + "lineno": 3226, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_luannotationset_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._warn", + "lineno": 3234, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_luannotationset_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._warn", + "lineno": 3262, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_luannotationset_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._warn", + "lineno": 3278, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_luannotationset_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._warn", + "lineno": 3284, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lulayer_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3293, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lulayer_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 3293, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lulayer_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3299, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_lulayer_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 3299, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fe_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3305, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fe_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 3305, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fe_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._strip_tags", + "lineno": 3315, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fe_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3317, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fe_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 3317, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fe_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.semtype", + "lineno": 3318, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fe_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3320, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fe_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 3320, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fe_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3322, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_fe_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 3322, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_semtype_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3327, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_semtype_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 3327, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_semtype_elt", + "callee": "nltk.corpus.reader.framenet.PrettyList.__init__", + "lineno": 3330, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_semtype_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._strip_tags", + "lineno": 3334, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_semtype_elt", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._load_xml_attributes", + "lineno": 3336, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.framenet.FramenetCorpusReader._handle_semtype_elt", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 3336, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.framenet.demo", + "callee": ".pprint.pprint", + "lineno": 3436, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.framenet.demo", + "callee": ".pprint.pprint", + "lineno": 3443, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.framenet.demo", + "callee": ".pprint.pprint", + "lineno": 3451, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.framenet.demo", + "callee": ".pprint.pprint", + "lineno": 3465, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.framenet.", + "callee": "nltk.corpus.reader.framenet.demo", + "lineno": 3469, + "resolution": "direct_name_call" + } + ], + "nltk.corpus.reader.ieer": [ + { + "caller": "nltk.corpus.reader.ieer.IEERCorpusReader._read_parsed_block", + "callee": "nltk.corpus.reader.ieer.IEERCorpusReader._parse", + "lineno": 85, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ieer.IEERCorpusReader._read_parsed_block", + "callee": "nltk.corpus.reader.ieer.IEERCorpusReader._read_block", + "lineno": 86, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ieer.IEERCorpusReader._read_parsed_block", + "callee": "nltk.corpus.reader.ieer.IEERCorpusReader._parse", + "lineno": 87, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ieer.IEERCorpusReader._parse", + "callee": "nltk.corpus.reader.ieer.IEERDocument.__init__", + "lineno": 93, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.ieer.IEERCorpusReader._parse", + "callee": "nltk.corpus.reader.ieer.IEERDocument.__init__", + "lineno": 95, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.ieer.IEERCorpusReader._read_block", + "callee": ".list.append", + "lineno": 106, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.ieer.IEERCorpusReader._read_block", + "callee": ".list.append", + "lineno": 112, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.indian": [ + { + "caller": "nltk.corpus.reader.indian.IndianCorpusReader.words", + "callee": "nltk.corpus.reader.indian.IndianCorpusView.__init__", + "lineno": 34, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.indian.IndianCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.indian.IndianCorpusView.__init__", + "lineno": 46, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.indian.IndianCorpusReader.sents", + "callee": "nltk.corpus.reader.indian.IndianCorpusView.__init__", + "lineno": 54, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.indian.IndianCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.indian.IndianCorpusView.__init__", + "lineno": 66, + "resolution": "same_module_class_call" + } + ], + "nltk.corpus.reader.ipipan": [ + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.__init__", + "callee": "nltk.corpus.reader.api.CorpusReader.__init__", + "lineno": 62, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.channels", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.fileids", + "lineno": 66, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.channels", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._parse_header", + "lineno": 67, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.domains", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.fileids", + "lineno": 71, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.domains", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._parse_header", + "lineno": 72, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.categories", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.fileids", + "lineno": 76, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.categories", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._map_category", + "lineno": 78, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.categories", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._parse_header", + "lineno": 78, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.fileids", + "callee": "nltk.corpus.reader.api.CorpusReader.fileids", + "lineno": 88, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.fileids", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_morph_files_by", + "lineno": 96, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.fileids", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_morph_files_by", + "lineno": 98, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.fileids", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_morph_files_by", + "lineno": 100, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.sents", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 106, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.sents", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._view", + "lineno": 108, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.sents", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_morph_files", + "lineno": 111, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.paras", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 117, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.paras", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._view", + "lineno": 119, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.paras", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_morph_files", + "lineno": 122, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.words", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 128, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.words", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._view", + "lineno": 130, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.words", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_morph_files", + "lineno": 131, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 137, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._view", + "lineno": 139, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_morph_files", + "lineno": 140, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.tagged_paras", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 146, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.tagged_paras", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._view", + "lineno": 148, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.tagged_paras", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_morph_files", + "lineno": 149, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 155, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._view", + "lineno": 156, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_morph_files", + "lineno": 156, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_morph_files", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 160, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_header_files", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_morph_files", + "lineno": 165, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._parse_header", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_header_files", + "lineno": 170, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._parse_header", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._get_tag", + "lineno": 171, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_morph_files_by", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader.fileids", + "lineno": 177, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_morph_files_by", + "callee": "nltk.corpus.reader.api.CorpusReader.abspath", + "lineno": 180, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._list_morph_files_by", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._get_tag", + "lineno": 181, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._get_tag", + "callee": ".list.append", + "lineno": 199, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusReader._view", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusView.__init__", + "lineno": 230, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusView.__init__", + "callee": "nltk.corpus.reader.util.StreamBackedCorpusView.__init__", + "lineno": 249, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusView.read_block", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusView._read_data", + "lineno": 270, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusView.read_block", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusView._seek", + "lineno": 275, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusView.read_block", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusView._read_data", + "lineno": 276, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusView.read_block", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusView._append_space", + "lineno": 291, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusView.read_block", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusView._seek", + "lineno": 299, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusView.read_block", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusView._append_space", + "lineno": 304, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusView.read_block", + "callee": ".list.append", + "lineno": 307, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusView.read_block", + "callee": "nltk.corpus.reader.ipipan.IPIPANCorpusView._seek", + "lineno": 309, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusView.read_block", + "callee": ".list.append", + "lineno": 324, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusView.read_block", + "callee": ".list.append", + "lineno": 326, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusView.read_block", + "callee": ".list.pop", + "lineno": 326, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusView.read_block", + "callee": ".list.append", + "lineno": 328, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusView.read_block", + "callee": ".list.append", + "lineno": 334, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.ipipan.IPIPANCorpusView.read_block", + "callee": ".list.append", + "lineno": 336, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.knbc": [ + { + "caller": "nltk.corpus.reader.knbc.KNBCorpusReader._read_block", + "callee": "nltk.corpus.reader.util.read_blankline_block", + "lineno": 66, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.knbc.KNBCorpusReader._word", + "callee": ".list.append", + "lineno": 74, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.knbc.KNBCorpusReader._tag", + "callee": ".list.append", + "lineno": 86, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.knbc.demo", + "callee": "nltk.data.find", + "lineno": 136, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.knbc.demo", + "callee": "nltk.corpus.reader.util.find_corpus_fileids", + "lineno": 139, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.knbc.demo", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 147, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.knbc.test", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 176, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.knbc.", + "callee": "nltk.corpus.reader.knbc.demo", + "lineno": 186, + "resolution": "direct_name_call" + } + ], + "nltk.corpus.reader.lin": [ + { + "caller": "nltk.corpus.reader.lin.LinThesaurusCorpusReader.__defaultdict_factory", + "callee": ".collections.defaultdict", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.lin.LinThesaurusCorpusReader.__init__", + "callee": ".collections.defaultdict", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.lin.LinThesaurusCorpusReader.__contains__", + "callee": ".functools.reduce", + "lineno": 149, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.lin.", + "callee": "nltk.corpus.reader.lin.demo", + "lineno": 183, + "resolution": "direct_name_call" + } + ], + "nltk.corpus.reader.markdown": [ + { + "caller": "nltk.corpus.reader.markdown.comma_separated_string_args.wrapper", + "callee": ".functools.wraps", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.markdown.read_parse_blankline_block", + "callee": "nltk.corpus.reader.util.read_blankline_block", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.markdown.MarkdownBlock.words", + "callee": "nltk.tokenize.word_tokenize", + "lineno": 62, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.markdown.MarkdownBlock.sents", + "callee": "nltk.tokenize.word_tokenize", + "lineno": 66, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.markdown.MarkdownBlock.sents", + "callee": "nltk.tokenize.sent_tokenize", + "lineno": 66, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.markdown.MarkdownBlock.paras", + "callee": "nltk.tokenize.word_tokenize", + "lineno": 71, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.markdown.MarkdownBlock.paras", + "callee": "nltk.tokenize.sent_tokenize", + "lineno": 71, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CodeBlock.sents", + "callee": "nltk.tokenize.word_tokenize", + "lineno": 83, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CodeBlock.paras", + "callee": "nltk.tokenize.word_tokenize", + "lineno": 92, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.markdown.", + "callee": ".collections.namedtuple", + "lineno": 104, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.markdown.", + "callee": ".collections.namedtuple", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.markdown.", + "callee": ".collections.namedtuple", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.markdown.MarkdownCorpusReader.__init__", + "callee": ".markdown_it.MarkdownIt", + "lineno": 117, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.markdown.MarkdownCorpusReader.__init__", + "callee": ".functools.partial", + "lineno": 121, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.__init__", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader.__init__", + "lineno": 154, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.__init__", + "callee": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.metadata", + "lineno": 160, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.raw", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader._resolve", + "lineno": 180, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.words", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader._resolve", + "lineno": 184, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.sents", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader._resolve", + "lineno": 188, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.paras", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader._resolve", + "lineno": 192, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.concatenated_view", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 197, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.concatenated_view", + "callee": "nltk.corpus.reader.api.CategorizedCorpusReader._resolve", + "lineno": 201, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.metadata_reader", + "callee": ".yaml.safe_load", + "lineno": 210, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.metadata", + "callee": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.concatenated_view", + "lineno": 217, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.blockquote_reader", + "callee": "nltk.corpus.reader.markdown.MarkdownBlock.__init__", + "lineno": 233, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.blockquotes", + "callee": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.concatenated_view", + "lineno": 241, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.code_block_reader", + "callee": "nltk.corpus.reader.markdown.CodeBlock.__init__", + "lineno": 245, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.code_blocks", + "callee": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.concatenated_view", + "lineno": 255, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.images", + "callee": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.concatenated_view", + "lineno": 273, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.links", + "callee": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.concatenated_view", + "lineno": 291, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.lists", + "callee": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.concatenated_view", + "lineno": 318, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.section_reader", + "callee": ".list.append", + "lineno": 330, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.section_reader", + "callee": "nltk.corpus.reader.markdown.MarkdownSection.__init__", + "lineno": 334, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.sections", + "callee": "nltk.corpus.reader.markdown.CategorizedMarkdownCorpusReader.concatenated_view", + "lineno": 344, + "resolution": "self_method_call" + } + ], + "nltk.corpus.reader.mte": [ + { + "caller": "nltk.corpus.reader.mte.MTECorpusView.__init__", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusView.__init__", + "lineno": 23, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusView.read_block", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusView.read_block", + "lineno": 29, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTEFileReader._sent_elt", + "callee": "nltk.corpus.reader.mte.xpath", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTEFileReader._para_elt", + "callee": "nltk.corpus.reader.mte.xpath", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTEFileReader._tagged_sent_elt", + "callee": "nltk.corpus.reader.mte.xpath", + "lineno": 93, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTEFileReader._tagged_para_elt", + "callee": "nltk.corpus.reader.mte.xpath", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTEFileReader._lemma_sent_elt", + "callee": "nltk.corpus.reader.mte.xpath", + "lineno": 115, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTEFileReader._lemma_para_elt", + "callee": "nltk.corpus.reader.mte.xpath", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTEFileReader.words", + "callee": "nltk.corpus.reader.mte.MTECorpusView.__init__", + "lineno": 122, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTEFileReader.sents", + "callee": "nltk.corpus.reader.mte.MTECorpusView.__init__", + "lineno": 127, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTEFileReader.paras", + "callee": "nltk.corpus.reader.mte.MTECorpusView.__init__", + "lineno": 132, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTEFileReader.lemma_words", + "callee": "nltk.corpus.reader.mte.MTECorpusView.__init__", + "lineno": 137, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTEFileReader.tagged_words", + "callee": "nltk.corpus.reader.mte.MTECorpusView.__init__", + "lineno": 144, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTEFileReader.lemma_sents", + "callee": "nltk.corpus.reader.mte.MTECorpusView.__init__", + "lineno": 149, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTEFileReader.tagged_sents", + "callee": "nltk.corpus.reader.mte.MTECorpusView.__init__", + "lineno": 156, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTEFileReader.lemma_paras", + "callee": "nltk.corpus.reader.mte.MTECorpusView.__init__", + "lineno": 161, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTEFileReader.tagged_paras", + "callee": "nltk.corpus.reader.mte.MTECorpusView.__init__", + "lineno": 168, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.words", + "callee": "nltk.corpus.reader.mte.MTEFileReader.__init__", + "lineno": 253, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.words", + "callee": "nltk.corpus.reader.mte.MTECorpusReader.__fileids", + "lineno": 254, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.sents", + "callee": "nltk.corpus.reader.mte.MTEFileReader.__init__", + "lineno": 267, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.sents", + "callee": "nltk.corpus.reader.mte.MTECorpusReader.__fileids", + "lineno": 268, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.paras", + "callee": "nltk.corpus.reader.mte.MTEFileReader.__init__", + "lineno": 281, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.paras", + "callee": "nltk.corpus.reader.mte.MTECorpusReader.__fileids", + "lineno": 282, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.lemma_words", + "callee": "nltk.corpus.reader.mte.MTEFileReader.__init__", + "lineno": 295, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.lemma_words", + "callee": "nltk.corpus.reader.mte.MTECorpusReader.__fileids", + "lineno": 296, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.tagged_words", + "callee": "nltk.corpus.reader.mte.MTEFileReader.__init__", + "lineno": 314, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.tagged_words", + "callee": "nltk.corpus.reader.mte.MTECorpusReader.__fileids", + "lineno": 317, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.lemma_sents", + "callee": "nltk.corpus.reader.mte.MTEFileReader.__init__", + "lineno": 333, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.lemma_sents", + "callee": "nltk.corpus.reader.mte.MTECorpusReader.__fileids", + "lineno": 334, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.mte.MTEFileReader.__init__", + "lineno": 352, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.mte.MTECorpusReader.__fileids", + "lineno": 355, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.lemma_paras", + "callee": "nltk.corpus.reader.mte.MTEFileReader.__init__", + "lineno": 371, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.lemma_paras", + "callee": "nltk.corpus.reader.mte.MTECorpusReader.__fileids", + "lineno": 372, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.tagged_paras", + "callee": "nltk.corpus.reader.mte.MTEFileReader.__init__", + "lineno": 391, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.mte.MTECorpusReader.tagged_paras", + "callee": "nltk.corpus.reader.mte.MTECorpusReader.__fileids", + "lineno": 394, + "resolution": "self_method_call" + } + ], + "nltk.corpus.reader.nkjp": [ + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.__init__", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusReader.__init__", + "lineno": 57, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.__init__", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusReader.__init__", + "lineno": 59, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.__init__", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpusReader.get_paths", + "lineno": 62, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader._view", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpus_Morph_View.__init__", + "lineno": 83, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader._view", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.__init__", + "lineno": 85, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader._view", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpus_Header_View.__init__", + "lineno": 87, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader._view", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpus_Text_View.__init__", + "lineno": 89, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.add_root", + "callee": "nltk.pathsec.validate_path", + "lineno": 128, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.header", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 136, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.header", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpusReader._view", + "lineno": 138, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.header", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpusReader.add_root", + "lineno": 139, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.sents", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 150, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.sents", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpusReader._view", + "lineno": 152, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.sents", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpusReader.add_root", + "lineno": 153, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.words", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 165, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.words", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpusReader._view", + "lineno": 167, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.words", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpusReader.add_root", + "lineno": 168, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 181, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpusReader._view", + "lineno": 183, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpusReader.add_root", + "lineno": 184, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.raw", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 198, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.raw", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpusReader._view", + "lineno": 200, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpusReader.raw", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpusReader.add_root", + "lineno": 201, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Header_View.__init__", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusView.__init__", + "lineno": 216, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Header_View.handle_query", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusView.read_block", + "lineno": 222, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Header_View.handle_query", + "callee": ".list.extend", + "lineno": 225, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.XML_Tool.build_preprocessed_file", + "callee": "nltk.corpus.reader.nkjp.XML_Tool.remove_preprocessed_file", + "lineno": 303, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.__init__", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpus_Text_View.__init__", + "lineno": 319, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.__init__", + "callee": "nltk.corpus.reader.nkjp.XML_Tool.__init__", + "lineno": 324, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.__init__", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusView.__init__", + "lineno": 326, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.get_sentences", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.get_segm_id", + "lineno": 344, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.get_sentences", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.get_sent_beg", + "lineno": 346, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.get_sentences", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.get_sent_end", + "lineno": 347, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.remove_choice", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.get_segm_id", + "lineno": 355, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.remove_choice", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.get_sent_beg", + "lineno": 357, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.remove_choice", + "callee": ".list.append", + "lineno": 358, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.remove_choice", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.get_sent_end", + "lineno": 359, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.handle_query", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusView.read_block", + "lineno": 369, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.handle_query", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.remove_choice", + "lineno": 373, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.handle_query", + "callee": ".list.append", + "lineno": 374, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.handle_query", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.get_sentences", + "lineno": 374, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Segmentation_View.handle_elt", + "callee": ".list.append", + "lineno": 385, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Text_View.__init__", + "callee": "nltk.corpus.reader.nkjp.XML_Tool.__init__", + "lineno": 403, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Text_View.__init__", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusView.__init__", + "lineno": 405, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Text_View.handle_query", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpus_Text_View.read_block", + "lineno": 412, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Text_View.read_block", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusView.read_block", + "lineno": 426, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Text_View.read_block", + "callee": ".list.append", + "lineno": 430, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Text_View.handle_elt", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpus_Text_View.get_segm_id", + "lineno": 442, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Morph_View.__init__", + "callee": "nltk.corpus.reader.nkjp.XML_Tool.__init__", + "lineno": 455, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Morph_View.__init__", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusView.__init__", + "lineno": 456, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Morph_View.handle_query", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusView.read_block", + "lineno": 465, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.nkjp.NKJPCorpus_Morph_View.handle_query", + "callee": ".list.append", + "lineno": 470, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.nombank": [ + { + "caller": "nltk.corpus.reader.nombank.NombankCorpusReader.instances", + "callee": "nltk.corpus.reader.nombank.NombankCorpusReader._read_instance_block", + "lineno": 80, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nombank.NombankCorpusReader.rolesets", + "callee": ".list.append", + "lineno": 135, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.nombank.NombankCorpusReader._read_instance_block", + "callee": ".list.append", + "lineno": 160, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.nombank.NombankInstance.parse", + "callee": ".list.append", + "lineno": 294, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.nombank.NombankInstance.parse", + "callee": "nltk.corpus.reader.nombank.NombankInstance.__init__", + "lineno": 297, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.nombank.NombankTreePointer.parse", + "callee": "nltk.corpus.reader.nombank.NombankChainTreePointer.__init__", + "lineno": 384, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.nombank.NombankTreePointer.parse", + "callee": "nltk.corpus.reader.nombank.NombankSplitTreePointer.__init__", + "lineno": 391, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.nombank.NombankTreePointer.parse", + "callee": "nltk.corpus.reader.nombank.NombankTreePointer.__init__", + "lineno": 399, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.nombank.NombankTreePointer.select", + "callee": "nltk.corpus.reader.nombank.NombankTreePointer.treepos", + "lineno": 431, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nombank.NombankTreePointer.treepos", + "callee": ".list.append", + "lineno": 449, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.nombank.NombankTreePointer.treepos", + "callee": ".list.append", + "lineno": 454, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.nombank.NombankTreePointer.treepos", + "callee": ".list.pop", + "lineno": 457, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.nombank.NombankTreePointer.treepos", + "callee": ".list.pop", + "lineno": 458, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.nombank.NombankTreePointer.treepos", + "callee": ".list.pop", + "lineno": 465, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.nps_chat": [ + { + "caller": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader.tagged_posts.reader", + "callee": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader._elt_to_tagged_words", + "lineno": 52, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader.words", + "callee": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader.posts", + "lineno": 62, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader.tagged_posts", + "lineno": 65, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader._wrap_elt", + "callee": "nltk.internals.ElementWrapper.__init__", + "lineno": 68, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader._elt_to_words", + "callee": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader._simplify_username", + "lineno": 71, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader._elt_to_tagged_words", + "callee": "nltk.corpus.reader.nps_chat.NPSChatCorpusReader._simplify_username", + "lineno": 75, + "resolution": "self_method_call" + } + ], + "nltk.corpus.reader.opinion_lexicon": [ + { + "caller": "nltk.corpus.reader.opinion_lexicon.OpinionLexiconCorpusReader.positive", + "callee": "nltk.corpus.reader.opinion_lexicon.OpinionLexiconCorpusReader.words", + "lineno": 107, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.opinion_lexicon.OpinionLexiconCorpusReader.negative", + "callee": "nltk.corpus.reader.opinion_lexicon.OpinionLexiconCorpusReader.words", + "lineno": 116, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.opinion_lexicon.OpinionLexiconCorpusReader._read_word_block", + "callee": ".list.append", + "lineno": 124, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.panlex_lite": [ + { + "caller": "nltk.corpus.reader.panlex_lite.PanLexLiteCorpusReader.meanings", + "callee": "nltk.corpus.reader.panlex_lite.Meaning.__init__", + "lineno": 106, + "resolution": "same_module_class_call" + } + ], + "nltk.corpus.reader.panlex_swadesh": [ + { + "caller": "nltk.corpus.reader.panlex_swadesh.", + "callee": ".collections.namedtuple", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader.__init__", + "callee": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader.get_languages", + "lineno": 47, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader.__init__", + "callee": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader.get_macrolanguages", + "lineno": 48, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader.get_macrolanguages", + "callee": ".collections.defaultdict", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader.words_by_lang", + "callee": "nltk.corpus.reader.wordlist.WordListCorpusReader.words", + "lineno": 73, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader.words_by_iso639", + "callee": "nltk.corpus.reader.wordlist.WordListCorpusReader.words", + "lineno": 84, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.panlex_swadesh.PanlexSwadeshCorpusReader.entries", + "callee": "nltk.corpus.reader.wordlist.WordListCorpusReader.words", + "lineno": 94, + "resolution": "inherited_method_call" + } + ], + "nltk.corpus.reader.pl196x": [ + { + "caller": "nltk.corpus.reader.pl196x.TEICorpusView.read_block", + "callee": ".list.append", + "lineno": 74, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.TEICorpusView.read_block", + "callee": ".list.extend", + "lineno": 76, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.TEICorpusView.read_block", + "callee": ".list.append", + "lineno": 78, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.TEICorpusView.read_block", + "callee": ".list.extend", + "lineno": 80, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.__init__", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusReader.__init__", + "lineno": 101, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.__init__", + "callee": "nltk.corpus.reader.pl196x.Pl196xCorpusReader._init_textids", + "lineno": 104, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader._init_textids", + "callee": "nltk.corpus.reader.api.CorpusReader.fileids", + "lineno": 114, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader._init_textids", + "callee": "nltk.corpus.reader.pl196x.Pl196xCorpusReader._add_textids", + "lineno": 120, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader._resolve", + "callee": "nltk.corpus.reader.api.CorpusReader.fileids", + "lineno": 147, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.textids", + "callee": "nltk.corpus.reader.pl196x.Pl196xCorpusReader._resolve", + "lineno": 170, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.words", + "callee": "nltk.corpus.reader.pl196x.Pl196xCorpusReader._resolve", + "lineno": 179, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.words", + "callee": "nltk.corpus.reader.pl196x.TEICorpusView.__init__", + "lineno": 188, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.words", + "callee": "nltk.corpus.reader.api.CorpusReader.abspath", + "lineno": 189, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.words", + "callee": "nltk.corpus.reader.pl196x.TEICorpusView.__init__", + "lineno": 202, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.words", + "callee": "nltk.corpus.reader.api.CorpusReader.abspath", + "lineno": 203, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.sents", + "callee": "nltk.corpus.reader.pl196x.Pl196xCorpusReader._resolve", + "lineno": 214, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.sents", + "callee": "nltk.corpus.reader.pl196x.TEICorpusView.__init__", + "lineno": 223, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.sents", + "callee": "nltk.corpus.reader.api.CorpusReader.abspath", + "lineno": 224, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.sents", + "callee": "nltk.corpus.reader.pl196x.TEICorpusView.__init__", + "lineno": 237, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.sents", + "callee": "nltk.corpus.reader.api.CorpusReader.abspath", + "lineno": 238, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.paras", + "callee": "nltk.corpus.reader.pl196x.Pl196xCorpusReader._resolve", + "lineno": 245, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.paras", + "callee": "nltk.corpus.reader.pl196x.TEICorpusView.__init__", + "lineno": 254, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.paras", + "callee": "nltk.corpus.reader.api.CorpusReader.abspath", + "lineno": 255, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.paras", + "callee": "nltk.corpus.reader.pl196x.TEICorpusView.__init__", + "lineno": 268, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.paras", + "callee": "nltk.corpus.reader.api.CorpusReader.abspath", + "lineno": 269, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.pl196x.Pl196xCorpusReader._resolve", + "lineno": 276, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.pl196x.TEICorpusView.__init__", + "lineno": 285, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.api.CorpusReader.abspath", + "lineno": 286, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.pl196x.TEICorpusView.__init__", + "lineno": 299, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.api.CorpusReader.abspath", + "lineno": 300, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.pl196x.Pl196xCorpusReader._resolve", + "lineno": 307, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.pl196x.TEICorpusView.__init__", + "lineno": 316, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.api.CorpusReader.abspath", + "lineno": 317, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.pl196x.TEICorpusView.__init__", + "lineno": 330, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.api.CorpusReader.abspath", + "lineno": 331, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_paras", + "callee": "nltk.corpus.reader.pl196x.Pl196xCorpusReader._resolve", + "lineno": 338, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_paras", + "callee": "nltk.corpus.reader.pl196x.TEICorpusView.__init__", + "lineno": 347, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_paras", + "callee": "nltk.corpus.reader.api.CorpusReader.abspath", + "lineno": 348, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_paras", + "callee": "nltk.corpus.reader.pl196x.TEICorpusView.__init__", + "lineno": 361, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_paras", + "callee": "nltk.corpus.reader.api.CorpusReader.abspath", + "lineno": 362, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.xml", + "callee": "nltk.corpus.reader.pl196x.Pl196xCorpusReader._resolve", + "lineno": 369, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.xml", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusReader.xml", + "lineno": 371, + "resolution": "qualified_module_call" + } + ], + "nltk.corpus.reader.plaintext": [ + { + "caller": "nltk.corpus.reader.plaintext.PlaintextCorpusReader._read_word_block", + "callee": ".list.extend", + "lineno": 123, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.plaintext.PlaintextCorpusReader._read_sent_block", + "callee": ".list.extend", + "lineno": 129, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.plaintext.PlaintextCorpusReader._read_para_block", + "callee": ".list.append", + "lineno": 140, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.plaintext.EuroparlCorpusReader._read_word_block", + "callee": ".list.extend", + "lineno": 205, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.plaintext.EuroparlCorpusReader._read_sent_block", + "callee": ".list.extend", + "lineno": 211, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.plaintext.EuroparlCorpusReader._read_para_block", + "callee": ".list.append", + "lineno": 217, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.ppattach": [ + { + "caller": "nltk.corpus.reader.ppattach.PPAttachmentCorpusReader._read_obj_block", + "callee": "nltk.corpus.reader.ppattach.PPAttachment.__init__", + "lineno": 93, + "resolution": "same_module_class_call" + } + ], + "nltk.corpus.reader.propbank": [ + { + "caller": "nltk.corpus.reader.propbank.PropbankCorpusReader.instances", + "callee": "nltk.corpus.reader.propbank.PropbankCorpusReader._read_instance_block", + "lineno": 80, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.propbank.PropbankCorpusReader.rolesets", + "callee": ".list.append", + "lineno": 131, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.propbank.PropbankCorpusReader._read_instance_block", + "callee": ".list.append", + "lineno": 156, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.propbank.PropbankInstance.parse", + "callee": ".list.append", + "lineno": 301, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.propbank.PropbankInstance.parse", + "callee": "nltk.corpus.reader.propbank.PropbankInstance.__init__", + "lineno": 304, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.propbank.PropbankTreePointer.parse", + "callee": "nltk.corpus.reader.propbank.PropbankChainTreePointer.__init__", + "lineno": 391, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.propbank.PropbankTreePointer.parse", + "callee": "nltk.corpus.reader.propbank.PropbankSplitTreePointer.__init__", + "lineno": 398, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.propbank.PropbankTreePointer.parse", + "callee": "nltk.corpus.reader.propbank.PropbankTreePointer.__init__", + "lineno": 406, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.propbank.PropbankTreePointer.select", + "callee": "nltk.corpus.reader.propbank.PropbankTreePointer.treepos", + "lineno": 438, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.propbank.PropbankTreePointer.treepos", + "callee": ".list.append", + "lineno": 456, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.propbank.PropbankTreePointer.treepos", + "callee": ".list.append", + "lineno": 461, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.propbank.PropbankTreePointer.treepos", + "callee": ".list.pop", + "lineno": 464, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.propbank.PropbankTreePointer.treepos", + "callee": ".list.pop", + "lineno": 465, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.propbank.PropbankTreePointer.treepos", + "callee": ".list.pop", + "lineno": 472, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.propbank.PropbankInflection.parse", + "callee": "nltk.corpus.reader.propbank.PropbankInflection.__init__", + "lineno": 519, + "resolution": "same_module_class_call" + } + ], + "nltk.corpus.reader.pros_cons": [ + { + "caller": "nltk.corpus.reader.pros_cons.ProsConsCorpusReader._read_sent_block", + "callee": ".list.append", + "lineno": 126, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.pros_cons.ProsConsCorpusReader._read_word_block", + "callee": "nltk.corpus.reader.pros_cons.ProsConsCorpusReader._read_sent_block", + "lineno": 131, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.pros_cons.ProsConsCorpusReader._read_word_block", + "callee": ".list.extend", + "lineno": 132, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.reviews": [ + { + "caller": "nltk.corpus.reader.reviews.Review.features", + "callee": ".list.extend", + "lineno": 118, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.reviews.ReviewsCorpusReader._read_features", + "callee": ".list.extend", + "lineno": 288, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.reviews.ReviewsCorpusReader._read_review_block", + "callee": "nltk.corpus.reader.reviews.Review.__init__", + "lineno": 298, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.reviews.ReviewsCorpusReader._read_review_block", + "callee": "nltk.corpus.reader.reviews.ReviewLine.__init__", + "lineno": 321, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.reviews.ReviewsCorpusReader._read_review_block", + "callee": "nltk.corpus.reader.reviews.Review.add_line", + "lineno": 322, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.reviews.ReviewsCorpusReader._read_sent_block", + "callee": "nltk.corpus.reader.reviews.ReviewsCorpusReader._read_review_block", + "lineno": 326, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.reviews.ReviewsCorpusReader._read_sent_block", + "callee": ".list.extend", + "lineno": 327, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.reviews.ReviewsCorpusReader._read_word_block", + "callee": ".list.extend", + "lineno": 336, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.rte": [ + { + "caller": "nltk.corpus.reader.rte.RTEPair.__init__", + "callee": "nltk.corpus.reader.rte.norm", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.rte.RTEPair.__init__", + "callee": "nltk.corpus.reader.rte.norm", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.rte.RTECorpusReader._read_etree", + "callee": "nltk.corpus.reader.rte.RTEPair.__init__", + "lineno": 134, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.rte.RTECorpusReader.pairs", + "callee": "nltk.corpus.reader.rte.RTECorpusReader._read_etree", + "lineno": 146, + "resolution": "self_method_call" + } + ], + "nltk.corpus.reader.semcor": [ + { + "caller": "nltk.corpus.reader.semcor.SemcorCorpusReader.__init__", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusReader.__init__", + "lineno": 28, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorCorpusReader.words", + "callee": "nltk.corpus.reader.semcor.SemcorCorpusReader._items", + "lineno": 37, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorCorpusReader.chunks", + "callee": "nltk.corpus.reader.semcor.SemcorCorpusReader._items", + "lineno": 46, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorCorpusReader.tagged_chunks", + "callee": "nltk.corpus.reader.semcor.SemcorCorpusReader._items", + "lineno": 61, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorCorpusReader.sents", + "callee": "nltk.corpus.reader.semcor.SemcorCorpusReader._items", + "lineno": 69, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorCorpusReader.chunk_sents", + "callee": "nltk.corpus.reader.semcor.SemcorCorpusReader._items", + "lineno": 77, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.semcor.SemcorCorpusReader._items", + "lineno": 92, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorCorpusReader._items", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 106, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorCorpusReader._words", + "callee": "nltk.corpus.reader.semcor._all_xmlwords_in", + "lineno": 130, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorCorpusReader._words", + "callee": ".list.extend", + "lineno": 135, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorCorpusReader._words", + "callee": ".list.append", + "lineno": 137, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorCorpusReader._words", + "callee": ".list.append", + "lineno": 140, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorCorpusReader._words", + "callee": "nltk.corpus.reader.semcor.SemcorSentence.__init__", + "lineno": 140, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorCorpusReader._words", + "callee": ".list.extend", + "lineno": 142, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorCorpusReader._word", + "callee": ".str.split", + "lineno": 186, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor._all_xmlwords_in", + "callee": ".list.append", + "lineno": 230, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor._all_xmlwords_in", + "callee": "nltk.corpus.reader.semcor._all_xmlwords_in", + "lineno": 232, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorWordView.__init__", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusView.__init__", + "lineno": 272, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorWordView.handle_elt", + "callee": "nltk.corpus.reader.semcor.SemcorWordView.handle_sent", + "lineno": 276, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorWordView.handle_elt", + "callee": "nltk.corpus.reader.semcor.SemcorWordView.handle_word", + "lineno": 278, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorWordView.handle_sent", + "callee": "nltk.corpus.reader.semcor.SemcorWordView.handle_word", + "lineno": 289, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorWordView.handle_sent", + "callee": ".list.extend", + "lineno": 291, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorWordView.handle_sent", + "callee": ".list.append", + "lineno": 293, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.semcor.SemcorWordView.handle_sent", + "callee": "nltk.corpus.reader.semcor.SemcorSentence.__init__", + "lineno": 296, + "resolution": "same_module_class_call" + } + ], + "nltk.corpus.reader.senseval": [ + { + "caller": "nltk.corpus.reader.senseval.SensevalCorpusReader.instances", + "callee": "nltk.corpus.reader.senseval.SensevalCorpusView.__init__", + "lineno": 53, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.senseval.SensevalCorpusReader._entry", + "callee": ".list.append", + "lineno": 64, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.senseval.SensevalCorpusView.read_block", + "callee": ".list.append", + "lineno": 108, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.senseval.SensevalCorpusView.read_block", + "callee": "nltk.corpus.reader.senseval._fixXML", + "lineno": 113, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.senseval.SensevalCorpusView.read_block", + "callee": "nltk.corpus.reader.senseval.SensevalCorpusView._parse_instance", + "lineno": 115, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.senseval.SensevalCorpusView._parse_instance", + "callee": ".list.append", + "lineno": 123, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.senseval.SensevalCorpusView._parse_instance", + "callee": ".list.append", + "lineno": 139, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.senseval.SensevalCorpusView._parse_instance", + "callee": ".list.append", + "lineno": 141, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.senseval.SensevalCorpusView._parse_instance", + "callee": ".list.append", + "lineno": 147, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.senseval.SensevalCorpusView._parse_instance", + "callee": "nltk.corpus.reader.senseval.SensevalInstance.__init__", + "lineno": 158, + "resolution": "same_module_class_call" + } + ], + "nltk.corpus.reader.sentiwordnet": [ + { + "caller": "nltk.corpus.reader.sentiwordnet.SentiWordNetCorpusReader.__init__", + "callee": "nltk.corpus.reader.sentiwordnet.SentiWordNetCorpusReader._parse_src_file", + "lineno": 53, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.sentiwordnet.SentiWordNetCorpusReader.senti_synset", + "callee": "nltk.corpus.reader.sentiwordnet.SentiSynset.__init__", + "lineno": 77, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.sentiwordnet.SentiWordNetCorpusReader.senti_synset", + "callee": "nltk.corpus.reader.sentiwordnet.SentiSynset.__init__", + "lineno": 86, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.sentiwordnet.SentiWordNetCorpusReader.senti_synsets", + "callee": ".list.append", + "lineno": 96, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.sentiwordnet.SentiWordNetCorpusReader.senti_synsets", + "callee": "nltk.corpus.reader.sentiwordnet.SentiWordNetCorpusReader.senti_synset", + "lineno": 96, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.sentiwordnet.SentiWordNetCorpusReader.all_senti_synsets", + "callee": "nltk.corpus.reader.sentiwordnet.SentiSynset.__init__", + "lineno": 107, + "resolution": "same_module_class_call" + } + ], + "nltk.corpus.reader.sinica_treebank": [], + "nltk.corpus.reader.string_category": [], + "nltk.corpus.reader.switchboard": [ + { + "caller": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader.tagged_words.tagged_words_block_reader", + "callee": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._tagged_words_block_reader", + "lineno": 52, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader.tagged_turns.tagged_turns_block_reader", + "callee": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._tagged_turns_block_reader", + "lineno": 61, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader.tagged_discourses.tagged_discourses_block_reader", + "callee": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._tagged_discourses_block_reader", + "lineno": 72, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._discourses_block_reader", + "callee": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._parse_utterance", + "lineno": 82, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._tagged_discourses_block_reader", + "callee": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._parse_utterance", + "lineno": 93, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._turns_block_reader", + "callee": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._discourses_block_reader", + "lineno": 101, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._tagged_turns_block_reader", + "callee": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._tagged_discourses_block_reader", + "lineno": 104, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._words_block_reader", + "callee": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._discourses_block_reader", + "lineno": 107, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._tagged_words_block_reader", + "callee": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._tagged_discourses_block_reader", + "lineno": 110, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.switchboard.SwitchboardCorpusReader._parse_utterance", + "callee": "nltk.corpus.reader.switchboard.SwitchboardTurn.__init__", + "lineno": 125, + "resolution": "same_module_class_call" + } + ], + "nltk.corpus.reader.tagged": [ + { + "caller": "nltk.corpus.reader.tagged.TaggedCorpusReader.words", + "callee": "nltk.corpus.reader.tagged.TaggedCorpusView.__init__", + "lineno": 75, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.tagged.TaggedCorpusReader.sents", + "callee": "nltk.corpus.reader.tagged.TaggedCorpusView.__init__", + "lineno": 100, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.tagged.TaggedCorpusReader.paras", + "callee": "nltk.corpus.reader.tagged.TaggedCorpusView.__init__", + "lineno": 125, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.tagged.TaggedCorpusReader.tagged_words", + "callee": "nltk.corpus.reader.tagged.TaggedCorpusView.__init__", + "lineno": 154, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.tagged.TaggedCorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.tagged.TaggedCorpusView.__init__", + "lineno": 183, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.tagged.TaggedCorpusReader.tagged_paras", + "callee": "nltk.corpus.reader.tagged.TaggedCorpusView.__init__", + "lineno": 212, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.tagged.TaggedCorpusView.read_block", + "callee": ".list.append", + "lineno": 302, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.tagged.TaggedCorpusView.read_block", + "callee": ".list.extend", + "lineno": 304, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.tagged.TaggedCorpusView.read_block", + "callee": ".list.append", + "lineno": 306, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.tagged.TaggedCorpusView.read_block", + "callee": ".list.extend", + "lineno": 308, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.timit": [ + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.spkrinfo", + "callee": "nltk.corpus.reader.timit.TimitCorpusReader.spkrid", + "lineno": 267, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.spkrinfo", + "callee": "nltk.corpus.reader.timit.SpeakerInfo.__init__", + "lineno": 277, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.phones", + "callee": "nltk.corpus.reader.timit.TimitCorpusReader._utterance_fileids", + "lineno": 283, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.phones", + "callee": ".list.append", + "lineno": 287, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.phone_times", + "callee": "nltk.corpus.reader.timit.TimitCorpusReader._utterance_fileids", + "lineno": 295, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.phone_times", + "callee": ".list.append", + "lineno": 299, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.words", + "callee": "nltk.corpus.reader.timit.TimitCorpusReader._utterance_fileids", + "lineno": 310, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.words", + "callee": ".list.append", + "lineno": 314, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.word_times", + "callee": "nltk.corpus.reader.timit.TimitCorpusReader._utterance_fileids", + "lineno": 319, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.word_times", + "callee": ".list.append", + "lineno": 323, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.sents", + "callee": "nltk.corpus.reader.timit.TimitCorpusReader._utterance_fileids", + "lineno": 334, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.sents", + "callee": ".list.append", + "lineno": 336, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.sent_times", + "callee": "nltk.corpus.reader.timit.TimitCorpusReader._utterance_fileids", + "lineno": 347, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.phone_trees", + "callee": "nltk.corpus.reader.timit.TimitCorpusReader.word_times", + "lineno": 360, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.phone_trees", + "callee": "nltk.corpus.reader.timit.TimitCorpusReader.phone_times", + "lineno": 361, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.phone_trees", + "callee": "nltk.corpus.reader.timit.TimitCorpusReader.sent_times", + "lineno": 362, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.phone_trees", + "callee": ".list.append", + "lineno": 366, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.wav", + "callee": "nltk.internals.import_from_stdlib", + "lineno": 385, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.play", + "callee": "nltk.corpus.reader.timit.TimitCorpusReader.audiodata", + "lineno": 443, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.TimitCorpusReader.play", + "callee": "nltk.corpus.reader.timit.TimitCorpusReader.wav", + "lineno": 465, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.timit.SpeakerInfo.__repr__", + "callee": ".str.split", + "lineno": 497, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.toolbox": [ + { + "caller": "nltk.corpus.reader.toolbox.ToolboxCorpusReader.xml", + "callee": "nltk.toolbox.ToolboxData.", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.toolbox.ToolboxCorpusReader.fields", + "callee": "nltk.toolbox.ToolboxData.", + "lineno": 41, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.toolbox.ToolboxCorpusReader.entries", + "callee": "nltk.corpus.reader.toolbox.ToolboxCorpusReader.fields", + "lineno": 57, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.toolbox.ToolboxCorpusReader.entries", + "callee": ".list.append", + "lineno": 59, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.toolbox.ToolboxCorpusReader.words", + "callee": "nltk.corpus.reader.toolbox.ToolboxCorpusReader.fields", + "lineno": 68, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.toolbox.", + "callee": "nltk.corpus.reader.toolbox.demo", + "lineno": 76, + "resolution": "direct_name_call" + } + ], + "nltk.corpus.reader.twitter": [ + { + "caller": "nltk.corpus.reader.twitter.TwitterCorpusReader.__init__", + "callee": "nltk.corpus.reader.api.CorpusReader.__init__", + "lineno": 67, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.twitter.TwitterCorpusReader.__init__", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 69, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.twitter.TwitterCorpusReader.docs", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 88, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.twitter.TwitterCorpusReader.docs", + "callee": "nltk.corpus.reader.api.CorpusReader.abspaths", + "lineno": 91, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.twitter.TwitterCorpusReader.strings", + "callee": "nltk.corpus.reader.twitter.TwitterCorpusReader.docs", + "lineno": 102, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.twitter.TwitterCorpusReader.strings", + "callee": ".list.append", + "lineno": 109, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.twitter.TwitterCorpusReader.tokenized", + "callee": "nltk.corpus.reader.twitter.TwitterCorpusReader.strings", + "lineno": 121, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.twitter.TwitterCorpusReader._read_tweets", + "callee": ".list.append", + "lineno": 135, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.udhr": [ + { + "caller": "nltk.corpus.reader.udhr.UdhrCorpusReader.__init__", + "callee": "nltk.corpus.reader.util.find_corpus_fileids", + "lineno": 69, + "resolution": "imported_call" + } + ], + "nltk.corpus.reader.util": [ + { + "caller": "nltk.corpus.reader.util.StreamBackedCorpusView._open", + "callee": "nltk.data.SeekableUnicodeStreamReader.__init__", + "lineno": 212, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.util.StreamBackedCorpusView.__exit__", + "callee": "nltk.corpus.reader.util.StreamBackedCorpusView.close", + "lineno": 235, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.util.StreamBackedCorpusView.__len__", + "callee": "nltk.corpus.reader.util.StreamBackedCorpusView.iterate_from", + "lineno": 241, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.util.StreamBackedCorpusView.__getitem__", + "callee": "nltk.internals.slice_bounds", + "lineno": 247, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.util.StreamBackedCorpusView.__getitem__", + "callee": "nltk.corpus.reader.util.StreamBackedCorpusView.iterate_from", + "lineno": 266, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.util.StreamBackedCorpusView.iterate_from", + "callee": "nltk.corpus.reader.util.StreamBackedCorpusView._open", + "lineno": 293, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.util.StreamBackedCorpusView.iterate_from", + "callee": "nltk.corpus.reader.util.StreamBackedCorpusView.read_block", + "lineno": 307, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.util.StreamBackedCorpusView.iterate_from", + "callee": "nltk.corpus.reader.util.StreamBackedCorpusView.close", + "lineno": 361, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.util.StreamBackedCorpusView.__add__", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 366, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.util.StreamBackedCorpusView.__radd__", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 369, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.util.StreamBackedCorpusView.__mul__", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 372, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.util.StreamBackedCorpusView.__rmul__", + "callee": "nltk.corpus.reader.util.concat", + "lineno": 375, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.util.ConcatenatedCorpusView.__len__", + "callee": "nltk.corpus.reader.util.ConcatenatedCorpusView.iterate_from", + "lineno": 402, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.util.concat", + "callee": "nltk.corpus.reader.util.ConcatenatedCorpusView.__init__", + "lineno": 458, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.util.concat", + "callee": ".functools.reduce", + "lineno": 472, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.util.concat", + "callee": ".functools.reduce", + "lineno": 475, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.util.read_whitespace_block", + "callee": ".list.extend", + "lineno": 495, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.util.read_wordpunct_block", + "callee": ".list.extend", + "lineno": 502, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.util.read_line_block", + "callee": ".list.append", + "lineno": 512, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.util.read_regexp_block", + "callee": ".list.append", + "lineno": 586, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.util.read_sexpr_block", + "callee": "nltk.corpus.reader.util._parse_sexpr_block", + "lineno": 634, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.util._parse_sexpr_block", + "callee": ".list.append", + "lineno": 702, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.util.find_corpus_fileids", + "callee": ".list.append", + "lineno": 758, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.util.find_corpus_fileids", + "callee": "nltk.corpus.reader.util._path_from", + "lineno": 762, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.util._path_from", + "callee": ".list.insert", + "lineno": 785, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.util.tagged_treebank_para_block_reader", + "callee": ".str.strip", + "lineno": 802, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.util.tagged_treebank_para_block_reader", + "callee": ".str.strip", + "lineno": 806, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.verbnet": [ + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.__init__", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusReader.__init__", + "lineno": 56, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.__init__", + "callee": ".collections.defaultdict", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.__init__", + "callee": ".collections.defaultdict", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.__init__", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._quick_index", + "lineno": 76, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.lemmas", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.vnclass", + "lineno": 105, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.wordnetids", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.vnclass", + "lineno": 118, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.classids", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.vnclass", + "lineno": 147, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.vnclass", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusReader.xml", + "lineno": 169, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.vnclass", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.longid", + "lineno": 172, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.vnclass", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.longid", + "lineno": 174, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.vnclass", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusReader.xml", + "lineno": 175, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.fileids", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.longid", + "lineno": 197, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.fileids", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.longid", + "lineno": 200, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.frames", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.vnclass", + "lineno": 218, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.frames", + "callee": ".list.append", + "lineno": 222, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.frames", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._get_example_within_frame", + "lineno": 224, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.frames", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._get_description_within_frame", + "lineno": 225, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.frames", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._get_syntactic_list_within_frame", + "lineno": 226, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.frames", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._get_semantics_within_frame", + "lineno": 227, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.subclasses", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.vnclass", + "lineno": 243, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.themroles", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.vnclass", + "lineno": 262, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.themroles", + "callee": ".list.append", + "lineno": 266, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._index", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._index_helper", + "lineno": 290, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._index", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusReader.xml", + "lineno": 290, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._index_helper", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.shortid", + "lineno": 296, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._index_helper", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._index_helper", + "lineno": 302, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._quick_index", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.shortid", + "lineno": 319, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._quick_index", + "callee": "nltk.corpus.reader.api.CorpusReader.open", + "lineno": 320, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._quick_index", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.shortid", + "lineno": 330, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._get_semantics_within_frame", + "callee": ".list.append", + "lineno": 389, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._get_syntactic_list_within_frame", + "callee": ".list.append", + "lineno": 455, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.vnclass", + "lineno": 474, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_subclasses", + "lineno": 477, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_members", + "lineno": 478, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_themroles", + "lineno": 480, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_frames", + "lineno": 482, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_subclasses", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.vnclass", + "lineno": 495, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_subclasses", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.subclasses", + "lineno": 497, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_members", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.vnclass", + "lineno": 515, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_members", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.lemmas", + "lineno": 517, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_themroles", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.vnclass", + "lineno": 535, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_themroles", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.themroles", + "lineno": 538, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_themroles", + "callee": ".list.append", + "lineno": 546, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_frames", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.vnclass", + "lineno": 559, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_frames", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.frames", + "lineno": 561, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_frames", + "callee": ".list.append", + "lineno": 562, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.pprint_frames", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_single_frame", + "lineno": 562, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_single_frame", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_description_within_frame", + "lineno": 574, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_single_frame", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_example_within_frame", + "lineno": 575, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_single_frame", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_syntax_within_frame", + "lineno": 577, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_single_frame", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_semantics_within_frame", + "lineno": 580, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_syntax_within_frame", + "callee": ".list.append", + "lineno": 623, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_syntax_within_frame", + "callee": ".list.append", + "lineno": 633, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.verbnet.VerbnetCorpusReader._pprint_semantics_within_frame", + "callee": ".list.append", + "lineno": 649, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.wordlist": [ + { + "caller": "nltk.corpus.reader.wordlist.WordListCorpusReader.words", + "callee": "nltk.huggingface.dataset.load_data", + "lineno": 29, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.wordlist.SwadeshCorpusReader.entries", + "callee": "nltk.corpus.reader.wordlist.WordListCorpusReader.words", + "lineno": 50, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.wordlist.", + "callee": ".dict.update", + "lineno": 85, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.wordlist.", + "callee": ".dict.values", + "lineno": 85, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.wordnet": [ + { + "caller": "nltk.corpus.reader.wordnet.Lemma.antonyms", + "callee": "nltk.corpus.reader.wordnet.Lemma._related", + "lineno": 347, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Lemma.derivationally_related_forms", + "callee": "nltk.corpus.reader.wordnet.Lemma._related", + "lineno": 350, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Lemma.pertainyms", + "callee": "nltk.corpus.reader.wordnet.Lemma._related", + "lineno": 353, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.__init__", + "callee": ".collections.defaultdict", + "lineno": 441, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.__init__", + "callee": ".collections.defaultdict", + "lineno": 442, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.definition", + "callee": "nltk.corpus.reader.wordnet.Synset._doc", + "lineno": 474, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.examples", + "callee": "nltk.corpus.reader.wordnet.Synset._doc", + "lineno": 478, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.lemmas", + "callee": "nltk.corpus.reader.wordnet.Synset.lemma_names", + "lineno": 509, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.lemmas", + "callee": "nltk.corpus.reader.wordnet.Lemma.__init__", + "lineno": 511, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.lemmas", + "callee": "nltk.corpus.reader.wordnet.Synset.lexname", + "lineno": 515, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.lemmas", + "callee": ".list.append", + "lineno": 520, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.root_hypernyms", + "callee": ".list.pop", + "lineno": 530, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.root_hypernyms", + "callee": ".list.append", + "lineno": 537, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.root_hypernyms", + "callee": ".list.extend", + "lineno": 539, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.max_depth", + "callee": "nltk.corpus.reader.wordnet._WordNetObject.hypernyms", + "lineno": 557, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.max_depth", + "callee": "nltk.corpus.reader.wordnet._WordNetObject.instance_hypernyms", + "lineno": 557, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.min_depth", + "callee": "nltk.corpus.reader.wordnet._WordNetObject.hypernyms", + "lineno": 571, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.min_depth", + "callee": "nltk.corpus.reader.wordnet._WordNetObject.instance_hypernyms", + "lineno": 571, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.closure", + "callee": "nltk.util.acyclic_breadth_first", + "lineno": 609, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.tree", + "callee": "nltk.util.acyclic_branches_depth_first", + "lineno": 664, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.hypernym_paths", + "callee": "nltk.corpus.reader.wordnet._WordNetObject.hypernyms", + "lineno": 676, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.hypernym_paths", + "callee": "nltk.corpus.reader.wordnet._WordNetObject.instance_hypernyms", + "lineno": 676, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.hypernym_paths", + "callee": ".list.append", + "lineno": 683, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.common_hypernyms", + "callee": "nltk.corpus.reader.wordnet.Synset._iter_hypernym_lists", + "lineno": 698, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.lowest_common_hypernyms", + "callee": "nltk.corpus.reader.wordnet.Synset.common_hypernyms", + "lineno": 749, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.lowest_common_hypernyms", + "callee": "nltk.corpus.reader.wordnet.Synset.__init__", + "lineno": 751, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.hypernym_distances", + "callee": "nltk.corpus.reader.wordnet._WordNetObject._hypernyms", + "lineno": 781, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.hypernym_distances", + "callee": "nltk.corpus.reader.wordnet._WordNetObject._instance_hypernyms", + "lineno": 781, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.hypernym_distances", + "callee": "nltk.corpus.reader.wordnet.Synset.__init__", + "lineno": 784, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.hypernym_distances", + "callee": ".operator.itemgetter", + "lineno": 786, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.hypernym_distances", + "callee": ".set.add", + "lineno": 787, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset._shortest_hypernym_paths", + "callee": ".collections.deque", + "lineno": 794, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset._shortest_hypernym_paths", + "callee": "nltk.corpus.reader.wordnet.Synset.__init__", + "lineno": 808, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset._shortest_hypernym_paths", + "callee": ".dict.values", + "lineno": 810, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.shortest_path_distance", + "callee": "nltk.corpus.reader.wordnet.Synset._shortest_hypernym_paths", + "lineno": 832, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.path_similarity", + "callee": "nltk.corpus.reader.wordnet.Synset.shortest_path_distance", + "lineno": 874, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.path_similarity", + "callee": "nltk.corpus.reader.wordnet.Synset._needs_root", + "lineno": 876, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.lch_similarity", + "callee": "nltk.corpus.reader.wordnet.Synset._needs_root", + "lineno": 915, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.lch_similarity", + "callee": "nltk.corpus.reader.wordnet.Synset.shortest_path_distance", + "lineno": 923, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.wup_similarity", + "callee": "nltk.corpus.reader.wordnet.Synset._needs_root", + "lineno": 966, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.wup_similarity", + "callee": "nltk.corpus.reader.wordnet.Synset.lowest_common_hypernyms", + "lineno": 971, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.wup_similarity", + "callee": "nltk.corpus.reader.wordnet.Synset.shortest_path_distance", + "lineno": 996, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.res_similarity", + "callee": "nltk.corpus.reader.wordnet._lcs_ic", + "lineno": 1025, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.jcn_similarity", + "callee": "nltk.corpus.reader.wordnet._lcs_ic", + "lineno": 1048, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.Synset.lin_similarity", + "callee": "nltk.corpus.reader.wordnet._lcs_ic", + "lineno": 1079, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.", + "callee": ".dict.items", + "lineno": 1134, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.__init__", + "callee": ".collections.defaultdict", + "lineno": 1167, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.__init__", + "callee": ".collections.defaultdict", + "lineno": 1171, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.__init__", + "callee": ".collections.defaultdict", + "lineno": 1183, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.__init__", + "callee": ".collections.defaultdict", + "lineno": 1194, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.__init__", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._scan_satellites", + "lineno": 1210, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.__init__", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lemma_pos_offset_map", + "lineno": 1213, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.__init__", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_exception_map", + "lineno": 1216, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.__init__", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.map_wn", + "lineno": 1223, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.map_to_many", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.index_sense", + "lineno": 1247, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.map_to_many", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.index_sense", + "lineno": 1248, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.map_to_one", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.map_to_many", + "lineno": 1263, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.map_to_one", + "callee": ".list.append", + "lineno": 1274, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.map_wn", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.get_version", + "lineno": 1288, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.map_wn", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.map_to_one", + "lineno": 1291, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.split_synsets", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.map_to_one", + "lineno": 1295, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.merged_synsets", + "callee": ".collections.defaultdict", + "lineno": 1300, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.merged_synsets", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.map_to_many", + "lineno": 1301, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.of2ss", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synset_from_pos_and_offset", + "lineno": 1314, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lang_data", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.add_omw", + "lineno": 1329, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lang_data", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.langs", + "lineno": 1331, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lang_data", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.custom_lemmas", + "lineno": 1346, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lang_data", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.disable_custom_lemmas", + "lineno": 1347, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.add_omw", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.add_provs", + "lineno": 1364, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.add_exomw", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.add_omw", + "lineno": 1379, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.add_exomw", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.add_provs", + "lineno": 1381, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._scan_satellites", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._data_file", + "lineno": 1395, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lemma_pos_offset_map", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1426, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lemma_pos_offset_map", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1427, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lemma_pos_offset_map", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1430, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lemma_pos_offset_map", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1435, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lemma_pos_offset_map", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1436, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lemma_pos_offset_map", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1439, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lemma_pos_offset_map", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1444, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lemma_pos_offset_map", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1447, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._compute_max_depth", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.all_synsets", + "lineno": 1487, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.get_version", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._data_file", + "lineno": 1500, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.lemma", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synset", + "lineno": 1521, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.lemma_from_key", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synset_from_pos_and_offset", + "lineno": 1544, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synset", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synset_from_pos_and_offset", + "lineno": 1572, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synset_from_pos_and_offset", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._data_file", + "lineno": 1613, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synset_from_pos_and_offset", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "lineno": 1622, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_offset", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synset_from_pos_and_offset", + "lineno": 1638, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_offset", + "callee": "nltk.internals.deprecated", + "lineno": 1631, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.Synset.__init__", + "lineno": 1642, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1662, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1665, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1669, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1672, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1675, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1677, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.Lemma.__init__", + "lineno": 1682, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1687, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1689, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1690, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1691, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1692, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1705, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1711, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1714, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line._next_token", + "lineno": 1716, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._synset_from_pos_and_line", + "callee": "nltk.corpus.reader.wordnet._WordNetObject.similar_tos", + "lineno": 1737, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synset_from_sense_key", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.lemma_from_key", + "lineno": 1799, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synsets", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._morphy", + "lineno": 1822, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synsets", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lang_data", + "lineno": 1827, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synsets", + "callee": ".list.append", + "lineno": 1833, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synsets", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.of2ss", + "lineno": 1833, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.lemmas", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synsets", + "lineno": 1845, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.lemmas", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lang_data", + "lineno": 1851, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.lemmas", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synsets", + "lineno": 1853, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.lemmas", + "callee": ".list.append", + "lineno": 1859, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.all_lemma_names", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lang_data", + "lineno": 1878, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.all_lemma_names", + "callee": ".list.extend", + "lineno": 1883, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.all_omw_synsets", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.langs", + "lineno": 1889, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.all_omw_synsets", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._load_lang_data", + "lineno": 1891, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.all_omw_synsets", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.of2ss", + "lineno": 1894, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.all_synsets", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.all_eng_synsets", + "lineno": 1908, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.all_synsets", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.all_omw_synsets", + "lineno": 1910, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.words", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.all_lemma_names", + "lineno": 1969, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synonyms", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synsets", + "lineno": 1975, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.doc", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.langs", + "lineno": 1985, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.license", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.doc", + "lineno": 1999, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.readme", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.doc", + "lineno": 2004, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.citation", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.doc", + "lineno": 2009, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.morphy", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._morphy", + "lineno": 2086, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._morphy.filter_forms", + "callee": ".list.append", + "lineno": 2144, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._morphy", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._morphy.apply_rules", + "lineno": 2153, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader._morphy", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader._morphy.filter_forms", + "lineno": 2156, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.tag2pos", + "callee": ".dict.get", + "lineno": 2188, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.ic", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 2210, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.ic", + "callee": ".collections.defaultdict", + "lineno": 2216, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.ic", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.all_synsets", + "lineno": 2222, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.ic", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.synsets", + "lineno": 2229, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.custom_lemmas", + "callee": ".collections.defaultdict", + "lineno": 2266, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.custom_lemmas", + "callee": ".collections.defaultdict", + "lineno": 2267, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.custom_lemmas", + "callee": ".collections.defaultdict", + "lineno": 2268, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.custom_lemmas", + "callee": ".collections.defaultdict", + "lineno": 2269, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.custom_lemmas", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.of2ss", + "lineno": 2298, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.custom_lemmas", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.ss2of", + "lineno": 2301, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.digraph", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.digraph.add_lemma", + "lineno": 2393, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.digraph", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.lemmas", + "lineno": 2395, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.digraph", + "callee": "nltk.corpus.reader.wordnet.WordNetCorpusReader.digraph.add_lemma", + "lineno": 2396, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.digraph", + "callee": "nltk.util.edge_closure", + "lineno": 2399, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetCorpusReader.digraph", + "callee": "nltk.util.edges2dot", + "lineno": 2400, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetICCorpusReader.ic", + "callee": ".collections.defaultdict", + "lineno": 2433, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetICCorpusReader.ic", + "callee": ".collections.defaultdict", + "lineno": 2434, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.corpus.reader.wordnet.WordNetICCorpusReader.ic", + "callee": "nltk.corpus.reader.wordnet._get_pos", + "lineno": 2442, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet._lcs_ic", + "callee": "nltk.corpus.reader.wordnet.information_content", + "lineno": 2519, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet._lcs_ic", + "callee": "nltk.corpus.reader.wordnet.information_content", + "lineno": 2520, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.corpus.reader.wordnet._lcs_ic", + "callee": "nltk.corpus.reader.wordnet.information_content", + "lineno": 2525, + "resolution": "direct_name_call" + } + ], + "nltk.corpus.reader.xmldocs": [ + { + "caller": "nltk.corpus.reader.xmldocs.XMLCorpusReader.__init__", + "callee": "nltk.corpus.reader.api.CorpusReader.__init__", + "lineno": 35, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.xmldocs.XMLCorpusReader.xml", + "callee": "nltk.corpus.reader.api.CorpusReader.abspath", + "lineno": 44, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.xmldocs.XMLCorpusReader.xml", + "callee": "nltk.internals.ElementWrapper.__init__", + "lineno": 48, + "resolution": "imported_call" + }, + { + "caller": "nltk.corpus.reader.xmldocs.XMLCorpusReader.words", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusReader.xml", + "lineno": 62, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.xmldocs.XMLCorpusReader.words", + "callee": "nltk.corpus.reader.api.CorpusReader.encoding", + "lineno": 63, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.corpus.reader.xmldocs.XMLCorpusReader.words", + "callee": ".list.extend", + "lineno": 77, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.xmldocs.XMLCorpusView.__init__", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusView._detect_encoding", + "lineno": 150, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.xmldocs.XMLCorpusView._read_xml_fragment", + "callee": ".str.rfind", + "lineno": 277, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.xmldocs.XMLCorpusView.read_block", + "callee": "nltk.corpus.reader.xmldocs.XMLCorpusView._read_xml_fragment", + "lineno": 314, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.xmldocs.XMLCorpusView.read_block", + "callee": ".list.append", + "lineno": 348, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.corpus.reader.xmldocs.XMLCorpusView.read_block", + "callee": ".list.append", + "lineno": 358, + "resolution": "local_builtin_method_call" + } + ], + "nltk.corpus.reader.ycoe": [ + { + "caller": "nltk.corpus.reader.ycoe.YCOECorpusReader.__init__", + "callee": "nltk.corpus.reader.ycoe.YCOEParseCorpusReader.", + "lineno": 40, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.ycoe.YCOECorpusReader.__init__", + "callee": "nltk.corpus.reader.ycoe.YCOETaggedCorpusReader.__init__", + "lineno": 43, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.corpus.reader.ycoe.YCOECorpusReader.words", + "callee": "nltk.corpus.reader.ycoe.YCOECorpusReader._getfileids", + "lineno": 113, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ycoe.YCOECorpusReader.sents", + "callee": "nltk.corpus.reader.ycoe.YCOECorpusReader._getfileids", + "lineno": 116, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ycoe.YCOECorpusReader.paras", + "callee": "nltk.corpus.reader.ycoe.YCOECorpusReader._getfileids", + "lineno": 119, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ycoe.YCOECorpusReader.tagged_words", + "callee": "nltk.corpus.reader.ycoe.YCOECorpusReader._getfileids", + "lineno": 122, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ycoe.YCOECorpusReader.tagged_sents", + "callee": "nltk.corpus.reader.ycoe.YCOECorpusReader._getfileids", + "lineno": 125, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ycoe.YCOECorpusReader.tagged_paras", + "callee": "nltk.corpus.reader.ycoe.YCOECorpusReader._getfileids", + "lineno": 128, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ycoe.YCOECorpusReader.parsed_sents", + "callee": "nltk.corpus.reader.ycoe.YCOECorpusReader._getfileids", + "lineno": 131, + "resolution": "self_method_call" + }, + { + "caller": "nltk.corpus.reader.ycoe.YCOEParseCorpusReader._parse", + "callee": "nltk.corpus.reader.bracket_parse.BracketParseCorpusReader._parse", + "lineno": 142, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.corpus.reader.ycoe.YCOETaggedCorpusReader.__init__", + "callee": "nltk.corpus.reader.tagged.TaggedCorpusReader.__init__", + "lineno": 149, + "resolution": "qualified_module_call" + } + ], + "nltk.corpus.reader": [], + "nltk.draw.cfg": [ + { + "caller": "nltk.draw.cfg.ProductionList._item_repr", + "callee": ".list.append", + "lineno": 91, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.draw.cfg.ProductionList._item_repr", + "callee": ".list.append", + "lineno": 92, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.draw.cfg.ProductionList._item_repr", + "callee": ".list.append", + "lineno": 95, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.draw.cfg.ProductionList._item_repr", + "callee": ".list.append", + "lineno": 97, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor.__init__", + "callee": ".tkinter.Toplevel", + "lineno": 186, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor.__init__", + "callee": "nltk.draw.cfg.CFGEditor._init_bindings", + "lineno": 187, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor.__init__", + "callee": "nltk.draw.cfg.CFGEditor._init_startframe", + "lineno": 189, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor.__init__", + "callee": "nltk.draw.cfg.CFGEditor._init_prodframe", + "lineno": 191, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor.__init__", + "callee": "nltk.draw.cfg.CFGEditor._init_buttons", + "lineno": 193, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._init_startframe", + "callee": ".tkinter.Frame", + "lineno": 199, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._init_startframe", + "callee": ".tkinter.Entry", + "lineno": 200, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._init_startframe", + "callee": ".tkinter.Label", + "lineno": 202, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._init_startframe", + "callee": ".tkinter.Label", + "lineno": 203, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._init_buttons", + "callee": ".tkinter.Frame", + "lineno": 207, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._init_buttons", + "callee": ".tkinter.Button", + "lineno": 208, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._init_buttons", + "callee": ".tkinter.Button", + "lineno": 211, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._init_buttons", + "callee": ".tkinter.Button", + "lineno": 214, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._init_buttons", + "callee": ".tkinter.Button", + "lineno": 217, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._init_buttons", + "callee": ".tkinter.Button", + "lineno": 220, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._init_prodframe", + "callee": ".tkinter.Frame", + "lineno": 246, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._init_prodframe", + "callee": ".tkinter.Text", + "lineno": 249, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._init_prodframe", + "callee": ".tkinter.Scrollbar", + "lineno": 252, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._init_prodframe", + "callee": "nltk.draw.cfg.CFGEditor._analyze", + "lineno": 307, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._check_analyze", + "callee": "nltk.draw.cfg.CFGEditor._clear_tags", + "lineno": 353, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._check_analyze", + "callee": "nltk.draw.cfg.CFGEditor._analyze_line", + "lineno": 354, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._analyze_token", + "callee": "nltk.draw.cfg.CFGEditor._init_nonterminal_tag", + "lineno": 397, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._analyze_line", + "callee": "nltk.draw.cfg.CFGEditor._clear_tags", + "lineno": 422, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._analyze_line.analyze_token", + "callee": "nltk.draw.cfg.CFGEditor._analyze_token", + "lineno": 432, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._analyze_line", + "callee": "nltk.draw.cfg.CFGEditor._mark_error", + "lineno": 438, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._analyze", + "callee": "nltk.draw.cfg.CFGEditor._replace_arrows", + "lineno": 468, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._analyze", + "callee": "nltk.draw.cfg.CFGEditor._analyze_line", + "lineno": 471, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._parse_productions", + "callee": "nltk.grammar._read_cfg_production", + "lineno": 491, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._ok", + "callee": "nltk.draw.cfg.CFGEditor._apply", + "lineno": 517, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._ok", + "callee": "nltk.draw.cfg.CFGEditor._destroy", + "lineno": 518, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._apply", + "callee": "nltk.draw.cfg.CFGEditor._parse_productions", + "lineno": 521, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._reset", + "callee": "nltk.draw.cfg.CFGEditor._analyze", + "lineno": 531, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._cancel", + "callee": "nltk.draw.cfg.CFGEditor._reset", + "lineno": 537, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._cancel", + "callee": "nltk.draw.cfg.CFGEditor._destroy", + "lineno": 540, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._help", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 545, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._help", + "callee": ".str.strip", + "lineno": 548, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._help", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 553, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.cfg.CFGEditor._help", + "callee": ".str.strip", + "lineno": 556, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo.__init__", + "callee": ".tkinter.Tk", + "lineno": 572, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo.__init__", + "callee": ".tkinter.IntVar", + "lineno": 576, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo.__init__", + "callee": "nltk.draw.cfg.CFGDemo._init_bindings", + "lineno": 580, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo.__init__", + "callee": ".tkinter.Frame", + "lineno": 583, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo.__init__", + "callee": "nltk.draw.cfg.CFGDemo._init_menubar", + "lineno": 585, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo.__init__", + "callee": "nltk.draw.cfg.CFGDemo._init_buttons", + "lineno": 586, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo.__init__", + "callee": "nltk.draw.cfg.CFGDemo._init_grammar", + "lineno": 587, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo.__init__", + "callee": "nltk.draw.cfg.CFGDemo._init_treelet", + "lineno": 588, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo.__init__", + "callee": "nltk.draw.cfg.CFGDemo._init_workspace", + "lineno": 589, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo._init_grammar", + "callee": "nltk.draw.cfg.ProductionList.", + "lineno": 605, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo._init_treelet", + "callee": ".tkinter.Canvas", + "lineno": 612, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo._init_workspace", + "callee": "nltk.draw.util.CanvasFrame.__init__", + "lineno": 617, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo._init_workspace", + "callee": "nltk.draw.cfg.CFGDemo.reset_workspace", + "lineno": 620, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo.reset_workspace", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 638, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo.reset_workspace", + "callee": ".list.append", + "lineno": 643, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo.reset_workspace", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 643, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo.reset_workspace", + "callee": "nltk.draw.tree.TreeSegmentWidget.__init__", + "lineno": 646, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo._selectprod_cb", + "callee": "nltk.draw.tree.tree_to_treesegment", + "lineno": 710, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.cfg.CFGDemo._selectprod_cb", + "callee": "nltk.draw.cfg.CFGDemo._markproduction", + "lineno": 721, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.cfg.demo2", + "callee": ".str.split", + "lineno": 734, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.draw.cfg.demo2", + "callee": "nltk.draw.cfg.CFGDemo.__init__", + "lineno": 762, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.cfg.demo2", + "callee": "nltk.draw.cfg.CFGDemo.mainloop", + "lineno": 763, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.cfg.demo", + "callee": ".str.split", + "lineno": 775, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.draw.cfg.demo", + "callee": ".tkinter.Tk", + "lineno": 804, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.demo", + "callee": "nltk.draw.cfg.CFGEditor.__init__", + "lineno": 805, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.cfg.demo", + "callee": ".tkinter.Label", + "lineno": 806, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.demo", + "callee": ".tkinter.Button", + "lineno": 807, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.demo3", + "callee": "nltk.grammar.nonterminals", + "lineno": 814, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.cfg.demo3", + "callee": ".tkinter.Tk", + "lineno": 843, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.cfg.demo3", + "callee": "nltk.draw.cfg.ProductionList.", + "lineno": 849, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.cfg.demo3", + "callee": "nltk.draw.util.ColorizedList.pack", + "lineno": 850, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.cfg.demo3", + "callee": "nltk.draw.util.ColorizedList.add_callback", + "lineno": 851, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.cfg.demo3", + "callee": "nltk.draw.util.ColorizedList.add_callback", + "lineno": 852, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.cfg.demo3", + "callee": "nltk.draw.util.ColorizedList.focus", + "lineno": 853, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.cfg.demo3", + "callee": "nltk.draw.util.ColorizedList.mark", + "lineno": 854, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.cfg.demo3", + "callee": "nltk.draw.util.ColorizedList.mark", + "lineno": 855, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.cfg.", + "callee": "nltk.draw.cfg.demo", + "lineno": 859, + "resolution": "direct_name_call" + } + ], + "nltk.draw.dispersion": [ + { + "caller": "nltk.draw.dispersion.dispersion_plot", + "callee": ".dict.get", + "lineno": 42, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.draw.dispersion.", + "callee": "nltk.draw.dispersion.dispersion_plot", + "lineno": 66, + "resolution": "direct_name_call" + } + ], + "nltk.draw.table": [ + { + "caller": "nltk.draw.table.MultiListbox.__init__", + "callee": ".tkinter.Label", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.__init__", + "callee": ".tkinter.Listbox", + "lineno": 118, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.__init__", + "callee": "nltk.draw.table.MultiListbox._scroll", + "lineno": 127, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.__init__", + "callee": "nltk.draw.table.MultiListbox._scroll", + "lineno": 128, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.__init__", + "callee": "nltk.draw.table.MultiListbox._scroll", + "lineno": 129, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.__init__", + "callee": "nltk.draw.table.MultiListbox.scan_mark", + "lineno": 131, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.__init__", + "callee": "nltk.draw.table.MultiListbox.scan_dragto", + "lineno": 132, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.__init__", + "callee": "nltk.draw.table.MultiListbox.select", + "lineno": 144, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.__init__", + "callee": "nltk.draw.table.MultiListbox.select", + "lineno": 145, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.__init__", + "callee": "nltk.draw.table.MultiListbox.select", + "lineno": 146, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.__init__", + "callee": "nltk.draw.table.MultiListbox._pagesize", + "lineno": 146, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.__init__", + "callee": "nltk.draw.table.MultiListbox.select", + "lineno": 147, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.__init__", + "callee": "nltk.draw.table.MultiListbox._pagesize", + "lineno": 147, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.__init__", + "callee": "nltk.draw.table.MultiListbox.configure", + "lineno": 150, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox._select", + "callee": "nltk.draw.table.MultiListbox.selection_clear", + "lineno": 244, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox._select", + "callee": "nltk.draw.table.MultiListbox.selection_set", + "lineno": 245, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox._select", + "callee": "nltk.draw.table.MultiListbox.activate", + "lineno": 246, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox._pagesize", + "callee": "nltk.draw.table.MultiListbox.index", + "lineno": 256, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox._pagesize", + "callee": "nltk.draw.table.MultiListbox.index", + "lineno": 256, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.select", + "callee": "nltk.draw.table.MultiListbox.curselection", + "lineno": 278, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.select", + "callee": "nltk.draw.table.MultiListbox.curselection", + "lineno": 281, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.select", + "callee": "nltk.draw.table.MultiListbox.selection_clear", + "lineno": 284, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.select", + "callee": "nltk.draw.table.MultiListbox.size", + "lineno": 288, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.select", + "callee": "nltk.draw.table.MultiListbox.selection_set", + "lineno": 290, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.select", + "callee": "nltk.draw.table.MultiListbox.see", + "lineno": 292, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.__setitem__", + "callee": "nltk.draw.table.MultiListbox.configure", + "lineno": 324, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.bind_to_columns", + "callee": "nltk.draw.table.MultiListbox.bind_to_labels", + "lineno": 483, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.MultiListbox.bind_to_columns", + "callee": "nltk.draw.table.MultiListbox.bind_to_listboxes", + "lineno": 483, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.__init__", + "callee": ".tkinter.Frame", + "lineno": 665, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.table.Table.__init__", + "callee": "nltk.draw.table.Table._checkrow", + "lineno": 675, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.__init__", + "callee": "nltk.draw.table.MultiListbox.__init__", + "lineno": 678, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.table.Table.__init__", + "callee": ".tkinter.Scrollbar", + "lineno": 683, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.table.Table.__init__", + "callee": "nltk.draw.table.Table._fill_table", + "lineno": 697, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.columnconfigure", + "callee": "nltk.draw.table.Table.column_index", + "lineno": 729, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.itemconfigure", + "callee": "nltk.draw.table.Table.column_index", + "lineno": 734, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.insert", + "callee": "nltk.draw.table.Table._checkrow", + "lineno": 767, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.insert", + "callee": "nltk.draw.table.Table._check_table_vs_mlb", + "lineno": 775, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.extend", + "callee": "nltk.draw.table.Table.append", + "lineno": 786, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.extend", + "callee": "nltk.draw.table.Table._check_table_vs_mlb", + "lineno": 788, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.append", + "callee": "nltk.draw.table.Table.insert", + "lineno": 797, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.append", + "callee": "nltk.draw.table.Table._check_table_vs_mlb", + "lineno": 799, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.clear", + "callee": "nltk.draw.table.Table._check_table_vs_mlb", + "lineno": 808, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.__getitem__", + "callee": "nltk.draw.table.Table.column_index", + "lineno": 822, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.__setitem__", + "callee": "nltk.draw.table.Table.column_index", + "lineno": 845, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.__setitem__", + "callee": "nltk.draw.table.Table._save_config_info", + "lineno": 846, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.__setitem__", + "callee": "nltk.draw.table.Table._restore_config_info", + "lineno": 852, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.__setitem__", + "callee": "nltk.draw.table.Table._save_config_info", + "lineno": 856, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.__setitem__", + "callee": "nltk.draw.table.Table._checkrow", + "lineno": 857, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.__setitem__", + "callee": "nltk.draw.table.Table._restore_config_info", + "lineno": 863, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.__delitem__", + "callee": "nltk.draw.table.Table._check_table_vs_mlb", + "lineno": 876, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.hide_column", + "callee": "nltk.draw.table.Table.column_index", + "lineno": 919, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.show_column", + "callee": "nltk.draw.table.Table.column_index", + "lineno": 923, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.sort_by", + "callee": "nltk.draw.table.Table.column_index", + "lineno": 972, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.sort_by", + "callee": "nltk.draw.table.Table._save_config_info", + "lineno": 973, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.sort_by", + "callee": "nltk.draw.table.Table._fill_table", + "lineno": 985, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.sort_by", + "callee": "nltk.draw.table.Table._restore_config_info", + "lineno": 986, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table.sort_by", + "callee": "nltk.draw.table.Table._check_table_vs_mlb", + "lineno": 988, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table._sort", + "callee": "nltk.draw.table.Table.sort_by", + "lineno": 1002, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table._save_config_info", + "callee": "nltk.draw.table.Table.selected_row", + "lineno": 1055, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table._save_config_info", + "callee": "nltk.draw.table.Table._get_itemconfig", + "lineno": 1063, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.Table._save_config_info", + "callee": "nltk.draw.table.Table._get_itemconfig", + "lineno": 1069, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.table.demo", + "callee": ".tkinter.Tk", + "lineno": 1136, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.table.demo", + "callee": "nltk.draw.table.Table.__init__", + "lineno": 1139, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.table.demo", + "callee": "nltk.draw.table.Table.pack", + "lineno": 1145, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.table.demo", + "callee": "nltk.draw.table.Table.append", + "lineno": 1162, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.table.", + "callee": "nltk.draw.table.demo", + "lineno": 1178, + "resolution": "direct_name_call" + } + ], + "nltk.draw.tree": [ + { + "caller": "nltk.draw.tree.TreeSegmentWidget.__init__", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 86, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.__init__", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 88, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.__init__", + "callee": "nltk.draw.util.CanvasWidget.__init__", + "lineno": 93, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 96, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.update", + "lineno": 133, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.__setitem__", + "lineno": 137, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.__getitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 143, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.__getitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 145, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.__getitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 148, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.__getitem__", + "callee": "nltk.draw.util.CanvasWidget.__getitem__", + "lineno": 161, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.set_label", + "callee": "nltk.draw.util.CanvasWidget._remove_child_widget", + "lineno": 173, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.set_label", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 174, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.set_label", + "callee": "nltk.draw.util.CanvasWidget.update", + "lineno": 176, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.replace_child", + "callee": "nltk.draw.util.CanvasWidget._remove_child_widget", + "lineno": 184, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.replace_child", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 185, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.replace_child", + "callee": "nltk.draw.util.CanvasWidget.update", + "lineno": 186, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.remove_child", + "callee": "nltk.draw.util.CanvasWidget._remove_child_widget", + "lineno": 191, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.remove_child", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 192, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.remove_child", + "callee": "nltk.draw.util.CanvasWidget.update", + "lineno": 193, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.insert_child", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 196, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.insert_child", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 198, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget.insert_child", + "callee": "nltk.draw.util.CanvasWidget.update", + "lineno": 200, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._update", + "callee": "nltk.draw.tree.TreeSegmentWidget._maintain_order", + "lineno": 240, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._update", + "callee": "nltk.draw.tree.TreeSegmentWidget._node_bottom", + "lineno": 243, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._update", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 253, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._update", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 257, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._update", + "callee": "nltk.draw.tree.TreeSegmentWidget._node_bottom", + "lineno": 263, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._update", + "callee": "nltk.draw.tree.TreeSegmentWidget._subtree_top", + "lineno": 265, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._update", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 266, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._maintain_order", + "callee": "nltk.draw.tree.TreeSegmentWidget._maintain_order_horizontal", + "lineno": 270, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._maintain_order", + "callee": "nltk.draw.tree.TreeSegmentWidget._maintain_order_vertical", + "lineno": 272, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._maintain_order_vertical", + "callee": ".list.append", + "lineno": 296, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._maintain_order_vertical", + "callee": ".list.append", + "lineno": 305, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._maintain_order_horizontal", + "callee": ".list.append", + "lineno": 338, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._maintain_order_horizontal", + "callee": ".list.append", + "lineno": 347, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._manage_horizontal", + "callee": "nltk.draw.tree.TreeSegmentWidget._node_bottom", + "lineno": 359, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._manage_horizontal", + "callee": "nltk.draw.tree.TreeSegmentWidget._subtree_top", + "lineno": 373, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._manage_vertical", + "callee": "nltk.draw.tree.TreeSegmentWidget._node_bottom", + "lineno": 381, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._manage_vertical", + "callee": "nltk.draw.tree.TreeSegmentWidget._subtree_top", + "lineno": 395, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._manage", + "callee": "nltk.draw.tree.TreeSegmentWidget._node_bottom", + "lineno": 403, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._manage", + "callee": "nltk.draw.tree.TreeSegmentWidget._manage_horizontal", + "lineno": 408, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._manage", + "callee": "nltk.draw.tree.TreeSegmentWidget._manage_vertical", + "lineno": 410, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeSegmentWidget._manage", + "callee": "nltk.draw.tree.TreeSegmentWidget._update", + "lineno": 414, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree._tree_to_treeseg", + "callee": "nltk.draw.tree._tree_to_treeseg", + "lineno": 435, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.draw.tree._tree_to_treeseg", + "callee": "nltk.draw.tree.TreeSegmentWidget.__init__", + "lineno": 447, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.tree.tree_to_treesegment", + "callee": "nltk.draw.tree._tree_to_treeseg", + "lineno": 492, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.draw.tree.TreeWidget.__init__", + "callee": "nltk.draw.tree.TreeWidget._make_collapsed_trees", + "lineno": 579, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeWidget.__init__", + "callee": "nltk.draw.tree.TreeWidget._make_expanded_tree", + "lineno": 580, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeWidget.__init__", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 581, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeWidget.__init__", + "callee": "nltk.draw.util.CanvasWidget.__init__", + "lineno": 583, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.draw.tree.TreeWidget._make_collapsed_trees", + "callee": "nltk.draw.tree.TreeSegmentWidget.__init__", + "lineno": 671, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.tree.TreeWidget._make_collapsed_trees", + "callee": "nltk.draw.util.CanvasWidget.hide", + "lineno": 684, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.TreeWidget._make_collapsed_trees", + "callee": "nltk.draw.tree.TreeWidget._make_collapsed_trees", + "lineno": 689, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeWidget._make_expanded_tree", + "callee": "nltk.draw.tree.TreeWidget._make_expanded_tree", + "lineno": 700, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeWidget._make_expanded_tree", + "callee": "nltk.draw.tree.TreeSegmentWidget.__init__", + "lineno": 703, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.tree.TreeWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.manage", + "lineno": 753, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.manage", + "lineno": 760, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.manage", + "lineno": 767, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.__setitem__", + "lineno": 775, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.draw.tree.TreeWidget.__getitem__", + "callee": "nltk.draw.util.CanvasWidget.__getitem__", + "lineno": 801, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.draw.tree.TreeWidget.toggle_collapsed", + "callee": "nltk.draw.util.CanvasWidget._remove_child_widget", + "lineno": 828, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeWidget.toggle_collapsed", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 829, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.tree.TreeView.__init__", + "callee": ".tkinter.Tk", + "lineno": 859, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.tree.TreeView.__init__", + "callee": "nltk.draw.util.CanvasFrame.__init__", + "lineno": 864, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.tree.TreeView.__init__", + "callee": ".tkinter.IntVar", + "lineno": 868, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.tree.TreeView.__init__", + "callee": ".math.ceil", + "lineno": 874, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.tree.TreeView.__init__", + "callee": ".math.sqrt", + "lineno": 874, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.tree.TreeView.__init__", + "callee": "nltk.draw.tree.TreeWidget.__init__", + "lineno": 877, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.tree.TreeView.__init__", + "callee": "nltk.draw.tree.TreeWidget.bind_click_trees", + "lineno": 889, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.TreeView.__init__", + "callee": "nltk.draw.tree.TreeView._layout", + "lineno": 893, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeView.__init__", + "callee": "nltk.draw.tree.TreeView._init_menubar", + "lineno": 895, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeView._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 911, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.tree.TreeView._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 913, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.tree.TreeView._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 925, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.tree.TreeView.resize", + "callee": "nltk.draw.tree.TreeView._layout", + "lineno": 981, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.tree.TreeView.mainloop", + "callee": "nltk.util.in_idle", + "lineno": 996, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.tree.draw_trees", + "callee": "nltk.draw.tree.TreeView.__init__", + "lineno": 1008, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasFrame.__init__", + "lineno": 1023, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.tree.TreeWidget.__init__", + "lineno": 1031, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasFrame.canvas", + "lineno": 1032, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasFrame.add_widget", + "lineno": 1042, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo.boxit", + "callee": "nltk.draw.util.BoxWidget.__init__", + "lineno": 1046, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.tree.demo.boxit", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 1046, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.tree.demo.ovalit", + "callee": "nltk.draw.util.OvalWidget.__init__", + "lineno": 1049, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.tree.demo.ovalit", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 1049, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.tree.TreeWidget.__init__", + "lineno": 1052, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasFrame.canvas", + "lineno": 1052, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.tree.TreeWidget.bind_click_trees", + "lineno": 1061, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.tree.TreeWidget.bind_click_trees", + "lineno": 1062, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.tree.TreeWidget.bind_click_nodes", + "lineno": 1063, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.tree.TreeWidget.expanded_tree", + "lineno": 1064, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.tree.TreeWidget.expanded_tree", + "lineno": 1065, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.ParenWidget.__init__", + "lineno": 1067, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasFrame.canvas", + "lineno": 1067, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasFrame.add_widget", + "lineno": 1068, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasWidget.bbox", + "lineno": 1068, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.tree.tree_to_treesegment", + "lineno": 1075, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasFrame.canvas", + "lineno": 1076, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasFrame.add_widget", + "lineno": 1079, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasWidget.bbox", + "lineno": 1079, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 1104, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasFrame.canvas", + "lineno": 1104, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": ".str.strip", + "lineno": 1104, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.BoxWidget.__init__", + "lineno": 1105, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasFrame.canvas", + "lineno": 1105, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasFrame.add_widget", + "lineno": 1106, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasWidget.bbox", + "lineno": 1106, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.tree.TreeWidget.__init__", + "lineno": 1109, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasFrame.canvas", + "lineno": 1110, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasWidget.manage", + "lineno": 1119, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasFrame.add_widget", + "lineno": 1120, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasWidget.bbox", + "lineno": 1120, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasWidget.bind_click", + "lineno": 1121, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.tree.TreeWidget.bind_click_trees", + "lineno": 1122, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.demo", + "callee": "nltk.draw.util.CanvasFrame.mainloop", + "lineno": 1125, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.tree.", + "callee": "nltk.draw.tree.demo", + "lineno": 1129, + "resolution": "direct_name_call" + } + ], + "nltk.draw.util": [ + { + "caller": "nltk.draw.util.CanvasWidget.__init__", + "callee": "nltk.draw.util.CanvasWidget._manage", + "lineno": 222, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.__init__", + "callee": "nltk.draw.util.CanvasWidget._tags", + "lineno": 225, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.bbox", + "callee": "nltk.draw.util.CanvasWidget.tags", + "lineno": 245, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.bbox", + "callee": "nltk.draw.util.CanvasWidget.tags", + "lineno": 247, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.width", + "callee": "nltk.draw.util.CanvasWidget.tags", + "lineno": 255, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.width", + "callee": "nltk.draw.util.CanvasWidget.tags", + "lineno": 257, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.height", + "callee": "nltk.draw.util.CanvasWidget.tags", + "lineno": 266, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.height", + "callee": "nltk.draw.util.CanvasWidget.tags", + "lineno": 268, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.move", + "callee": "nltk.draw.util.CanvasWidget.tags", + "lineno": 313, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.moveto", + "callee": "nltk.draw.util.CanvasWidget.bbox", + "lineno": 332, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.moveto", + "callee": "nltk.draw.util.CanvasWidget.move", + "lineno": 334, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.moveto", + "callee": "nltk.draw.util.CanvasWidget.move", + "lineno": 336, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.moveto", + "callee": "nltk.draw.util.CanvasWidget.move", + "lineno": 338, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.moveto", + "callee": "nltk.draw.util.CanvasWidget.move", + "lineno": 340, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.moveto", + "callee": "nltk.draw.util.CanvasWidget.move", + "lineno": 342, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.moveto", + "callee": "nltk.draw.util.CanvasWidget.move", + "lineno": 344, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.moveto", + "callee": "nltk.draw.util.CanvasWidget.move", + "lineno": 346, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.moveto", + "callee": "nltk.draw.util.CanvasWidget.move", + "lineno": 348, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.destroy", + "callee": "nltk.draw.util.CanvasWidget.tags", + "lineno": 368, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.destroy", + "callee": "nltk.draw.util.CanvasWidget.tags", + "lineno": 372, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.update", + "callee": "nltk.draw.util.CanvasWidget._update", + "lineno": 393, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.manage", + "callee": "nltk.draw.util.CanvasWidget._manage", + "lineno": 412, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.tags", + "callee": "nltk.draw.util.CanvasWidget._tags", + "lineno": 424, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.hide", + "callee": "nltk.draw.util.CanvasWidget.tags", + "lineno": 468, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.show", + "callee": "nltk.draw.util.CanvasWidget.tags", + "lineno": 478, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.__motion_cb", + "callee": "nltk.draw.util.CanvasWidget.move", + "lineno": 601, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.__release_cb", + "callee": "nltk.draw.util.CanvasWidget.move", + "lineno": 623, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.__release_cb", + "callee": "nltk.draw.util.CanvasWidget.__click", + "lineno": 626, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasWidget.__release_cb", + "callee": "nltk.draw.util.CanvasWidget.__drag", + "lineno": 628, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.TextWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 775, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.TextWidget.__getitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 781, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.TextWidget.__getitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 785, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.TextWidget.text", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 797, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.TextWidget.set_text", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 807, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.TextWidget.set_text", + "callee": "nltk.draw.util.CanvasWidget.parent", + "lineno": 808, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.TextWidget.set_text", + "callee": "nltk.draw.util.CanvasWidget.parent", + "lineno": 809, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.SymbolWidget.__init__", + "callee": "nltk.draw.util.SymbolWidget.set_symbol", + "lineno": 866, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.SymbolWidget.set_symbol", + "callee": "nltk.draw.util.TextWidget.set_text", + "lineno": 886, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.SymbolWidget.symbolsheet", + "callee": ".tkinter.Tk", + "lineno": 898, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.SymbolWidget.symbolsheet", + "callee": ".tkinter.Button", + "lineno": 904, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.SymbolWidget.symbolsheet", + "callee": ".tkinter.Text", + "lineno": 905, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.SymbolWidget.symbolsheet", + "callee": ".tkinter.Scrollbar", + "lineno": 907, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.AbstractContainerWidget.__init__", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 948, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.AbstractContainerWidget._manage", + "callee": "nltk.draw.util.CanvasWidget._update", + "lineno": 952, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.AbstractContainerWidget.set_child", + "callee": "nltk.draw.util.CanvasWidget._remove_child_widget", + "lineno": 970, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.AbstractContainerWidget.set_child", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 971, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.AbstractContainerWidget.set_child", + "callee": "nltk.draw.util.CanvasWidget.update", + "lineno": 973, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.BoxWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1016, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.BoxWidget.__getitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1024, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.BoxWidget.__getitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1026, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.BoxWidget._update", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1033, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.OvalWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1079, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.OvalWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1104, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.OvalWidget.__getitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1114, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.OvalWidget.__getitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1116, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.OvalWidget._update", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1143, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.OvalWidget._update", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1147, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.ParenWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1191, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.ParenWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1192, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.ParenWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1194, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.ParenWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1195, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.ParenWidget.__getitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1201, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.ParenWidget.__getitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1203, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.ParenWidget._update", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1210, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.ParenWidget._update", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1211, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.BracketWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1246, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.BracketWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1247, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.BracketWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1249, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.BracketWidget.__setitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1250, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.BracketWidget.__getitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1256, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.BracketWidget.__getitem__", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1258, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.BracketWidget._update", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1265, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.BracketWidget._update", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1268, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.SequenceWidget.__init__", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 1307, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.SequenceWidget._update", + "callee": "nltk.draw.util.SequenceWidget._yalign", + "lineno": 1346, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.SequenceWidget._update", + "callee": "nltk.draw.util.SequenceWidget._yalign", + "lineno": 1349, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.SequenceWidget._manage", + "callee": "nltk.draw.util.SequenceWidget._yalign", + "lineno": 1375, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.SequenceWidget._manage", + "callee": "nltk.draw.util.SequenceWidget._yalign", + "lineno": 1383, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.SequenceWidget._manage", + "callee": "nltk.draw.util.SequenceWidget._yalign", + "lineno": 1390, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.SequenceWidget.replace_child", + "callee": "nltk.draw.util.CanvasWidget._remove_child_widget", + "lineno": 1413, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.SequenceWidget.replace_child", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 1414, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.SequenceWidget.replace_child", + "callee": "nltk.draw.util.CanvasWidget.update", + "lineno": 1415, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.SequenceWidget.remove_child", + "callee": "nltk.draw.util.CanvasWidget._remove_child_widget", + "lineno": 1427, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.SequenceWidget.remove_child", + "callee": "nltk.draw.util.CanvasWidget.update", + "lineno": 1429, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.SequenceWidget.insert_child", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 1445, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.StackWidget.__init__", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 1479, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.StackWidget._update", + "callee": "nltk.draw.util.StackWidget._xalign", + "lineno": 1518, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.StackWidget._update", + "callee": "nltk.draw.util.StackWidget._xalign", + "lineno": 1521, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.StackWidget._manage", + "callee": "nltk.draw.util.StackWidget._xalign", + "lineno": 1547, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.StackWidget._manage", + "callee": "nltk.draw.util.StackWidget._xalign", + "lineno": 1555, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.StackWidget._manage", + "callee": "nltk.draw.util.StackWidget._xalign", + "lineno": 1562, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.StackWidget.replace_child", + "callee": "nltk.draw.util.CanvasWidget._remove_child_widget", + "lineno": 1585, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.StackWidget.replace_child", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 1586, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.StackWidget.replace_child", + "callee": "nltk.draw.util.CanvasWidget.update", + "lineno": 1587, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.StackWidget.remove_child", + "callee": "nltk.draw.util.CanvasWidget._remove_child_widget", + "lineno": 1599, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.StackWidget.remove_child", + "callee": "nltk.draw.util.CanvasWidget.update", + "lineno": 1601, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.StackWidget.insert_child", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 1617, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.SpaceWidget.set_width", + "callee": "nltk.draw.util.CanvasWidget.bbox", + "lineno": 1659, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.SpaceWidget.set_width", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1660, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.SpaceWidget.set_height", + "callee": "nltk.draw.util.CanvasWidget.bbox", + "lineno": 1670, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.SpaceWidget.set_height", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1671, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.ScrollWatcherWidget.__init__", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 1702, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.ScrollWatcherWidget.add_child", + "callee": "nltk.draw.util.CanvasWidget._add_child_widget", + "lineno": 1715, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.ScrollWatcherWidget.add_child", + "callee": "nltk.draw.util.CanvasWidget.update", + "lineno": 1716, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.ScrollWatcherWidget.remove_child", + "callee": "nltk.draw.util.CanvasWidget._remove_child_widget", + "lineno": 1728, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.ScrollWatcherWidget._update", + "callee": "nltk.draw.util.ScrollWatcherWidget._adjust_scrollregion", + "lineno": 1734, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.ScrollWatcherWidget._adjust_scrollregion", + "callee": "nltk.draw.util.CanvasWidget.bbox", + "lineno": 1741, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.ScrollWatcherWidget._adjust_scrollregion", + "callee": "nltk.draw.util.CanvasWidget.canvas", + "lineno": 1742, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame.__init__", + "callee": ".tkinter.Tk", + "lineno": 1794, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame.__init__", + "callee": "nltk.draw.util.CanvasFrame.print_to_file", + "lineno": 1796, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame.__init__", + "callee": ".tkinter.Frame", + "lineno": 1803, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame.__init__", + "callee": ".tkinter.Canvas", + "lineno": 1804, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame.__init__", + "callee": ".tkinter.Scrollbar", + "lineno": 1805, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame.__init__", + "callee": ".tkinter.Scrollbar", + "lineno": 1806, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame.__init__", + "callee": "nltk.draw.util.ScrollWatcherWidget.__init__", + "lineno": 1819, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame.__init__", + "callee": "nltk.draw.util.CanvasFrame.pack", + "lineno": 1823, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame.__init__", + "callee": "nltk.draw.util.CanvasFrame._init_menubar", + "lineno": 1824, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 1827, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 1829, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame.print_to_file", + "callee": ".tkinter.filedialog.asksaveasfilename", + "lineno": 1854, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame.print_to_file", + "callee": "nltk.draw.util.CanvasFrame.scrollregion", + "lineno": 1857, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame.add_widget", + "callee": "nltk.draw.util.CanvasFrame._find_room", + "lineno": 1910, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame._find_room", + "callee": "nltk.draw.util.CanvasFrame.scrollregion", + "lineno": 1923, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame.destroy_widget", + "callee": "nltk.draw.util.CanvasFrame.remove_widget", + "lineno": 1965, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.CanvasFrame.mainloop", + "callee": "nltk.util.in_idle", + "lineno": 1997, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.util.ShowText.__init__", + "callee": "nltk.draw.util.ShowText.find_dimentions", + "lineno": 2016, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.ShowText.__init__", + "callee": ".tkinter.Tk", + "lineno": 2020, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.ShowText.__init__", + "callee": ".tkinter.Toplevel", + "lineno": 2022, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.ShowText.__init__", + "callee": ".tkinter.Button", + "lineno": 2025, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.ShowText.__init__", + "callee": ".tkinter.Frame", + "lineno": 2028, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.ShowText.__init__", + "callee": ".tkinter.Scrollbar", + "lineno": 2030, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.ShowText.__init__", + "callee": ".tkinter.Text", + "lineno": 2032, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.ShowText.mainloop", + "callee": "nltk.util.in_idle", + "lineno": 2080, + "resolution": "imported_call" + }, + { + "caller": "nltk.draw.util.EntryDialog.__init__", + "callee": ".tkinter.Toplevel", + "lineno": 2103, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.EntryDialog.__init__", + "callee": ".tkinter.Frame", + "lineno": 2109, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.EntryDialog.__init__", + "callee": ".tkinter.Label", + "lineno": 2112, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.EntryDialog.__init__", + "callee": ".tkinter.Entry", + "lineno": 2114, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.EntryDialog.__init__", + "callee": ".tkinter.Frame", + "lineno": 2119, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.EntryDialog.__init__", + "callee": ".tkinter.Frame", + "lineno": 2123, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.EntryDialog.__init__", + "callee": ".tkinter.Button", + "lineno": 2125, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.EntryDialog.__init__", + "callee": ".tkinter.Button", + "lineno": 2127, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.EntryDialog.__init__", + "callee": ".tkinter.Button", + "lineno": 2129, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.EntryDialog._cancel", + "callee": "nltk.draw.util.EntryDialog._reset", + "lineno": 2146, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.EntryDialog._cancel", + "callee": "nltk.draw.util.EntryDialog._destroy", + "lineno": 2149, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.EntryDialog._ok", + "callee": "nltk.draw.util.EntryDialog._apply", + "lineno": 2152, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.EntryDialog._ok", + "callee": "nltk.draw.util.EntryDialog._destroy", + "lineno": 2153, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.ColorizedList.__init__", + "callee": "nltk.draw.util.ColorizedList._init_itemframe", + "lineno": 2201, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.ColorizedList.__init__", + "callee": "nltk.draw.util.ColorizedList.set", + "lineno": 2209, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.ColorizedList.set", + "callee": "nltk.draw.util.ColorizedList._item_repr", + "lineno": 2256, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.ColorizedList.markonly", + "callee": "nltk.draw.util.ColorizedList.unmark", + "lineno": 2298, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.ColorizedList.markonly", + "callee": "nltk.draw.util.ColorizedList.mark", + "lineno": 2299, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.ColorizedList._init_itemframe", + "callee": ".tkinter.Frame", + "lineno": 2380, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.ColorizedList._init_itemframe", + "callee": ".tkinter.Text", + "lineno": 2384, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.ColorizedList._init_itemframe", + "callee": ".tkinter.Scrollbar", + "lineno": 2385, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.ColorizedList._init_itemframe", + "callee": "nltk.draw.util.ColorizedList._init_colortags", + "lineno": 2395, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.ColorizedList._buttonpress", + "callee": "nltk.draw.util.ColorizedList._fire_callback", + "lineno": 2418, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.ColorizedList._keypress", + "callee": "nltk.draw.util.ColorizedList._fire_callback", + "lineno": 2424, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.ColorizedList._keypress", + "callee": "nltk.draw.util.ColorizedList._fire_callback", + "lineno": 2444, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.MutableOptionMenu.__init__", + "callee": ".tkinter.StringVar", + "lineno": 2461, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.MutableOptionMenu.__init__", + "callee": ".dict.update", + "lineno": 2473, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.draw.util.MutableOptionMenu.__init__", + "callee": ".tkinter.Menu", + "lineno": 2476, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.MutableOptionMenu.__init__", + "callee": "nltk.draw.util.MutableOptionMenu.add", + "lineno": 2481, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.MutableOptionMenu.add.set", + "callee": "nltk.draw.util.MutableOptionMenu.set", + "lineno": 2490, + "resolution": "self_method_call" + }, + { + "caller": "nltk.draw.util.demo.fill", + "callee": ".random.randint", + "lineno": 2530, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.demo.color", + "callee": ".random.randint", + "lineno": 2535, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.CanvasFrame.__init__", + "lineno": 2537, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.CanvasFrame.canvas", + "lineno": 2538, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 2539, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 2540, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.OvalWidget.__init__", + "lineno": 2541, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 2542, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.ParenWidget.__init__", + "lineno": 2543, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.BoxWidget.__init__", + "lineno": 2544, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.SequenceWidget.__init__", + "lineno": 2545, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.SymbolWidget.__init__", + "lineno": 2547, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 2548, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.SymbolWidget.__init__", + "lineno": 2549, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 2550, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 2551, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.SymbolWidget.__init__", + "lineno": 2552, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 2553, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.SpaceWidget.__init__", + "lineno": 2555, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.StackWidget.__init__", + "lineno": 2556, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.TextWidget.__init__", + "lineno": 2557, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.SequenceWidget.__init__", + "lineno": 2560, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.BracketWidget.__init__", + "lineno": 2561, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.CanvasFrame.add_widget", + "lineno": 2562, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.CanvasWidget.bind_click", + "lineno": 2564, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.CanvasWidget.bind_click", + "lineno": 2565, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.CanvasWidget.bind_click", + "lineno": 2566, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.CanvasWidget.bind_click", + "lineno": 2567, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.CanvasWidget.bind_click", + "lineno": 2568, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.util.demo", + "callee": "nltk.draw.util.CanvasFrame.mainloop", + "lineno": 2570, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.draw.util.", + "callee": "nltk.draw.util.demo", + "lineno": 2575, + "resolution": "direct_name_call" + } + ], + "nltk.draw": [], + "nltk.huggingface.dataset": [ + { + "caller": "nltk.huggingface.dataset._is_cached", + "callee": ".dict.get", + "lineno": 97, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.huggingface.dataset._is_cached", + "callee": ".huggingface_hub.try_to_load_from_cache", + "lineno": 103, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.huggingface.dataset._load_hf_dataset", + "callee": ".datasets.load_dataset", + "lineno": 162, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.huggingface.dataset._load_hf_dataset", + "callee": ".datasets.load_dataset", + "lineno": 165, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.huggingface.dataset._load_hf_dataset", + "callee": ".datasets.load_dataset", + "lineno": 172, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.huggingface.dataset.HFDatasetPathPointer.open", + "callee": "nltk.huggingface.dataset._load_hf_dataset", + "lineno": 199, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.huggingface.dataset.HFDatasetPathPointer.open", + "callee": "nltk.huggingface.dataset._serialise", + "lineno": 200, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.huggingface.dataset.HFDatasetPathPointer.join", + "callee": "nltk.huggingface.dataset.HFDatasetPathPointer.__init__", + "lineno": 209, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.huggingface.dataset.HFDatasetPathPointer.fileids", + "callee": ".dict.get", + "lineno": 215, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.huggingface.dataset.HFDatasetPathPointer.fileids", + "callee": "nltk.huggingface.dataset._is_cached", + "lineno": 216, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.huggingface.dataset.HFDatasetPathPointer.fileids", + "callee": ".datasets.get_dataset_config_names", + "lineno": 223, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.huggingface.dataset.HFDatasetPathPointer.fileids", + "callee": ".datasets.load_dataset", + "lineno": 227, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.huggingface.dataset.HFDatasetPathPointer.path", + "callee": ".dict.get", + "lineno": 237, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.huggingface.dataset.", + "callee": "nltk.huggingface.dataset._register_path_pointer", + "lineno": 257, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.huggingface.dataset.download", + "callee": ".dict.get", + "lineno": 275, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.huggingface.dataset.download", + "callee": ".datasets.get_dataset_config_names", + "lineno": 290, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.huggingface.dataset.download", + "callee": ".datasets.load_dataset", + "lineno": 292, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.huggingface.dataset.download", + "callee": ".dict.values", + "lineno": 296, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.huggingface.dataset.download", + "callee": ".datasets.load_dataset", + "lineno": 304, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.huggingface.dataset.load_data", + "callee": ".dict.get", + "lineno": 323, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.huggingface.dataset.load_data", + "callee": "nltk.huggingface.dataset._is_cached", + "lineno": 328, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.huggingface.dataset.load_data", + "callee": "nltk.huggingface.dataset._load_hf_dataset", + "lineno": 333, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.huggingface.dataset.load_data", + "callee": "nltk.huggingface.dataset._serialise", + "lineno": 334, + "resolution": "direct_name_call" + } + ], + "nltk.huggingface": [], + "nltk.inference.api": [ + { + "caller": "nltk.inference.api.Prover.prove", + "callee": "nltk.inference.api.Prover._prove", + "lineno": 37, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.api.ModelBuilder.build_model", + "callee": "nltk.inference.api.ModelBuilder._build_model", + "lineno": 61, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.api.BaseTheoremToolCommand.retract_assumptions", + "callee": "nltk.inference.api.BaseTheoremToolCommand.print_assumptions", + "lineno": 230, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.api.BaseTheoremToolCommand.print_assumptions", + "callee": "nltk.inference.api.BaseTheoremToolCommand.assumptions", + "lineno": 256, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.api.BaseProverCommand.prove", + "callee": "nltk.inference.api.BaseTheoremToolCommand.goal", + "lineno": 286, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.api.BaseProverCommand.prove", + "callee": "nltk.inference.api.BaseTheoremToolCommand.assumptions", + "lineno": 286, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.api.BaseProverCommand.proof", + "callee": "nltk.inference.api.BaseProverCommand.decorate_proof", + "lineno": 299, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.api.BaseModelBuilderCommand.build_model", + "callee": "nltk.inference.api.BaseTheoremToolCommand.goal", + "lineno": 341, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.api.BaseModelBuilderCommand.build_model", + "callee": "nltk.inference.api.BaseTheoremToolCommand.assumptions", + "lineno": 341, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.api.BaseModelBuilderCommand.model", + "callee": "nltk.inference.api.BaseModelBuilderCommand._decorate_model", + "lineno": 355, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.api.ProverCommandDecorator.prove", + "callee": "nltk.inference.api.ProverCommandDecorator.get_prover", + "lineno": 421, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.api.ProverCommandDecorator.prove", + "callee": "nltk.inference.api.TheoremToolCommandDecorator.goal", + "lineno": 423, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.api.ProverCommandDecorator.prove", + "callee": "nltk.inference.api.TheoremToolCommandDecorator.assumptions", + "lineno": 423, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.api.ProverCommandDecorator.proof", + "callee": "nltk.inference.api.ProverCommandDecorator.decorate_proof", + "lineno": 436, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.api.ModelBuilderCommandDecorator.build_model", + "callee": "nltk.inference.api.ModelBuilderCommandDecorator.get_model_builder", + "lineno": 473, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.api.ModelBuilderCommandDecorator.build_model", + "callee": "nltk.inference.api.TheoremToolCommandDecorator.goal", + "lineno": 475, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.api.ModelBuilderCommandDecorator.build_model", + "callee": "nltk.inference.api.TheoremToolCommandDecorator.assumptions", + "lineno": 475, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.api.ModelBuilderCommandDecorator.model", + "callee": "nltk.inference.api.ModelBuilderCommandDecorator._decorate_model", + "lineno": 489, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.api.ParallelProverBuilder._prove", + "callee": "nltk.inference.api.ParallelProverBuilder._run", + "lineno": 517, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.api.ParallelProverBuilder._build_model", + "callee": "nltk.inference.api.ParallelProverBuilder._run", + "lineno": 520, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.api.ParallelProverBuilder._run", + "callee": "nltk.inference.api.TheoremToolThread.__init__", + "lineno": 524, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.api.ParallelProverBuilder._run", + "callee": "nltk.inference.api.TheoremToolThread.__init__", + "lineno": 527, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.api.ParallelProverBuilderCommand.prove", + "callee": "nltk.inference.api.ParallelProverBuilderCommand._run", + "lineno": 564, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.api.ParallelProverBuilderCommand.build_model", + "callee": "nltk.inference.api.ParallelProverBuilderCommand._run", + "lineno": 567, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.api.ParallelProverBuilderCommand._run", + "callee": "nltk.inference.api.TheoremToolThread.__init__", + "lineno": 571, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.api.ParallelProverBuilderCommand._run", + "callee": "nltk.inference.api.TheoremToolThread.__init__", + "lineno": 574, + "resolution": "same_module_class_call" + } + ], + "nltk.inference.discourse": [ + { + "caller": "nltk.inference.discourse.CfgReadingCommand.combine_readings", + "callee": ".functools.reduce", + "lineno": 124, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.inference.discourse.DrtGlueReadingCommand.__init__", + "callee": "nltk.sem.glue.DrtGlue.__init__", + "lineno": 142, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.discourse.DrtGlueReadingCommand.process_thread", + "callee": "nltk.inference.discourse.DrtGlueReadingCommand.combine_readings", + "lineno": 155, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DrtGlueReadingCommand.combine_readings", + "callee": ".functools.reduce", + "lineno": 161, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.inference.discourse.DrtGlueReadingCommand.combine_readings", + "callee": "nltk.sem.drt.resolve_anaphora", + "lineno": 162, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.__init__", + "callee": "nltk.inference.discourse.CfgReadingCommand.__init__", + "lineno": 188, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.add_sentence", + "callee": "nltk.inference.discourse.DiscourseTester.readings", + "lineno": 225, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.add_sentence", + "callee": "nltk.inference.discourse.DiscourseTester.expand_threads", + "lineno": 227, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.add_sentence", + "callee": "nltk.inference.discourse.DiscourseTester._get_readings", + "lineno": 229, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.add_sentence", + "callee": "nltk.inference.prover9.Prover9Command.__init__", + "lineno": 230, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.add_sentence", + "callee": "nltk.inference.api.BaseProverCommand.prove", + "lineno": 231, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.add_sentence", + "callee": "nltk.inference.discourse.DiscourseTester.readings", + "lineno": 243, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.add_sentence", + "callee": "nltk.inference.discourse.DiscourseTester.models", + "lineno": 244, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.retract_sentence", + "callee": "nltk.inference.discourse.DiscourseTester.sentences", + "lineno": 262, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.retract_sentence", + "callee": "nltk.inference.discourse.DiscourseTester.readings", + "lineno": 265, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.retract_sentence", + "callee": "nltk.inference.discourse.DiscourseTester.sentences", + "lineno": 268, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.grammar", + "callee": "nltk.data.show_cfg", + "lineno": 274, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester._construct_readings", + "callee": "nltk.inference.discourse.DiscourseTester._get_readings", + "lineno": 296, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester._construct_threads", + "callee": "nltk.inference.discourse.DiscourseTester.multiply", + "lineno": 309, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester._construct_threads", + "callee": "nltk.inference.discourse.DiscourseTester._check_consistency", + "lineno": 314, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester._show_readings", + "callee": "nltk.inference.discourse.DiscourseTester._get_readings", + "lineno": 325, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.readings", + "callee": "nltk.inference.discourse.DiscourseTester._construct_readings", + "lineno": 374, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.readings", + "callee": "nltk.inference.discourse.DiscourseTester._construct_threads", + "lineno": 375, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.readings", + "callee": "nltk.inference.discourse.DiscourseTester._show_readings", + "lineno": 383, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.readings", + "callee": "nltk.inference.discourse.DiscourseTester._show_threads", + "lineno": 385, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester._check_consistency", + "callee": "nltk.inference.discourse.DiscourseTester.expand_threads", + "lineno": 416, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester._check_consistency", + "callee": "nltk.inference.mace.MaceCommand.__init__", + "lineno": 427, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester._check_consistency", + "callee": "nltk.inference.api.BaseModelBuilderCommand.build_model", + "lineno": 428, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester._check_consistency", + "callee": ".list.append", + "lineno": 431, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester._check_consistency", + "callee": "nltk.inference.discourse.spacer", + "lineno": 433, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester._check_consistency", + "callee": "nltk.inference.discourse.spacer", + "lineno": 435, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester._check_consistency", + "callee": "nltk.inference.discourse.spacer", + "lineno": 439, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester._check_consistency", + "callee": "nltk.inference.api.BaseModelBuilderCommand.model", + "lineno": 441, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.models", + "callee": "nltk.inference.discourse.DiscourseTester._construct_readings", + "lineno": 454, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.models", + "callee": "nltk.inference.discourse.DiscourseTester._construct_threads", + "lineno": 455, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.models", + "callee": "nltk.inference.discourse.DiscourseTester._check_consistency", + "lineno": 458, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.models", + "callee": "nltk.inference.discourse.DiscourseTester.expand_threads", + "lineno": 465, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.models", + "callee": "nltk.inference.discourse.DiscourseTester.expand_threads", + "lineno": 470, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.add_background", + "callee": "nltk.inference.discourse.DiscourseTester._construct_readings", + "lineno": 491, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.add_background", + "callee": "nltk.inference.discourse.DiscourseTester._construct_threads", + "lineno": 492, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.multiply", + "callee": ".list.append", + "lineno": 524, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.discourse.DiscourseTester.multiply", + "callee": ".list.append", + "lineno": 525, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.discourse.load_fol", + "callee": ".list.append", + "lineno": 545, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.discourse.load_fol", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 545, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.__init__", + "lineno": 558, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.models", + "lineno": 561, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.sentences", + "lineno": 565, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.readings", + "lineno": 567, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.readings", + "lineno": 569, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.models", + "lineno": 571, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.add_sentence", + "lineno": 572, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.sentences", + "lineno": 574, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.readings", + "lineno": 576, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.__init__", + "lineno": 578, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.add_sentence", + "lineno": 582, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.readings", + "lineno": 584, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.retract_sentence", + "lineno": 586, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.models", + "lineno": 588, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.readings", + "lineno": 590, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.add_sentence", + "lineno": 592, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.__init__", + "lineno": 593, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.readings", + "lineno": 597, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.data.load", + "lineno": 601, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.add_background", + "lineno": 604, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.background", + "lineno": 605, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.readings", + "lineno": 607, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.models", + "lineno": 609, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.drt_discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.__init__", + "lineno": 616, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.discourse.drt_discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.models", + "lineno": 617, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.drt_discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.sentences", + "lineno": 619, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.drt_discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.readings", + "lineno": 621, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.drt_discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.readings", + "lineno": 623, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.drt_discourse_demo", + "callee": "nltk.inference.discourse.DiscourseTester.readings", + "lineno": 625, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.discourse.demo", + "callee": "nltk.inference.discourse.discourse_demo", + "lineno": 633, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.discourse.demo", + "callee": "nltk.parse.malt.MaltParser.__init__", + "lineno": 644, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.discourse.demo", + "callee": "nltk.inference.discourse.drt_discourse_demo", + "lineno": 645, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.discourse.demo", + "callee": "nltk.inference.discourse.DrtGlueReadingCommand.__init__", + "lineno": 646, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.discourse.", + "callee": "nltk.inference.discourse.demo", + "lineno": 651, + "resolution": "direct_name_call" + } + ], + "nltk.inference.mace": [ + { + "caller": "nltk.inference.mace.MaceCommand.__init__", + "callee": "nltk.inference.mace.Mace.__init__", + "lineno": 45, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.mace.MaceCommand.__init__", + "callee": "nltk.inference.api.BaseModelBuilderCommand.__init__", + "lineno": 47, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.mace.MaceCommand._convert2val", + "callee": "nltk.inference.mace.MaceCommand._transform_output", + "lineno": 60, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.mace.MaceCommand._convert2val", + "callee": "nltk.sem.logic.is_indvar", + "lineno": 73, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.mace.MaceCommand._convert2val", + "callee": ".list.append", + "lineno": 76, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.mace.MaceCommand._convert2val", + "callee": ".list.append", + "lineno": 87, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.mace.MaceCommand._convert2val", + "callee": ".list.append", + "lineno": 94, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.mace.MaceCommand._decorate_model", + "callee": "nltk.inference.mace.MaceCommand._convert2val", + "lineno": 185, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.mace.MaceCommand._decorate_model", + "callee": "nltk.inference.mace.MaceCommand._transform_output", + "lineno": 187, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.mace.MaceCommand._transform_output", + "callee": "nltk.inference.mace.MaceCommand._call_interpformat", + "lineno": 206, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.mace.Mace._build_model", + "callee": "nltk.inference.mace.Mace._call_mace4", + "lineno": 247, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.mace.Mace._build_model", + "callee": "nltk.inference.prover9.Prover9Parent.prover9_input", + "lineno": 248, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.mace.Mace._call_mace4", + "callee": "nltk.inference.prover9.Prover9Parent._find_binary", + "lineno": 262, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.mace.Mace._call_mace4", + "callee": "nltk.inference.prover9.Prover9Parent._call", + "lineno": 269, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.mace.test_model_found", + "callee": "nltk.inference.mace.MaceCommand.__init__", + "lineno": 295, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.mace.test_model_found", + "callee": "nltk.inference.api.BaseModelBuilderCommand.build_model", + "lineno": 296, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.mace.test_model_found", + "callee": "nltk.inference.mace.decode_result", + "lineno": 299, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.mace.test_build_model", + "callee": "nltk.inference.mace.MaceCommand.__init__", + "lineno": 319, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.mace.test_build_model", + "callee": "nltk.inference.api.BaseModelBuilderCommand.build_model", + "lineno": 320, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.mace.test_build_model", + "callee": "nltk.inference.mace.spacer", + "lineno": 321, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.mace.test_build_model", + "callee": "nltk.inference.mace.spacer", + "lineno": 323, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.mace.test_build_model", + "callee": "nltk.inference.mace.decode_result", + "lineno": 326, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.mace.test_build_model", + "callee": "nltk.inference.api.BaseModelBuilderCommand.build_model", + "lineno": 326, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.mace.test_build_model", + "callee": "nltk.inference.mace.spacer", + "lineno": 327, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.mace.test_build_model", + "callee": "nltk.inference.mace.spacer", + "lineno": 331, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.mace.test_transform_output", + "callee": "nltk.inference.mace.MaceCommand.__init__", + "lineno": 341, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.mace.test_transform_output", + "callee": "nltk.inference.api.BaseModelBuilderCommand.build_model", + "lineno": 342, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.mace.test_transform_output", + "callee": "nltk.inference.api.BaseModelBuilderCommand.build_model", + "lineno": 345, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.mace.test_transform_output", + "callee": "nltk.inference.mace.spacer", + "lineno": 347, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.mace.test_transform_output", + "callee": "nltk.inference.mace.spacer", + "lineno": 349, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.mace.test_transform_output", + "callee": "nltk.inference.api.BaseModelBuilderCommand.model", + "lineno": 350, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.mace.demo", + "callee": "nltk.inference.mace.test_model_found", + "lineno": 377, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.mace.demo", + "callee": "nltk.inference.mace.test_build_model", + "lineno": 378, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.mace.demo", + "callee": "nltk.inference.mace.test_transform_output", + "lineno": 379, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.mace.", + "callee": "nltk.inference.mace.demo", + "lineno": 383, + "resolution": "direct_name_call" + } + ], + "nltk.inference.nonmonotonic": [ + { + "caller": "nltk.inference.nonmonotonic.get_domain", + "callee": ".functools.reduce", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedDomainProver.assumptions", + "callee": "nltk.inference.nonmonotonic.get_domain", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedDomainProver.assumptions", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "lineno": 60, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedDomainProver.goal", + "callee": "nltk.inference.nonmonotonic.get_domain", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedDomainProver.goal", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "lineno": 65, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 82, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "lineno": 84, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "callee": ".functools.reduce", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "lineno": 88, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "lineno": 89, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "lineno": 92, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 95, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "lineno": 97, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedDomainProver.replace_quants", + "callee": ".functools.reduce", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.inference.nonmonotonic.UniqueNamesProver.assumptions", + "callee": "nltk.inference.nonmonotonic.get_domain", + "lineno": 116, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.nonmonotonic.UniqueNamesProver.assumptions", + "callee": "nltk.inference.nonmonotonic.SetHolder.", + "lineno": 119, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.UniqueNamesProver.assumptions", + "callee": "nltk.sem.logic.EqualityExpression.", + "lineno": 132, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.UniqueNamesProver.assumptions", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 133, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.UniqueNamesProver.assumptions", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 133, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.UniqueNamesProver.assumptions", + "callee": "nltk.inference.prover9.Prover9.__init__", + "lineno": 135, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.UniqueNamesProver.assumptions", + "callee": ".list.append", + "lineno": 141, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "callee": "nltk.inference.nonmonotonic.ClosedWorldProver._make_predicate_dict", + "lineno": 201, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "callee": "nltk.inference.nonmonotonic.ClosedWorldProver._make_unique_signature", + "lineno": 206, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 207, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "callee": ".list.append", + "lineno": 215, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "callee": "nltk.sem.logic.EqualityExpression.", + "lineno": 215, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "callee": ".list.append", + "lineno": 216, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "callee": ".functools.reduce", + "lineno": 216, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "callee": ".list.append", + "lineno": 224, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "callee": "nltk.inference.nonmonotonic.ClosedWorldProver._make_antecedent", + "lineno": 229, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "callee": ".functools.reduce", + "lineno": 230, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "callee": "nltk.sem.logic.ImpExpression.", + "lineno": 231, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "callee": "nltk.sem.logic.NegatedExpression.__init__", + "lineno": 234, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "callee": "nltk.inference.nonmonotonic.ClosedWorldProver._make_antecedent", + "lineno": 234, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "callee": "nltk.sem.logic.AllExpression.", + "lineno": 238, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "callee": ".list.append", + "lineno": 239, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver._make_unique_signature", + "callee": "nltk.sem.logic.unique_variable", + "lineno": 248, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver._make_antecedent", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 257, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver._make_predicate_dict", + "callee": ".collections.defaultdict", + "lineno": 267, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver._make_predicate_dict", + "callee": "nltk.inference.nonmonotonic.ClosedWorldProver._map_predicates", + "lineno": 269, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver._map_predicates", + "callee": "nltk.inference.nonmonotonic.ClosedWorldProver._map_predicates", + "lineno": 278, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver._map_predicates", + "callee": "nltk.inference.nonmonotonic.ClosedWorldProver._map_predicates", + "lineno": 279, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.ClosedWorldProver._map_predicates", + "callee": ".list.append", + "lineno": 285, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.PredHolder.append_sig", + "callee": "nltk.inference.nonmonotonic.PredHolder.validate_sig_len", + "lineno": 325, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.PredHolder.append_prop", + "callee": "nltk.inference.nonmonotonic.PredHolder.validate_sig_len", + "lineno": 329, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.prover9.Prover9Command.__init__", + "lineno": 351, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.api.BaseProverCommand.prove", + "lineno": 352, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.", + "lineno": 353, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.assumptions", + "lineno": 355, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.goal", + "lineno": 357, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.api.ProverCommandDecorator.prove", + "lineno": 358, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.prover9.Prover9Command.__init__", + "lineno": 364, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.api.BaseProverCommand.prove", + "lineno": 365, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.", + "lineno": 366, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.assumptions", + "lineno": 368, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.goal", + "lineno": 370, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.api.ProverCommandDecorator.prove", + "lineno": 371, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.prover9.Prover9Command.__init__", + "lineno": 377, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.api.BaseProverCommand.prove", + "lineno": 378, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.", + "lineno": 379, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.assumptions", + "lineno": 381, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.goal", + "lineno": 383, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.api.ProverCommandDecorator.prove", + "lineno": 384, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.prover9.Prover9Command.__init__", + "lineno": 389, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.api.BaseProverCommand.prove", + "lineno": 390, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.", + "lineno": 391, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.assumptions", + "lineno": 393, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.goal", + "lineno": 395, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.api.ProverCommandDecorator.prove", + "lineno": 396, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.prover9.Prover9Command.__init__", + "lineno": 404, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.api.BaseProverCommand.prove", + "lineno": 405, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.", + "lineno": 406, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.assumptions", + "lineno": 408, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.goal", + "lineno": 410, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_domain_demo", + "callee": "nltk.inference.api.ProverCommandDecorator.prove", + "lineno": 411, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.unique_names_demo", + "callee": "nltk.inference.prover9.Prover9Command.__init__", + "lineno": 420, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.unique_names_demo", + "callee": "nltk.inference.api.BaseProverCommand.prove", + "lineno": 421, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.unique_names_demo", + "callee": "nltk.inference.nonmonotonic.UniqueNamesProver.", + "lineno": 422, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.unique_names_demo", + "callee": "nltk.inference.nonmonotonic.UniqueNamesProver.assumptions", + "lineno": 424, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.unique_names_demo", + "callee": "nltk.inference.api.TheoremToolCommandDecorator.goal", + "lineno": 426, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.unique_names_demo", + "callee": "nltk.inference.api.ProverCommandDecorator.prove", + "lineno": 427, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.unique_names_demo", + "callee": "nltk.inference.prover9.Prover9Command.__init__", + "lineno": 433, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.unique_names_demo", + "callee": "nltk.inference.api.BaseProverCommand.prove", + "lineno": 434, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.unique_names_demo", + "callee": "nltk.inference.nonmonotonic.UniqueNamesProver.", + "lineno": 435, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.unique_names_demo", + "callee": "nltk.inference.nonmonotonic.UniqueNamesProver.assumptions", + "lineno": 437, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.unique_names_demo", + "callee": "nltk.inference.api.TheoremToolCommandDecorator.goal", + "lineno": 439, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.unique_names_demo", + "callee": "nltk.inference.api.ProverCommandDecorator.prove", + "lineno": 440, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.prover9.Prover9Command.__init__", + "lineno": 449, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.api.BaseProverCommand.prove", + "lineno": 450, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.nonmonotonic.ClosedWorldProver.", + "lineno": 451, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "lineno": 453, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.api.TheoremToolCommandDecorator.goal", + "lineno": 455, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.api.ProverCommandDecorator.prove", + "lineno": 456, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.prover9.Prover9Command.__init__", + "lineno": 463, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.api.BaseProverCommand.prove", + "lineno": 464, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.nonmonotonic.ClosedWorldProver.", + "lineno": 465, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "lineno": 467, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.api.TheoremToolCommandDecorator.goal", + "lineno": 469, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.api.ProverCommandDecorator.prove", + "lineno": 470, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.prover9.Prover9Command.__init__", + "lineno": 477, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.api.BaseProverCommand.prove", + "lineno": 478, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.nonmonotonic.ClosedWorldProver.", + "lineno": 479, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.nonmonotonic.ClosedWorldProver.assumptions", + "lineno": 481, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.api.TheoremToolCommandDecorator.goal", + "lineno": 483, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.closed_world_demo", + "callee": "nltk.inference.api.ProverCommandDecorator.prove", + "lineno": 484, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.combination_prover_demo", + "callee": "nltk.inference.prover9.Prover9Command.__init__", + "lineno": 493, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.combination_prover_demo", + "callee": "nltk.inference.api.BaseProverCommand.prove", + "lineno": 494, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.combination_prover_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.", + "lineno": 495, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.combination_prover_demo", + "callee": "nltk.inference.nonmonotonic.UniqueNamesProver.", + "lineno": 495, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.combination_prover_demo", + "callee": "nltk.inference.nonmonotonic.ClosedWorldProver.", + "lineno": 495, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.combination_prover_demo", + "callee": "nltk.inference.nonmonotonic.ClosedDomainProver.assumptions", + "lineno": 496, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.combination_prover_demo", + "callee": "nltk.inference.api.ProverCommandDecorator.prove", + "lineno": 498, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": ".list.append", + "lineno": 507, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": ".list.append", + "lineno": 508, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": ".list.append", + "lineno": 509, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": ".list.append", + "lineno": 510, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": ".list.append", + "lineno": 511, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": ".list.append", + "lineno": 514, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": ".list.append", + "lineno": 517, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": ".list.append", + "lineno": 520, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": ".list.append", + "lineno": 525, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": ".list.append", + "lineno": 526, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": ".list.append", + "lineno": 527, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": ".list.append", + "lineno": 530, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": ".list.append", + "lineno": 531, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": ".list.append", + "lineno": 532, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": "nltk.inference.prover9.Prover9Command.__init__", + "lineno": 535, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": "nltk.inference.nonmonotonic.UniqueNamesProver.", + "lineno": 536, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": "nltk.inference.nonmonotonic.ClosedWorldProver.", + "lineno": 536, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": "nltk.inference.nonmonotonic.UniqueNamesProver.assumptions", + "lineno": 537, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": "nltk.inference.nonmonotonic.print_proof", + "lineno": 540, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": "nltk.inference.nonmonotonic.print_proof", + "lineno": 541, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.nonmonotonic.default_reasoning_demo", + "callee": "nltk.inference.nonmonotonic.print_proof", + "lineno": 542, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.nonmonotonic.print_proof", + "callee": "nltk.inference.prover9.Prover9Command.__init__", + "lineno": 547, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.nonmonotonic.print_proof", + "callee": "nltk.inference.nonmonotonic.UniqueNamesProver.", + "lineno": 548, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.print_proof", + "callee": "nltk.inference.nonmonotonic.ClosedWorldProver.", + "lineno": 548, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.nonmonotonic.print_proof", + "callee": "nltk.inference.api.BaseProverCommand.prove", + "lineno": 549, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.print_proof", + "callee": "nltk.inference.api.ProverCommandDecorator.prove", + "lineno": 549, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.nonmonotonic.demo", + "callee": "nltk.inference.nonmonotonic.closed_domain_demo", + "lineno": 553, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.nonmonotonic.demo", + "callee": "nltk.inference.nonmonotonic.unique_names_demo", + "lineno": 554, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.nonmonotonic.demo", + "callee": "nltk.inference.nonmonotonic.closed_world_demo", + "lineno": 555, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.nonmonotonic.demo", + "callee": "nltk.inference.nonmonotonic.combination_prover_demo", + "lineno": 556, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.nonmonotonic.demo", + "callee": "nltk.inference.nonmonotonic.default_reasoning_demo", + "lineno": 557, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.nonmonotonic.", + "callee": "nltk.inference.nonmonotonic.demo", + "lineno": 561, + "resolution": "direct_name_call" + } + ], + "nltk.inference.prover9": [ + { + "caller": "nltk.inference.prover9.Prover9CommandParent.print_assumptions", + "callee": "nltk.inference.prover9.convert_to_prover9", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9.Prover9Command.__init__", + "callee": "nltk.inference.prover9.Prover9.__init__", + "lineno": 96, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.prover9.Prover9Command.__init__", + "callee": "nltk.inference.api.BaseProverCommand.__init__", + "lineno": 98, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.prover9.Prover9Parent.config_prover9", + "callee": "nltk.internals.find_binary", + "lineno": 127, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.prover9.Prover9Parent.prover9_input", + "callee": "nltk.inference.prover9.convert_to_prover9", + "lineno": 147, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9.Prover9Parent.prover9_input", + "callee": "nltk.inference.prover9.convert_to_prover9", + "lineno": 153, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9.Prover9Parent._find_binary", + "callee": "nltk.inference.prover9.Prover9Parent.binary_locations", + "lineno": 174, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.prover9.Prover9Parent._find_binary", + "callee": "nltk.internals.find_binary", + "lineno": 177, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.prover9.convert_to_prover9", + "callee": ".list.append", + "lineno": 230, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.prover9.convert_to_prover9", + "callee": "nltk.inference.prover9._convert_to_prover9", + "lineno": 230, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9.convert_to_prover9", + "callee": "nltk.inference.prover9._convert_to_prover9", + "lineno": 237, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9._convert_to_prover9", + "callee": "nltk.inference.prover9._convert_to_prover9", + "lineno": 252, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9._convert_to_prover9", + "callee": "nltk.inference.prover9._convert_to_prover9", + "lineno": 259, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9._convert_to_prover9", + "callee": "nltk.inference.prover9._convert_to_prover9", + "lineno": 262, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9._convert_to_prover9", + "callee": "nltk.inference.prover9._convert_to_prover9", + "lineno": 266, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9._convert_to_prover9", + "callee": "nltk.inference.prover9._convert_to_prover9", + "lineno": 268, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9._convert_to_prover9", + "callee": "nltk.inference.prover9._convert_to_prover9", + "lineno": 274, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9._convert_to_prover9", + "callee": "nltk.inference.prover9._convert_to_prover9", + "lineno": 276, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9._convert_to_prover9", + "callee": "nltk.inference.prover9._convert_to_prover9", + "lineno": 282, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9._convert_to_prover9", + "callee": "nltk.inference.prover9._convert_to_prover9", + "lineno": 284, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9._convert_to_prover9", + "callee": "nltk.inference.prover9._convert_to_prover9", + "lineno": 290, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9._convert_to_prover9", + "callee": "nltk.inference.prover9._convert_to_prover9", + "lineno": 292, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9._convert_to_prover9", + "callee": "nltk.inference.prover9._convert_to_prover9", + "lineno": 298, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9._convert_to_prover9", + "callee": "nltk.inference.prover9._convert_to_prover9", + "lineno": 300, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9.Prover9._prove", + "callee": "nltk.inference.prover9.Prover9._call_prover9", + "lineno": 327, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.prover9.Prover9._prove", + "callee": "nltk.inference.prover9.Prover9.prover9_input", + "lineno": 328, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.prover9.Prover9._call_prover9", + "callee": "nltk.inference.prover9.Prover9Parent._find_binary", + "lineno": 349, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.prover9.Prover9._call_prover9", + "callee": "nltk.inference.prover9.Prover9Parent._call", + "lineno": 356, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.prover9.Prover9._call_prooftrans", + "callee": "nltk.inference.prover9.Prover9Parent._find_binary", + "lineno": 384, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.prover9.Prover9._call_prooftrans", + "callee": "nltk.inference.prover9.Prover9Parent._call", + "lineno": 386, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.prover9.test_config", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 411, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.prover9.test_config", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 412, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.prover9.test_config", + "callee": "nltk.inference.prover9.Prover9Command.__init__", + "lineno": 413, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.prover9.test_config", + "callee": "nltk.inference.api.BaseProverCommand.prove", + "lineno": 416, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.prover9.test_config", + "callee": "nltk.inference.api.BaseProverCommand.prove", + "lineno": 418, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.prover9.test_config", + "callee": "nltk.inference.api.BaseProverCommand.proof", + "lineno": 419, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.prover9.test_convert_to_prover9", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 427, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.prover9.test_convert_to_prover9", + "callee": "nltk.inference.prover9.convert_to_prover9", + "lineno": 428, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9.test_prove", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 436, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.prover9.test_prove", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 437, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.prover9.test_prove", + "callee": "nltk.inference.prover9.Prover9Command.__init__", + "lineno": 438, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.prover9.demo", + "callee": "nltk.inference.prover9.spacer", + "lineno": 494, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9.demo", + "callee": "nltk.inference.prover9.test_config", + "lineno": 495, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9.demo", + "callee": "nltk.inference.prover9.spacer", + "lineno": 498, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9.demo", + "callee": "nltk.inference.prover9.test_convert_to_prover9", + "lineno": 499, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9.demo", + "callee": "nltk.inference.prover9.spacer", + "lineno": 502, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9.demo", + "callee": "nltk.inference.prover9.test_prove", + "lineno": 503, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.prover9.", + "callee": "nltk.inference.prover9.demo", + "lineno": 507, + "resolution": "direct_name_call" + } + ], + "nltk.inference.resolution": [ + { + "caller": "nltk.inference.resolution.ResolutionProver._prove", + "callee": ".list.extend", + "lineno": 56, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.resolution.ResolutionProver._prove", + "callee": "nltk.inference.resolution.clausify", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.ResolutionProver._prove", + "callee": ".list.extend", + "lineno": 58, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.resolution.ResolutionProver._prove", + "callee": "nltk.inference.resolution.clausify", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.ResolutionProver._prove", + "callee": "nltk.inference.resolution.ResolutionProver._attempt_proof", + "lineno": 59, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.resolution.ResolutionProver._attempt_proof", + "callee": ".collections.defaultdict", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.inference.resolution.ResolutionProverCommand.__init__", + "callee": "nltk.inference.resolution.ResolutionProver.", + "lineno": 120, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.ResolutionProverCommand.__init__", + "callee": "nltk.inference.api.BaseProverCommand.__init__", + "lineno": 122, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.resolution.ResolutionProverCommand.prove", + "callee": "nltk.inference.api.BaseTheoremToolCommand.goal", + "lineno": 132, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.resolution.ResolutionProverCommand.prove", + "callee": "nltk.inference.api.BaseTheoremToolCommand.assumptions", + "lineno": 132, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.inference.resolution.ResolutionProverCommand.find_answers", + "callee": "nltk.inference.resolution.ResolutionProverCommand.prove", + "lineno": 139, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.resolution.ResolutionProverCommand.find_answers", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 142, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.resolution.ResolutionProverCommand.find_answers", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 142, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.resolution.Clause.unify", + "callee": "nltk.inference.resolution.BindingDict.__init__", + "lineno": 200, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.Clause.unify", + "callee": "nltk.inference.resolution.DebugObject.__init__", + "lineno": 206, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.Clause.unify", + "callee": "nltk.inference.resolution._iterate_first", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.Clause.unify", + "callee": ".list.append", + "lineno": 219, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.resolution.Clause.unify", + "callee": ".list.append", + "lineno": 223, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.resolution.Clause.subsumes", + "callee": ".list.append", + "lineno": 251, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.resolution.Clause.subsumes", + "callee": ".list.append", + "lineno": 253, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.resolution.Clause.subsumes", + "callee": "nltk.inference.resolution.Clause.__init__", + "lineno": 255, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.Clause.subsumes", + "callee": "nltk.inference.resolution.BindingDict.__init__", + "lineno": 257, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.Clause.subsumes", + "callee": "nltk.inference.resolution.DebugObject.__init__", + "lineno": 260, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.Clause.subsumes", + "callee": "nltk.inference.resolution._iterate_first", + "lineno": 264, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.Clause.__getslice__", + "callee": "nltk.inference.resolution.Clause.__init__", + "lineno": 278, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.Clause.__sub__", + "callee": "nltk.inference.resolution.Clause.__init__", + "lineno": 281, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.Clause.__add__", + "callee": "nltk.inference.resolution.Clause.__init__", + "lineno": 284, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.Clause.free", + "callee": ".functools.reduce", + "lineno": 311, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.inference.resolution.Clause.replace", + "callee": "nltk.inference.resolution.Clause.__init__", + "lineno": 321, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.Clause.substitute_bindings", + "callee": "nltk.inference.resolution.Clause.__init__", + "lineno": 331, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution._iterate_first", + "callee": "nltk.inference.resolution._iterate_second", + "lineno": 350, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution._iterate_first", + "callee": "nltk.inference.resolution._iterate_first", + "lineno": 356, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution._iterate_first", + "callee": "nltk.inference.resolution._unify_terms", + "lineno": 361, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution._iterate_first", + "callee": "nltk.inference.resolution._iterate_first", + "lineno": 368, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution._iterate_second", + "callee": "nltk.inference.resolution._iterate_second", + "lineno": 395, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution._iterate_second", + "callee": "nltk.inference.resolution._unify_terms", + "lineno": 400, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution._iterate_second", + "callee": "nltk.inference.resolution._iterate_second", + "lineno": 407, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution._unify_terms", + "callee": "nltk.inference.resolution.BindingDict.__init__", + "lineno": 439, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution._unify_terms", + "callee": "nltk.inference.resolution.most_general_unification", + "lineno": 445, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution._unify_terms", + "callee": "nltk.inference.resolution.most_general_unification", + "lineno": 449, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution._unify_terms", + "callee": "nltk.inference.resolution.BindingDict.__init__", + "lineno": 455, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution._unify_terms", + "callee": "nltk.inference.resolution.BindingDict.__init__", + "lineno": 459, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution._unify_terms", + "callee": "nltk.inference.resolution.BindingException.__init__", + "lineno": 464, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution._complete_unify_path", + "callee": "nltk.inference.resolution.Clause.__init__", + "lineno": 471, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution._complete_unify_path", + "callee": "nltk.inference.resolution.Clause.substitute_bindings", + "lineno": 473, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.resolution.clausify", + "callee": "nltk.inference.resolution._clausify", + "lineno": 496, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.clausify", + "callee": "nltk.sem.logic.is_indvar", + "lineno": 498, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.resolution.clausify", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 499, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.resolution.clausify", + "callee": "nltk.sem.logic.unique_variable", + "lineno": 499, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.resolution.clausify", + "callee": ".list.append", + "lineno": 501, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.inference.resolution._clausify", + "callee": "nltk.inference.resolution._clausify", + "lineno": 510, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution._clausify", + "callee": "nltk.inference.resolution._clausify", + "lineno": 510, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution._clausify", + "callee": "nltk.inference.resolution._clausify", + "lineno": 512, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution._clausify", + "callee": "nltk.inference.resolution._clausify", + "lineno": 513, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution._clausify", + "callee": "nltk.inference.resolution.Clause.__init__", + "lineno": 518, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution._clausify", + "callee": "nltk.inference.resolution.Clause.__init__", + "lineno": 520, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution._clausify", + "callee": "nltk.inference.resolution.Clause.__init__", + "lineno": 523, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution._clausify", + "callee": "nltk.inference.resolution.Clause.__init__", + "lineno": 525, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.BindingDict.__setitem__", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 566, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.resolution.BindingDict.__setitem__", + "callee": "nltk.inference.resolution.BindingException.__init__", + "lineno": 571, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.BindingDict.__setitem__", + "callee": "nltk.inference.resolution.BindingException.__init__", + "lineno": 575, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.BindingDict.__add__", + "callee": "nltk.inference.resolution.BindingDict.__init__", + "lineno": 602, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.BindingDict.__add__", + "callee": "nltk.inference.resolution.BindingException.__init__", + "lineno": 609, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.most_general_unification", + "callee": "nltk.inference.resolution.BindingDict.__init__", + "lineno": 637, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.most_general_unification", + "callee": "nltk.inference.resolution._mgu_var", + "lineno": 642, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.most_general_unification", + "callee": "nltk.inference.resolution._mgu_var", + "lineno": 644, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.most_general_unification", + "callee": "nltk.inference.resolution.most_general_unification", + "lineno": 646, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.most_general_unification", + "callee": "nltk.inference.resolution.most_general_unification", + "lineno": 648, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.most_general_unification", + "callee": "nltk.inference.resolution.BindingException.__init__", + "lineno": 649, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution._mgu_var", + "callee": "nltk.inference.resolution.BindingException.__init__", + "lineno": 654, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution._mgu_var", + "callee": "nltk.inference.resolution.BindingDict.__init__", + "lineno": 656, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.DebugObject.__add__", + "callee": "nltk.inference.resolution.DebugObject.__init__", + "lineno": 678, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.resolution_test", + "lineno": 686, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.resolution_test", + "lineno": 687, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.resolution_test", + "lineno": 688, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.resolution_test", + "lineno": 689, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.resolution_test", + "lineno": 690, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.resolution_test", + "lineno": 691, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.resolution_test", + "lineno": 692, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.resolution_test", + "lineno": 693, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.resolution_test", + "lineno": 694, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.resolution_test", + "lineno": 695, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.resolution_test", + "lineno": 696, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.resolution_test", + "lineno": 697, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.resolution_test", + "lineno": 698, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.resolution_test", + "lineno": 699, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 701, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 702, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 703, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.ResolutionProver.", + "lineno": 704, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 706, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 707, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 708, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.ResolutionProver.", + "lineno": 709, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 711, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 712, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.resolution.testResolutionProver", + "callee": "nltk.inference.resolution.ResolutionProver.", + "lineno": 713, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.resolution_test", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 717, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.resolution.resolution_test", + "callee": "nltk.inference.resolution.ResolutionProver.", + "lineno": 718, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 725, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 726, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 727, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 728, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 730, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 731, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 733, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 735, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 736, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 737, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 738, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 739, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 741, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 742, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 743, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 744, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.test_clausify", + "callee": "nltk.inference.resolution.clausify", + "lineno": 745, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.demo", + "callee": "nltk.inference.resolution.test_clausify", + "lineno": 749, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.demo", + "callee": "nltk.inference.resolution.testResolutionProver", + "lineno": 751, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.resolution.demo", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 754, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.resolution.demo", + "callee": "nltk.inference.resolution.ResolutionProverCommand.__init__", + "lineno": 755, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.resolution.", + "callee": "nltk.inference.resolution.demo", + "lineno": 759, + "resolution": "direct_name_call" + } + ], + "nltk.inference.tableau": [ + { + "caller": "nltk.inference.tableau.", + "callee": "nltk.internals.Counter.__init__", + "lineno": 34, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._prove", + "callee": "nltk.inference.tableau.Agenda.__init__", + "lineno": 50, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._prove", + "callee": "nltk.inference.tableau.Agenda.put", + "lineno": 52, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._prove", + "callee": "nltk.inference.tableau.Agenda.put_all", + "lineno": 53, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._prove", + "callee": "nltk.inference.tableau.Debug.__init__", + "lineno": 54, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._prove", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 55, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_atom", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 115, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_atom", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 119, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_atom", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 138, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_atom", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 142, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_prop", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 159, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_prop", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 173, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_app", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 184, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_app", + "callee": "nltk.internals.Counter.get", + "lineno": 184, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_app", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 186, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_app", + "callee": "nltk.sem.logic.LambdaExpression.", + "lineno": 189, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_app", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 191, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_app", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 201, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_app", + "callee": "nltk.internals.Counter.get", + "lineno": 201, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_app", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 203, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_app", + "callee": "nltk.sem.logic.LambdaExpression.", + "lineno": 207, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_app", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 209, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_eq", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 224, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_d_neg", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 235, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_all", + "callee": "nltk.sem.logic.ExistsExpression.", + "lineno": 241, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_all", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 243, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_some", + "callee": "nltk.sem.logic.AllExpression.", + "lineno": 249, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_some", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 251, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_and", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 258, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_or", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 265, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_imp", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 272, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_or", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 280, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_or", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 282, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_imp", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 290, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_imp", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 292, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_and", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 300, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_and", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 302, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_iff", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 312, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_iff", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 314, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_iff", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 324, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_n_iff", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 326, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_eq", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 339, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_some", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 344, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_some", + "callee": "nltk.sem.logic.unique_variable", + "lineno": 344, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_some", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 347, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_all", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 372, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_all", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 379, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_all", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 382, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_all", + "callee": "nltk.sem.logic.unique_variable", + "lineno": 382, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.tableau.TableauProver._attempt_proof_all", + "callee": "nltk.inference.tableau.TableauProver._attempt_proof", + "lineno": 390, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.TableauProverCommand.__init__", + "callee": "nltk.inference.tableau.TableauProver.", + "lineno": 424, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.tableau.TableauProverCommand.__init__", + "callee": "nltk.inference.api.BaseProverCommand.__init__", + "lineno": 426, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.tableau.Agenda.clone", + "callee": "nltk.inference.tableau.Agenda.__init__", + "lineno": 434, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.tableau.Agenda.clone", + "callee": "nltk.sem.logic.AllExpression.", + "lineno": 439, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.tableau.Agenda.clone", + "callee": "nltk.sem.logic.NegatedExpression.__init__", + "lineno": 448, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.tableau.Agenda.put", + "callee": "nltk.sem.logic.AllExpression.", + "lineno": 460, + "resolution": "imported_call" + }, + { + "caller": "nltk.inference.tableau.Agenda.put", + "callee": "nltk.inference.tableau.Agenda._categorize_expression", + "lineno": 467, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.Agenda.put_all", + "callee": "nltk.inference.tableau.Agenda.put", + "lineno": 471, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.Agenda._categorize_expression", + "callee": "nltk.inference.tableau.Agenda._categorize_NegatedExpression", + "lineno": 514, + "resolution": "self_method_call" + }, + { + "caller": "nltk.inference.tableau.Debug.__add__", + "callee": "nltk.inference.tableau.Debug.__init__", + "lineno": 577, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 628, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 629, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 630, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 631, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 632, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 633, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 634, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 635, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 636, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 637, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 638, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 639, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 640, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 641, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 642, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 643, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 644, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 651, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 656, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 660, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 664, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 668, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 671, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testHigherOrderTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 680, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testHigherOrderTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 681, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testHigherOrderTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 682, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testHigherOrderTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 685, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testHigherOrderTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 689, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testHigherOrderTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 691, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.testHigherOrderTableauProver", + "callee": "nltk.inference.tableau.tableau_test", + "lineno": 692, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.tableau_test", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 696, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.tableau.tableau_test", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 697, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.inference.tableau.tableau_test", + "callee": "nltk.inference.tableau.TableauProver.", + "lineno": 702, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.inference.tableau.demo", + "callee": "nltk.inference.tableau.testTableauProver", + "lineno": 707, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.demo", + "callee": "nltk.inference.tableau.testHigherOrderTableauProver", + "lineno": 708, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.inference.tableau.", + "callee": "nltk.inference.tableau.demo", + "lineno": 712, + "resolution": "direct_name_call" + } + ], + "nltk.inference": [], + "nltk.lm.api": [ + { + "caller": "nltk.lm.api._weighted_choice", + "callee": ".itertools.accumulate", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.lm.api._weighted_choice", + "callee": ".bisect.bisect", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.lm.api.LanguageModel.__init__", + "callee": "nltk.lm.vocabulary.Vocabulary.__init__", + "lineno": 102, + "resolution": "imported_call" + }, + { + "caller": "nltk.lm.api.LanguageModel.__init__", + "callee": "nltk.lm.counter.NgramCounter.__init__", + "lineno": 103, + "resolution": "imported_call" + }, + { + "caller": "nltk.lm.api.LanguageModel.score", + "callee": "nltk.lm.api.LanguageModel.unmasked_score", + "lineno": 125, + "resolution": "self_method_call" + }, + { + "caller": "nltk.lm.api.LanguageModel.logscore", + "callee": "nltk.lm.util.log_base2", + "lineno": 151, + "resolution": "imported_call" + }, + { + "caller": "nltk.lm.api.LanguageModel.logscore", + "callee": "nltk.lm.api.LanguageModel.score", + "lineno": 151, + "resolution": "self_method_call" + }, + { + "caller": "nltk.lm.api.LanguageModel.entropy", + "callee": "nltk.lm.api._mean", + "lineno": 174, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.lm.api.LanguageModel.entropy", + "callee": "nltk.lm.api.LanguageModel.logscore", + "lineno": 175, + "resolution": "self_method_call" + }, + { + "caller": "nltk.lm.api.LanguageModel.perplexity", + "callee": "nltk.lm.api.LanguageModel.entropy", + "lineno": 184, + "resolution": "self_method_call" + }, + { + "caller": "nltk.lm.api.LanguageModel.generate", + "callee": "nltk.lm.api._random_generator", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.lm.api.LanguageModel.generate", + "callee": "nltk.lm.api.LanguageModel.context_counts", + "lineno": 216, + "resolution": "self_method_call" + }, + { + "caller": "nltk.lm.api.LanguageModel.generate", + "callee": "nltk.lm.api.LanguageModel.context_counts", + "lineno": 219, + "resolution": "self_method_call" + }, + { + "caller": "nltk.lm.api.LanguageModel.generate", + "callee": "nltk.lm.api._weighted_choice", + "lineno": 224, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.lm.api.LanguageModel.generate", + "callee": "nltk.lm.api.LanguageModel.score", + "lineno": 226, + "resolution": "self_method_call" + }, + { + "caller": "nltk.lm.api.LanguageModel.generate", + "callee": ".list.append", + "lineno": 232, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.lm.api.LanguageModel.generate", + "callee": "nltk.lm.api.LanguageModel.generate", + "lineno": 233, + "resolution": "self_method_call" + } + ], + "nltk.lm.counter": [ + { + "caller": "nltk.lm.counter.NgramCounter.__init__", + "callee": ".collections.defaultdict", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.lm.counter.NgramCounter.__init__", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 100, + "resolution": "imported_call" + }, + { + "caller": "nltk.lm.counter.NgramCounter.__init__", + "callee": "nltk.lm.counter.NgramCounter.update", + "lineno": 103, + "resolution": "self_method_call" + }, + { + "caller": "nltk.lm.counter.NgramCounter.__str__", + "callee": "nltk.lm.counter.NgramCounter.N", + "lineno": 156, + "resolution": "self_method_call" + } + ], + "nltk.lm.models": [ + { + "caller": "nltk.lm.models.MLE.unmasked_score", + "callee": "nltk.lm.api.LanguageModel.context_counts", + "lineno": 27, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.lm.models.Lidstone.unmasked_score", + "callee": "nltk.lm.api.LanguageModel.context_counts", + "lineno": 47, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.lm.models.StupidBackoff.unmasked_score", + "callee": "nltk.lm.api.LanguageModel.context_counts", + "lineno": 88, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.lm.models.StupidBackoff.unmasked_score", + "callee": "nltk.lm.models.StupidBackoff.unmasked_score", + "lineno": 95, + "resolution": "self_method_call" + }, + { + "caller": "nltk.lm.models.InterpolatedLanguageModel.unmasked_score", + "callee": "nltk.lm.models.InterpolatedLanguageModel.unmasked_score", + "lineno": 130, + "resolution": "self_method_call" + } + ], + "nltk.lm.preprocessing": [ + { + "caller": "nltk.lm.preprocessing.", + "callee": ".functools.partial", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.lm.preprocessing.padded_everygrams", + "callee": "nltk.util.everygrams", + "lineno": 31, + "resolution": "imported_call" + }, + { + "caller": "nltk.lm.preprocessing.padded_everygram_pipeline", + "callee": ".functools.partial", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.lm.preprocessing.padded_everygram_pipeline", + "callee": "nltk.util.everygrams", + "lineno": 49, + "resolution": "imported_call" + } + ], + "nltk.lm.smoothing": [ + { + "caller": "nltk.lm.smoothing._count_values_gt_zero", + "callee": ".operator.methodcaller", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.lm.smoothing.WittenBell.alpha_gamma", + "callee": "nltk.lm.smoothing.WittenBell._gamma", + "lineno": 44, + "resolution": "self_method_call" + }, + { + "caller": "nltk.lm.smoothing.WittenBell._gamma", + "callee": "nltk.lm.smoothing._count_values_gt_zero", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.lm.smoothing.AbsoluteDiscounting.alpha_gamma", + "callee": "nltk.lm.smoothing.AbsoluteDiscounting._gamma", + "lineno": 67, + "resolution": "self_method_call" + }, + { + "caller": "nltk.lm.smoothing.AbsoluteDiscounting._gamma", + "callee": "nltk.lm.smoothing._count_values_gt_zero", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.lm.smoothing.KneserNey.unigram_score", + "callee": "nltk.lm.smoothing.KneserNey._continuation_counts", + "lineno": 97, + "resolution": "self_method_call" + }, + { + "caller": "nltk.lm.smoothing.KneserNey.alpha_gamma", + "callee": "nltk.lm.smoothing.KneserNey._continuation_counts", + "lineno": 105, + "resolution": "self_method_call" + }, + { + "caller": "nltk.lm.smoothing.KneserNey.alpha_gamma", + "callee": "nltk.lm.smoothing._count_values_gt_zero", + "lineno": 108, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.lm.smoothing.KneserNey._continuation_counts", + "callee": "nltk.lm.smoothing._count_values_gt_zero", + "lineno": 126, + "resolution": "direct_name_call" + } + ], + "nltk.lm.util": [ + { + "caller": "nltk.lm.util.log_base2", + "callee": ".math.log", + "lineno": 19, + "resolution": "external_constructor_call" + } + ], + "nltk.lm.vocabulary": [ + { + "caller": "nltk.lm.vocabulary._", + "callee": "nltk.lm.vocabulary._dispatched_lookup", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.lm.vocabulary.Vocabulary.__init__", + "callee": ".collections.Counter", + "lineno": 143, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.lm.vocabulary.Vocabulary.__init__", + "callee": "nltk.lm.vocabulary.Vocabulary.update", + "lineno": 144, + "resolution": "self_method_call" + }, + { + "caller": "nltk.lm.vocabulary.Vocabulary.lookup", + "callee": "nltk.lm.vocabulary._dispatched_lookup", + "lineno": 186, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.lm.vocabulary.Vocabulary.__iter__", + "callee": ".itertools.chain", + "lineno": 199, + "resolution": "external_constructor_call" + } + ], + "nltk.lm": [], + "nltk.metrics.agreement": [ + { + "caller": "nltk.metrics.agreement.AnnotationTask.__init__", + "callee": "nltk.metrics.agreement.AnnotationTask.load_array", + "lineno": 113, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.N", + "callee": "nltk.metrics.agreement.AnnotationTask.Nk", + "lineno": 168, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.N", + "callee": "nltk.metrics.agreement.AnnotationTask.Nik", + "lineno": 170, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.N", + "callee": "nltk.metrics.agreement.AnnotationTask.Nck", + "lineno": 172, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.N", + "callee": "nltk.internals.deprecated", + "lineno": 164, + "resolution": "imported_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask._grouped_data", + "callee": ".itertools.groupby", + "lineno": 182, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask._grouped_data", + "callee": ".operator.itemgetter", + "lineno": 182, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask._grouped_data", + "callee": ".operator.itemgetter", + "lineno": 182, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.Ao", + "callee": "nltk.metrics.agreement.AnnotationTask._grouped_data", + "lineno": 186, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.Ao", + "callee": "nltk.metrics.agreement.AnnotationTask.agr", + "lineno": 189, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.avg_Ao", + "callee": "nltk.metrics.agreement.AnnotationTask._pairwise_average", + "lineno": 212, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.Do_Kw_pairwise", + "callee": "nltk.metrics.agreement.AnnotationTask._grouped_data", + "lineno": 220, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.Do_Kw", + "callee": "nltk.metrics.agreement.AnnotationTask._pairwise_average", + "lineno": 230, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.Do_Kw", + "callee": "nltk.metrics.agreement.AnnotationTask.Do_Kw_pairwise", + "lineno": 231, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.S", + "callee": "nltk.metrics.agreement.AnnotationTask.avg_Ao", + "lineno": 240, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.pi", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 249, + "resolution": "imported_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.pi", + "callee": "nltk.metrics.agreement.AnnotationTask.avg_Ao", + "lineno": 253, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.Ae_kappa", + "callee": "nltk.probability.ConditionalFreqDist.__init__", + "lineno": 258, + "resolution": "imported_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.Ae_kappa", + "callee": "nltk.probability.ConditionalFreqDist.conditions", + "lineno": 259, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.kappa_pairwise", + "callee": "nltk.metrics.agreement.AnnotationTask.Ae_kappa", + "lineno": 265, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.kappa_pairwise", + "callee": "nltk.metrics.agreement.AnnotationTask.Ao", + "lineno": 266, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.kappa", + "callee": "nltk.metrics.agreement.AnnotationTask._pairwise_average", + "lineno": 275, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.multi_kappa", + "callee": "nltk.metrics.agreement.AnnotationTask._pairwise_average", + "lineno": 282, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.multi_kappa", + "callee": "nltk.metrics.agreement.AnnotationTask.avg_Ao", + "lineno": 283, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.alpha", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 306, + "resolution": "imported_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.alpha", + "callee": "nltk.metrics.agreement.AnnotationTask._grouped_data", + "lineno": 308, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.alpha", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 309, + "resolution": "imported_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.alpha", + "callee": "nltk.metrics.agreement.AnnotationTask.Disagreement", + "lineno": 315, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.alpha", + "callee": "nltk.metrics.agreement.AnnotationTask.Disagreement", + "lineno": 323, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.weighted_kappa_pairwise", + "callee": "nltk.probability.ConditionalFreqDist.__init__", + "lineno": 331, + "resolution": "imported_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.weighted_kappa_pairwise", + "callee": "nltk.metrics.agreement.AnnotationTask.Do_Kw_pairwise", + "lineno": 339, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.weighted_kappa", + "callee": "nltk.metrics.agreement.AnnotationTask._pairwise_average", + "lineno": 345, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.AnnotationTask.weighted_kappa", + "callee": "nltk.metrics.agreement.AnnotationTask.weighted_kappa_pairwise", + "lineno": 346, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.agreement.", + "callee": ".list.append", + "lineno": 453, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.agreement.", + "callee": "nltk.metrics.agreement.AnnotationTask.__init__", + "lineno": 456, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.metrics.agreement.", + "callee": "nltk.metrics.agreement.AnnotationTask.__init__", + "lineno": 460, + "resolution": "same_module_class_call" + } + ], + "nltk.metrics.aline": [ + { + "caller": "nltk.metrics.aline.align", + "callee": "nltk.metrics.aline._validate_segments", + "lineno": 1376, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.align", + "callee": "nltk.metrics.aline._validate_segments", + "lineno": 1377, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.align", + "callee": "nltk.metrics.aline.sigma_skip", + "lineno": 1389, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.align", + "callee": "nltk.metrics.aline.sigma_skip", + "lineno": 1390, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.align", + "callee": "nltk.metrics.aline.sigma_sub", + "lineno": 1391, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.align", + "callee": "nltk.metrics.aline.sigma_exp", + "lineno": 1393, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.align", + "callee": "nltk.metrics.aline.sigma_exp", + "lineno": 1397, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.align", + "callee": ".list.append", + "lineno": 1408, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.aline.align", + "callee": "nltk.metrics.aline._retrieve", + "lineno": 1408, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline._retrieve", + "callee": "nltk.metrics.aline.sigma_exp", + "lineno": 1422, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline._retrieve", + "callee": "nltk.metrics.aline._retrieve", + "lineno": 1424, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline._retrieve", + "callee": "nltk.metrics.aline.sigma_exp", + "lineno": 1427, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline._retrieve", + "callee": "nltk.metrics.aline.sigma_exp", + "lineno": 1435, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline._retrieve", + "callee": "nltk.metrics.aline._retrieve", + "lineno": 1438, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline._retrieve", + "callee": "nltk.metrics.aline.sigma_exp", + "lineno": 1441, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline._retrieve", + "callee": "nltk.metrics.aline.sigma_skip", + "lineno": 1448, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline._retrieve", + "callee": "nltk.metrics.aline._retrieve", + "lineno": 1450, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline._retrieve", + "callee": "nltk.metrics.aline.sigma_skip", + "lineno": 1450, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline._retrieve", + "callee": "nltk.metrics.aline.sigma_skip", + "lineno": 1451, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline._retrieve", + "callee": "nltk.metrics.aline._retrieve", + "lineno": 1453, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline._retrieve", + "callee": "nltk.metrics.aline.sigma_skip", + "lineno": 1453, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline._retrieve", + "callee": "nltk.metrics.aline.sigma_sub", + "lineno": 1454, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline._retrieve", + "callee": "nltk.metrics.aline._retrieve", + "lineno": 1456, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline._retrieve", + "callee": "nltk.metrics.aline.sigma_sub", + "lineno": 1459, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.sigma_sub", + "callee": "nltk.metrics.aline.delta", + "lineno": 1493, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.sigma_sub", + "callee": "nltk.metrics.aline.V", + "lineno": 1493, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.sigma_sub", + "callee": "nltk.metrics.aline.V", + "lineno": 1493, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.sigma_exp", + "callee": "nltk.metrics.aline.delta", + "lineno": 1506, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.sigma_exp", + "callee": "nltk.metrics.aline.delta", + "lineno": 1506, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.sigma_exp", + "callee": "nltk.metrics.aline.V", + "lineno": 1506, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.sigma_exp", + "callee": "nltk.metrics.aline.V", + "lineno": 1506, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.sigma_exp", + "callee": "nltk.metrics.aline.V", + "lineno": 1506, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.delta", + "callee": "nltk.metrics.aline.R", + "lineno": 1515, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.delta", + "callee": "nltk.metrics.aline.diff", + "lineno": 1519, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.delta", + "callee": "nltk.metrics.aline.diff", + "lineno": 1522, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.demo", + "callee": "nltk.metrics.aline.align", + "lineno": 1568, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.aline.", + "callee": "nltk.metrics.aline.demo", + "lineno": 1652, + "resolution": "direct_name_call" + } + ], + "nltk.metrics.association": [ + { + "caller": "nltk.metrics.association.", + "callee": ".functools.reduce", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.metrics.association.BigramAssocMeasures.fisher", + "callee": "nltk.metrics.association.fisher_exact", + "lineno": 243, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.association.ContingencyMeasures.__init__", + "callee": "nltk.metrics.association.ContingencyMeasures._make_contingency_fn", + "lineno": 462, + "resolution": "self_method_call" + } + ], + "nltk.metrics.confusionmatrix": [ + { + "caller": "nltk.metrics.confusionmatrix.ConfusionMatrix.__init__", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 50, + "resolution": "imported_call" + }, + { + "caller": "nltk.metrics.confusionmatrix.ConfusionMatrix.__init__", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 51, + "resolution": "imported_call" + }, + { + "caller": "nltk.metrics.confusionmatrix.ConfusionMatrix.__str__", + "callee": "nltk.metrics.confusionmatrix.ConfusionMatrix.pretty_format", + "lineno": 98, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.confusionmatrix.ConfusionMatrix.pretty_format", + "callee": ".str.rfind", + "lineno": 177, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.confusionmatrix.ConfusionMatrix.f_measure", + "callee": "nltk.metrics.confusionmatrix.ConfusionMatrix.precision", + "lineno": 272, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.confusionmatrix.ConfusionMatrix.f_measure", + "callee": "nltk.metrics.confusionmatrix.ConfusionMatrix.recall", + "lineno": 273, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.confusionmatrix.ConfusionMatrix.evaluate", + "callee": "nltk.metrics.confusionmatrix.ConfusionMatrix.precision", + "lineno": 330, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.confusionmatrix.ConfusionMatrix.evaluate", + "callee": "nltk.metrics.confusionmatrix.ConfusionMatrix.recall", + "lineno": 331, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.confusionmatrix.ConfusionMatrix.evaluate", + "callee": "nltk.metrics.confusionmatrix.ConfusionMatrix.f_measure", + "lineno": 332, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.confusionmatrix.demo", + "callee": "nltk.metrics.confusionmatrix.ConfusionMatrix.__init__", + "lineno": 344, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.metrics.confusionmatrix.demo", + "callee": "nltk.metrics.confusionmatrix.ConfusionMatrix.__init__", + "lineno": 345, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.metrics.confusionmatrix.demo", + "callee": "nltk.metrics.confusionmatrix.ConfusionMatrix.__init__", + "lineno": 347, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.metrics.confusionmatrix.", + "callee": "nltk.metrics.confusionmatrix.demo", + "lineno": 351, + "resolution": "direct_name_call" + } + ], + "nltk.metrics.distance": [ + { + "caller": "nltk.metrics.distance._edit_dist_init", + "callee": ".list.append", + "lineno": 29, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.distance.edit_distance", + "callee": "nltk.metrics.distance._edit_dist_init", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.distance.edit_distance", + "callee": "nltk.metrics.distance._last_left_t_init", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.distance.edit_distance", + "callee": "nltk.metrics.distance._edit_dist_step", + "lineno": 111, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.distance._edit_dist_backtrace", + "callee": ".list.append", + "lineno": 149, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.distance._edit_dist_backtrace", + "callee": ".list.append", + "lineno": 153, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.distance.edit_distance_align", + "callee": "nltk.metrics.distance._edit_dist_init", + "lineno": 190, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.distance.edit_distance_align", + "callee": "nltk.metrics.distance._edit_dist_step", + "lineno": 195, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.distance.edit_distance_align", + "callee": "nltk.metrics.distance._edit_dist_backtrace", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.distance.jaro_similarity", + "callee": ".list.append", + "lineno": 352, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.distance.jaro_similarity", + "callee": ".list.append", + "lineno": 353, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.distance.jaro_similarity", + "callee": ".list.sort", + "lineno": 355, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.distance.jaro_winkler_similarity", + "callee": "nltk.metrics.distance.jaro_similarity", + "lineno": 488, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.distance.demo", + "callee": "nltk.metrics.distance.edit_distance", + "lineno": 517, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.distance.demo", + "callee": "nltk.metrics.distance.edit_distance", + "lineno": 520, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.distance.demo", + "callee": "nltk.metrics.distance.jaro_similarity", + "lineno": 522, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.distance.demo", + "callee": "nltk.metrics.distance.jaro_winkler_similarity", + "lineno": 525, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.distance.demo", + "callee": "nltk.metrics.distance.jaro_winkler_similarity", + "lineno": 529, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.distance.demo", + "callee": "nltk.metrics.distance.binary_distance", + "lineno": 535, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.distance.demo", + "callee": "nltk.metrics.distance.jaccard_distance", + "lineno": 536, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.distance.demo", + "callee": "nltk.metrics.distance.masi_distance", + "lineno": 537, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.distance.", + "callee": "nltk.metrics.distance.demo", + "lineno": 541, + "resolution": "direct_name_call" + } + ], + "nltk.metrics.paice": [ + { + "caller": "nltk.metrics.paice._calculate", + "callee": "nltk.metrics.paice._calculate_cut", + "lineno": 169, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.paice.Paice.__init__", + "callee": "nltk.metrics.paice.Paice.update", + "lineno": 234, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.paice.Paice.__str__", + "callee": ".list.append", + "lineno": 238, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.paice.Paice.__str__", + "callee": ".list.append", + "lineno": 239, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.paice.Paice.__str__", + "callee": ".list.append", + "lineno": 240, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.paice.Paice.__str__", + "callee": ".list.append", + "lineno": 241, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.paice.Paice.__str__", + "callee": ".list.append", + "lineno": 242, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.paice.Paice.__str__", + "callee": ".list.append", + "lineno": 243, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.paice.Paice.__str__", + "callee": ".list.append", + "lineno": 244, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.paice.Paice.__str__", + "callee": ".list.append", + "lineno": 246, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.paice.Paice._get_truncation_indexes", + "callee": "nltk.metrics.paice._truncate", + "lineno": 260, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.paice.Paice._get_truncation_indexes", + "callee": "nltk.metrics.paice._calculate", + "lineno": 261, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.paice.Paice._get_truncation_indexes", + "callee": "nltk.metrics.paice._indexes", + "lineno": 262, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.paice.Paice._get_truncation_coordinates", + "callee": "nltk.metrics.paice.get_words_from_dictionary", + "lineno": 276, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.paice.Paice._get_truncation_coordinates", + "callee": "nltk.metrics.paice.Paice._get_truncation_indexes", + "lineno": 283, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.paice.Paice._get_truncation_coordinates", + "callee": ".list.append", + "lineno": 288, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.metrics.paice.Paice._get_truncation_coordinates", + "callee": "nltk.metrics.paice._get_derivative", + "lineno": 294, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.paice.Paice._get_truncation_coordinates", + "callee": "nltk.metrics.paice._get_derivative", + "lineno": 295, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.paice.Paice._errt", + "callee": "nltk.metrics.paice.Paice._get_truncation_coordinates", + "lineno": 313, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.paice.Paice._errt", + "callee": "nltk.metrics.paice._count_intersection", + "lineno": 326, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.paice.Paice._errt", + "callee": ".math.sqrt", + "lineno": 330, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.metrics.paice.Paice._errt", + "callee": ".math.sqrt", + "lineno": 332, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.metrics.paice.Paice.update", + "callee": "nltk.metrics.paice._calculate", + "lineno": 338, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.paice.Paice.update", + "callee": "nltk.metrics.paice._indexes", + "lineno": 339, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.paice.Paice.update", + "callee": "nltk.metrics.paice.Paice._errt", + "lineno": 340, + "resolution": "self_method_call" + }, + { + "caller": "nltk.metrics.paice.demo", + "callee": "nltk.metrics.paice.Paice.__init__", + "lineno": 367, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.metrics.paice.demo", + "callee": "nltk.metrics.paice.Paice.update", + "lineno": 384, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.metrics.paice.", + "callee": "nltk.metrics.paice.demo", + "lineno": 389, + "resolution": "direct_name_call" + } + ], + "nltk.metrics.scores": [ + { + "caller": "nltk.metrics.scores.f_measure", + "callee": "nltk.metrics.scores.precision", + "lineno": 110, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.scores.f_measure", + "callee": "nltk.metrics.scores.recall", + "lineno": 111, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.scores.approxrand", + "callee": ".functools.reduce", + "lineno": 162, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.metrics.scores.approxrand", + "callee": ".math.fabs", + "lineno": 169, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.metrics.scores.approxrand", + "callee": ".random.shuffle", + "lineno": 183, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.metrics.scores.approxrand", + "callee": ".math.fabs", + "lineno": 187, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.metrics.scores.approxrand", + "callee": ".scipy.stats.stats.betai", + "lineno": 203, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.metrics.scores.demo", + "callee": "nltk.metrics.scores.accuracy", + "lineno": 214, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.scores.demo", + "callee": "nltk.metrics.scores.precision", + "lineno": 221, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.scores.demo", + "callee": "nltk.metrics.scores.recall", + "lineno": 222, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.scores.demo", + "callee": "nltk.metrics.scores.f_measure", + "lineno": 223, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.scores.", + "callee": "nltk.metrics.scores.demo", + "lineno": 228, + "resolution": "direct_name_call" + } + ], + "nltk.metrics.segmentation": [ + { + "caller": "nltk.metrics.segmentation.ghd", + "callee": "nltk.metrics.segmentation._init_mat", + "lineno": 193, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.metrics.segmentation.ghd", + "callee": "nltk.metrics.segmentation._ghd_aux", + "lineno": 194, + "resolution": "direct_name_call" + } + ], + "nltk.metrics.spearman": [ + { + "caller": "nltk.metrics.spearman.spearman_correlation", + "callee": "nltk.metrics.spearman._rank_dists", + "lineno": 35, + "resolution": "direct_name_call" + } + ], + "nltk.metrics": [], + "nltk.misc.babelfish": [], + "nltk.misc.chomsky": [ + { + "caller": "nltk.misc.chomsky.generate_chomsky", + "callee": ".list.append", + "lineno": 128, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.misc.chomsky.generate_chomsky", + "callee": ".itertools.islice", + "lineno": 129, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.misc.chomsky.", + "callee": "nltk.misc.chomsky.generate_chomsky", + "lineno": 134, + "resolution": "direct_name_call" + } + ], + "nltk.misc.minimalset": [ + { + "caller": "nltk.misc.minimalset.MinimalSet.__init__", + "callee": ".collections.defaultdict", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.misc.minimalset.MinimalSet.__init__", + "callee": "nltk.misc.minimalset.MinimalSet.add", + "lineno": 36, + "resolution": "self_method_call" + }, + { + "caller": "nltk.misc.minimalset.MinimalSet.display_all", + "callee": "nltk.misc.minimalset.MinimalSet.display", + "lineno": 79, + "resolution": "self_method_call" + }, + { + "caller": "nltk.misc.minimalset.MinimalSet.display_all", + "callee": ".list.append", + "lineno": 81, + "resolution": "local_builtin_method_call" + } + ], + "nltk.misc.sort": [ + { + "caller": "nltk.misc.sort._merge_lists", + "callee": ".list.append", + "lineno": 77, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.misc.sort._merge_lists", + "callee": ".list.append", + "lineno": 80, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.misc.sort.merge", + "callee": "nltk.misc.sort.merge", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.sort.merge", + "callee": "nltk.misc.sort.merge", + "lineno": 100, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.sort.merge", + "callee": "nltk.misc.sort._merge_lists", + "lineno": 101, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.sort._quick", + "callee": "nltk.misc.sort._partition", + "lineno": 138, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.sort._quick", + "callee": "nltk.misc.sort._quick", + "lineno": 139, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.sort._quick", + "callee": "nltk.misc.sort._quick", + "lineno": 140, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.sort.quick", + "callee": "nltk.misc.sort._quick", + "lineno": 145, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.sort.demo", + "callee": ".random.shuffle", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.misc.sort.demo", + "callee": "nltk.misc.sort.selection", + "lineno": 161, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.sort.demo", + "callee": ".random.shuffle", + "lineno": 162, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.misc.sort.demo", + "callee": "nltk.misc.sort.bubble", + "lineno": 163, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.sort.demo", + "callee": ".random.shuffle", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.misc.sort.demo", + "callee": "nltk.misc.sort.merge", + "lineno": 165, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.sort.demo", + "callee": ".random.shuffle", + "lineno": 166, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.misc.sort.demo", + "callee": "nltk.misc.sort.quick", + "lineno": 167, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.sort.", + "callee": "nltk.misc.sort.demo", + "lineno": 176, + "resolution": "direct_name_call" + } + ], + "nltk.misc.wordfinder": [ + { + "caller": "nltk.misc.wordfinder.check", + "callee": "nltk.misc.wordfinder.step", + "lineno": 36, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.wordfinder.check", + "callee": "nltk.misc.wordfinder.step", + "lineno": 40, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.wordfinder.check", + "callee": "nltk.misc.wordfinder.step", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.wordfinder.check", + "callee": "nltk.misc.wordfinder.step", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.wordfinder.wordfinder", + "callee": ".list.append", + "lineno": 81, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.misc.wordfinder.wordfinder", + "callee": "nltk.misc.wordfinder.revword", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.wordfinder.wordfinder", + "callee": "nltk.misc.wordfinder.check", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.wordfinder.wordfinder", + "callee": ".list.append", + "lineno": 106, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.misc.wordfinder.word_finder", + "callee": "nltk.misc.wordfinder.wordfinder", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.misc.wordfinder.", + "callee": "nltk.misc.wordfinder.word_finder", + "lineno": 139, + "resolution": "direct_name_call" + } + ], + "nltk.misc": [], + "nltk.parse.api": [ + { + "caller": "nltk.parse.api.ParserI.parse", + "callee": "nltk.internals.overridden", + "lineno": 46, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.api.ParserI.parse", + "callee": "nltk.parse.api.ParserI.parse_sents", + "lineno": 47, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.api.ParserI.parse", + "callee": "nltk.internals.overridden", + "lineno": 48, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.api.ParserI.parse", + "callee": "nltk.parse.api.ParserI.parse_one", + "lineno": 51, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.api.ParserI.parse", + "callee": "nltk.internals.overridden", + "lineno": 54, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.api.ParserI.parse", + "callee": "nltk.parse.api.ParserI.parse_all", + "lineno": 55, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.api.ParserI.parse_sents", + "callee": "nltk.parse.api.ParserI.parse", + "lineno": 64, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.api.ParserI.parse_all", + "callee": "nltk.parse.api.ParserI.parse", + "lineno": 68, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.api.ParserI.parse_one", + "callee": "nltk.parse.api.ParserI.parse", + "lineno": 72, + "resolution": "self_method_call" + } + ], + "nltk.parse.bllip": [ + { + "caller": "nltk.parse.bllip.BllipParser.__init__", + "callee": "nltk.parse.bllip._ensure_bllip_import_or_error", + "lineno": 154, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.bllip.BllipParser.__init__", + "callee": ".bllipparser.RerankingParser", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.bllip.BllipParser.parse", + "callee": "nltk.parse.bllip._ensure_ascii", + "lineno": 181, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.bllip.BllipParser.parse", + "callee": "nltk.parse.bllip._scored_parse_to_nltk_tree", + "lineno": 184, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.bllip.BllipParser.tagged_parse", + "callee": ".list.append", + "lineno": 205, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.bllip.BllipParser.tagged_parse", + "callee": "nltk.parse.bllip._ensure_ascii", + "lineno": 209, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.bllip.BllipParser.tagged_parse", + "callee": "nltk.parse.bllip._scored_parse_to_nltk_tree", + "lineno": 212, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.bllip.BllipParser.from_unified_model_dir", + "callee": ".bllipparser.RerankingParser.get_unified_model_parameters", + "lineno": 244, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.bllip.demo", + "callee": "nltk.data.find", + "lineno": 262, + "resolution": "imported_call" + } + ], + "nltk.parse.chart": [ + { + "caller": "nltk.parse.chart.EdgeI.__lt__", + "callee": "nltk.internals.raise_unorderable_types", + "lineno": 211, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.chart.TreeEdge.from_production", + "callee": "nltk.parse.chart.TreeEdge.__init__", + "lineno": 288, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.TreeEdge.move_dot_forward", + "callee": "nltk.parse.chart.TreeEdge.__init__", + "lineno": 302, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.Chart.__init__", + "callee": "nltk.parse.chart.Chart.initialize", + "lineno": 472, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.select", + "callee": "nltk.parse.chart.Chart._add_index", + "lineno": 587, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.insert_with_backpointer", + "callee": "nltk.parse.chart.Chart.child_pointer_lists", + "lineno": 627, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.insert_with_backpointer", + "callee": "nltk.parse.chart.Chart.insert", + "lineno": 629, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.insert", + "callee": "nltk.parse.chart.Chart._append_edge", + "lineno": 649, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.insert", + "callee": "nltk.parse.chart.Chart._register_with_indexes", + "lineno": 651, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.parses", + "callee": "nltk.parse.chart.Chart.select", + "lineno": 676, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.parses", + "callee": "nltk.parse.chart.Chart.trees", + "lineno": 677, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.trees", + "callee": "nltk.parse.chart.Chart._trees", + "lineno": 694, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart._trees", + "callee": "nltk.parse.chart.Chart.child_pointer_lists", + "lineno": 728, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart._trees", + "callee": "nltk.parse.chart.Chart._trees", + "lineno": 732, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart._trees", + "callee": ".list.append", + "lineno": 736, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.pretty_format_edge", + "callee": "nltk.parse.chart.Chart.num_leaves", + "lineno": 774, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.pretty_format_leaves", + "callee": "nltk.parse.chart.Chart.num_leaves", + "lineno": 805, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.pretty_format", + "callee": "nltk.parse.chart.Chart.num_leaves", + "lineno": 826, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.pretty_format", + "callee": "nltk.parse.chart.Chart.pretty_format_leaves", + "lineno": 833, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.pretty_format", + "callee": "nltk.parse.chart.Chart.pretty_format_edge", + "lineno": 835, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.dot_digraph", + "callee": "nltk.parse.chart.Chart.num_edges", + "lineno": 851, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.dot_digraph", + "callee": "nltk.parse.chart.Chart.num_leaves", + "lineno": 854, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.dot_digraph", + "callee": "nltk.parse.chart.Chart.num_leaves", + "lineno": 864, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.dot_digraph", + "callee": "nltk.parse.chart.Chart.num_edges", + "lineno": 866, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.dot_digraph", + "callee": "nltk.parse.chart.Chart.num_leaves", + "lineno": 877, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.dot_digraph", + "callee": "nltk.parse.chart.Chart.leaf", + "lineno": 878, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.Chart.dot_digraph", + "callee": "nltk.parse.chart.Chart.num_leaves", + "lineno": 898, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.AbstractChartRule.apply_everywhere", + "callee": "nltk.parse.chart.AbstractChartRule.apply", + "lineno": 981, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.AbstractChartRule.apply_everywhere", + "callee": "nltk.parse.chart.AbstractChartRule.apply", + "lineno": 985, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.AbstractChartRule.apply_everywhere", + "callee": "nltk.parse.chart.AbstractChartRule.apply", + "lineno": 990, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.AbstractChartRule.apply_everywhere", + "callee": "nltk.parse.chart.AbstractChartRule.apply", + "lineno": 996, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.SingleEdgeFundamentalRule.apply", + "callee": "nltk.parse.chart.SingleEdgeFundamentalRule._apply_incomplete", + "lineno": 1068, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.SingleEdgeFundamentalRule.apply", + "callee": "nltk.parse.chart.SingleEdgeFundamentalRule._apply_complete", + "lineno": 1070, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.LeafInitRule.apply", + "callee": "nltk.parse.chart.LeafEdge.__init__", + "lineno": 1099, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.CachedTopDownPredictRule.apply", + "callee": "nltk.grammar.is_nonterminal", + "lineno": 1166, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.chart.CachedTopDownPredictRule.apply", + "callee": "nltk.grammar.is_terminal", + "lineno": 1182, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.chart.BottomUpPredictCombineRule.apply", + "callee": "nltk.parse.chart.TreeEdge.__init__", + "lineno": 1236, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.FilteredSingleEdgeFundamentalRule._apply_complete", + "callee": "nltk.parse.chart._bottomup_filter", + "lineno": 1269, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.chart.FilteredSingleEdgeFundamentalRule._apply_incomplete", + "callee": "nltk.parse.chart._bottomup_filter", + "lineno": 1280, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.chart.FilteredBottomUpPredictCombineRule.apply", + "callee": "nltk.parse.chart._bottomup_filter", + "lineno": 1294, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.chart.FilteredBottomUpPredictCombineRule.apply", + "callee": "nltk.parse.chart.TreeEdge.__init__", + "lineno": 1295, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart._bottomup_filter", + "callee": "nltk.grammar.is_terminal", + "lineno": 1304, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.chart.", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 1315, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.", + "callee": "nltk.parse.chart.TopDownInitRule.", + "lineno": 1316, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.", + "callee": "nltk.parse.chart.CachedTopDownPredictRule.__init__", + "lineno": 1317, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.", + "callee": "nltk.parse.chart.SingleEdgeFundamentalRule.", + "lineno": 1318, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 1321, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.", + "callee": "nltk.parse.chart.EmptyPredictRule.", + "lineno": 1322, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.", + "callee": "nltk.parse.chart.BottomUpPredictRule.", + "lineno": 1323, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.", + "callee": "nltk.parse.chart.SingleEdgeFundamentalRule.", + "lineno": 1324, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 1327, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.", + "callee": "nltk.parse.chart.EmptyPredictRule.", + "lineno": 1328, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.", + "callee": "nltk.parse.chart.BottomUpPredictCombineRule.", + "lineno": 1329, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.", + "callee": "nltk.parse.chart.SingleEdgeFundamentalRule.", + "lineno": 1330, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 1334, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.", + "callee": "nltk.parse.chart.FilteredBottomUpPredictCombineRule.", + "lineno": 1335, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.", + "callee": "nltk.parse.chart.FilteredSingleEdgeFundamentalRule.", + "lineno": 1336, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.ChartParser.parse", + "callee": "nltk.parse.chart.ChartParser.chart_parse", + "lineno": 1474, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.SteppingChartParser.initialize", + "callee": "nltk.parse.chart.Chart.__init__", + "lineno": 1558, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.SteppingChartParser.step", + "callee": "nltk.parse.chart.SteppingChartParser._parse", + "lineno": 1587, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.SteppingChartParser.parse", + "callee": "nltk.parse.chart.SteppingChartParser.initialize", + "lineno": 1680, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.SteppingChartParser.parse", + "callee": "nltk.parse.chart.SteppingChartParser.step", + "lineno": 1683, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.SteppingChartParser.parse", + "callee": "nltk.parse.chart.SteppingChartParser.parses", + "lineno": 1688, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.chart.demo", + "callee": "nltk.parse.chart.demo_grammar", + "lineno": 1741, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.chart.demo", + "callee": "nltk.parse.chart.ChartParser.__init__", + "lineno": 1790, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.demo", + "callee": "nltk.parse.chart.ChartParser.chart_parse", + "lineno": 1792, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.chart.demo", + "callee": "nltk.parse.chart.SteppingChartParser.__init__", + "lineno": 1811, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.chart.demo", + "callee": "nltk.parse.chart.SteppingChartParser.initialize", + "lineno": 1812, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.chart.demo", + "callee": "nltk.parse.chart.SteppingChartParser.set_strategy", + "lineno": 1815, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.chart.demo", + "callee": "nltk.parse.chart.SteppingChartParser.step", + "lineno": 1816, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.chart.demo", + "callee": "nltk.parse.chart.SteppingChartParser.set_strategy", + "lineno": 1820, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.chart.demo", + "callee": "nltk.parse.chart.SteppingChartParser.step", + "lineno": 1821, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.chart.demo", + "callee": "nltk.parse.chart.SteppingChartParser.chart", + "lineno": 1825, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.chart.demo", + "callee": "nltk.parse.chart.SteppingChartParser.parses", + "lineno": 1827, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.chart.demo", + "callee": "nltk.parse.chart.SteppingChartParser.parses", + "lineno": 1829, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.chart.demo", + "callee": "nltk.parse.chart.SteppingChartParser.parses", + "lineno": 1832, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.chart.demo", + "callee": ".dict.items", + "lineno": 1842, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.chart.", + "callee": "nltk.parse.chart.demo", + "lineno": 1848, + "resolution": "direct_name_call" + } + ], + "nltk.parse.corenlp": [ + { + "caller": "nltk.parse.corenlp.CoreNLPServer.__init__", + "callee": "nltk.internals.find_jar_iter", + "lineno": 57, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.corenlp.CoreNLPServer.__init__", + "callee": "nltk.parse.corenlp.try_port", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.corenlp.CoreNLPServer.__init__", + "callee": "nltk.parse.corenlp.try_port", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.corenlp.CoreNLPServer.__init__", + "callee": ".list.extend", + "lineno": 76, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.corenlp.CoreNLPServer.__init__", + "callee": "nltk.parse.corenlp.try_port", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.corenlp.CoreNLPServer.__init__", + "callee": ".list.extend", + "lineno": 79, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.corenlp.CoreNLPServer.__init__", + "callee": "nltk.internals.find_jar_iter", + "lineno": 84, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.corenlp.CoreNLPServer.start", + "callee": ".list.extend", + "lineno": 121, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.corenlp.CoreNLPServer.start", + "callee": "nltk.internals.config_java", + "lineno": 125, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.corenlp.CoreNLPServer.start", + "callee": "nltk.internals.java", + "lineno": 128, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.corenlp.CoreNLPServer.start", + "callee": "nltk.internals.config_java", + "lineno": 137, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.corenlp.CoreNLPServer.__enter__", + "callee": "nltk.parse.corenlp.CoreNLPServer.start", + "lineno": 185, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.corenlp.CoreNLPServer.__enter__", + "callee": "nltk.parse.corenlp.CoreNLPServer.stop", + "lineno": 187, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.corenlp.CoreNLPServer.__exit__", + "callee": "nltk.parse.corenlp.CoreNLPServer.stop", + "lineno": 192, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.corenlp.GenericCoreNLPParser.parse_sents", + "callee": "nltk.parse.corenlp.GenericCoreNLPParser.raw_parse_sents", + "lineno": 235, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.corenlp.GenericCoreNLPParser.raw_parse", + "callee": ".dict.update", + "lineno": 248, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.corenlp.GenericCoreNLPParser.raw_parse", + "callee": "nltk.parse.corenlp.GenericCoreNLPParser.raw_parse_sents", + "lineno": 251, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.corenlp.GenericCoreNLPParser.api_call", + "callee": ".dict.update", + "lineno": 264, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.corenlp.GenericCoreNLPParser.raw_parse_sents", + "callee": ".dict.update", + "lineno": 296, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.corenlp.GenericCoreNLPParser.raw_parse_sents", + "callee": "nltk.parse.corenlp.GenericCoreNLPParser.api_call", + "lineno": 308, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.corenlp.GenericCoreNLPParser.parse_text", + "callee": "nltk.parse.corenlp.GenericCoreNLPParser.api_call", + "lineno": 322, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.corenlp.GenericCoreNLPParser.tokenize", + "callee": ".dict.update", + "lineno": 358, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.corenlp.GenericCoreNLPParser.tokenize", + "callee": "nltk.parse.corenlp.GenericCoreNLPParser.api_call", + "lineno": 360, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.corenlp.GenericCoreNLPParser.tag_sents", + "callee": "nltk.parse.corenlp.GenericCoreNLPParser.raw_tag_sents", + "lineno": 384, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.corenlp.GenericCoreNLPParser.tag", + "callee": "nltk.parse.corenlp.GenericCoreNLPParser.tag_sents", + "lineno": 415, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.corenlp.GenericCoreNLPParser.raw_tag_sents", + "callee": ".dict.update", + "lineno": 431, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.corenlp.GenericCoreNLPParser.raw_tag_sents", + "callee": "nltk.parse.corenlp.GenericCoreNLPParser.api_call", + "lineno": 440, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.corenlp.CoreNLPDependencyParser.make_tree", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 796, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.corenlp.CoreNLPDependencyParser.make_tree", + "callee": "nltk.parse.corenlp.transform", + "lineno": 799, + "resolution": "direct_name_call" + } + ], + "nltk.parse.dependencygraph": [ + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "callee": ".collections.defaultdict", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "callee": ".collections.defaultdict", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "callee": "nltk.parse.dependencygraph.DependencyGraph._parse", + "lineno": 79, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.redirect_arcs", + "callee": ".list.append", + "lineno": 103, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.redirect_arcs", + "callee": ".list.append", + "lineno": 105, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph._repr_svg_", + "callee": "nltk.parse.dependencygraph.DependencyGraph.to_dot", + "lineno": 200, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph._repr_svg_", + "callee": "nltk.parse.dependencygraph.dot2img", + "lineno": 201, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.__str__", + "callee": ".pprint.pformat", + "lineno": 204, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.load", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 227, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.add_node", + "callee": "nltk.parse.dependencygraph.DependencyGraph.contains_address", + "lineno": 255, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph._tree", + "callee": "nltk.parse.dependencygraph.DependencyGraph.get_by_address", + "lineno": 393, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph._tree", + "callee": "nltk.parse.dependencygraph.DependencyGraph._tree", + "lineno": 398, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.tree", + "callee": "nltk.parse.dependencygraph.DependencyGraph._tree", + "lineno": 411, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.triples", + "callee": "nltk.parse.dependencygraph.DependencyGraph.get_by_address", + "lineno": 424, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.triples", + "callee": "nltk.parse.dependencygraph.DependencyGraph.triples", + "lineno": 426, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.contains_cycle", + "callee": "nltk.parse.dependencygraph.DependencyGraph.get_cycle_path", + "lineno": 486, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.contains_cycle", + "callee": "nltk.parse.dependencygraph.DependencyGraph.get_by_address", + "lineno": 486, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.get_cycle_path", + "callee": "nltk.parse.dependencygraph.DependencyGraph.get_cycle_path", + "lineno": 496, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.get_cycle_path", + "callee": "nltk.parse.dependencygraph.DependencyGraph.get_by_address", + "lineno": 496, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.to_conll", + "callee": ".str.format", + "lineno": 526, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.nx_graph", + "callee": "nltk.parse.dependencygraph.DependencyGraph._hd", + "lineno": 537, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.nx_graph", + "callee": "nltk.parse.dependencygraph.DependencyGraph._rel", + "lineno": 537, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.DependencyGraph.nx_graph", + "callee": "nltk.parse.dependencygraph.DependencyGraph._hd", + "lineno": 537, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.dot2img", + "callee": "nltk.internals.find_binary", + "lineno": 563, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.dependencygraph.demo", + "callee": "nltk.parse.dependencygraph.malt_demo", + "lineno": 592, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.dependencygraph.demo", + "callee": "nltk.parse.dependencygraph.conll_demo", + "lineno": 593, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.dependencygraph.demo", + "callee": "nltk.parse.dependencygraph.conll_file_demo", + "lineno": 594, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.dependencygraph.demo", + "callee": "nltk.parse.dependencygraph.cycle_finding_demo", + "lineno": 595, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.dependencygraph.malt_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 603, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.dependencygraph.malt_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.tree", + "lineno": 624, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.malt_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.nx_graph", + "lineno": 631, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.conll_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 648, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.dependencygraph.conll_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.tree", + "lineno": 649, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.conll_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.to_conll", + "lineno": 652, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.conll_file_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 657, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.dependencygraph.cycle_finding_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 665, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.dependencygraph.cycle_finding_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.contains_cycle", + "lineno": 666, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.cycle_finding_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 667, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.dependencygraph.cycle_finding_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.add_node", + "lineno": 668, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.cycle_finding_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.add_node", + "lineno": 669, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.cycle_finding_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.add_node", + "lineno": 670, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.cycle_finding_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.add_node", + "lineno": 671, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.cycle_finding_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.add_node", + "lineno": 672, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.cycle_finding_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.contains_cycle", + "lineno": 673, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.dependencygraph.", + "callee": "nltk.parse.dependencygraph.demo", + "lineno": 799, + "resolution": "direct_name_call" + } + ], + "nltk.parse.earleychart": [ + { + "caller": "nltk.parse.earleychart.IncrementalChart.initialize", + "callee": "nltk.parse.earleychart.IncrementalChart._positions", + "lineno": 64, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.earleychart.IncrementalChart.edges", + "callee": "nltk.parse.earleychart.IncrementalChart.iteredges", + "lineno": 74, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.earleychart.IncrementalChart.select", + "callee": "nltk.parse.earleychart.IncrementalChart._add_index", + "lineno": 92, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.earleychart.IncrementalChart._add_index", + "callee": "nltk.parse.earleychart.IncrementalChart._positions", + "lineno": 104, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.earleychart.IncrementalChart._positions", + "callee": "nltk.parse.chart.Chart.num_leaves", + "lineno": 123, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.earleychart.FeatureIncrementalChart.select", + "callee": "nltk.parse.earleychart.FeatureIncrementalChart._add_index", + "lineno": 140, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.earleychart.FeatureIncrementalChart.select", + "callee": "nltk.parse.featurechart.FeatureChart._get_type_if_possible", + "lineno": 143, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.earleychart.FeatureIncrementalChart._add_index", + "callee": "nltk.parse.earleychart.IncrementalChart._positions", + "lineno": 154, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.earleychart.FeatureIncrementalChart._add_index", + "callee": "nltk.parse.featurechart.FeatureChart._get_type_if_possible", + "lineno": 161, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.earleychart.FeatureIncrementalChart._register_with_indexes", + "callee": "nltk.parse.featurechart.FeatureChart._get_type_if_possible", + "lineno": 170, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.earleychart.CompleteFundamentalRule.", + "lineno": 194, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.earleychart.CompleteFundamentalRule.", + "lineno": 202, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.earleychart.FilteredCompleteFundamentalRule.apply", + "callee": "nltk.parse.chart.FilteredSingleEdgeFundamentalRule._apply_complete", + "lineno": 218, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.earleychart.FeatureCompleteFundamentalRule.", + "lineno": 239, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.earleychart.FeatureCompleteFundamentalRule.", + "lineno": 243, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 255, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.TopDownInitRule.", + "lineno": 256, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.earleychart.CompleterRule.", + "lineno": 257, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.earleychart.ScannerRule.", + "lineno": 258, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 262, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.TopDownInitRule.", + "lineno": 263, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.CachedTopDownPredictRule.__init__", + "lineno": 264, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.earleychart.CompleteFundamentalRule.", + "lineno": 265, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 268, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.EmptyPredictRule.", + "lineno": 269, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.BottomUpPredictRule.", + "lineno": 270, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.earleychart.CompleteFundamentalRule.", + "lineno": 271, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 274, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.EmptyPredictRule.", + "lineno": 275, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.BottomUpPredictCombineRule.", + "lineno": 276, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.earleychart.CompleteFundamentalRule.", + "lineno": 277, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 281, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.FilteredBottomUpPredictCombineRule.", + "lineno": 282, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.earleychart.FilteredCompleteFundamentalRule.", + "lineno": 283, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 425, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.featurechart.FeatureTopDownInitRule.", + "lineno": 426, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 432, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.featurechart.FeatureTopDownInitRule.", + "lineno": 433, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.featurechart.FeatureTopDownPredictRule.", + "lineno": 434, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.earleychart.FeatureCompleteFundamentalRule.", + "lineno": 435, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 438, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.featurechart.FeatureEmptyPredictRule.", + "lineno": 439, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.featurechart.FeatureBottomUpPredictRule.", + "lineno": 440, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.earleychart.FeatureCompleteFundamentalRule.", + "lineno": 441, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 444, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.featurechart.FeatureEmptyPredictRule.", + "lineno": 445, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.featurechart.FeatureBottomUpPredictCombineRule.", + "lineno": 446, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.earleychart.FeatureCompleteFundamentalRule.", + "lineno": 447, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.earleychart.demo", + "callee": "nltk.parse.chart.demo_grammar", + "lineno": 520, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.earleychart.demo", + "callee": "nltk.parse.earleychart.EarleyChartParser.__init__", + "lineno": 533, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.earleychart.demo", + "callee": ".time.perf_counter", + "lineno": 534, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.earleychart.demo", + "callee": "nltk.parse.earleychart.IncrementalChartParser.chart_parse", + "lineno": 535, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.earleychart.demo", + "callee": ".time.perf_counter", + "lineno": 537, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.earleychart.", + "callee": "nltk.parse.earleychart.demo", + "lineno": 552, + "resolution": "direct_name_call" + } + ], + "nltk.parse.evaluate": [ + { + "caller": "nltk.parse.evaluate.DependencyEvaluator.eval", + "callee": "nltk.parse.evaluate.DependencyEvaluator._remove_punct", + "lineno": 120, + "resolution": "self_method_call" + } + ], + "nltk.parse.featurechart": [ + { + "caller": "nltk.parse.featurechart.FeatureTreeEdge.__init__", + "callee": "nltk.parse.featurechart.FeatureTreeEdge._bind", + "lineno": 77, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureTreeEdge.__init__", + "callee": "nltk.parse.featurechart.FeatureTreeEdge._bind", + "lineno": 78, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureTreeEdge.__init__", + "callee": "nltk.parse.chart.TreeEdge.__init__", + "lineno": 82, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureTreeEdge.__init__", + "callee": ".dict.items", + "lineno": 84, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureTreeEdge.from_production", + "callee": "nltk.parse.featurechart.FeatureTreeEdge.__init__", + "lineno": 95, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureTreeEdge.move_dot_forward", + "callee": "nltk.parse.featurechart.FeatureTreeEdge.__init__", + "lineno": 110, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureTreeEdge.next_with_bindings", + "callee": "nltk.parse.featurechart.FeatureTreeEdge._bind", + "lineno": 124, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureTreeEdge.next_with_bindings", + "callee": "nltk.parse.chart.TreeEdge.nextsym", + "lineno": 124, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureTreeEdge.variables", + "callee": "nltk.featstruct.find_variables", + "lineno": 137, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureTreeEdge.__str__", + "callee": "nltk.parse.chart.TreeEdge.is_complete", + "lineno": 146, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureChart.select", + "callee": "nltk.parse.featurechart.FeatureChart._add_index", + "lineno": 184, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureChart.select", + "callee": "nltk.parse.featurechart.FeatureChart._get_type_if_possible", + "lineno": 187, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureChart._add_index", + "callee": "nltk.parse.featurechart.FeatureChart._get_type_if_possible", + "lineno": 207, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureChart._register_with_indexes", + "callee": "nltk.parse.featurechart.FeatureChart._get_type_if_possible", + "lineno": 218, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureChart.parses", + "callee": "nltk.parse.featurechart.FeatureChart.select", + "lineno": 233, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureChart.parses", + "callee": "nltk.featstruct.unify", + "lineno": 237, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureChart.parses", + "callee": "nltk.parse.chart.Chart.trees", + "lineno": 239, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureFundamentalRule.apply", + "callee": "nltk.grammar.is_nonterminal", + "lineno": 281, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureFundamentalRule.apply", + "callee": "nltk.featstruct.unify", + "lineno": 292, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.parse.featurechart.FeatureFundamentalRule.", + "lineno": 317, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureTopDownPredictRule.apply", + "callee": "nltk.grammar.is_nonterminal", + "lineno": 370, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureTopDownPredictRule.apply", + "callee": "nltk.grammar.is_terminal", + "lineno": 386, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureTopDownPredictRule.apply", + "callee": "nltk.featstruct.unify", + "lineno": 394, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureBottomUpPredictRule.apply", + "callee": "nltk.grammar.is_nonterminal", + "lineno": 415, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureBottomUpPredictCombineRule.apply", + "callee": "nltk.grammar.is_nonterminal", + "lineno": 432, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureBottomUpPredictCombineRule.apply", + "callee": "nltk.featstruct.find_variables", + "lineno": 437, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureBottomUpPredictCombineRule.apply", + "callee": "nltk.featstruct.unify", + "lineno": 442, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 467, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.parse.featurechart.FeatureTopDownInitRule.", + "lineno": 468, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.parse.featurechart.FeatureTopDownPredictRule.", + "lineno": 469, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.parse.featurechart.FeatureSingleEdgeFundamentalRule.", + "lineno": 470, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 473, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.parse.featurechart.FeatureEmptyPredictRule.", + "lineno": 474, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.parse.featurechart.FeatureBottomUpPredictRule.", + "lineno": 475, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.parse.featurechart.FeatureSingleEdgeFundamentalRule.", + "lineno": 476, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.parse.chart.LeafInitRule.", + "lineno": 479, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.parse.featurechart.FeatureEmptyPredictRule.", + "lineno": 480, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.parse.featurechart.FeatureBottomUpPredictCombineRule.", + "lineno": 481, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.parse.featurechart.FeatureSingleEdgeFundamentalRule.", + "lineno": 482, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.featurechart.FeatureChartParser.__init__", + "callee": "nltk.parse.chart.ChartParser.__init__", + "lineno": 495, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.featurechart.InstantiateVarsChart.insert", + "callee": "nltk.parse.featurechart.InstantiateVarsChart.instantiate_edge", + "lineno": 546, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.featurechart.InstantiateVarsChart.instantiate_edge", + "callee": "nltk.parse.featurechart.InstantiateVarsChart.inst_vars", + "lineno": 570, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.featurechart.InstantiateVarsChart.inst_vars", + "callee": "nltk.sem.logic.unique_variable", + "lineno": 580, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.featurechart.demo_grammar", + "callee": "nltk.grammar.FeatureGrammar.fromstring", + "lineno": 594, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.featurechart.demo", + "callee": "nltk.parse.featurechart.demo_grammar", + "lineno": 631, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.featurechart.demo", + "callee": ".time.perf_counter", + "lineno": 639, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.featurechart.demo", + "callee": ".time.perf_counter", + "lineno": 644, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.parse.featurechart.demo", + "lineno": 666, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.data.load", + "lineno": 668, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.parse.featurechart.FeatureChartParser.__init__", + "lineno": 669, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": ".str.split", + "lineno": 671, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.featurechart.", + "callee": "nltk.parse.chart.ChartParser.parse", + "lineno": 672, + "resolution": "local_typed_method_call" + } + ], + "nltk.parse.generate": [ + { + "caller": "nltk.parse.generate.generate", + "callee": "nltk.parse.generate._generate_all", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.generate._generate_all", + "callee": "nltk.parse.generate._generate_one", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.generate._generate_all", + "callee": "nltk.parse.generate._generate_all", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.generate._generate_one", + "callee": "nltk.parse.generate._generate_all", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.generate.demo", + "callee": "nltk.grammar.CFG.fromstring", + "lineno": 82, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.generate.demo", + "callee": "nltk.parse.generate.generate", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.generate.", + "callee": "nltk.parse.generate.demo", + "lineno": 88, + "resolution": "direct_name_call" + } + ], + "nltk.parse.malt": [ + { + "caller": "nltk.parse.malt.find_maltparser", + "callee": "nltk.internals.find_dir", + "lineno": 68, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.malt.find_maltparser", + "callee": "nltk.internals.find_jars_within_path", + "lineno": 71, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.malt.find_maltparser", + "callee": ".set.issubset", + "lineno": 75, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.malt.find_malt_model", + "callee": "nltk.internals.find_file", + "lineno": 91, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.malt.MaltParser.__init__", + "callee": "nltk.parse.malt.find_maltparser", + "lineno": 143, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.malt.MaltParser.__init__", + "callee": "nltk.parse.malt.find_malt_model", + "lineno": 149, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.malt.MaltParser.__init__", + "callee": "nltk.parse.malt.malt_regex_tagger", + "lineno": 154, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.malt.MaltParser.parse_tagged_sents", + "callee": "nltk.parse.util.taggedsents_to_conll", + "lineno": 180, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.malt.MaltParser.parse_tagged_sents", + "callee": "nltk.parse.malt.MaltParser.generate_malt_command", + "lineno": 185, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.malt.MaltParser.parse_tagged_sents", + "callee": "nltk.parse.malt.MaltParser._execute", + "lineno": 197, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.malt.MaltParser.parse_tagged_sents", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 212, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.malt.MaltParser.parse_sents", + "callee": "nltk.parse.malt.MaltParser.parse_tagged_sents", + "lineno": 234, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.malt.MaltParser.train", + "callee": "nltk.parse.malt.MaltParser.train_from_file", + "lineno": 291, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.malt.MaltParser.train_from_file", + "callee": "nltk.parse.malt.MaltParser.train_from_file", + "lineno": 311, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.malt.MaltParser.train_from_file", + "callee": "nltk.parse.malt.MaltParser.generate_malt_command", + "lineno": 314, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.malt.MaltParser.train_from_file", + "callee": "nltk.parse.malt.MaltParser._execute", + "lineno": 315, + "resolution": "self_method_call" + } + ], + "nltk.parse.nonprojectivedependencyparser": [ + { + "caller": "nltk.parse.nonprojectivedependencyparser.NaiveBayesDependencyScorer.train", + "callee": ".list.append", + "lineno": 124, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.NaiveBayesDependencyScorer.score", + "callee": ".list.append", + "lineno": 154, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.NaiveBayesDependencyScorer.score", + "callee": ".list.append", + "lineno": 170, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.NaiveBayesDependencyScorer.score", + "callee": ".list.append", + "lineno": 173, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.update_edge_scores", + "callee": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.compute_original_indexes", + "lineno": 317, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.update_edge_scores", + "callee": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.compute_max_subtract_score", + "lineno": 326, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.update_edge_scores", + "callee": ".list.append", + "lineno": 332, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.compute_original_indexes", + "callee": ".list.append", + "lineno": 363, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.compute_original_indexes", + "callee": ".list.append", + "lineno": 366, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.best_incoming_arc", + "callee": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.compute_original_indexes", + "lineno": 399, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.original_best_arc", + "callee": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.compute_original_indexes", + "lineno": 423, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 455, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.connect_graph", + "lineno": 462, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 463, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 469, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 470, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.initialize_edge_scores", + "lineno": 478, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": ".list.pop", + "lineno": 487, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.get_by_address", + "lineno": 490, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.best_incoming_arc", + "lineno": 493, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.original_best_arc", + "lineno": 494, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.add_arc", + "lineno": 501, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.contains_cycle", + "lineno": 504, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.add_node", + "lineno": 509, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.update_edge_scores", + "lineno": 511, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.collapse_nodes", + "lineno": 512, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.add_arc", + "lineno": 514, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": ".list.insert", + "lineno": 520, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.remove_by_address", + "lineno": 527, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.add_arc", + "lineno": 550, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 596, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.parse", + "callee": ".list.append", + "lineno": 613, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.parse", + "callee": ".list.append", + "lineno": 623, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.parse", + "callee": ".list.append", + "lineno": 625, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.parse", + "callee": ".list.append", + "lineno": 626, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.parse", + "callee": ".list.append", + "lineno": 632, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.parse", + "callee": ".list.append", + "lineno": 650, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.parse", + "callee": ".list.pop", + "lineno": 662, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.parse", + "callee": ".list.append", + "lineno": 667, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.parse", + "callee": ".list.append", + "lineno": 671, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.parse", + "callee": ".list.count", + "lineno": 681, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 685, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.parse", + "callee": ".list.index", + "lineno": 686, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.demo", + "callee": "nltk.parse.nonprojectivedependencyparser.nonprojective_conll_parse_demo", + "lineno": 713, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.demo", + "callee": "nltk.parse.nonprojectivedependencyparser.rule_based_demo", + "lineno": 714, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.hall_demo", + "callee": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.__init__", + "lineno": 718, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.hall_demo", + "callee": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.train", + "lineno": 719, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.hall_demo", + "callee": "nltk.parse.nonprojectivedependencyparser.DemoScorer.", + "lineno": 719, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.hall_demo", + "callee": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "lineno": 720, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.nonprojective_conll_parse_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 727, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.nonprojective_conll_parse_demo", + "callee": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.__init__", + "lineno": 728, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.nonprojective_conll_parse_demo", + "callee": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.train", + "lineno": 729, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.nonprojective_conll_parse_demo", + "callee": "nltk.parse.nonprojectivedependencyparser.NaiveBayesDependencyScorer.__init__", + "lineno": 729, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.nonprojective_conll_parse_demo", + "callee": "nltk.parse.nonprojectivedependencyparser.ProbabilisticNonprojectiveParser.parse", + "lineno": 730, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.rule_based_demo", + "callee": "nltk.grammar.DependencyGrammar.fromstring", + "lineno": 739, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.rule_based_demo", + "callee": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.__init__", + "lineno": 750, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.rule_based_demo", + "callee": "nltk.parse.nonprojectivedependencyparser.NonprojectiveDependencyParser.parse", + "lineno": 751, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.nonprojectivedependencyparser.", + "callee": "nltk.parse.nonprojectivedependencyparser.demo", + "lineno": 772, + "resolution": "direct_name_call" + } + ], + "nltk.parse.pchart": [ + { + "caller": "nltk.parse.pchart.ProbabilisticTreeEdge.__init__", + "callee": "nltk.parse.chart.TreeEdge.__init__", + "lineno": 57, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.pchart.ProbabilisticTreeEdge.from_production", + "callee": "nltk.parse.pchart.ProbabilisticTreeEdge.__init__", + "lineno": 67, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.pchart.ProbabilisticBottomUpInitRule.apply", + "callee": "nltk.parse.pchart.ProbabilisticLeafEdge.", + "lineno": 78, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.pchart.ProbabilisticFundamentalRule.apply", + "callee": "nltk.parse.pchart.ProbabilisticTreeEdge.__init__", + "lineno": 113, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.pchart.", + "callee": "nltk.parse.pchart.ProbabilisticFundamentalRule.", + "lineno": 135, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": "nltk.parse.chart.Chart.__init__", + "lineno": 223, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": "nltk.parse.pchart.ProbabilisticBottomUpInitRule.", + "lineno": 227, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": "nltk.parse.pchart.ProbabilisticBottomUpPredictRule.", + "lineno": 228, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": "nltk.parse.pchart.SingleEdgeProbabilisticFundamentalRule.", + "lineno": 229, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": "nltk.parse.pchart.ProbabilisticBottomUpInitRule.apply", + "lineno": 235, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": "nltk.parse.chart.Chart.pretty_format_edge", + "lineno": 239, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": ".list.append", + "lineno": 241, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": "nltk.parse.pchart.BottomUpProbabilisticChartParser.sort_queue", + "lineno": 245, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": "nltk.parse.pchart.BottomUpProbabilisticChartParser._prune", + "lineno": 249, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": ".list.pop", + "lineno": 252, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": "nltk.parse.chart.Chart.pretty_format_edge", + "lineno": 256, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": ".list.extend", + "lineno": 260, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": "nltk.parse.pchart.ProbabilisticBottomUpPredictRule.apply", + "lineno": 260, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": ".list.extend", + "lineno": 261, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": "nltk.parse.pchart.SingleEdgeProbabilisticFundamentalRule.apply", + "lineno": 261, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": "nltk.parse.chart.Chart.parses", + "lineno": 264, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser.parse", + "callee": "nltk.parse.pchart.BottomUpProbabilisticChartParser._setprob", + "lineno": 271, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser._setprob", + "callee": "nltk.grammar.Nonterminal.__init__", + "lineno": 283, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser._setprob", + "callee": ".list.append", + "lineno": 287, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser._setprob", + "callee": "nltk.grammar.Nonterminal.__init__", + "lineno": 287, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser._setprob", + "callee": ".list.append", + "lineno": 289, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.pchart.BottomUpProbabilisticChartParser._setprob", + "callee": "nltk.parse.pchart.BottomUpProbabilisticChartParser._setprob", + "lineno": 295, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.pchart.demo", + "callee": "nltk.grammar.PCFG.fromstring", + "lineno": 444, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.pchart.demo", + "callee": "nltk.grammar.PCFG.fromstring", + "lineno": 457, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.pchart.demo", + "callee": "nltk.parse.pchart.InsideChartParser.", + "lineno": 510, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.pchart.demo", + "callee": "nltk.parse.pchart.RandomChartParser.", + "lineno": 511, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.pchart.demo", + "callee": "nltk.parse.pchart.UnsortedChartParser.", + "lineno": 512, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.pchart.demo", + "callee": "nltk.parse.pchart.LongestChartParser.", + "lineno": 513, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.pchart.demo", + "callee": "nltk.parse.pchart.InsideChartParser.", + "lineno": 514, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.pchart.demo", + "callee": ".list.append", + "lineno": 527, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.pchart.demo", + "callee": ".functools.reduce", + "lineno": 528, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.pchart.demo", + "callee": ".list.append", + "lineno": 529, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.pchart.demo", + "callee": ".list.append", + "lineno": 530, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.pchart.demo", + "callee": ".dict.keys", + "lineno": 549, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.pchart.demo", + "callee": ".functools.reduce", + "lineno": 551, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.pchart.demo", + "callee": "nltk.draw.tree.draw_trees", + "lineno": 566, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.pchart.", + "callee": "nltk.parse.pchart.demo", + "lineno": 579, + "resolution": "direct_name_call" + } + ], + "nltk.parse.projectivedependencyparser": [ + { + "caller": "nltk.parse.projectivedependencyparser.DependencySpan.__lt__", + "callee": "nltk.internals.raise_unorderable_types", + "lineno": 91, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.parse", + "callee": ".list.append", + "lineno": 190, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.parse", + "callee": "nltk.parse.projectivedependencyparser.ChartCell.__init__", + "lineno": 192, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.parse", + "callee": "nltk.parse.projectivedependencyparser.DependencySpan.__init__", + "lineno": 194, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.parse", + "callee": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.concatenate", + "lineno": 201, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 223, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.tree", + "lineno": 225, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.concatenate", + "callee": ".list.append", + "lineno": 254, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.concatenate", + "callee": "nltk.parse.projectivedependencyparser.DependencySpan.__init__", + "lineno": 255, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.concatenate", + "callee": ".list.append", + "lineno": 270, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.concatenate", + "callee": "nltk.parse.projectivedependencyparser.DependencySpan.__init__", + "lineno": 271, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.parse", + "callee": ".list.append", + "lineno": 331, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.parse", + "callee": "nltk.parse.projectivedependencyparser.ChartCell.__init__", + "lineno": 333, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.parse", + "callee": "nltk.parse.projectivedependencyparser.DependencySpan.__init__", + "lineno": 338, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.parse", + "callee": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.concatenate", + "lineno": 351, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 380, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.parse", + "callee": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.compute_prob", + "lineno": 381, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.parse", + "callee": ".list.append", + "lineno": 382, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.parse", + "callee": "nltk.parse.dependencygraph.DependencyGraph.tree", + "lineno": 382, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.parse", + "callee": ".list.sort", + "lineno": 383, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.concatenate", + "callee": ".list.append", + "lineno": 412, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.concatenate", + "callee": "nltk.parse.projectivedependencyparser.DependencySpan.__init__", + "lineno": 413, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.concatenate", + "callee": ".list.append", + "lineno": 428, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.concatenate", + "callee": "nltk.parse.projectivedependencyparser.DependencySpan.__init__", + "lineno": 429, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.train", + "callee": ".collections.defaultdict", + "lineno": 450, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.train", + "callee": ".list.append", + "lineno": 484, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.train", + "callee": "nltk.grammar.DependencyProduction.", + "lineno": 484, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.train", + "callee": ".list.append", + "lineno": 508, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.train", + "callee": "nltk.grammar.DependencyProduction.", + "lineno": 508, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.train", + "callee": "nltk.grammar.ProbabilisticDependencyGrammar.__init__", + "lineno": 523, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.demo", + "callee": "nltk.parse.projectivedependencyparser.projective_rule_parse_demo", + "lineno": 617, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.demo", + "callee": "nltk.parse.projectivedependencyparser.projective_prob_parse_demo", + "lineno": 619, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.projective_rule_parse_demo", + "callee": "nltk.grammar.DependencyGrammar.fromstring", + "lineno": 628, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.projective_rule_parse_demo", + "callee": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.__init__", + "lineno": 636, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.projective_rule_parse_demo", + "callee": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.parse", + "lineno": 637, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.arity_parse_demo", + "callee": "nltk.grammar.DependencyGrammar.fromstring", + "lineno": 653, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.arity_parse_demo", + "callee": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.__init__", + "lineno": 666, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.arity_parse_demo", + "callee": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.parse", + "lineno": 667, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.arity_parse_demo", + "callee": "nltk.grammar.DependencyGrammar.fromstring", + "lineno": 676, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.arity_parse_demo", + "callee": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.__init__", + "lineno": 690, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.arity_parse_demo", + "callee": "nltk.parse.projectivedependencyparser.ProjectiveDependencyParser.parse", + "lineno": 691, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.projective_prob_parse_demo", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 703, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.projective_prob_parse_demo", + "callee": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.__init__", + "lineno": 704, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.projective_prob_parse_demo", + "callee": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.train", + "lineno": 706, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.projective_prob_parse_demo", + "callee": "nltk.parse.projectivedependencyparser.ProbabilisticProjectiveDependencyParser.parse", + "lineno": 711, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.projectivedependencyparser.", + "callee": "nltk.parse.projectivedependencyparser.demo", + "lineno": 716, + "resolution": "direct_name_call" + } + ], + "nltk.parse.recursivedescent": [ + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser.parse", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_start", + "lineno": 84, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser.parse", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._parse", + "lineno": 85, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._parse", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_succeed", + "lineno": 116, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._parse", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_backtrack", + "lineno": 122, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._parse", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._expand", + "lineno": 126, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._parse", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._match", + "lineno": 130, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._match", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_match", + "lineno": 167, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._match", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._parse", + "lineno": 168, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._match", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_backtrack", + "lineno": 172, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._expand", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._production_to_tree", + "lineno": 214, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._expand", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_expand", + "lineno": 224, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._expand", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._parse", + "lineno": 225, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._production_to_tree", + "callee": ".list.append", + "lineno": 248, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._production_to_tree", + "callee": ".list.append", + "lineno": 251, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_fringe", + "callee": "nltk.grammar.Nonterminal.__init__", + "lineno": 280, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_fringe", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_fringe", + "lineno": 283, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_fringe", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_fringe", + "lineno": 285, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_tree", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_fringe", + "lineno": 302, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_tree", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_fringe", + "lineno": 304, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_start", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_tree", + "lineno": 312, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_expand", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_tree", + "lineno": 318, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_match", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_tree", + "lineno": 324, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_succeed", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_tree", + "lineno": 332, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.parse", + "callee": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.initialize", + "lineno": 390, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.parse", + "callee": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.step", + "lineno": 391, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.parse", + "callee": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.parses", + "lineno": 393, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.initialize", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_start", + "lineno": 411, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.step", + "callee": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.untried_match", + "lineno": 454, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.step", + "callee": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.match", + "lineno": 455, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.step", + "callee": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.expand", + "lineno": 460, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.step", + "callee": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.backtrack", + "lineno": 465, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.step", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_backtrack", + "lineno": 466, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.expand", + "callee": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.untried_expandable_productions", + "lineno": 496, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.expand", + "callee": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser._freeze", + "lineno": 503, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.expand", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._expand", + "lineno": 506, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.match", + "callee": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser._freeze", + "lineno": 525, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.match", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._match", + "lineno": 533, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.untried_expandable_productions", + "callee": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser._freeze", + "lineno": 580, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.untried_expandable_productions", + "callee": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.expandable_productions", + "lineno": 581, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser.untried_match", + "callee": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser._freeze", + "lineno": 592, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.SteppingRecursiveDescentParser._parse", + "callee": "nltk.parse.recursivedescent.RecursiveDescentParser._trace_succeed", + "lineno": 626, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.recursivedescent.", + "callee": "nltk.parse.recursivedescent.demo", + "lineno": 684, + "resolution": "direct_name_call" + } + ], + "nltk.parse.shiftreduce": [ + { + "caller": "nltk.parse.shiftreduce.ShiftReduceParser.__init__", + "callee": "nltk.parse.shiftreduce.ShiftReduceParser._check_grammar", + "lineno": 74, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.ShiftReduceParser.parse", + "callee": "nltk.parse.shiftreduce.ShiftReduceParser._trace_stack", + "lineno": 90, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.ShiftReduceParser.parse", + "callee": "nltk.parse.shiftreduce.ShiftReduceParser._shift", + "lineno": 95, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.ShiftReduceParser.parse", + "callee": "nltk.parse.shiftreduce.ShiftReduceParser._reduce", + "lineno": 96, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.ShiftReduceParser._shift", + "callee": "nltk.parse.shiftreduce.ShiftReduceParser._trace_shift", + "lineno": 121, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.ShiftReduceParser._reduce", + "callee": "nltk.parse.shiftreduce.ShiftReduceParser._match_rhs", + "lineno": 187, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.ShiftReduceParser._reduce", + "callee": "nltk.parse.shiftreduce.ShiftReduceParser._trace_reduce", + "lineno": 194, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.ShiftReduceParser._trace_stack", + "callee": "nltk.grammar.Nonterminal.__init__", + "lineno": 228, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.shiftreduce.ShiftReduceParser._trace_shift", + "callee": "nltk.parse.shiftreduce.ShiftReduceParser._trace_stack", + "lineno": 243, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.ShiftReduceParser._trace_shift", + "callee": "nltk.parse.shiftreduce.ShiftReduceParser._trace_stack", + "lineno": 245, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.ShiftReduceParser._trace_reduce", + "callee": "nltk.parse.shiftreduce.ShiftReduceParser._trace_stack", + "lineno": 258, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.ShiftReduceParser._trace_reduce", + "callee": "nltk.parse.shiftreduce.ShiftReduceParser._trace_stack", + "lineno": 260, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.SteppingShiftReduceParser.parse", + "callee": "nltk.parse.shiftreduce.SteppingShiftReduceParser.initialize", + "lineno": 312, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.SteppingShiftReduceParser.parse", + "callee": "nltk.parse.shiftreduce.SteppingShiftReduceParser.step", + "lineno": 313, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.SteppingShiftReduceParser.parse", + "callee": "nltk.parse.shiftreduce.SteppingShiftReduceParser.parses", + "lineno": 315, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.SteppingShiftReduceParser.step", + "callee": "nltk.parse.shiftreduce.SteppingShiftReduceParser.reduce", + "lineno": 354, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.SteppingShiftReduceParser.step", + "callee": "nltk.parse.shiftreduce.SteppingShiftReduceParser.shift", + "lineno": 354, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.SteppingShiftReduceParser.shift", + "callee": "nltk.parse.shiftreduce.ShiftReduceParser._shift", + "lineno": 368, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.SteppingShiftReduceParser.reduce", + "callee": "nltk.parse.shiftreduce.ShiftReduceParser._reduce", + "lineno": 384, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.SteppingShiftReduceParser.reducible_productions", + "callee": "nltk.parse.shiftreduce.ShiftReduceParser._match_rhs", + "lineno": 415, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.SteppingShiftReduceParser.reducible_productions", + "callee": ".list.append", + "lineno": 416, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.shiftreduce.", + "callee": "nltk.parse.shiftreduce.demo", + "lineno": 478, + "resolution": "direct_name_call" + } + ], + "nltk.parse.stanford": [ + { + "caller": "nltk.parse.stanford.GenericStanfordParser.__init__", + "callee": "nltk.internals.find_jar_iter", + "lineno": 50, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser.__init__", + "callee": "nltk.internals.find_jar_iter", + "lineno": 63, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser.__init__", + "callee": "nltk.internals.find_jars_within_path", + "lineno": 79, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser._parse_trees_output", + "callee": ".list.append", + "lineno": 94, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser._parse_trees_output", + "callee": ".list.append", + "lineno": 98, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser._parse_trees_output", + "callee": ".list.append", + "lineno": 102, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser._parse_trees_output", + "callee": ".list.append", + "lineno": 105, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser.parse_sents", + "callee": "nltk.parse.stanford.GenericStanfordParser._parse_trees_output", + "lineno": 134, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser.parse_sents", + "callee": "nltk.parse.stanford.GenericStanfordParser._execute", + "lineno": 135, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser.raw_parse", + "callee": "nltk.parse.stanford.GenericStanfordParser.raw_parse_sents", + "lineno": 150, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser.raw_parse_sents", + "callee": "nltk.parse.stanford.GenericStanfordParser._parse_trees_output", + "lineno": 171, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser.raw_parse_sents", + "callee": "nltk.parse.stanford.GenericStanfordParser._execute", + "lineno": 172, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser.tagged_parse", + "callee": "nltk.parse.stanford.GenericStanfordParser.tagged_parse_sents", + "lineno": 185, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser.tagged_parse_sents", + "callee": "nltk.parse.stanford.GenericStanfordParser._parse_trees_output", + "lineno": 215, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser.tagged_parse_sents", + "callee": "nltk.parse.stanford.GenericStanfordParser._execute", + "lineno": 216, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser.tagged_parse_sents", + "callee": ".str.join", + "lineno": 219, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser._execute", + "callee": "nltk.internals.config_java", + "lineno": 235, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser._execute", + "callee": "nltk.internals.java", + "lineno": 248, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser._execute", + "callee": "nltk.internals.java", + "lineno": 257, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.stanford.GenericStanfordParser._execute", + "callee": "nltk.internals.config_java", + "lineno": 268, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.stanford.StanfordDependencyParser._make_tree", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 402, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.stanford.StanfordNeuralDependencyParser._make_tree", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 468, + "resolution": "imported_call" + } + ], + "nltk.parse.transitionparser": [ + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 91, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 92, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 93, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 94, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 95, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 96, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 97, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 100, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 105, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 106, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 121, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 122, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 123, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 124, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 131, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 132, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 133, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 134, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 135, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 136, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 137, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 140, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 145, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 146, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 147, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 148, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 152, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 153, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 157, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 158, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 172, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 173, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": "nltk.parse.transitionparser.Configuration._check_informative", + "lineno": 174, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.Configuration.extract_features", + "callee": ".list.append", + "lineno": 175, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._convert_to_binary_features", + "callee": ".list.append", + "lineno": 336, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._is_projective", + "callee": ".list.append", + "lineno": 352, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": "nltk.parse.transitionparser.Transition.__init__", + "lineno": 384, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": "nltk.parse.transitionparser.TransitionParser._is_projective", + "lineno": 389, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": "nltk.parse.transitionparser.Configuration.__init__", + "lineno": 393, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": "nltk.parse.transitionparser.Configuration.extract_features", + "lineno": 396, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": "nltk.parse.transitionparser.TransitionParser._convert_to_binary_features", + "lineno": 397, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": "nltk.parse.transitionparser.TransitionParser._get_dep_relation", + "lineno": 402, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": "nltk.parse.transitionparser.TransitionParser._write_to_file", + "lineno": 405, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": "nltk.parse.transitionparser.Transition.left_arc", + "lineno": 406, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": ".list.append", + "lineno": 407, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": "nltk.parse.transitionparser.TransitionParser._get_dep_relation", + "lineno": 411, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": "nltk.parse.transitionparser.TransitionParser._get_dep_relation", + "lineno": 419, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": "nltk.parse.transitionparser.TransitionParser._write_to_file", + "lineno": 426, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": "nltk.parse.transitionparser.Transition.right_arc", + "lineno": 427, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": ".list.append", + "lineno": 428, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": "nltk.parse.transitionparser.TransitionParser._write_to_file", + "lineno": 433, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": "nltk.parse.transitionparser.Transition.shift", + "lineno": 434, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "callee": ".list.append", + "lineno": 435, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.Transition.__init__", + "lineno": 446, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.TransitionParser._is_projective", + "lineno": 451, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.Configuration.__init__", + "lineno": 455, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.Configuration.extract_features", + "lineno": 458, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.TransitionParser._convert_to_binary_features", + "lineno": 459, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.TransitionParser._get_dep_relation", + "lineno": 464, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.TransitionParser._write_to_file", + "lineno": 467, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.Transition.left_arc", + "lineno": 468, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": ".list.append", + "lineno": 469, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.TransitionParser._get_dep_relation", + "lineno": 473, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.TransitionParser._write_to_file", + "lineno": 476, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.Transition.right_arc", + "lineno": 477, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": ".list.append", + "lineno": 478, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.TransitionParser._get_dep_relation", + "lineno": 484, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.TransitionParser._get_dep_relation", + "lineno": 486, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.TransitionParser._write_to_file", + "lineno": 490, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.Transition.reduce", + "lineno": 491, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": ".list.append", + "lineno": 492, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.TransitionParser._write_to_file", + "lineno": 497, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": "nltk.parse.transitionparser.Transition.shift", + "lineno": 498, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "callee": ".list.append", + "lineno": 499, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.train", + "callee": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_std", + "lineno": 519, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.train", + "callee": "nltk.parse.transitionparser.TransitionParser._create_training_examples_arc_eager", + "lineno": 521, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.train", + "callee": ".sklearn.datasets.load_svmlight_file", + "lineno": 525, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.train", + "callee": ".os.remove", + "lineno": 547, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": "nltk.picklesec.pickle_load", + "lineno": 560, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": "nltk.parse.transitionparser.Transition.__init__", + "lineno": 561, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": "nltk.parse.transitionparser.Configuration.__init__", + "lineno": 564, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": "nltk.parse.transitionparser.Configuration.extract_features", + "lineno": 566, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": ".list.append", + "lineno": 572, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": ".list.append", + "lineno": 573, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": ".list.append", + "lineno": 574, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": ".numpy.array", + "lineno": 575, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": ".numpy.array", + "lineno": 576, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": ".numpy.array", + "lineno": 577, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": ".dict.items", + "lineno": 605, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": ".operator.itemgetter", + "lineno": 605, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": "nltk.parse.transitionparser.Transition.left_arc", + "lineno": 619, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": "nltk.parse.transitionparser.Transition.right_arc", + "lineno": 625, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": "nltk.parse.transitionparser.Transition.reduce", + "lineno": 630, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": "nltk.parse.transitionparser.Transition.shift", + "lineno": 633, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": ".copy.deepcopy", + "lineno": 642, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.transitionparser.TransitionParser.parse", + "callee": ".list.append", + "lineno": 652, + "resolution": "local_builtin_method_call" + } + ], + "nltk.parse.util": [ + { + "caller": "nltk.parse.util.load_parser", + "callee": "nltk.data.load", + "lineno": 56, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.util.taggedsents_to_conll", + "callee": "nltk.parse.util.taggedsent_to_conll", + "lineno": 139, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.parse.util.TestGrammar.__init__", + "callee": "nltk.parse.util.load_parser", + "lineno": 156, + "resolution": "direct_name_call" + } + ], + "nltk.parse.viterbi": [ + { + "caller": "nltk.parse.viterbi.ViterbiParser.parse", + "callee": "nltk.parse.viterbi.ViterbiParser._trace_lexical_insertion", + "lineno": 129, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.viterbi.ViterbiParser.parse", + "callee": "nltk.parse.viterbi.ViterbiParser._add_constituents_spanning", + "lineno": 141, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.viterbi.ViterbiParser.parse", + "callee": ".dict.get", + "lineno": 144, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.viterbi.ViterbiParser._add_constituents_spanning", + "callee": "nltk.parse.viterbi.ViterbiParser._find_instantiations", + "lineno": 190, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.viterbi.ViterbiParser._add_constituents_spanning", + "callee": ".functools.reduce", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.viterbi.ViterbiParser._add_constituents_spanning", + "callee": "nltk.parse.viterbi.ViterbiParser._trace_production", + "lineno": 211, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.viterbi.ViterbiParser._find_instantiations", + "callee": "nltk.parse.viterbi.ViterbiParser._match_rhs", + "lineno": 242, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.viterbi.ViterbiParser._find_instantiations", + "callee": ".list.append", + "lineno": 245, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.viterbi.ViterbiParser._match_rhs", + "callee": "nltk.parse.viterbi.ViterbiParser._match_rhs", + "lineno": 287, + "resolution": "self_method_call" + }, + { + "caller": "nltk.parse.viterbi.demo", + "callee": "nltk.grammar.PCFG.fromstring", + "lineno": 343, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.viterbi.demo", + "callee": "nltk.grammar.PCFG.fromstring", + "lineno": 356, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.parse.viterbi.demo", + "callee": "nltk.parse.viterbi.ViterbiParser.__init__", + "lineno": 407, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.parse.viterbi.demo", + "callee": "nltk.parse.viterbi.ViterbiParser.trace", + "lineno": 411, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.viterbi.demo", + "callee": "nltk.parse.api.ParserI.parse_all", + "lineno": 413, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.parse.viterbi.demo", + "callee": ".functools.reduce", + "lineno": 416, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.viterbi.demo", + "callee": ".dict.keys", + "lineno": 427, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.parse.viterbi.demo", + "callee": ".functools.reduce", + "lineno": 429, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.parse.viterbi.demo", + "callee": "nltk.draw.tree.draw_trees", + "lineno": 442, + "resolution": "imported_call" + }, + { + "caller": "nltk.parse.viterbi.", + "callee": "nltk.parse.viterbi.demo", + "lineno": 453, + "resolution": "direct_name_call" + } + ], + "nltk.parse": [], + "nltk.sem.boxer": [ + { + "caller": "nltk.sem.boxer.Boxer.__init__", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.__init__", + "lineno": 85, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.Boxer.__init__", + "callee": "nltk.sem.boxer.Boxer.set_bin_dir", + "lineno": 91, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.Boxer.set_bin_dir", + "callee": "nltk.sem.boxer.Boxer._find_binary", + "lineno": 94, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.Boxer.set_bin_dir", + "callee": "nltk.sem.boxer.Boxer._find_binary", + "lineno": 98, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.Boxer.interpret", + "callee": "nltk.sem.boxer.Boxer.interpret_multi_sents", + "lineno": 110, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.Boxer.interpret_multi", + "callee": "nltk.sem.boxer.Boxer.interpret_multi_sents", + "lineno": 125, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.Boxer.interpret_sents", + "callee": "nltk.sem.boxer.Boxer.interpret_multi_sents", + "lineno": 141, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.Boxer.interpret_multi_sents", + "callee": ".functools.reduce", + "lineno": 158, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.boxer.Boxer.interpret_multi_sents", + "callee": "nltk.sem.boxer.Boxer._call_candc", + "lineno": 164, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.Boxer.interpret_multi_sents", + "callee": "nltk.sem.boxer.Boxer._call_boxer", + "lineno": 165, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.Boxer.interpret_multi_sents", + "callee": "nltk.sem.boxer.Boxer._parse_to_drs_dict", + "lineno": 170, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.Boxer._call_candc", + "callee": "nltk.sem.boxer.Boxer._call", + "lineno": 188, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.Boxer._call_boxer", + "callee": "nltk.sem.boxer.Boxer._call", + "lineno": 235, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.Boxer._find_binary", + "callee": "nltk.internals.find_binary", + "lineno": 240, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.Boxer._parse_to_drs_dict", + "callee": "nltk.sem.boxer.Boxer._parse_drs", + "lineno": 331, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.Boxer._parse_drs", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.__init__", + "lineno": 337, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.__init__", + "callee": "nltk.sem.drt.DrtParser.__init__", + "lineno": 346, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.handle_drs", + "lineno": 358, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_condition", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 369, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_condition", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.handle_condition", + "lineno": 370, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_condition", + "callee": "nltk.sem.logic.UnexpectedTokenException.__init__", + "lineno": 372, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle_drs", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "lineno": 377, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle_drs", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_binary_expression", + "lineno": 379, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle_drs", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_alfa", + "lineno": 381, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle_condition", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_not", + "lineno": 391, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle_condition", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_binary_expression", + "lineno": 394, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle_condition", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_binary_expression", + "lineno": 396, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle_condition", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_eq", + "lineno": 398, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle_condition", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_prop", + "lineno": 400, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle_condition", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred", + "lineno": 403, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle_condition", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "lineno": 405, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle_condition", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "lineno": 407, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle_condition", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_timex", + "lineno": 409, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle_condition", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_card", + "lineno": 411, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle_condition", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "lineno": 414, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle_condition", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "lineno": 416, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.handle_condition", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._sent_and_word_indices", + "lineno": 424, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_not", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 430, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_not", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 430, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_not", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 431, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_not", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 432, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_not", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 432, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_not", + "callee": "nltk.sem.boxer.BoxerNot.__init__", + "lineno": 433, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 437, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 437, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.parse_variable", + "lineno": 438, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 439, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 439, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 440, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 441, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 441, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 442, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 443, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 443, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 444, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 445, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 445, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_pred._handle_pred_f", + "callee": "nltk.sem.boxer.BoxerPred.__init__", + "lineno": 448, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 456, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 456, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 475, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 475, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 476, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 476, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 477, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 478, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 478, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.parse_variable", + "lineno": 479, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 480, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 480, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 481, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 482, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 482, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_duplex", + "callee": "nltk.sem.boxer.BoxerWhq.__init__", + "lineno": 483, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 489, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 489, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.parse_variable", + "lineno": 490, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 491, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 491, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 492, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 493, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 493, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 494, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 495, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 495, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 496, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 497, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 497, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_named", + "callee": "nltk.sem.boxer.BoxerNamed.__init__", + "lineno": 498, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 504, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 504, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.parse_variable", + "lineno": 505, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 506, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 506, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.parse_variable", + "lineno": 507, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 508, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 508, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 509, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 510, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 510, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 511, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 512, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 512, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_rel", + "callee": "nltk.sem.boxer.BoxerRel.__init__", + "lineno": 513, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_timex", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 519, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_timex", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 519, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_timex", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.parse_variable", + "lineno": 520, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_timex", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 521, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_timex", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 521, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_timex", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time_expression", + "lineno": 522, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_timex", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 523, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_timex", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 523, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time_expression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 528, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time_expression", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 529, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time_expression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 529, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time_expression", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "lineno": 531, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time_expression", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time", + "lineno": 533, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time_expression", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 536, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time_expression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 536, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time_expression", + "callee": "nltk.sem.boxer.BoxerPred.__init__", + "lineno": 542, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time_expression", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time_expression.func_gen", + "lineno": 545, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._sent_and_word_indices", + "lineno": 550, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "lineno": 551, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 553, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 553, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 554, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 555, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 555, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": ".list.append", + "lineno": 556, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.boxer.BoxerPred.__init__", + "lineno": 557, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 567, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 567, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._sent_and_word_indices", + "lineno": 569, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "lineno": 570, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 572, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": ".list.append", + "lineno": 575, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.boxer.BoxerPred.__init__", + "lineno": 576, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 586, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 586, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._sent_and_word_indices", + "lineno": 588, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "lineno": 589, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 591, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": ".list.append", + "lineno": 593, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.boxer.BoxerPred.__init__", + "lineno": 594, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 604, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 604, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._sent_and_word_indices", + "lineno": 606, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "lineno": 607, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 609, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": ".list.append", + "lineno": 611, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_date", + "callee": "nltk.sem.boxer.BoxerPred.__init__", + "lineno": 612, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "lineno": 628, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 629, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time", + "callee": ".list.append", + "lineno": 631, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 632, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 632, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "lineno": 634, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 635, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time", + "callee": ".list.append", + "lineno": 637, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 638, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 638, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "lineno": 640, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 641, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_time", + "callee": ".list.append", + "lineno": 643, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_card", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 649, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_card", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 649, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_card", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.parse_variable", + "lineno": 650, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_card", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 651, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_card", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 651, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_card", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 652, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_card", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 653, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_card", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 653, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_card", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 654, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_card", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 655, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_card", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 655, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_card", + "callee": "nltk.sem.boxer.BoxerCard.__init__", + "lineno": 656, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_prop", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 662, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_prop", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 662, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_prop", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.parse_variable", + "lineno": 663, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_prop", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 664, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_prop", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 664, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_prop", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 665, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_prop", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 666, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_prop", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 666, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_prop", + "callee": "nltk.sem.boxer.BoxerProp.__init__", + "lineno": 667, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 674, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 674, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 675, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "callee": ".list.append", + "lineno": 676, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.parse_index", + "lineno": 676, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 677, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 678, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 679, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 680, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 680, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 687, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 687, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 688, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 688, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 690, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "lineno": 691, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.parse_variable", + "lineno": 692, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 693, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 694, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 695, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 696, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 696, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 697, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 697, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 699, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser._parse_index_list", + "lineno": 700, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": ".list.extend", + "lineno": 701, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.parse_condition", + "lineno": 701, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 702, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 703, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 704, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 705, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 705, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_drs", + "callee": "nltk.sem.boxer.BoxerDrs.__init__", + "lineno": 706, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_binary_expression", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 709, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_binary_expression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 709, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_binary_expression", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 710, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_binary_expression", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 711, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_binary_expression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 711, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_binary_expression", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 712, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_binary_expression", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 713, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_binary_expression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 713, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_alfa", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 719, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_alfa", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 719, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_alfa", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 720, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_alfa", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 721, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_alfa", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 721, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_alfa", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 722, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_alfa", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 723, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_alfa", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 723, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_alfa", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 724, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_alfa", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 725, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_alfa", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 725, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_eq", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 731, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_eq", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 731, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_eq", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.parse_variable", + "lineno": 732, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_eq", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 733, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_eq", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 733, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_eq", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.parse_variable", + "lineno": 734, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_eq", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 735, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_eq", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 735, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_eq", + "callee": "nltk.sem.boxer.BoxerEq.__init__", + "lineno": 736, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 741, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 741, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 742, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 742, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 744, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 745, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 746, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 746, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": ".list.append", + "lineno": 748, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 748, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": ".list.append", + "lineno": 750, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 751, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": ".list.append", + "lineno": 753, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": ".list.append", + "lineno": 755, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": ".list.append", + "lineno": 757, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 757, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 758, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 760, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 760, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 761, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 762, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 762, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.boxer.BoxerOutputDrsParser.parse_variable", + "lineno": 763, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 764, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 764, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 765, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 766, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 766, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._handle_whq", + "callee": "nltk.sem.boxer.BoxerWhq.__init__", + "lineno": 767, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._make_merge_expression", + "callee": "nltk.sem.boxer.BoxerDrs.__init__", + "lineno": 772, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._make_or_expression", + "callee": "nltk.sem.boxer.BoxerOr.__init__", + "lineno": 775, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._make_imp_expression", + "callee": "nltk.sem.boxer.BoxerDrs.__init__", + "lineno": 778, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_variable", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 781, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser.parse_index", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 786, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOutputDrsParser._sent_and_word_indices", + "callee": ".list.append", + "lineno": 799, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.__init__", + "callee": "nltk.sem.drt.DrtParser.__init__", + "lineno": 812, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 839, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 841, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 843, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerDrsParser.nullableIntToken", + "lineno": 844, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 845, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.drt.DrtParser.handle_refs", + "lineno": 846, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 847, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 848, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 849, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 850, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 851, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 852, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 853, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 854, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 855, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerPred.__init__", + "lineno": 856, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 858, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 860, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 862, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 863, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 864, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.drt.DrtParser.handle_refs", + "lineno": 865, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 866, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 867, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 868, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 869, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 870, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 871, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 872, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 873, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 874, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerNamed.__init__", + "lineno": 875, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 879, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 881, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 883, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerDrsParser.nullableIntToken", + "lineno": 884, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 885, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.drt.DrtParser.handle_refs", + "lineno": 886, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 887, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 888, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 889, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 890, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 891, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 892, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 893, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 894, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 895, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerRel.__init__", + "lineno": 896, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 898, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 900, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 902, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 903, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 904, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.drt.DrtParser.handle_refs", + "lineno": 905, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 906, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 907, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 908, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 909, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 910, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerProp.__init__", + "lineno": 911, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 913, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 914, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 915, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerNot.__init__", + "lineno": 916, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 918, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 919, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 920, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 921, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 922, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerDrs.__init__", + "lineno": 923, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 925, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 927, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 929, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerDrsParser.nullableIntToken", + "lineno": 930, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 931, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.drt.DrtParser.handle_refs", + "lineno": 932, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 933, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 934, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 935, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 936, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 937, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerOr.__init__", + "lineno": 938, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 940, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 942, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 944, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerDrsParser.nullableIntToken", + "lineno": 945, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 946, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.drt.DrtParser.handle_refs", + "lineno": 947, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 948, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 949, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 950, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 951, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 952, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerEq.__init__", + "lineno": 953, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 955, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 957, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 959, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerDrsParser.nullableIntToken", + "lineno": 960, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 961, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.drt.DrtParser.handle_refs", + "lineno": 962, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 963, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 964, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 965, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 966, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 967, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 968, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 969, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerCard.__init__", + "lineno": 970, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 972, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 974, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 976, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerDrsParser.nullableIntToken", + "lineno": 977, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 978, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.drt.DrtParser.handle_refs", + "lineno": 979, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 980, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.drt.DrtParser.handle_refs", + "lineno": 981, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 982, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 983, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 984, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 985, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 986, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 987, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 988, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.boxer.BoxerWhq.__init__", + "lineno": 989, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.handle", + "callee": "nltk.sem.logic.LogicalExpressionException.__init__", + "lineno": 991, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.nullableIntToken", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 995, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.get_next_token_variable", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 1000, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrsParser.get_next_token_variable", + "callee": "nltk.sem.logic.ExpectedMoreTokensException.__init__", + "lineno": 1002, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.AbstractBoxerDrs.variables", + "callee": "nltk.sem.boxer.AbstractBoxerDrs._variables", + "lineno": 1010, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.AbstractBoxerDrs.variable_types", + "callee": "nltk.sem.boxer.AbstractBoxerDrs.variables", + "lineno": 1015, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrs.atoms", + "callee": ".functools.reduce", + "lineno": 1060, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrs.clean", + "callee": "nltk.sem.boxer.BoxerDrs.__init__", + "lineno": 1067, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrs.renumber_sentences", + "callee": "nltk.sem.boxer.BoxerDrs.__init__", + "lineno": 1071, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerDrs.__eq__", + "callee": ".functools.reduce", + "lineno": 1089, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.boxer.BoxerNot.clean", + "callee": "nltk.sem.boxer.BoxerNot.__init__", + "lineno": 1113, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerNot.renumber_sentences", + "callee": "nltk.sem.boxer.BoxerNot.__init__", + "lineno": 1116, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerIndexed.__eq__", + "callee": ".functools.reduce", + "lineno": 1146, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.boxer.BoxerPred.change_var", + "callee": "nltk.sem.boxer.BoxerPred.__init__", + "lineno": 1178, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerPred.clean", + "callee": "nltk.sem.boxer.BoxerPred.__init__", + "lineno": 1189, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerPred.clean", + "callee": "nltk.sem.boxer.AbstractBoxerDrs._clean_name", + "lineno": 1194, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerPred.renumber_sentences", + "callee": "nltk.sem.boxer.BoxerPred.__init__", + "lineno": 1201, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerNamed.change_var", + "callee": "nltk.sem.boxer.BoxerNamed.__init__", + "lineno": 1230, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerNamed.clean", + "callee": "nltk.sem.boxer.BoxerNamed.__init__", + "lineno": 1241, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerNamed.clean", + "callee": "nltk.sem.boxer.AbstractBoxerDrs._clean_name", + "lineno": 1246, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerNamed.renumber_sentences", + "callee": "nltk.sem.boxer.BoxerNamed.__init__", + "lineno": 1252, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerRel.clean", + "callee": "nltk.sem.boxer.BoxerRel.__init__", + "lineno": 1281, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerRel.clean", + "callee": "nltk.sem.boxer.AbstractBoxerDrs._clean_name", + "lineno": 1287, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.boxer.BoxerRel.renumber_sentences", + "callee": "nltk.sem.boxer.BoxerRel.__init__", + "lineno": 1292, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerProp.clean", + "callee": "nltk.sem.boxer.BoxerProp.__init__", + "lineno": 1327, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerProp.renumber_sentences", + "callee": "nltk.sem.boxer.BoxerProp.__init__", + "lineno": 1336, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerEq.renumber_sentences", + "callee": "nltk.sem.boxer.BoxerEq.__init__", + "lineno": 1364, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerCard.renumber_sentences", + "callee": "nltk.sem.boxer.BoxerCard.__init__", + "lineno": 1390, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOr.clean", + "callee": "nltk.sem.boxer.BoxerOr.__init__", + "lineno": 1419, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerOr.renumber_sentences", + "callee": "nltk.sem.boxer.BoxerOr.__init__", + "lineno": 1428, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerWhq.clean", + "callee": "nltk.sem.boxer.BoxerWhq.__init__", + "lineno": 1467, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.BoxerWhq.renumber_sentences", + "callee": "nltk.sem.boxer.BoxerWhq.__init__", + "lineno": 1478, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.drt.DRS.__init__", + "lineno": 1512, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 1513, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "lineno": 1516, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.drt.DrtNegatedExpression.", + "lineno": 1519, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "lineno": 1519, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter._add_occur_indexing", + "lineno": 1521, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter._make_atom", + "lineno": 1522, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter._add_occur_indexing", + "lineno": 1524, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter._make_atom", + "lineno": 1525, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter._add_occur_indexing", + "lineno": 1527, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter._make_atom", + "lineno": 1528, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.drt.DrtProposition.__init__", + "lineno": 1530, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 1530, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "lineno": 1530, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.drt.DrtEqualityExpression.", + "lineno": 1532, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.drt.DrtVariableExpression", + "lineno": 1533, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 1533, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.drt.DrtVariableExpression", + "lineno": 1534, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 1534, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter._add_occur_indexing", + "lineno": 1537, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter._make_atom", + "lineno": 1538, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.drt.DrtOrExpression.", + "lineno": 1540, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "lineno": 1540, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "lineno": 1540, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "lineno": 1542, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "lineno": 1543, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.interpret", + "callee": "nltk.sem.drt.DRS.__init__", + "lineno": 1544, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter._make_atom", + "callee": "nltk.sem.drt.DrtVariableExpression", + "lineno": 1548, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter._make_atom", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 1548, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter._make_atom", + "callee": "nltk.sem.drt.DrtApplicationExpression.", + "lineno": 1550, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter._make_atom", + "callee": "nltk.sem.drt.DrtVariableExpression", + "lineno": 1551, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter._make_atom", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 1551, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.boxer.", + "callee": ".optparse.OptionParser", + "lineno": 1569, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.boxer.", + "callee": "nltk.sem.boxer.NltkDrtBoxerDrsInterpreter.__init__", + "lineno": 1602, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.boxer.", + "callee": "nltk.sem.boxer.Boxer.__init__", + "lineno": 1603, + "resolution": "same_module_class_call" + } + ], + "nltk.sem.chat80": [ + { + "caller": "nltk.sem.chat80.", + "callee": ".dict.values", + "lineno": 239, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.chat80.Concept._make_pairs", + "callee": ".list.append", + "lineno": 337, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.chat80.Concept.close", + "callee": ".list.append", + "lineno": 353, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.chat80.Concept.close", + "callee": "nltk.sem.chat80.Concept._make_graph", + "lineno": 357, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.chat80.Concept.close", + "callee": "nltk.sem.chat80.Concept._transclose", + "lineno": 358, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.chat80.Concept.close", + "callee": "nltk.sem.chat80.Concept._make_pairs", + "lineno": 359, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.chat80.clause2concepts", + "callee": "nltk.sem.chat80._str2records", + "lineno": 388, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.clause2concepts", + "callee": ".list.append", + "lineno": 394, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.chat80.clause2concepts", + "callee": "nltk.sem.chat80.unary_concept", + "lineno": 394, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.clause2concepts", + "callee": ".list.append", + "lineno": 399, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.chat80.clause2concepts", + "callee": "nltk.sem.chat80.binary_concept", + "lineno": 399, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.cities2table", + "callee": "nltk.sem.chat80._str2records", + "lineno": 424, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.sql_query", + "callee": "nltk.data.find", + "lineno": 455, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.chat80._str2records", + "callee": "nltk.data.load", + "lineno": 473, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.chat80._str2records", + "callee": ".list.append", + "lineno": 479, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.chat80.unary_concept", + "callee": "nltk.sem.chat80.Concept.__init__", + "lineno": 500, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.chat80.unary_concept", + "callee": "nltk.sem.chat80.Concept.augment", + "lineno": 502, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.chat80.binary_concept", + "callee": "nltk.sem.chat80.Concept.__init__", + "lineno": 536, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.chat80.binary_concept", + "callee": "nltk.sem.chat80.Concept.augment", + "lineno": 538, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.chat80.binary_concept", + "callee": "nltk.sem.chat80.Concept.close", + "lineno": 540, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.chat80.process_bundle", + "callee": "nltk.sem.chat80.clause2concepts", + "lineno": 561, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.make_valuation", + "callee": ".list.append", + "lineno": 587, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.chat80.make_valuation", + "callee": "nltk.sem.chat80.label_indivs", + "lineno": 596, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.val_dump", + "callee": "nltk.sem.chat80.process_bundle", + "lineno": 613, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.val_dump", + "callee": "nltk.sem.chat80.make_valuation", + "lineno": 614, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.label_indivs", + "callee": "nltk.sem.chat80.make_lex", + "lineno": 676, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.make_lex", + "callee": ".list.append", + "lineno": 702, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.chat80.make_lex", + "callee": ".list.append", + "lineno": 710, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.chat80.concepts", + "callee": "nltk.sem.chat80.process_bundle", + "lineno": 733, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.main", + "callee": ".optparse.OptionParser", + "lineno": 749, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.chat80.main", + "callee": "nltk.sem.chat80.val_dump", + "lineno": 805, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.main", + "callee": "nltk.sem.chat80.val_load", + "lineno": 814, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.main", + "callee": "nltk.sem.chat80.process_bundle", + "lineno": 818, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.main", + "callee": "nltk.sem.chat80.make_valuation", + "lineno": 839, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.main", + "callee": "nltk.sem.chat80.make_valuation", + "lineno": 841, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.sql_demo", + "callee": "nltk.sem.chat80.sql_query", + "lineno": 851, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.", + "callee": "nltk.sem.chat80.main", + "lineno": 856, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.chat80.", + "callee": "nltk.sem.chat80.sql_demo", + "lineno": 857, + "resolution": "direct_name_call" + } + ], + "nltk.sem.cooper_storage": [ + { + "caller": "nltk.sem.cooper_storage.CooperStore._permute", + "callee": "nltk.sem.cooper_storage.CooperStore._permute", + "lineno": 42, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.cooper_storage.CooperStore.s_retrieve", + "callee": "nltk.sem.cooper_storage.CooperStore._permute", + "lineno": 62, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.cooper_storage.CooperStore.s_retrieve", + "callee": "nltk.sem.logic.ApplicationExpression.__init__", + "lineno": 71, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.cooper_storage.CooperStore.s_retrieve", + "callee": "nltk.sem.logic.LambdaExpression.", + "lineno": 72, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.cooper_storage.", + "callee": "nltk.sem.cooper_storage.demo", + "lineno": 124, + "resolution": "direct_name_call" + } + ], + "nltk.sem.drt": [ + { + "caller": "nltk.sem.drt.DrtParser.__init__", + "callee": "nltk.sem.logic.LogicParser.__init__", + "lineno": 62, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle", + "callee": "nltk.sem.logic.LogicParser.handle_negation", + "lineno": 87, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle", + "callee": "nltk.sem.logic.LogicParser.handle_lambda", + "lineno": 90, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 93, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 93, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle", + "callee": "nltk.sem.drt.DrtParser.handle_DRS", + "lineno": 94, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle", + "callee": "nltk.sem.logic.LogicParser.handle_open", + "lineno": 96, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 99, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle", + "callee": "nltk.sem.drt.DrtParser.handle_DRS", + "lineno": 100, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle", + "callee": "nltk.sem.drt.DrtParser.isvariable", + "lineno": 102, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 103, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 103, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle", + "callee": "nltk.sem.drt.DrtParser.handle_prop", + "lineno": 104, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle", + "callee": "nltk.sem.logic.LogicParser.handle_variable", + "lineno": 106, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.make_NegatedExpression", + "callee": "nltk.sem.drt.DrtNegatedExpression.", + "lineno": 109, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_DRS", + "callee": "nltk.sem.drt.DrtParser.handle_refs", + "lineno": 113, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_DRS", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 115, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_DRS", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 115, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_DRS", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 117, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_DRS", + "callee": "nltk.sem.drt.DrtParser.handle_conds", + "lineno": 118, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_DRS", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 119, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_DRS", + "callee": "nltk.sem.drt.DRS.__init__", + "lineno": 120, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_refs", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 123, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_refs", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 125, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_refs", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 125, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_refs", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 127, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_refs", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 128, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_refs", + "callee": ".list.append", + "lineno": 129, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_refs", + "callee": "nltk.sem.logic.LogicParser.get_next_token_variable", + "lineno": 129, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_refs", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 130, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_conds", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 134, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_conds", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 136, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_conds", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 136, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_conds", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 138, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_conds", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 139, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_conds", + "callee": ".list.append", + "lineno": 140, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_conds", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 140, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_conds", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 141, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_prop", + "callee": "nltk.sem.drt.DrtParser.make_VariableExpression", + "lineno": 145, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_prop", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 146, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_prop", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 147, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.handle_prop", + "callee": "nltk.sem.drt.DrtProposition.__init__", + "lineno": 148, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.make_EqualityExpression", + "callee": "nltk.sem.drt.DrtEqualityExpression.", + "lineno": 153, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.get_BooleanExpression_factory", + "callee": "nltk.sem.drt.DrtConcatenation.__init__", + "lineno": 159, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.get_BooleanExpression_factory.make_imp_expression", + "callee": "nltk.sem.drt.DRS.__init__", + "lineno": 166, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.get_BooleanExpression_factory.make_imp_expression", + "callee": "nltk.sem.drt.DrtConcatenation.__init__", + "lineno": 168, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.make_ApplicationExpression", + "callee": "nltk.sem.drt.DrtApplicationExpression.", + "lineno": 179, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.make_VariableExpression", + "callee": "nltk.sem.drt.DrtVariableExpression", + "lineno": 182, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.make_VariableExpression", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 182, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DrtParser.make_LambdaExpression", + "callee": "nltk.sem.drt.DrtLambdaExpression.", + "lineno": 185, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.", + "callee": "nltk.sem.drt.DrtParser.__init__", + "lineno": 194, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtExpression.applyto", + "callee": "nltk.sem.drt.DrtApplicationExpression.", + "lineno": 201, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtExpression.__neg__", + "callee": "nltk.sem.drt.DrtNegatedExpression.", + "lineno": 204, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtExpression.__or__", + "callee": "nltk.sem.drt.DrtOrExpression.", + "lineno": 211, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtExpression.__gt__", + "callee": "nltk.sem.drt.DRS.__init__", + "lineno": 216, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtExpression.__gt__", + "callee": "nltk.sem.drt.DrtConcatenation.__init__", + "lineno": 218, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtExpression.__add__", + "callee": "nltk.sem.drt.DrtConcatenation.__init__", + "lineno": 246, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtExpression.make_EqualityExpression", + "callee": "nltk.sem.drt.DrtEqualityExpression.", + "lineno": 266, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtExpression.make_VariableExpression", + "callee": "nltk.sem.drt.DrtVariableExpression", + "lineno": 269, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.DrtExpression.resolve_anaphora", + "callee": "nltk.sem.drt.resolve_anaphora", + "lineno": 272, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.DrtExpression.pretty_print", + "callee": "nltk.sem.drt.DrtExpression.pretty_format", + "lineno": 285, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtExpression.draw", + "callee": "nltk.sem.drt.DrsDrawer.__init__", + "lineno": 288, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DRS.replace", + "callee": "nltk.sem.drt.DRS.__init__", + "lineno": 319, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DRS.replace", + "callee": "nltk.sem.logic.unique_variable", + "lineno": 332, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DRS.replace", + "callee": "nltk.sem.drt.DrtVariableExpression", + "lineno": 333, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.DRS.replace", + "callee": "nltk.sem.drt.DRS.__init__", + "lineno": 341, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DRS.replace", + "callee": "nltk.sem.drt.DRS.__init__", + "lineno": 357, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DRS.free", + "callee": ".functools.reduce", + "lineno": 368, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt.DRS.eliminate_equality", + "callee": "nltk.sem.drt.DRS.__init__", + "lineno": 407, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DRS.eliminate_equality", + "callee": ".list.append", + "lineno": 428, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.drt.DRS.eliminate_equality", + "callee": "nltk.sem.drt.DRS.__init__", + "lineno": 431, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DRS.fol", + "callee": ".functools.reduce", + "lineno": 437, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt.DRS.fol", + "callee": "nltk.sem.logic.ImpExpression.", + "lineno": 440, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DRS.fol", + "callee": "nltk.sem.logic.AllExpression.", + "lineno": 445, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DRS.fol", + "callee": ".functools.reduce", + "lineno": 452, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt.DRS.fol", + "callee": "nltk.sem.drt.DRS._order_ref_strings", + "lineno": 453, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DRS.fol", + "callee": "nltk.sem.logic.ExistsExpression.", + "lineno": 454, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DRS._pretty", + "callee": "nltk.sem.drt.DRS._order_ref_strings", + "lineno": 458, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DRS._order_ref_strings", + "callee": "nltk.sem.logic.is_indvar", + "lineno": 490, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DRS._order_ref_strings", + "callee": ".list.append", + "lineno": 491, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.drt.DRS._order_ref_strings", + "callee": "nltk.sem.logic.is_funcvar", + "lineno": 492, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DRS._order_ref_strings", + "callee": ".list.append", + "lineno": 493, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.drt.DRS._order_ref_strings", + "callee": "nltk.sem.logic.is_eventvar", + "lineno": 494, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DRS._order_ref_strings", + "callee": ".list.append", + "lineno": 495, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.drt.DRS._order_ref_strings", + "callee": ".list.append", + "lineno": 497, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.drt.DRS.__eq__", + "callee": "nltk.sem.drt.DrtExpression.make_VariableExpression", + "lineno": 512, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DRS.__str__", + "callee": "nltk.sem.drt.DRS._order_ref_strings", + "lineno": 530, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtVariableExpression", + "callee": "nltk.sem.logic.is_indvar", + "lineno": 551, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DrtVariableExpression", + "callee": "nltk.sem.logic.is_funcvar", + "lineno": 553, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DrtVariableExpression", + "callee": "nltk.sem.logic.is_eventvar", + "lineno": 555, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DrtProposition.replace", + "callee": "nltk.sem.drt.DrtProposition.__init__", + "lineno": 610, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtProposition.replace", + "callee": "nltk.sem.drt.DrtProposition.__init__", + "lineno": 615, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtProposition.eliminate_equality", + "callee": "nltk.sem.drt.DrtProposition.__init__", + "lineno": 621, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtNegatedExpression.fol", + "callee": "nltk.sem.logic.NegatedExpression.__init__", + "lineno": 664, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DrtLambdaExpression.alpha_convert", + "callee": "nltk.sem.drt.DrtVariableExpression", + "lineno": 688, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.DrtLambdaExpression.fol", + "callee": "nltk.sem.logic.LambdaExpression.", + "lineno": 692, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DrtLambdaExpression._pretty", + "callee": ".list.append", + "lineno": 698, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.drt.DrtBinaryExpression._pretty", + "callee": "nltk.sem.drt.DrtBinaryExpression._pretty_subex", + "lineno": 726, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtBinaryExpression._pretty", + "callee": "nltk.sem.drt.DrtBinaryExpression._pretty_subex", + "lineno": 728, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtBinaryExpression._assemble_pretty", + "callee": "nltk.sem.drt._pad_vertically", + "lineno": 734, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.DrtBinaryExpression._assemble_pretty", + "callee": "nltk.sem.drt._pad_vertically", + "lineno": 735, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.DrtOrExpression.fol", + "callee": "nltk.sem.logic.OrExpression.", + "lineno": 763, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DrtEqualityExpression.fol", + "callee": "nltk.sem.logic.EqualityExpression.", + "lineno": 773, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation.replace", + "callee": "nltk.sem.drt.DrtConcatenation.get_refs", + "lineno": 791, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation.replace", + "callee": "nltk.sem.drt.DrtConcatenation.get_refs", + "lineno": 806, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation.replace", + "callee": "nltk.sem.drt.DrtVariableExpression", + "lineno": 807, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation.replace", + "callee": "nltk.sem.logic.unique_variable", + "lineno": 807, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation.eliminate_equality", + "callee": "nltk.sem.drt.DrtConcatenation.simplify", + "lineno": 824, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation.simplify", + "callee": "nltk.sem.drt.DrtVariableExpression", + "lineno": 837, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation.simplify", + "callee": "nltk.sem.logic.unique_variable", + "lineno": 837, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation.simplify", + "callee": "nltk.sem.drt.DRS.__init__", + "lineno": 840, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation.__eq__", + "callee": "nltk.sem.drt.DrtConcatenation.get_refs", + "lineno": 858, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation.fol", + "callee": "nltk.sem.logic.AndExpression.", + "lineno": 878, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation.fol", + "callee": "nltk.sem.logic.ImpExpression.", + "lineno": 880, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation._pretty", + "callee": "nltk.sem.drt.DrtConcatenation._pretty_subex", + "lineno": 885, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation._pretty", + "callee": "nltk.sem.drt.DrtConcatenation.getOp", + "lineno": 886, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation._pretty", + "callee": "nltk.sem.drt.DrtConcatenation._pretty_subex", + "lineno": 887, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation.__str__", + "callee": "nltk.sem.drt.DrtConcatenation._str_subex", + "lineno": 910, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation.__str__", + "callee": "nltk.sem.drt.DrtConcatenation._str_subex", + "lineno": 911, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtConcatenation.__str__", + "callee": "nltk.sem.drt.DrtConcatenation.getOp", + "lineno": 912, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrtApplicationExpression.fol", + "callee": "nltk.sem.logic.ApplicationExpression.__init__", + "lineno": 934, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DrtApplicationExpression._pretty", + "callee": "nltk.sem.logic.ApplicationExpression.uncurry", + "lineno": 945, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.drt.DrtApplicationExpression._pretty", + "callee": "nltk.sem.drt._pad_vertically", + "lineno": 949, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.DrtApplicationExpression._pretty", + "callee": "nltk.sem.drt._pad_vertically", + "lineno": 950, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.PossibleAntecedents.replace", + "callee": "nltk.sem.drt.PossibleAntecedents.", + "lineno": 981, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.resolve_anaphora", + "callee": "nltk.sem.drt.PossibleAntecedents.", + "lineno": 1005, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt.resolve_anaphora", + "callee": "nltk.sem.drt.resolve_anaphora", + "lineno": 1024, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.resolve_anaphora", + "callee": "nltk.sem.drt.resolve_anaphora", + "lineno": 1025, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.resolve_anaphora", + "callee": "nltk.sem.drt.resolve_anaphora", + "lineno": 1031, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.resolve_anaphora", + "callee": ".list.append", + "lineno": 1047, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.drt.resolve_anaphora", + "callee": "nltk.sem.drt.resolve_anaphora", + "lineno": 1049, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.resolve_anaphora", + "callee": "nltk.sem.drt.resolve_anaphora", + "lineno": 1059, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.resolve_anaphora", + "callee": "nltk.sem.drt.resolve_anaphora", + "lineno": 1064, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.resolve_anaphora", + "callee": "nltk.sem.drt.resolve_anaphora", + "lineno": 1068, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.resolve_anaphora", + "callee": "nltk.sem.drt.resolve_anaphora", + "lineno": 1069, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.resolve_anaphora", + "callee": "nltk.sem.drt.resolve_anaphora", + "lineno": 1075, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.resolve_anaphora", + "callee": "nltk.sem.drt.resolve_anaphora", + "lineno": 1076, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.resolve_anaphora", + "callee": "nltk.sem.drt.resolve_anaphora", + "lineno": 1081, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer.__init__", + "callee": ".tkinter.Tk", + "lineno": 1104, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer.__init__", + "callee": ".tkinter.font.Font", + "lineno": 1107, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer.__init__", + "callee": ".tkinter.Canvas", + "lineno": 1110, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer.__init__", + "callee": "nltk.sem.drt.DrsDrawer._visit", + "lineno": 1113, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer.__init__", + "callee": ".tkinter.Canvas", + "lineno": 1117, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer.__init__", + "callee": ".tkinter.Canvas", + "lineno": 1119, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer.draw", + "callee": "nltk.sem.drt.DrsDrawer._handle", + "lineno": 1134, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer.draw", + "callee": "nltk.util.in_idle", + "lineno": 1136, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer.draw", + "callee": "nltk.sem.drt.DrsDrawer._visit", + "lineno": 1139, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._visit", + "callee": "nltk.sem.drt.DrsDrawer._handle", + "lineno": 1150, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._draw_command", + "callee": "nltk.sem.drt.DrsDrawer._get_text_height", + "lineno": 1168, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._draw_command", + "callee": "nltk.sem.drt.DrsDrawer._visit_command", + "lineno": 1172, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._visit_command", + "callee": "nltk.sem.drt.DrsDrawer._get_text_height", + "lineno": 1184, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_NegatedExpression", + "callee": "nltk.sem.drt.DrsDrawer._visit_command", + "lineno": 1239, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_NegatedExpression", + "callee": "nltk.sem.drt.DrsDrawer._handle", + "lineno": 1242, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_NegatedExpression", + "callee": "nltk.sem.drt.DrsDrawer._get_centered_top", + "lineno": 1248, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_NegatedExpression", + "callee": "nltk.sem.drt.DrsDrawer._get_text_height", + "lineno": 1248, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_DRS", + "callee": "nltk.sem.drt.DrsDrawer._handle", + "lineno": 1268, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_DRS", + "callee": "nltk.sem.drt.DrsDrawer._get_text_height", + "lineno": 1272, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_ApplicationExpression", + "callee": "nltk.sem.drt.DrsDrawer._visit", + "lineno": 1286, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_ApplicationExpression", + "callee": "nltk.sem.drt.DrsDrawer._visit", + "lineno": 1288, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_ApplicationExpression", + "callee": "nltk.sem.drt.DrsDrawer._get_centered_top", + "lineno": 1294, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_ApplicationExpression", + "callee": "nltk.sem.drt.DrsDrawer._handle", + "lineno": 1297, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_ApplicationExpression", + "callee": "nltk.sem.drt.DrsDrawer._get_centered_top", + "lineno": 1300, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_ApplicationExpression", + "callee": "nltk.sem.drt.DrsDrawer._get_text_height", + "lineno": 1301, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_ApplicationExpression", + "callee": "nltk.sem.drt.DrsDrawer._get_centered_top", + "lineno": 1307, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_ApplicationExpression", + "callee": "nltk.sem.drt.DrsDrawer._handle", + "lineno": 1310, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_LambdaExpression", + "callee": "nltk.sem.drt.DrsDrawer._visit_command", + "lineno": 1324, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_LambdaExpression", + "callee": "nltk.sem.drt.DrsDrawer._handle", + "lineno": 1327, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_LambdaExpression", + "callee": "nltk.sem.drt.DrsDrawer._get_centered_top", + "lineno": 1331, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_LambdaExpression", + "callee": "nltk.sem.drt.DrsDrawer._get_text_height", + "lineno": 1331, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_BinaryExpression", + "callee": "nltk.sem.drt.DrsDrawer._visit", + "lineno": 1338, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_BinaryExpression", + "callee": "nltk.sem.drt.DrsDrawer._visit", + "lineno": 1339, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_BinaryExpression", + "callee": "nltk.sem.drt.DrsDrawer._get_centered_top", + "lineno": 1343, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_BinaryExpression", + "callee": "nltk.sem.drt.DrsDrawer._get_text_height", + "lineno": 1344, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_BinaryExpression", + "callee": "nltk.sem.drt.DrsDrawer._handle", + "lineno": 1350, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_BinaryExpression", + "callee": "nltk.sem.drt.DrsDrawer._get_centered_top", + "lineno": 1354, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_BinaryExpression", + "callee": "nltk.sem.drt.DrsDrawer._handle", + "lineno": 1362, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_BinaryExpression", + "callee": "nltk.sem.drt.DrsDrawer._get_centered_top", + "lineno": 1366, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.DrsDrawer._handle_DrtProposition", + "callee": "nltk.sem.drt.DrsDrawer._handle", + "lineno": 1379, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt.demo", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 1409, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt.demo", + "callee": "nltk.sem.drt.resolve_anaphora", + "lineno": 1414, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.demo", + "callee": "nltk.sem.drt.resolve_anaphora", + "lineno": 1416, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.demo", + "callee": "nltk.sem.drt.resolve_anaphora", + "lineno": 1418, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.drt.", + "callee": "nltk.sem.drt.demo", + "lineno": 1456, + "resolution": "direct_name_call" + } + ], + "nltk.sem.drt_glue_demo": [ + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.__init__", + "callee": ".tkinter.Tk", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.__init__", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_bindings", + "lineno": 34, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.__init__", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_fonts", + "lineno": 37, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.__init__", + "callee": ".tkinter.IntVar", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.__init__", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_glue", + "lineno": 53, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.__init__", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_menubar", + "lineno": 56, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.__init__", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_buttons", + "lineno": 57, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.__init__", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_exampleListbox", + "lineno": 58, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.__init__", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_readingListbox", + "lineno": 59, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.__init__", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_canvas", + "lineno": 60, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_glue", + "callee": "nltk.sem.glue.DrtGlue.__init__", + "lineno": 87, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_fonts", + "callee": ".tkinter.Button", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_fonts", + "callee": ".tkinter.IntVar", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_fonts", + "callee": ".tkinter.font.Font", + "lineno": 104, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_exampleListbox", + "callee": ".tkinter.Frame", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_exampleListbox", + "callee": ".tkinter.Label", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_exampleListbox", + "callee": ".tkinter.Listbox", + "lineno": 113, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_exampleListbox", + "callee": ".tkinter.Scrollbar", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_readingListbox", + "callee": ".tkinter.Frame", + "lineno": 141, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_readingListbox", + "callee": ".tkinter.Label", + "lineno": 143, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_readingListbox", + "callee": ".tkinter.Listbox", + "lineno": 147, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_readingListbox", + "callee": ".tkinter.Scrollbar", + "lineno": 161, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_readingListbox", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._populate_readingListbox", + "lineno": 166, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_buttons", + "callee": ".tkinter.Frame", + "lineno": 190, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_buttons", + "callee": ".tkinter.Button", + "lineno": 192, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_buttons", + "callee": ".tkinter.Button", + "lineno": 199, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._configure", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._redraw", + "lineno": 212, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_canvas", + "callee": "nltk.draw.util.CanvasFrame.__init__", + "lineno": 215, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 232, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 234, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 240, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 249, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 259, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._init_menubar", + "callee": ".tkinter.Menu", + "lineno": 297, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._redraw", + "callee": "nltk.sem.drt_glue_demo.DrsWidget.__init__", + "lineno": 315, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._redraw", + "callee": "nltk.sem.drt_glue_demo.DrsWidget.__init__", + "lineno": 319, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.prev", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._select_previous_example", + "lineno": 345, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.prev", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._readingList_store_selection", + "lineno": 347, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.prev", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._readingList_store_selection", + "lineno": 351, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.prev", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._select_previous_example", + "lineno": 354, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._select_previous_example", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._exampleList_store_selection", + "lineno": 359, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._select_previous_example", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._exampleList_store_selection", + "lineno": 362, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.next", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._select_next_example", + "lineno": 376, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.next", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._readingList_store_selection", + "lineno": 378, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.next", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._readingList_store_selection", + "lineno": 382, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.next", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._select_next_example", + "lineno": 385, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._select_next_example", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._exampleList_store_selection", + "lineno": 390, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._select_next_example", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._exampleList_store_selection", + "lineno": 393, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.about", + "callee": ".tkinter.messagebox.Message", + "lineno": 404, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.about", + "callee": "nltk.draw.util.ShowText.__init__", + "lineno": 406, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.mainloop", + "callee": "nltk.util.in_idle", + "lineno": 419, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo.resize", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._redraw", + "lineno": 431, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._toggle_remove_duplicates", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._populate_readingListbox", + "lineno": 438, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._toggle_remove_duplicates", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._redraw", + "lineno": 444, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._exampleList_select", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._exampleList_store_selection", + "lineno": 450, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._exampleList_store_selection", + "callee": "nltk.sem.drt.DrtVariableExpression", + "lineno": 473, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._exampleList_store_selection", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 473, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._exampleList_store_selection", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._populate_readingListbox", + "lineno": 483, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._exampleList_store_selection", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._redraw", + "lineno": 488, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._readingList_select", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._readingList_store_selection", + "lineno": 494, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrtGlueDemo._readingList_store_selection", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo._redraw", + "lineno": 505, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrsWidget.__init__", + "callee": ".tkinter.font.Font", + "lineno": 512, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.DrsWidget.draw", + "callee": "nltk.sem.drt.DrsDrawer.__init__", + "lineno": 519, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.demo", + "callee": "nltk.sem.drt_glue_demo.DrtGlueDemo.__init__", + "lineno": 549, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.drt_glue_demo.", + "callee": "nltk.sem.drt_glue_demo.demo", + "lineno": 553, + "resolution": "direct_name_call" + } + ], + "nltk.sem.evaluate": [ + { + "caller": "nltk.sem.evaluate.Valuation.__init__", + "callee": "nltk.sem.evaluate.set2rel", + "lineno": 136, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.evaluate.Valuation.__str__", + "callee": ".pprint.pformat", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.evaluate.Valuation.domain", + "callee": ".list.append", + "lineno": 161, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.evaluate.Valuation.domain", + "callee": ".list.extend", + "lineno": 163, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.evaluate.Valuation.fromstring", + "callee": "nltk.sem.evaluate.read_valuation", + "lineno": 175, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.evaluate._read_valuation_line", + "callee": ".list.append", + "lineno": 219, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.evaluate.read_valuation", + "callee": ".list.append", + "lineno": 245, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.evaluate.read_valuation", + "callee": "nltk.sem.evaluate._read_valuation_line", + "lineno": 245, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.evaluate.read_valuation", + "callee": "nltk.sem.evaluate.Valuation.__init__", + "lineno": 248, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.evaluate.Assignment.__init__", + "callee": "nltk.sem.logic.is_indvar", + "lineno": 313, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.evaluate.Assignment.__init__", + "callee": "nltk.sem.evaluate.Assignment._addvariant", + "lineno": 318, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Assignment.copy", + "callee": "nltk.sem.evaluate.Assignment.__init__", + "lineno": 327, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.evaluate.Assignment.purge", + "callee": "nltk.sem.evaluate.Assignment._addvariant", + "lineno": 342, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Assignment._addvariant", + "callee": ".list.append", + "lineno": 363, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.evaluate.Assignment.add", + "callee": "nltk.sem.logic.is_indvar", + "lineno": 374, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.evaluate.Assignment.add", + "callee": "nltk.sem.evaluate.Assignment._addvariant", + "lineno": 376, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.evaluate", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 424, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.evaluate.Model.evaluate", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 425, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 456, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 457, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 461, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 462, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 465, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 467, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 467, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 469, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 469, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 471, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 471, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 473, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 473, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 475, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 475, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 480, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 487, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 494, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 501, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfy", + "callee": "nltk.sem.evaluate.Model.i", + "lineno": 509, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfiers", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 556, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfiers", + "callee": "nltk.sem.evaluate.Model.satisfy", + "lineno": 574, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.evaluate.Model.satisfiers", + "callee": ".list.append", + "lineno": 586, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.evaluate.propdemo", + "callee": "nltk.sem.evaluate.Valuation.__init__", + "lineno": 611, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.evaluate.propdemo", + "callee": "nltk.sem.evaluate.Model.__init__", + "lineno": 613, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.evaluate.propdemo", + "callee": "nltk.sem.evaluate.Assignment.__init__", + "lineno": 614, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.evaluate.propdemo", + "callee": "nltk.sem.evaluate.Model.evaluate", + "lineno": 647, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.evaluate.propdemo", + "callee": "nltk.sem.evaluate.Model.evaluate", + "lineno": 649, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.evaluate.folmodel", + "callee": "nltk.sem.evaluate.Valuation.__init__", + "lineno": 670, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.evaluate.folmodel", + "callee": "nltk.sem.evaluate.Model.__init__", + "lineno": 672, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.evaluate.folmodel", + "callee": "nltk.sem.evaluate.Assignment.__init__", + "lineno": 673, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.evaluate.folmodel", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 684, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.evaluate.folmodel", + "callee": "nltk.sem.evaluate.Model.i", + "lineno": 691, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.evaluate.folmodel", + "callee": "nltk.sem.evaluate.Model.i", + "lineno": 705, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.evaluate.folmodel", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 705, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.evaluate.folmodel", + "callee": "nltk.sem.evaluate.Model.i", + "lineno": 706, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.evaluate.folmodel", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 706, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.evaluate.foldemo", + "callee": "nltk.sem.evaluate.folmodel", + "lineno": 720, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.evaluate.satdemo", + "callee": "nltk.sem.evaluate.folmodel", + "lineno": 768, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.evaluate.satdemo", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 797, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.evaluate.satdemo", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 799, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.evaluate.", + "callee": "nltk.sem.evaluate.demo", + "lineno": 830, + "resolution": "direct_name_call" + } + ], + "nltk.sem.glue": [ + { + "caller": "nltk.sem.glue.GlueFormula.__init__", + "callee": "nltk.sem.logic.Expression.fromstring", + "lineno": 42, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.glue.GlueFormula.__init__", + "callee": "nltk.sem.linearlogic.LinearLogicParser.__init__", + "lineno": 52, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.glue.GlueFormula.applyto", + "callee": "nltk.sem.linearlogic.ApplicationExpression.__init__", + "lineno": 76, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.glue.GlueFormula.applyto", + "callee": "nltk.sem.glue.GlueFormula.simplify", + "lineno": 81, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueFormula.applyto", + "callee": "nltk.sem.glue.GlueFormula.make_LambdaExpression", + "lineno": 89, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueFormula.applyto", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 90, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.glue.GlueFormula.make_VariableExpression", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 97, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.glue.GlueFormula.make_LambdaExpression", + "callee": "nltk.sem.logic.LambdaExpression.", + "lineno": 100, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.glue.GlueFormula.lambda_abstract", + "callee": "nltk.sem.glue.GlueFormula.make_LambdaExpression", + "lineno": 106, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueFormula.lambda_abstract", + "callee": "nltk.sem.linearlogic.ImpExpression.__init__", + "lineno": 107, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.glue.GlueFormula.compile", + "callee": "nltk.internals.Counter.__init__", + "lineno": 113, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.glue.GlueFormula.compile", + "callee": "nltk.internals.Counter.get", + "lineno": 118, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.__init__", + "callee": "nltk.sem.glue.GlueDict.read_file", + "lineno": 157, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.read_file", + "callee": "nltk.data.load", + "lineno": 164, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.read_file", + "callee": "nltk.data.load", + "lineno": 170, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.read_file", + "callee": ".list.append", + "lineno": 209, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.to_glueformula_list", + "callee": "nltk.sem.glue.GlueDict.to_glueformula_list", + "lineno": 301, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.to_glueformula_list", + "callee": "nltk.internals.Counter.__init__", + "lineno": 301, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.to_glueformula_list", + "callee": "nltk.sem.glue.GlueDict.lookup", + "lineno": 303, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.to_glueformula_list", + "callee": "nltk.sem.glue.GlueDict.to_glueformula_list", + "lineno": 307, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.lookup", + "callee": "nltk.sem.glue.GlueDict.get_semtypes", + "lineno": 312, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.lookup", + "callee": "nltk.sem.glue.GlueDict.add_missing_dependencies", + "lineno": 323, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.lookup", + "callee": "nltk.sem.glue.GlueDict._lookup_semtype_option", + "lineno": 325, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.lookup", + "callee": "nltk.sem.glue.GlueDict.get_glueformulas_from_semtype_entry", + "lineno": 333, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.add_missing_dependencies", + "callee": "nltk.sem.glue.GlueDict.lookup_unique", + "lineno": 342, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.get_glueformulas_from_semtype_entry", + "callee": "nltk.sem.glue.GlueDict.get_GlueFormula_factory", + "lineno": 401, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.get_glueformulas_from_semtype_entry", + "callee": "nltk.sem.glue.GlueDict.get_meaning_formula", + "lineno": 403, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.get_glueformulas_from_semtype_entry", + "callee": "nltk.sem.glue.GlueDict.initialize_labels", + "lineno": 409, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.get_glueformulas_from_semtype_entry", + "callee": ".list.append", + "lineno": 411, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.initialize_labels", + "callee": "nltk.sem.glue.GlueDict.find_label_name", + "lineno": 425, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.initialize_labels", + "callee": "nltk.sem.linearlogic.VariableExpression.", + "lineno": 427, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.initialize_labels", + "callee": "nltk.sem.linearlogic.ConstantExpression.", + "lineno": 429, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.initialize_labels", + "callee": "nltk.sem.linearlogic.ImpExpression.__init__", + "lineno": 431, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.initialize_labels", + "callee": "nltk.sem.glue.GlueDict.initialize_labels", + "lineno": 432, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.initialize_labels", + "callee": "nltk.sem.glue.GlueDict.initialize_labels", + "lineno": 433, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.find_label_name", + "callee": "nltk.sem.glue.GlueDict.find_label_name", + "lineno": 443, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.find_label_name", + "callee": "nltk.sem.glue.GlueDict.find_label_name", + "lineno": 447, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.find_label_name", + "callee": "nltk.sem.glue.GlueDict.lookup_unique", + "lineno": 449, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.find_label_name", + "callee": "nltk.sem.glue.GlueDict.get_label", + "lineno": 454, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.find_label_name", + "callee": "nltk.sem.glue.GlueDict.get_label", + "lineno": 462, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.find_label_name", + "callee": "nltk.sem.glue.GlueDict.get_label", + "lineno": 466, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.find_label_name", + "callee": "nltk.sem.glue.GlueDict.lookup_unique", + "lineno": 466, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.find_label_name", + "callee": "nltk.sem.glue.GlueDict.get_label", + "lineno": 468, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.find_label_name", + "callee": "nltk.sem.glue.GlueDict.lookup_unique", + "lineno": 468, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.find_label_name", + "callee": "nltk.sem.glue.GlueDict.get_label", + "lineno": 470, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.GlueDict.find_label_name", + "callee": "nltk.sem.glue.GlueDict.lookup_unique", + "lineno": 470, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.Glue.train_depparser", + "callee": "nltk.data.find", + "lineno": 564, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.glue.Glue.parse_to_meaning", + "callee": "nltk.sem.glue.Glue.parse_to_compiled", + "lineno": 571, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.Glue.parse_to_meaning", + "callee": ".list.extend", + "lineno": 572, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.glue.Glue.parse_to_meaning", + "callee": "nltk.sem.glue.Glue.get_readings", + "lineno": 572, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.Glue.get_readings", + "callee": "nltk.sem.linearlogic.BindingDict.__init__", + "lineno": 591, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.glue.Glue.get_readings", + "callee": "nltk.sem.linearlogic.BindingDict.__init__", + "lineno": 617, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.glue.Glue.get_readings", + "callee": "nltk.sem.glue.Glue._add_to_reading_list", + "lineno": 636, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.Glue.get_readings", + "callee": "nltk.sem.glue.Glue._add_to_reading_list", + "lineno": 640, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.Glue.parse_to_compiled", + "callee": "nltk.sem.glue.Glue.depgraph_to_glue", + "lineno": 661, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.Glue.parse_to_compiled", + "callee": "nltk.sem.glue.Glue.dep_parse", + "lineno": 661, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.Glue.parse_to_compiled", + "callee": "nltk.sem.glue.Glue.gfl_to_compiled", + "lineno": 662, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.Glue.dep_parse", + "callee": "nltk.sem.glue.Glue.get_pos_tagger", + "lineno": 677, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.Glue.dep_parse", + "callee": "nltk.sem.glue.Glue.train_depparser", + "lineno": 679, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.Glue.depgraph_to_glue", + "callee": "nltk.sem.glue.Glue.get_glue_dict", + "lineno": 683, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.glue.Glue.get_glue_dict", + "callee": "nltk.sem.glue.GlueDict.__init__", + "lineno": 686, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.glue.Glue.gfl_to_compiled", + "callee": "nltk.internals.Counter.__init__", + "lineno": 689, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.glue.Glue.gfl_to_compiled", + "callee": ".list.extend", + "lineno": 692, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.glue.DrtGlueFormula.__init__", + "callee": "nltk.sem.drt.DrtExpression.fromstring", + "lineno": 737, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.glue.DrtGlueFormula.__init__", + "callee": "nltk.sem.linearlogic.LinearLogicParser.__init__", + "lineno": 747, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.glue.DrtGlueFormula.make_VariableExpression", + "callee": "nltk.sem.drt.DrtVariableExpression", + "lineno": 759, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.glue.DrtGlueFormula.make_LambdaExpression", + "callee": "nltk.sem.drt.DrtLambdaExpression.", + "lineno": 762, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.glue.DrtGlue.get_glue_dict", + "callee": "nltk.sem.glue.DrtGlueDict.", + "lineno": 781, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.glue.demo", + "callee": "nltk.sem.glue.Glue.__init__", + "lineno": 824, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.glue.demo", + "callee": "nltk.sem.glue.Glue.parse_to_meaning", + "lineno": 829, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.glue.", + "callee": "nltk.sem.glue.demo", + "lineno": 835, + "resolution": "direct_name_call" + } + ], + "nltk.sem.hole": [ + { + "caller": "nltk.sem.hole.", + "callee": "nltk.sem.logic.AllExpression.", + "lineno": 62, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.hole.", + "callee": "nltk.sem.logic.ExistsExpression.", + "lineno": 63, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics.__init__", + "callee": "nltk.sem.hole.HoleSemantics._break_down", + "lineno": 104, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics.__init__", + "callee": "nltk.sem.hole.HoleSemantics._find_top_most_labels", + "lineno": 105, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics.__init__", + "callee": "nltk.sem.hole.HoleSemantics._find_top_hole", + "lineno": 106, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics._break_down", + "callee": "nltk.sem.hole.HoleSemantics._break_down", + "lineno": 121, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics._break_down", + "callee": "nltk.sem.hole.HoleSemantics._break_down", + "lineno": 122, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics._break_down", + "callee": "nltk.sem.hole.Constraint.__init__", + "lineno": 126, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics._find_top_most_labels", + "callee": "nltk.sem.hole.HoleSemantics._find_top_nodes", + "lineno": 154, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics._find_top_hole", + "callee": "nltk.sem.hole.HoleSemantics._find_top_nodes", + "lineno": 160, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics.pluggings", + "callee": "nltk.sem.hole.HoleSemantics._plug_nodes", + "lineno": 170, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics._plug_nodes", + "callee": "nltk.sem.hole.HoleSemantics._plug_hole", + "lineno": 193, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics._plug_nodes", + "callee": "nltk.sem.hole.HoleSemantics.is_node", + "lineno": 201, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics._plug_nodes", + "callee": "nltk.sem.hole.HoleSemantics._plug_nodes", + "lineno": 202, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics._plug_hole", + "callee": "nltk.sem.hole.HoleSemantics._violates_constraints", + "lineno": 218, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics._plug_hole", + "callee": "nltk.sem.hole.HoleSemantics._sanity_check_plugging", + "lineno": 234, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics._plug_hole", + "callee": "nltk.sem.hole.HoleSemantics._plug_nodes", + "lineno": 245, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics._sanity_check_plugging", + "callee": "nltk.sem.hole.HoleSemantics.is_node", + "lineno": 278, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics._sanity_check_plugging", + "callee": "nltk.sem.hole.HoleSemantics._sanity_check_plugging", + "lineno": 279, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics.formula_tree", + "callee": "nltk.sem.hole.HoleSemantics._formula_tree", + "lineno": 286, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics._formula_tree", + "callee": "nltk.sem.hole.HoleSemantics._formula_tree", + "lineno": 290, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics._formula_tree", + "callee": "nltk.sem.hole.HoleSemantics._formula_tree", + "lineno": 293, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.hole.HoleSemantics._formula_tree", + "callee": ".functools.reduce", + "lineno": 294, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.hole.hole_readings", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 352, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.hole.hole_readings", + "callee": "nltk.sem.hole.HoleSemantics.__init__", + "lineno": 359, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.hole.hole_readings", + "callee": "nltk.sem.hole.HoleSemantics.pluggings", + "lineno": 373, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.hole.hole_readings", + "callee": ".list.extend", + "lineno": 385, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.hole.", + "callee": "nltk.sem.hole.hole_readings", + "lineno": 391, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.hole.", + "callee": "nltk.sem.hole.hole_readings", + "lineno": 394, + "resolution": "direct_name_call" + } + ], + "nltk.sem.lfg": [ + { + "caller": "nltk.sem.lfg.FStructure.to_glueformula_list", + "callee": "nltk.sem.lfg.FStructure.to_depgraph", + "lineno": 34, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.lfg.FStructure.to_depgraph", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 40, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.lfg.FStructure.to_depgraph", + "callee": "nltk.sem.lfg.FStructure._to_depgraph", + "lineno": 43, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.lfg.FStructure._read_depgraph", + "callee": "nltk.internals.Counter.__init__", + "lineno": 100, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.lfg.FStructure._read_depgraph", + "callee": "nltk.sem.lfg.FStructure.", + "lineno": 107, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.lfg.FStructure._read_depgraph", + "callee": "nltk.internals.Counter.get", + "lineno": 109, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.lfg.FStructure._read_depgraph", + "callee": "nltk.sem.lfg.FStructure.safeappend", + "lineno": 116, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.lfg.FStructure._read_depgraph", + "callee": "nltk.sem.lfg.FStructure.safeappend", + "lineno": 127, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.lfg.FStructure.__repr__", + "callee": "nltk.sem.lfg.FStructure.__str__", + "lineno": 177, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.lfg.FStructure.__str__", + "callee": "nltk.sem.lfg.FStructure.pretty_format", + "lineno": 180, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.lfg.demo_read_depgraph", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 219, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.lfg.demo_read_depgraph", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 231, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.lfg.demo_read_depgraph", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 238, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.lfg.demo_read_depgraph", + "callee": "nltk.parse.dependencygraph.DependencyGraph.__init__", + "lineno": 245, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.lfg.", + "callee": "nltk.sem.lfg.demo_read_depgraph", + "lineno": 261, + "resolution": "direct_name_call" + } + ], + "nltk.sem.linearlogic": [ + { + "caller": "nltk.sem.linearlogic.", + "callee": "nltk.internals.Counter.__init__", + "lineno": 12, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.linearlogic.LinearLogicParser.__init__", + "callee": "nltk.sem.logic.LogicParser.__init__", + "lineno": 31, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.linearlogic.LinearLogicParser.handle", + "callee": "nltk.sem.logic.LogicParser.handle_variable", + "lineno": 41, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.linearlogic.LinearLogicParser.handle", + "callee": "nltk.sem.logic.LogicParser.handle_open", + "lineno": 43, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.linearlogic.LinearLogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.has_priority", + "lineno": 59, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.linearlogic.LinearLogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 60, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.linearlogic.LinearLogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 60, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.linearlogic.LinearLogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 61, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.linearlogic.LinearLogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 62, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.linearlogic.LinearLogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 63, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.sem.linearlogic.LinearLogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.linearlogic.ApplicationExpression.__init__", + "lineno": 64, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.linearlogic.LinearLogicParser.make_VariableExpression", + "callee": "nltk.sem.linearlogic.VariableExpression.", + "lineno": 69, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.linearlogic.LinearLogicParser.make_VariableExpression", + "callee": "nltk.sem.linearlogic.ConstantExpression.", + "lineno": 71, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.linearlogic.", + "callee": "nltk.sem.linearlogic.LinearLogicParser.__init__", + "lineno": 75, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.linearlogic.Expression.applyto", + "callee": "nltk.sem.linearlogic.ApplicationExpression.__init__", + "lineno": 82, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.linearlogic.Expression.__call__", + "callee": "nltk.sem.linearlogic.Expression.applyto", + "lineno": 85, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.linearlogic.ConstantExpression.unify", + "callee": "nltk.sem.linearlogic.BindingDict.__init__", + "lineno": 172, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.linearlogic.ConstantExpression.unify", + "callee": "nltk.sem.linearlogic.UnificationException.__init__", + "lineno": 177, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.linearlogic.VariableExpression.unify", + "callee": "nltk.sem.linearlogic.BindingDict.__init__", + "lineno": 195, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.linearlogic.VariableExpression.unify", + "callee": "nltk.sem.linearlogic.UnificationException.__init__", + "lineno": 197, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.linearlogic.ImpExpression.unify", + "callee": "nltk.sem.linearlogic.UnificationException.__init__", + "lineno": 233, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.linearlogic.ImpExpression.compile_pos", + "callee": "nltk.sem.linearlogic.ImpExpression.__init__", + "lineno": 245, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.linearlogic.ApplicationExpression.__init__", + "callee": "nltk.sem.linearlogic.BindingDict.__init__", + "lineno": 303, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.linearlogic.BindingDict.__add__", + "callee": "nltk.sem.linearlogic.BindingDict.__init__", + "lineno": 427, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.linearlogic.", + "callee": "nltk.sem.linearlogic.demo", + "lineno": 481, + "resolution": "direct_name_call" + } + ], + "nltk.sem.logic": [ + { + "caller": "nltk.sem.logic.", + "callee": "nltk.internals.Counter.__init__", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.parse", + "callee": "nltk.sem.logic.LogicParser.process", + "lineno": 151, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.parse", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 154, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.parse", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 155, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.parse", + "callee": "nltk.sem.logic.UnexpectedTokenException.__init__", + "lineno": 156, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.parse", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 156, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.parse", + "callee": "nltk.sem.logic.LogicalExpressionException.__init__", + "lineno": 159, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.process", + "callee": "nltk.sem.logic.LogicParser.get_all_symbols", + "lineno": 170, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.process", + "callee": "nltk.sem.logic.LogicParser.process_quoted_token", + "lineno": 176, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.process", + "callee": ".list.append", + "lineno": 197, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.process", + "callee": ".list.append", + "lineno": 200, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.process", + "callee": ".list.append", + "lineno": 206, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.process", + "callee": ".list.append", + "lineno": 215, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.process_quoted_token", + "callee": "nltk.sem.logic.LogicalExpressionException.__init__", + "lineno": 235, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.process_quoted_token", + "callee": "nltk.sem.logic.LogicalExpressionException.__init__", + "lineno": 245, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.process_quoted_token", + "callee": "nltk.sem.logic.LogicalExpressionException.__init__", + "lineno": 252, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.token", + "callee": "nltk.sem.logic.ExpectedMoreTokensException.__init__", + "lineno": 276, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.process_next_expression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 284, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.process_next_expression", + "callee": "nltk.sem.logic.ExpectedMoreTokensException.__init__", + "lineno": 286, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.process_next_expression", + "callee": "nltk.sem.logic.LogicParser.handle", + "lineno": 290, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.process_next_expression", + "callee": "nltk.sem.logic.UnexpectedTokenException.__init__", + "lineno": 293, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.process_next_expression", + "callee": "nltk.sem.logic.LogicParser.attempt_adjuncts", + "lineno": 297, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle", + "callee": "nltk.sem.logic.LogicParser.isvariable", + "lineno": 302, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle", + "callee": "nltk.sem.logic.LogicParser.handle_variable", + "lineno": 303, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle", + "callee": "nltk.sem.logic.LogicParser.handle_negation", + "lineno": 306, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle", + "callee": "nltk.sem.logic.LogicParser.handle_lambda", + "lineno": 309, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle", + "callee": "nltk.sem.logic.LogicParser.handle_quant", + "lineno": 312, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle", + "callee": "nltk.sem.logic.LogicParser.handle_open", + "lineno": 315, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_adjuncts", + "callee": "nltk.sem.logic.LogicParser.attempt_EqualityExpression", + "lineno": 321, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_adjuncts", + "callee": "nltk.sem.logic.LogicParser.attempt_ApplicationExpression", + "lineno": 322, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_adjuncts", + "callee": "nltk.sem.logic.LogicParser.attempt_BooleanExpression", + "lineno": 323, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_negation", + "callee": "nltk.sem.logic.LogicParser.make_NegatedExpression", + "lineno": 327, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_negation", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 327, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.make_NegatedExpression", + "callee": "nltk.sem.logic.NegatedExpression.__init__", + "lineno": 330, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_variable", + "callee": "nltk.sem.logic.LogicParser.make_VariableExpression", + "lineno": 336, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_variable", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 337, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_variable", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 337, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_variable", + "callee": "nltk.sem.logic.LogicalExpressionException.__init__", + "lineno": 342, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_variable", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 348, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_variable", + "callee": "nltk.sem.logic.LogicParser.make_ApplicationExpression", + "lineno": 351, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_variable", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 352, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_variable", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 354, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_variable", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 354, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_variable", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 355, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_variable", + "callee": "nltk.sem.logic.LogicParser.make_ApplicationExpression", + "lineno": 356, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_variable", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 357, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_variable", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 359, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.get_next_token_variable", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 364, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.get_next_token_variable", + "callee": "nltk.sem.logic.ExpectedMoreTokensException.__init__", + "lineno": 366, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.get_next_token_variable", + "callee": "nltk.sem.logic.LogicParser.make_VariableExpression", + "lineno": 367, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.get_next_token_variable", + "callee": "nltk.sem.logic.LogicalExpressionException.__init__", + "lineno": 368, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.get_next_token_variable", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 373, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 377, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": "nltk.sem.logic.ExpectedMoreTokensException.__init__", + "lineno": 378, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": "nltk.sem.logic.LogicParser.get_next_token_variable", + "lineno": 382, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 384, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 385, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 385, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": "nltk.sem.logic.ExpectedMoreTokensException.__init__", + "lineno": 387, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": "nltk.sem.logic.LogicParser.isvariable", + "lineno": 390, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 390, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": ".list.append", + "lineno": 393, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": "nltk.sem.logic.LogicParser.get_next_token_variable", + "lineno": 393, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 394, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 394, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 395, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 397, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": "nltk.sem.logic.LogicParser.make_LambdaExpression", + "lineno": 399, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_lambda", + "callee": ".list.pop", + "lineno": 399, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": "nltk.sem.logic.LogicParser.get_QuantifiedExpression_factory", + "lineno": 404, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 406, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": "nltk.sem.logic.ExpectedMoreTokensException.__init__", + "lineno": 407, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": "nltk.sem.logic.LogicParser.get_next_token_variable", + "lineno": 412, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 414, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 415, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 415, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": "nltk.sem.logic.ExpectedMoreTokensException.__init__", + "lineno": 417, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": "nltk.sem.logic.LogicParser.isvariable", + "lineno": 420, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 420, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": ".list.append", + "lineno": 423, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": "nltk.sem.logic.LogicParser.get_next_token_variable", + "lineno": 423, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 424, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 424, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 425, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 427, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": "nltk.sem.logic.LogicParser.make_QuanifiedExpression", + "lineno": 429, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_quant", + "callee": ".list.pop", + "lineno": 429, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.get_QuantifiedExpression_factory", + "callee": "nltk.sem.logic.LogicParser.assertToken", + "lineno": 442, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_open", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 449, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.handle_open", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 450, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_EqualityExpression", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 457, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_EqualityExpression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 458, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_EqualityExpression", + "callee": "nltk.sem.logic.LogicParser.has_priority", + "lineno": 459, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_EqualityExpression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 462, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_EqualityExpression", + "callee": "nltk.sem.logic.LogicParser.make_EqualityExpression", + "lineno": 463, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_EqualityExpression", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 464, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_EqualityExpression", + "callee": "nltk.sem.logic.LogicParser.make_NegatedExpression", + "lineno": 467, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.make_EqualityExpression", + "callee": "nltk.sem.logic.EqualityExpression.", + "lineno": 473, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_BooleanExpression", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 479, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_BooleanExpression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 480, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_BooleanExpression", + "callee": "nltk.sem.logic.LogicParser.get_BooleanExpression_factory", + "lineno": 481, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_BooleanExpression", + "callee": "nltk.sem.logic.LogicParser.has_priority", + "lineno": 482, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_BooleanExpression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 483, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_BooleanExpression", + "callee": "nltk.sem.logic.LogicParser.make_BooleanExpression", + "lineno": 484, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_BooleanExpression", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 485, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.has_priority", + "lineno": 513, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 514, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 514, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicalExpressionException.__init__", + "lineno": 521, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 529, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.make_ApplicationExpression", + "lineno": 531, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 532, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 534, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 534, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 535, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.make_ApplicationExpression", + "lineno": 536, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.process_next_expression", + "lineno": 537, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.attempt_ApplicationExpression", + "callee": "nltk.sem.logic.LogicParser.assertNextToken", + "lineno": 539, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.make_ApplicationExpression", + "callee": "nltk.sem.logic.ApplicationExpression.__init__", + "lineno": 544, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.make_VariableExpression", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 547, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.make_VariableExpression", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 547, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.make_LambdaExpression", + "callee": "nltk.sem.logic.LambdaExpression.", + "lineno": 550, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.assertNextToken", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 562, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.assertNextToken", + "callee": "nltk.sem.logic.ExpectedMoreTokensException.__init__", + "lineno": 564, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.assertNextToken", + "callee": "nltk.sem.logic.UnexpectedTokenException.__init__", + "lineno": 570, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.assertNextToken", + "callee": "nltk.sem.logic.UnexpectedTokenException.__init__", + "lineno": 573, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.assertToken", + "callee": "nltk.sem.logic.UnexpectedTokenException.__init__", + "lineno": 578, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.assertToken", + "callee": "nltk.sem.logic.UnexpectedTokenException.__init__", + "lineno": 581, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.__repr__", + "callee": "nltk.sem.logic.LogicParser.inRange", + "lineno": 584, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.LogicParser.__repr__", + "callee": "nltk.sem.logic.LogicParser.token", + "lineno": 585, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.read_logic", + "callee": "nltk.sem.logic.LogicParser.__init__", + "lineno": 607, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.read_logic", + "callee": ".list.append", + "lineno": 615, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.logic.read_logic", + "callee": "nltk.sem.logic.LogicParser.parse", + "lineno": 615, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.logic.unique_variable", + "callee": "nltk.sem.logic.is_indvar", + "lineno": 662, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.unique_variable", + "callee": "nltk.sem.logic.is_funcvar", + "lineno": 664, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.unique_variable", + "callee": "nltk.sem.logic.is_eventvar", + "lineno": 666, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.unique_variable", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 673, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.unique_variable", + "callee": "nltk.internals.Counter.get", + "lineno": 673, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.logic.unique_variable", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 675, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.unique_variable", + "callee": "nltk.internals.Counter.get", + "lineno": 675, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.logic.skolem_function", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 684, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.skolem_function", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 684, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.skolem_function", + "callee": "nltk.internals.Counter.get", + "lineno": 684, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sem.logic.skolem_function", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 687, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.Type.fromstring", + "callee": "nltk.sem.logic.read_type", + "lineno": 700, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.ComplexType.resolve", + "callee": "nltk.sem.logic.ComplexType.__init__", + "lineno": 732, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.BasicType.resolve", + "callee": "nltk.sem.logic.BasicType.matches", + "lineno": 763, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.", + "callee": "nltk.sem.logic.TruthValueType.", + "lineno": 823, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.", + "callee": "nltk.sem.logic.EntityType.", + "lineno": 824, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.", + "callee": "nltk.sem.logic.EventType.", + "lineno": 825, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.", + "callee": "nltk.sem.logic.AnyType.__init__", + "lineno": 826, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.read_type", + "callee": "nltk.sem.logic.ComplexType.__init__", + "lineno": 845, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.read_type", + "callee": "nltk.sem.logic.read_type", + "lineno": 846, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.read_type", + "callee": "nltk.sem.logic.read_type", + "lineno": 846, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.read_type", + "callee": "nltk.sem.logic.LogicalExpressionException.__init__", + "lineno": 855, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.", + "callee": "nltk.sem.logic.LogicParser.__init__", + "lineno": 937, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.", + "callee": "nltk.sem.logic.LogicParser.__init__", + "lineno": 938, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.Expression.__call__", + "callee": "nltk.sem.logic.Expression.applyto", + "lineno": 948, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.Expression.applyto", + "callee": "nltk.sem.logic.ApplicationExpression.__init__", + "lineno": 955, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.Expression.__neg__", + "callee": "nltk.sem.logic.NegatedExpression.__init__", + "lineno": 958, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.Expression.__and__", + "callee": "nltk.sem.logic.AndExpression.", + "lineno": 968, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.Expression.__or__", + "callee": "nltk.sem.logic.OrExpression.", + "lineno": 973, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.Expression.__gt__", + "callee": "nltk.sem.logic.ImpExpression.", + "lineno": 978, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.Expression.__lt__", + "callee": "nltk.sem.logic.IffExpression.", + "lineno": 983, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.Expression.equiv", + "callee": "nltk.sem.logic.IffExpression.", + "lineno": 1006, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.Expression.equiv", + "callee": "nltk.sem.logic.Expression.simplify", + "lineno": 1006, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.Expression.substitute_bindings", + "callee": "nltk.sem.logic.Expression.make_VariableExpression", + "lineno": 1015, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.Expression.typecheck", + "callee": ".collections.defaultdict", + "lineno": 1035, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.logic.Expression.typecheck", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 1039, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.Expression.typecheck", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 1039, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.Expression.typecheck", + "callee": "nltk.sem.logic.read_type", + "lineno": 1043, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.Expression.typecheck", + "callee": "nltk.sem.logic.Expression._set_type", + "lineno": 1046, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.Expression.replace", + "callee": "nltk.sem.logic.Expression.visit_structured", + "lineno": 1082, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.Expression.normalize.get_indiv_vars", + "callee": ".functools.reduce", + "lineno": 1097, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.logic.Expression.normalize", + "callee": "nltk.sem.logic.Expression.normalize.get_indiv_vars", + "lineno": 1101, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.sem.logic.Expression.normalize", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 1103, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.Expression.normalize", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 1105, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.Expression.visit_structured", + "callee": "nltk.sem.logic.Expression.visit", + "lineno": 1141, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.Expression.variables", + "callee": "nltk.sem.logic.Expression.free", + "lineno": 1156, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.Expression.variables", + "callee": "nltk.sem.logic.Expression.predicates", + "lineno": 1157, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.Expression.variables", + "callee": "nltk.sem.logic.Expression.constants", + "lineno": 1157, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.Expression.free", + "callee": "nltk.sem.logic.Expression.visit", + "lineno": 1166, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.Expression.free", + "callee": ".functools.reduce", + "lineno": 1167, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.logic.Expression.constants", + "callee": "nltk.sem.logic.Expression.visit", + "lineno": 1175, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.Expression.constants", + "callee": ".functools.reduce", + "lineno": 1176, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.logic.Expression.predicates", + "callee": "nltk.sem.logic.Expression.visit", + "lineno": 1184, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.Expression.predicates", + "callee": ".functools.reduce", + "lineno": 1185, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.logic.Expression.simplify", + "callee": "nltk.sem.logic.Expression.visit_structured", + "lineno": 1192, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.Expression.make_VariableExpression", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 1195, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.ApplicationExpression._set_type", + "callee": ".collections.defaultdict", + "lineno": 1261, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.logic.ApplicationExpression._set_type", + "callee": "nltk.sem.logic.ComplexType.__init__", + "lineno": 1266, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.ApplicationExpression._set_type", + "callee": "nltk.sem.logic.TypeException.__init__", + "lineno": 1269, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.ApplicationExpression.findtype", + "callee": "nltk.sem.logic.ApplicationExpression.is_atom", + "lineno": 1284, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.ApplicationExpression.findtype", + "callee": "nltk.sem.logic.ApplicationExpression.uncurry", + "lineno": 1285, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.ApplicationExpression.findtype", + "callee": ".list.append", + "lineno": 1301, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.logic.ApplicationExpression.__str__", + "callee": "nltk.sem.logic.ApplicationExpression.is_atom", + "lineno": 1339, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.ApplicationExpression.__str__", + "callee": "nltk.sem.logic.ApplicationExpression.uncurry", + "lineno": 1340, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.ApplicationExpression.uncurry", + "callee": ".list.insert", + "lineno": 1373, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.logic.ApplicationExpression.pred", + "callee": "nltk.sem.logic.ApplicationExpression.uncurry", + "lineno": 1384, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.ApplicationExpression.args", + "callee": "nltk.sem.logic.ApplicationExpression.uncurry", + "lineno": 1391, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.AbstractVariableExpression._set_type", + "callee": ".collections.defaultdict", + "lineno": 1431, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.logic.AbstractVariableExpression._set_type", + "callee": "nltk.sem.logic.InconsistentTypeHierarchyException.__init__", + "lineno": 1437, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.IndividualVariableExpression._set_type", + "callee": ".collections.defaultdict", + "lineno": 1483, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.logic.IndividualVariableExpression._set_type", + "callee": "nltk.sem.logic.IllegalTypeException.__init__", + "lineno": 1486, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.ConstantExpression._set_type", + "callee": ".collections.defaultdict", + "lineno": 1537, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.logic.ConstantExpression._set_type", + "callee": "nltk.sem.logic.InconsistentTypeHierarchyException.__init__", + "lineno": 1550, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.VariableExpression", + "callee": "nltk.sem.logic.is_indvar", + "lineno": 1571, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.VariableExpression", + "callee": "nltk.sem.logic.IndividualVariableExpression.", + "lineno": 1572, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.VariableExpression", + "callee": "nltk.sem.logic.is_funcvar", + "lineno": 1573, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.VariableExpression", + "callee": "nltk.sem.logic.FunctionVariableExpression.", + "lineno": 1574, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.VariableExpression", + "callee": "nltk.sem.logic.is_eventvar", + "lineno": 1575, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.VariableExpression", + "callee": "nltk.sem.logic.ConstantExpression.", + "lineno": 1578, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.VariableBinderExpression.replace", + "callee": "nltk.sem.logic.VariableBinderExpression.alpha_convert", + "lineno": 1617, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.VariableBinderExpression.replace", + "callee": "nltk.sem.logic.unique_variable", + "lineno": 1617, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.VariableBinderExpression.alpha_convert", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 1632, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.VariableBinderExpression.__eq__", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 1663, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.LambdaExpression.type", + "callee": "nltk.sem.logic.ComplexType.__init__", + "lineno": 1674, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LambdaExpression._set_type", + "callee": ".collections.defaultdict", + "lineno": 1681, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.logic.LambdaExpression._set_type", + "callee": "nltk.sem.logic.TypeResolutionException.__init__", + "lineno": 1685, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.LambdaExpression.__str__", + "callee": ".list.append", + "lineno": 1691, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.logic.QuantifiedExpression._set_type", + "callee": ".collections.defaultdict", + "lineno": 1711, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.logic.QuantifiedExpression._set_type", + "callee": "nltk.sem.logic.IllegalTypeException.__init__", + "lineno": 1714, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.QuantifiedExpression.__str__", + "callee": ".list.append", + "lineno": 1721, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.logic.NegatedExpression._set_type", + "callee": ".collections.defaultdict", + "lineno": 1761, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.logic.NegatedExpression._set_type", + "callee": "nltk.sem.logic.IllegalTypeException.__init__", + "lineno": 1764, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.BinaryExpression.__str__", + "callee": "nltk.sem.logic.BinaryExpression._str_subex", + "lineno": 1825, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.BinaryExpression.__str__", + "callee": "nltk.sem.logic.BinaryExpression._str_subex", + "lineno": 1826, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sem.logic.BooleanExpression._set_type", + "callee": ".collections.defaultdict", + "lineno": 1839, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.logic.BooleanExpression._set_type", + "callee": "nltk.sem.logic.IllegalTypeException.__init__", + "lineno": 1842, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.EqualityExpression._set_type", + "callee": ".collections.defaultdict", + "lineno": 1895, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.logic.EqualityExpression._set_type", + "callee": "nltk.sem.logic.IllegalTypeException.__init__", + "lineno": 1898, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.demo", + "callee": "nltk.sem.logic.Variable.__init__", + "lineno": 2004, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sem.logic.demo_errors", + "callee": "nltk.sem.logic.demoException", + "lineno": 2011, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.demo_errors", + "callee": "nltk.sem.logic.demoException", + "lineno": 2012, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.demo_errors", + "callee": "nltk.sem.logic.demoException", + "lineno": 2013, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.demo_errors", + "callee": "nltk.sem.logic.demoException", + "lineno": 2014, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.demo_errors", + "callee": "nltk.sem.logic.demoException", + "lineno": 2015, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.demo_errors", + "callee": "nltk.sem.logic.demoException", + "lineno": 2016, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.demo_errors", + "callee": "nltk.sem.logic.demoException", + "lineno": 2017, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.demo_errors", + "callee": "nltk.sem.logic.demoException", + "lineno": 2018, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.demo_errors", + "callee": "nltk.sem.logic.demoException", + "lineno": 2019, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.demo_errors", + "callee": "nltk.sem.logic.demoException", + "lineno": 2020, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.demo_errors", + "callee": "nltk.sem.logic.demoException", + "lineno": 2021, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.demo_errors", + "callee": "nltk.sem.logic.demoException", + "lineno": 2022, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.demo_errors", + "callee": "nltk.sem.logic.demoException", + "lineno": 2023, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.logic.", + "callee": "nltk.sem.logic.demo", + "lineno": 2038, + "resolution": "direct_name_call" + } + ], + "nltk.sem.relextract": [ + { + "caller": "nltk.sem.relextract.list2sym", + "callee": "nltk.sem.relextract._join", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.tree2semi_rel", + "callee": ".list.append", + "lineno": 157, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.relextract.semi_rel2reldict", + "callee": ".collections.defaultdict", + "lineno": 177, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.relextract.semi_rel2reldict", + "callee": "nltk.sem.relextract._join", + "lineno": 178, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.semi_rel2reldict", + "callee": "nltk.sem.relextract._join", + "lineno": 180, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.semi_rel2reldict", + "callee": "nltk.sem.relextract.list2sym", + "lineno": 181, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.semi_rel2reldict", + "callee": "nltk.sem.relextract._join", + "lineno": 182, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.semi_rel2reldict", + "callee": "nltk.sem.relextract._join", + "lineno": 183, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.semi_rel2reldict", + "callee": "nltk.sem.relextract._join", + "lineno": 185, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.semi_rel2reldict", + "callee": "nltk.sem.relextract.list2sym", + "lineno": 186, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.semi_rel2reldict", + "callee": "nltk.sem.relextract._join", + "lineno": 187, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.semi_rel2reldict", + "callee": ".list.append", + "lineno": 197, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.relextract.extract_rels", + "callee": "nltk.sem.relextract._expand", + "lineno": 229, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.extract_rels", + "callee": "nltk.sem.relextract._expand", + "lineno": 230, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.extract_rels", + "callee": "nltk.sem.relextract._expand", + "lineno": 237, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.extract_rels", + "callee": "nltk.sem.relextract._expand", + "lineno": 238, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.extract_rels", + "callee": "nltk.sem.relextract.tree2semi_rel", + "lineno": 245, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.extract_rels", + "callee": "nltk.sem.relextract.tree2semi_rel", + "lineno": 247, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.extract_rels", + "callee": "nltk.sem.relextract.tree2semi_rel", + "lineno": 247, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.extract_rels", + "callee": "nltk.sem.relextract.semi_rel2reldict", + "lineno": 251, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.rtuple", + "callee": "nltk.sem.relextract.class_abbrev", + "lineno": 270, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.rtuple", + "callee": "nltk.sem.relextract.class_abbrev", + "lineno": 273, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.in_demo", + "callee": "nltk.sem.relextract.extract_rels", + "lineno": 344, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.in_demo", + "callee": "nltk.sem.relextract.clause", + "lineno": 345, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.roles_demo", + "callee": "nltk.sem.relextract.extract_rels", + "lineno": 420, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.roles_demo", + "callee": "nltk.sem.relextract.rtuple", + "lineno": 421, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.conllned", + "callee": "nltk.sem.relextract.extract_rels", + "lineno": 479, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.conllned", + "callee": "nltk.sem.relextract.rtuple", + "lineno": 482, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.conllesp", + "callee": "nltk.sem.relextract.extract_rels", + "lineno": 508, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.conllesp", + "callee": "nltk.sem.relextract.clause", + "lineno": 511, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.ne_chunked", + "callee": "nltk.sem.relextract.extract_rels", + "lineno": 525, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.ne_chunked", + "callee": "nltk.sem.relextract.rtuple", + "lineno": 527, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.", + "callee": "nltk.sem.relextract.in_demo", + "lineno": 534, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.", + "callee": "nltk.sem.relextract.roles_demo", + "lineno": 535, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.", + "callee": "nltk.sem.relextract.conllned", + "lineno": 536, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.", + "callee": "nltk.sem.relextract.conllesp", + "lineno": 537, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.", + "callee": "nltk.sem.relextract.ieer_headlines", + "lineno": 538, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.relextract.", + "callee": "nltk.sem.relextract.ne_chunked", + "lineno": 539, + "resolution": "direct_name_call" + } + ], + "nltk.sem.skolemize": [ + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 42, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.logic.unique_variable", + "lineno": 42, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.to_cnf", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.to_cnf", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.to_cnf", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.to_cnf", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.logic.skolem_function", + "lineno": 75, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 77, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.logic.unique_variable", + "lineno": 78, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.to_cnf", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.to_cnf", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 97, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.to_cnf", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 100, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 105, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 114, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.logic.unique_variable", + "lineno": 114, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.skolemize.skolemize", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.logic.skolem_function", + "lineno": 125, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.logic.VariableExpression", + "lineno": 127, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.skolemize.skolemize", + "callee": "nltk.sem.logic.unique_variable", + "lineno": 127, + "resolution": "imported_call" + }, + { + "caller": "nltk.sem.skolemize.to_cnf", + "callee": "nltk.sem.skolemize.to_cnf", + "lineno": 140, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.to_cnf", + "callee": "nltk.sem.skolemize.to_cnf", + "lineno": 141, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.to_cnf", + "callee": "nltk.sem.skolemize.to_cnf", + "lineno": 144, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.skolemize.to_cnf", + "callee": "nltk.sem.skolemize.to_cnf", + "lineno": 145, + "resolution": "direct_name_call" + } + ], + "nltk.sem.util": [ + { + "caller": "nltk.sem.util.parse_sents", + "callee": ".list.append", + "lineno": 48, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sem.util.interpret_sents", + "callee": "nltk.sem.util.root_semrep", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.util.interpret_sents", + "callee": "nltk.sem.util.parse_sents", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.util.evaluate_sents", + "callee": "nltk.sem.util.interpret_sents", + "lineno": 108, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.util.demo_model0", + "callee": "nltk.sem.evaluate.Valuation.__init__", + "lineno": 136, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.util.demo_model0", + "callee": "nltk.sem.evaluate.Model.__init__", + "lineno": 140, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.util.demo_model0", + "callee": "nltk.sem.evaluate.Assignment.__init__", + "lineno": 142, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.util.demo_legacy_grammar", + "callee": "nltk.grammar.FeatureGrammar.fromstring", + "lineno": 165, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sem.util.demo_legacy_grammar", + "callee": "nltk.sem.util.interpret_sents", + "lineno": 173, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.util.demo", + "callee": ".optparse.OptionParser", + "lineno": 187, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sem.util.demo", + "callee": "nltk.sem.util.demo_model0", + "lineno": 256, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.util.demo", + "callee": "nltk.sem.util.read_sents", + "lineno": 277, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.util.demo", + "callee": "nltk.sem.util.evaluate_sents", + "lineno": 284, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.util.demo", + "callee": "nltk.sem.util.interpret_sents", + "lineno": 286, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.util.", + "callee": "nltk.sem.util.demo", + "lineno": 306, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sem.util.", + "callee": "nltk.sem.util.demo_legacy_grammar", + "lineno": 307, + "resolution": "direct_name_call" + } + ], + "nltk.sem": [], + "nltk.sentiment.sentiment_analyzer": [ + { + "caller": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.__init__", + "callee": ".collections.defaultdict", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.all_words", + "callee": ".list.extend", + "lineno": 53, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.all_words", + "callee": ".list.extend", + "lineno": 56, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.apply_features", + "callee": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.apply_features", + "lineno": 73, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.unigram_word_feats", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 86, + "resolution": "imported_call" + }, + { + "caller": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.classify", + "callee": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.apply_features", + "lineno": 122, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.extract_features", + "callee": ".dict.update", + "lineno": 156, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.train", + "callee": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.save_file", + "lineno": 181, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.evaluate", + "callee": ".collections.defaultdict", + "lineno": 226, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sentiment.sentiment_analyzer.SentimentAnalyzer.evaluate", + "callee": ".collections.defaultdict", + "lineno": 227, + "resolution": "external_constructor_call" + } + ], + "nltk.sentiment.util": [ + { + "caller": "nltk.sentiment.util.extract_unigram_feats", + "callee": "nltk.sentiment.util.mark_negation", + "lineno": 181, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.mark_negation", + "callee": ".copy.deepcopy", + "lineno": 233, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sentiment.util.json2csv_preprocess", + "callee": "nltk.twitter.common._outf_writer", + "lineno": 365, + "resolution": "imported_call" + }, + { + "caller": "nltk.sentiment.util.json2csv_preprocess", + "callee": "nltk.twitter.common.extract_fields", + "lineno": 374, + "resolution": "imported_call" + }, + { + "caller": "nltk.sentiment.util.json2csv_preprocess", + "callee": ".list.append", + "lineno": 401, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sentiment.util.parse_tweets_set", + "callee": ".list.append", + "lineno": 451, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sentiment.util.demo_tweets", + "callee": "nltk.sentiment.util.json2csv_preprocess", + "lineno": 492, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_tweets", + "callee": "nltk.sentiment.util.json2csv_preprocess", + "lineno": 496, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_tweets", + "callee": "nltk.sentiment.util.parse_tweets_set", + "lineno": 498, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_tweets", + "callee": "nltk.sentiment.util.parse_tweets_set", + "lineno": 499, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_tweets", + "callee": "nltk.sentiment.util.split_train_test", + "lineno": 503, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_tweets", + "callee": "nltk.sentiment.util.split_train_test", + "lineno": 504, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_tweets", + "callee": "nltk.sentiment.util.output_markdown", + "lineno": 541, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_movie_reviews", + "callee": "nltk.sentiment.util.split_train_test", + "lineno": 583, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_movie_reviews", + "callee": "nltk.sentiment.util.split_train_test", + "lineno": 584, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_movie_reviews", + "callee": "nltk.sentiment.util.output_markdown", + "lineno": 610, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_subjectivity", + "callee": "nltk.sentiment.util.split_train_test", + "lineno": 650, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_subjectivity", + "callee": "nltk.sentiment.util.split_train_test", + "lineno": 651, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_subjectivity", + "callee": "nltk.sentiment.util.mark_negation", + "lineno": 658, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_subjectivity", + "callee": "nltk.sentiment.util.output_markdown", + "lineno": 683, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_sent_subjectivity", + "callee": "nltk.tokenize.regexp.WhitespaceTokenizer.__init__", + "lineno": 706, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sentiment.util.demo_sent_subjectivity", + "callee": "nltk.data.load", + "lineno": 708, + "resolution": "imported_call" + }, + { + "caller": "nltk.sentiment.util.demo_sent_subjectivity", + "callee": "nltk.sentiment.util.demo_subjectivity", + "lineno": 712, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_sent_subjectivity", + "callee": "nltk.tokenize.regexp.RegexpTokenizer.tokenize", + "lineno": 715, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sentiment.util.demo_liu_hu_lexicon", + "callee": "nltk.tokenize.treebank.TreebankWordTokenizer.", + "lineno": 732, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sentiment.util.demo_liu_hu_lexicon", + "callee": "nltk.tokenize.treebank.TreebankWordTokenizer.tokenize", + "lineno": 735, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.sentiment.util.demo_liu_hu_lexicon", + "callee": ".list.append", + "lineno": 743, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sentiment.util.demo_liu_hu_lexicon", + "callee": ".list.append", + "lineno": 746, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sentiment.util.demo_liu_hu_lexicon", + "callee": ".list.append", + "lineno": 748, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sentiment.util.demo_liu_hu_lexicon", + "callee": "nltk.sentiment.util._show_plot", + "lineno": 758, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_vader_tweets", + "callee": "nltk.sentiment.util.json2csv_preprocess", + "lineno": 797, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_vader_tweets", + "callee": "nltk.sentiment.util.json2csv_preprocess", + "lineno": 807, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_vader_tweets", + "callee": "nltk.sentiment.util.parse_tweets_set", + "lineno": 815, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_vader_tweets", + "callee": "nltk.sentiment.util.parse_tweets_set", + "lineno": 816, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_vader_tweets", + "callee": "nltk.sentiment.util.split_train_test", + "lineno": 820, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_vader_tweets", + "callee": "nltk.sentiment.util.split_train_test", + "lineno": 821, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.demo_vader_tweets", + "callee": ".collections.defaultdict", + "lineno": 828, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sentiment.util.demo_vader_tweets", + "callee": ".collections.defaultdict", + "lineno": 829, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sentiment.util.demo_vader_tweets", + "callee": ".list.append", + "lineno": 837, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sentiment.util.demo_vader_tweets", + "callee": ".list.append", + "lineno": 844, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sentiment.util.demo_vader_tweets", + "callee": "nltk.sentiment.util.output_markdown", + "lineno": 861, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.sentiment.util.", + "callee": "nltk.classify.scikitlearn.SklearnClassifier.__init__", + "lineno": 878, + "resolution": "imported_call" + }, + { + "caller": "nltk.sentiment.util.", + "callee": ".sklearn.svm.LinearSVC", + "lineno": 878, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sentiment.util.", + "callee": "nltk.sentiment.util.demo_tweets", + "lineno": 881, + "resolution": "direct_name_call" + } + ], + "nltk.sentiment.vader": [ + { + "caller": "nltk.sentiment.vader.VaderConstants.negated", + "callee": "nltk.util.pairwise", + "lineno": 230, + "resolution": "imported_call" + }, + { + "caller": "nltk.sentiment.vader.SentiText.__init__", + "callee": "nltk.sentiment.vader.SentiText._words_and_emoticons", + "lineno": 274, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sentiment.vader.SentiText.__init__", + "callee": "nltk.sentiment.vader.SentiText.allcap_differential", + "lineno": 277, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sentiment.vader.SentiText._words_plus_punc", + "callee": ".itertools.product", + "lineno": 293, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sentiment.vader.SentiText._words_plus_punc", + "callee": ".itertools.product", + "lineno": 294, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.sentiment.vader.SentiText._words_and_emoticons", + "callee": "nltk.sentiment.vader.SentiText._words_plus_punc", + "lineno": 306, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sentiment.vader.SentimentIntensityAnalyzer.__init__", + "callee": "nltk.data.load", + "lineno": 340, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.sentiment.vader.SentimentIntensityAnalyzer.__init__", + "callee": "nltk.sentiment.vader.SentimentIntensityAnalyzer.make_lex_dict", + "lineno": 341, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sentiment.vader.SentimentIntensityAnalyzer.__init__", + "callee": "nltk.sentiment.vader.VaderConstants.__init__", + "lineno": 342, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sentiment.vader.SentimentIntensityAnalyzer.polarity_scores", + "callee": "nltk.sentiment.vader.SentiText.__init__", + "lineno": 366, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.sentiment.vader.SentimentIntensityAnalyzer.polarity_scores", + "callee": ".list.append", + "lineno": 379, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sentiment.vader.SentimentIntensityAnalyzer.polarity_scores", + "callee": "nltk.sentiment.vader.SentimentIntensityAnalyzer.sentiment_valence", + "lineno": 382, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sentiment.vader.SentimentIntensityAnalyzer.polarity_scores", + "callee": "nltk.sentiment.vader.SentimentIntensityAnalyzer._but_check", + "lineno": 384, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sentiment.vader.SentimentIntensityAnalyzer.polarity_scores", + "callee": "nltk.sentiment.vader.SentimentIntensityAnalyzer.score_valence", + "lineno": 386, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sentiment.vader.SentimentIntensityAnalyzer.sentiment_valence", + "callee": "nltk.sentiment.vader.SentimentIntensityAnalyzer._never_check", + "lineno": 420, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sentiment.vader.SentimentIntensityAnalyzer.sentiment_valence", + "callee": "nltk.sentiment.vader.SentimentIntensityAnalyzer._idioms_check", + "lineno": 424, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sentiment.vader.SentimentIntensityAnalyzer.sentiment_valence", + "callee": "nltk.sentiment.vader.SentimentIntensityAnalyzer._least_check", + "lineno": 433, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sentiment.vader.SentimentIntensityAnalyzer._but_check", + "callee": ".list.index", + "lineno": 462, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.sentiment.vader.SentimentIntensityAnalyzer._punctuation_emphasis", + "callee": "nltk.sentiment.vader.SentimentIntensityAnalyzer._amplify_ep", + "lineno": 550, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sentiment.vader.SentimentIntensityAnalyzer._punctuation_emphasis", + "callee": "nltk.sentiment.vader.SentimentIntensityAnalyzer._amplify_qm", + "lineno": 551, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sentiment.vader.SentimentIntensityAnalyzer.score_valence", + "callee": "nltk.sentiment.vader.SentimentIntensityAnalyzer._punctuation_emphasis", + "lineno": 600, + "resolution": "self_method_call" + }, + { + "caller": "nltk.sentiment.vader.SentimentIntensityAnalyzer.score_valence", + "callee": "nltk.sentiment.vader.SentimentIntensityAnalyzer._sift_sentiment_scores", + "lineno": 608, + "resolution": "self_method_call" + } + ], + "nltk.sentiment": [], + "nltk.stem.api": [], + "nltk.stem.arlstem": [ + { + "caller": "nltk.stem.arlstem.ARLSTem.stem", + "callee": "nltk.stem.arlstem.ARLSTem.norm", + "lineno": 111, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem.ARLSTem.stem", + "callee": "nltk.stem.arlstem.ARLSTem.pref", + "lineno": 113, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem.ARLSTem.stem", + "callee": "nltk.stem.arlstem.ARLSTem.suff", + "lineno": 117, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem.ARLSTem.stem", + "callee": "nltk.stem.arlstem.ARLSTem.plur2sing", + "lineno": 119, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem.ARLSTem.stem", + "callee": "nltk.stem.arlstem.ARLSTem.fem2masc", + "lineno": 122, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem.ARLSTem.stem", + "callee": "nltk.stem.arlstem.ARLSTem.verb", + "lineno": 128, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem.ARLSTem.verb", + "callee": "nltk.stem.arlstem.ARLSTem.verb_t1", + "lineno": 233, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem.ARLSTem.verb", + "callee": "nltk.stem.arlstem.ARLSTem.verb_t2", + "lineno": 236, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem.ARLSTem.verb", + "callee": "nltk.stem.arlstem.ARLSTem.verb_t3", + "lineno": 239, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem.ARLSTem.verb", + "callee": "nltk.stem.arlstem.ARLSTem.verb_t4", + "lineno": 242, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem.ARLSTem.verb", + "callee": "nltk.stem.arlstem.ARLSTem.verb_t5", + "lineno": 245, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem.ARLSTem.verb", + "callee": "nltk.stem.arlstem.ARLSTem.verb_t6", + "lineno": 248, + "resolution": "self_method_call" + } + ], + "nltk.stem.arlstem2": [ + { + "caller": "nltk.stem.arlstem2.ARLSTem2.stem1", + "callee": "nltk.stem.arlstem2.ARLSTem2.norm", + "lineno": 120, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem2.ARLSTem2.stem1", + "callee": "nltk.stem.arlstem2.ARLSTem2.pref", + "lineno": 122, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem2.ARLSTem2.stem1", + "callee": "nltk.stem.arlstem2.ARLSTem2.fem2masc", + "lineno": 126, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem2.ARLSTem2.stem1", + "callee": "nltk.stem.arlstem2.ARLSTem2.adjective", + "lineno": 130, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem2.ARLSTem2.stem1", + "callee": "nltk.stem.arlstem2.ARLSTem2.suff", + "lineno": 134, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem2.ARLSTem2.stem1", + "callee": "nltk.stem.arlstem2.ARLSTem2.plur2sing", + "lineno": 136, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem2.ARLSTem2.stem1", + "callee": "nltk.stem.arlstem2.ARLSTem2.verb", + "lineno": 140, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem2.ARLSTem2.stem", + "callee": "nltk.stem.arlstem2.ARLSTem2.stem1", + "lineno": 159, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem2.ARLSTem2.verb", + "callee": "nltk.stem.arlstem2.ARLSTem2.verb_t1", + "lineno": 328, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem2.ARLSTem2.verb", + "callee": "nltk.stem.arlstem2.ARLSTem2.verb_t2", + "lineno": 331, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem2.ARLSTem2.verb", + "callee": "nltk.stem.arlstem2.ARLSTem2.verb_t3", + "lineno": 334, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem2.ARLSTem2.verb", + "callee": "nltk.stem.arlstem2.ARLSTem2.verb_t4", + "lineno": 337, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem2.ARLSTem2.verb", + "callee": "nltk.stem.arlstem2.ARLSTem2.verb_t5", + "lineno": 340, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.arlstem2.ARLSTem2.verb", + "callee": "nltk.stem.arlstem2.ARLSTem2.verb_t6", + "lineno": 343, + "resolution": "self_method_call" + } + ], + "nltk.stem.cistem": [ + { + "caller": "nltk.stem.cistem.Cistem.stem", + "callee": "nltk.stem.cistem.Cistem._segment_inner", + "lineno": 114, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.cistem.Cistem.segment", + "callee": "nltk.stem.cistem.Cistem._segment_inner", + "lineno": 154, + "resolution": "self_method_call" + } + ], + "nltk.stem.isri": [ + { + "caller": "nltk.stem.isri.ISRIStemmer.stem", + "callee": "nltk.stem.isri.ISRIStemmer.norm", + "lineno": 187, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.stem", + "callee": "nltk.stem.isri.ISRIStemmer.pre32", + "lineno": 192, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.stem", + "callee": "nltk.stem.isri.ISRIStemmer.suf32", + "lineno": 195, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.stem", + "callee": "nltk.stem.isri.ISRIStemmer.waw", + "lineno": 198, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.stem", + "callee": "nltk.stem.isri.ISRIStemmer.norm", + "lineno": 201, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.stem", + "callee": "nltk.stem.isri.ISRIStemmer.pro_w4", + "lineno": 204, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.stem", + "callee": "nltk.stem.isri.ISRIStemmer.pro_w53", + "lineno": 206, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.stem", + "callee": "nltk.stem.isri.ISRIStemmer.end_w5", + "lineno": 207, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.stem", + "callee": "nltk.stem.isri.ISRIStemmer.pro_w6", + "lineno": 209, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.stem", + "callee": "nltk.stem.isri.ISRIStemmer.end_w6", + "lineno": 210, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.stem", + "callee": "nltk.stem.isri.ISRIStemmer.suf1", + "lineno": 212, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.stem", + "callee": "nltk.stem.isri.ISRIStemmer.pre1", + "lineno": 214, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.stem", + "callee": "nltk.stem.isri.ISRIStemmer.pro_w6", + "lineno": 216, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.stem", + "callee": "nltk.stem.isri.ISRIStemmer.end_w6", + "lineno": 217, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.pro_w4", + "callee": "nltk.stem.isri.ISRIStemmer.suf1", + "lineno": 277, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.pro_w4", + "callee": "nltk.stem.isri.ISRIStemmer.pre1", + "lineno": 279, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.pro_w53", + "callee": "nltk.stem.isri.ISRIStemmer.suf1", + "lineno": 315, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.pro_w53", + "callee": "nltk.stem.isri.ISRIStemmer.pre1", + "lineno": 317, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.end_w5", + "callee": "nltk.stem.isri.ISRIStemmer.pro_w4", + "lineno": 333, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.end_w5", + "callee": "nltk.stem.isri.ISRIStemmer.pro_w54", + "lineno": 335, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.pro_w6", + "callee": "nltk.stem.isri.ISRIStemmer.suf1", + "lineno": 361, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.pro_w6", + "callee": "nltk.stem.isri.ISRIStemmer.pre1", + "lineno": 363, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.end_w6", + "callee": "nltk.stem.isri.ISRIStemmer.pro_w53", + "lineno": 377, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.end_w6", + "callee": "nltk.stem.isri.ISRIStemmer.end_w5", + "lineno": 378, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.isri.ISRIStemmer.end_w6", + "callee": "nltk.stem.isri.ISRIStemmer.pro_w64", + "lineno": 380, + "resolution": "self_method_call" + } + ], + "nltk.stem.lancaster": [ + { + "caller": "nltk.stem.lancaster.LancasterStemmer.stem", + "callee": "nltk.stem.lancaster.LancasterStemmer.__stripPrefix", + "lineno": 208, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.lancaster.LancasterStemmer.stem", + "callee": "nltk.stem.lancaster.LancasterStemmer.parseRules", + "lineno": 215, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.lancaster.LancasterStemmer.stem", + "callee": "nltk.stem.lancaster.LancasterStemmer.__doStemming", + "lineno": 217, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.lancaster.LancasterStemmer.__doStemming", + "callee": "nltk.stem.lancaster.LancasterStemmer.__getLastLetter", + "lineno": 228, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.lancaster.LancasterStemmer.__doStemming", + "callee": "nltk.stem.lancaster.LancasterStemmer.__isAcceptable", + "lineno": 259, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.lancaster.LancasterStemmer.__doStemming", + "callee": "nltk.stem.lancaster.LancasterStemmer.__applyRule", + "lineno": 262, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.lancaster.LancasterStemmer.__doStemming", + "callee": "nltk.stem.lancaster.LancasterStemmer.__isAcceptable", + "lineno": 269, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.lancaster.LancasterStemmer.__doStemming", + "callee": "nltk.stem.lancaster.LancasterStemmer.__applyRule", + "lineno": 270, + "resolution": "self_method_call" + } + ], + "nltk.stem.porter": [ + { + "caller": "nltk.stem.porter.PorterStemmer._is_consonant", + "callee": "nltk.stem.porter.PorterStemmer._is_consonant", + "lineno": 144, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._measure", + "callee": "nltk.stem.porter.PorterStemmer._is_consonant", + "lineno": 188, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._measure", + "callee": ".str.count", + "lineno": 196, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._has_positive_measure", + "callee": "nltk.stem.porter.PorterStemmer._measure", + "lineno": 199, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._contains_vowel", + "callee": "nltk.stem.porter.PorterStemmer._is_consonant", + "lineno": 204, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._ends_double_consonant", + "callee": "nltk.stem.porter.PorterStemmer._is_consonant", + "lineno": 216, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._ends_cvc", + "callee": "nltk.stem.porter.PorterStemmer._is_consonant", + "lineno": 229, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._ends_cvc", + "callee": "nltk.stem.porter.PorterStemmer._is_consonant", + "lineno": 230, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._ends_cvc", + "callee": "nltk.stem.porter.PorterStemmer._is_consonant", + "lineno": 231, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._ends_cvc", + "callee": "nltk.stem.porter.PorterStemmer._is_consonant", + "lineno": 236, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._ends_cvc", + "callee": "nltk.stem.porter.PorterStemmer._is_consonant", + "lineno": 237, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._apply_rule_list", + "callee": "nltk.stem.porter.PorterStemmer._ends_double_consonant", + "lineno": 259, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._apply_rule_list", + "callee": "nltk.stem.porter.PorterStemmer._replace_suffix", + "lineno": 267, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step1a", + "callee": "nltk.stem.porter.PorterStemmer._replace_suffix", + "lineno": 291, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step1a", + "callee": "nltk.stem.porter.PorterStemmer._apply_rule_list", + "lineno": 293, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step1b", + "callee": "nltk.stem.porter.PorterStemmer._replace_suffix", + "lineno": 341, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step1b", + "callee": "nltk.stem.porter.PorterStemmer._replace_suffix", + "lineno": 343, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step1b", + "callee": "nltk.stem.porter.PorterStemmer._replace_suffix", + "lineno": 347, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step1b", + "callee": "nltk.stem.porter.PorterStemmer._measure", + "lineno": 348, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step1b", + "callee": "nltk.stem.porter.PorterStemmer._replace_suffix", + "lineno": 357, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step1b", + "callee": "nltk.stem.porter.PorterStemmer._contains_vowel", + "lineno": 358, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step1b", + "callee": "nltk.stem.porter.PorterStemmer._apply_rule_list", + "lineno": 365, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step1b", + "callee": "nltk.stem.porter.PorterStemmer._measure", + "lineno": 382, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step1b", + "callee": "nltk.stem.porter.PorterStemmer._ends_cvc", + "lineno": 382, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step1c.nltk_condition", + "callee": "nltk.stem.porter.PorterStemmer._is_consonant", + "lineno": 417, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step1c.original_condition", + "callee": "nltk.stem.porter.PorterStemmer._contains_vowel", + "lineno": 420, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step1c", + "callee": "nltk.stem.porter.PorterStemmer._apply_rule_list", + "lineno": 422, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step2", + "callee": "nltk.stem.porter.PorterStemmer._has_positive_measure", + "lineno": 471, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step2", + "callee": "nltk.stem.porter.PorterStemmer._replace_suffix", + "lineno": 472, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step2", + "callee": "nltk.stem.porter.PorterStemmer._step2", + "lineno": 474, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step2", + "callee": "nltk.stem.porter.PorterStemmer._replace_suffix", + "lineno": 474, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step2", + "callee": ".list.append", + "lineno": 503, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step2", + "callee": ".list.append", + "lineno": 508, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step2", + "callee": "nltk.stem.porter.PorterStemmer._has_positive_measure", + "lineno": 509, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step2", + "callee": ".list.append", + "lineno": 513, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step2", + "callee": "nltk.stem.porter.PorterStemmer._apply_rule_list", + "lineno": 515, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step3", + "callee": "nltk.stem.porter.PorterStemmer._apply_rule_list", + "lineno": 532, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step4", + "callee": "nltk.stem.porter.PorterStemmer._measure", + "lineno": 573, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step4", + "callee": "nltk.stem.porter.PorterStemmer._apply_rule_list", + "lineno": 575, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step4", + "callee": "nltk.stem.porter.PorterStemmer._measure", + "lineno": 593, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step5a", + "callee": "nltk.stem.porter.PorterStemmer._replace_suffix", + "lineno": 634, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step5a", + "callee": "nltk.stem.porter.PorterStemmer._measure", + "lineno": 635, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step5a", + "callee": "nltk.stem.porter.PorterStemmer._measure", + "lineno": 637, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step5a", + "callee": "nltk.stem.porter.PorterStemmer._ends_cvc", + "lineno": 637, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step5b", + "callee": "nltk.stem.porter.PorterStemmer._apply_rule_list", + "lineno": 652, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer._step5b", + "callee": "nltk.stem.porter.PorterStemmer._measure", + "lineno": 653, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer.stem", + "callee": "nltk.stem.porter.PorterStemmer._step1a", + "lineno": 671, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer.stem", + "callee": "nltk.stem.porter.PorterStemmer._step1b", + "lineno": 672, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer.stem", + "callee": "nltk.stem.porter.PorterStemmer._step1c", + "lineno": 673, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer.stem", + "callee": "nltk.stem.porter.PorterStemmer._step2", + "lineno": 674, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer.stem", + "callee": "nltk.stem.porter.PorterStemmer._step3", + "lineno": 675, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer.stem", + "callee": "nltk.stem.porter.PorterStemmer._step4", + "lineno": 676, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer.stem", + "callee": "nltk.stem.porter.PorterStemmer._step5a", + "lineno": 677, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.PorterStemmer.stem", + "callee": "nltk.stem.porter.PorterStemmer._step5b", + "lineno": 678, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.porter.demo", + "callee": ".list.append", + "lineno": 701, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.stem.porter.demo", + "callee": ".list.append", + "lineno": 702, + "resolution": "local_builtin_method_call" + } + ], + "nltk.stem.regexp": [], + "nltk.stem.rslp": [ + { + "caller": "nltk.stem.rslp.RSLPStemmer.__init__", + "callee": "nltk.stem.rslp.RSLPStemmer.read_rule", + "lineno": 56, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.__init__", + "callee": "nltk.stem.rslp.RSLPStemmer.read_rule", + "lineno": 57, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.__init__", + "callee": "nltk.stem.rslp.RSLPStemmer.read_rule", + "lineno": 58, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.__init__", + "callee": "nltk.stem.rslp.RSLPStemmer.read_rule", + "lineno": 59, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.__init__", + "callee": "nltk.stem.rslp.RSLPStemmer.read_rule", + "lineno": 60, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.__init__", + "callee": "nltk.stem.rslp.RSLPStemmer.read_rule", + "lineno": 61, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.__init__", + "callee": "nltk.stem.rslp.RSLPStemmer.read_rule", + "lineno": 62, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.read_rule", + "callee": "nltk.data.load", + "lineno": 65, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.read_rule", + "callee": ".list.append", + "lineno": 81, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.read_rule", + "callee": ".list.append", + "lineno": 84, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.read_rule", + "callee": ".list.append", + "lineno": 87, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.read_rule", + "callee": ".list.append", + "lineno": 90, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.read_rule", + "callee": ".list.append", + "lineno": 93, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.stem", + "callee": "nltk.stem.rslp.RSLPStemmer.apply_rule", + "lineno": 102, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.stem", + "callee": "nltk.stem.rslp.RSLPStemmer.apply_rule", + "lineno": 106, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.stem", + "callee": "nltk.stem.rslp.RSLPStemmer.apply_rule", + "lineno": 109, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.stem", + "callee": "nltk.stem.rslp.RSLPStemmer.apply_rule", + "lineno": 112, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.stem", + "callee": "nltk.stem.rslp.RSLPStemmer.apply_rule", + "lineno": 116, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.stem", + "callee": "nltk.stem.rslp.RSLPStemmer.apply_rule", + "lineno": 120, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.rslp.RSLPStemmer.stem", + "callee": "nltk.stem.rslp.RSLPStemmer.apply_rule", + "lineno": 123, + "resolution": "self_method_call" + } + ], + "nltk.stem.snowball": [ + { + "caller": "nltk.stem.snowball.PorterStemmer.__init__", + "callee": "nltk.stem.porter.PorterStemmer.__init__", + "lineno": 169, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.__normalize_post", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 545, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.__Suffix_All_alef_maqsura", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 718, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step1", + "callee": "nltk.stem.util.prefix_replace", + "lineno": 725, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step1", + "callee": "nltk.stem.util.prefix_replace", + "lineno": 729, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step1", + "callee": "nltk.stem.util.prefix_replace", + "lineno": 733, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step1", + "callee": "nltk.stem.util.prefix_replace", + "lineno": 737, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step1", + "callee": "nltk.stem.util.prefix_replace", + "lineno": 741, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step3b_Noun", + "callee": "nltk.stem.util.prefix_replace", + "lineno": 783, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step3_Verb", + "callee": "nltk.stem.util.prefix_replace", + "lineno": 796, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step4_Verb", + "callee": "nltk.stem.util.prefix_replace", + "lineno": 803, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__checks_1", + "lineno": 835, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__checks_2", + "lineno": 837, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__normalize_pre", + "lineno": 839, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Verb_Step1", + "lineno": 845, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Verb_Step2a", + "lineno": 847, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Verb_Step2c", + "lineno": 849, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Verb_Step2b", + "lineno": 852, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Verb_Step2a", + "lineno": 854, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step2c2", + "lineno": 856, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step1a", + "lineno": 859, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step2a", + "lineno": 861, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step2b", + "lineno": 863, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step2c1", + "lineno": 868, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step1b", + "lineno": 871, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step2a", + "lineno": 873, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step2b", + "lineno": 875, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step2c1", + "lineno": 880, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step2a", + "lineno": 883, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step2b", + "lineno": 884, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_Noun_Step3", + "lineno": 885, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Suffix_All_alef_maqsura", + "lineno": 887, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step1", + "lineno": 890, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step2a", + "lineno": 891, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step2b", + "lineno": 893, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step3a_Noun", + "lineno": 894, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step3b_Noun", + "lineno": 896, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step3_Verb", + "lineno": 899, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__Prefix_Step4_Verb", + "lineno": 900, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.ArabicStemmer.stem", + "callee": "nltk.stem.snowball.ArabicStemmer.__normalize_post", + "lineno": 903, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.DanishStemmer.stem", + "callee": "nltk.stem.snowball._ScandinavianStemmer._r1_scandinavian", + "lineno": 1016, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.stem.snowball.DutchStemmer.stem", + "callee": "nltk.stem.snowball._StandardStemmer._r1r2_standard", + "lineno": 1138, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.stem.snowball.DutchStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1154, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.DutchStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1155, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.DutchStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1157, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.snowball._StandardStemmer._r1r2_standard", + "lineno": 1451, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1496, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1499, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1504, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": ".str.endswith", + "lineno": 1568, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1593, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1596, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1601, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1606, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1609, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1614, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1619, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1622, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1627, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1637, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1640, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1645, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1650, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1653, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1658, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1663, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1666, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1671, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1701, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1704, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1709, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1719, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1722, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.EnglishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1727, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.FinnishStemmer.stem", + "callee": "nltk.stem.snowball._StandardStemmer._r1r2_standard", + "lineno": 1908, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.stem.snowball.FinnishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1939, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.FinnishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1942, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.FinnishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 1945, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.FrenchStemmer.stem", + "callee": "nltk.stem.snowball._StandardStemmer._r1r2_standard", + "lineno": 2303, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.stem.snowball.FrenchStemmer.stem", + "callee": "nltk.stem.snowball.FrenchStemmer.__rv_french", + "lineno": 2304, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.FrenchStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 2319, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.FrenchStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 2347, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.FrenchStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 2348, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.FrenchStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 2352, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.FrenchStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 2412, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.FrenchStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 2416, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.FrenchStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 2420, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.FrenchStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 2548, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.GermanStemmer.stem", + "callee": "nltk.stem.snowball._StandardStemmer._r1r2_standard", + "lineno": 2668, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.snowball.HungarianStemmer.__r1_hungarian", + "lineno": 2993, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3014, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3018, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3025, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3026, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3028, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3029, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3036, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3037, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3040, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3041, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3062, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3063, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3066, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3067, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3078, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3079, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3082, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3083, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3101, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3102, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3112, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3113, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3124, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.HungarianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3126, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.ItalianStemmer.stem", + "callee": "nltk.stem.snowball._StandardStemmer._r1r2_standard", + "lineno": 3421, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.stem.snowball.ItalianStemmer.stem", + "callee": "nltk.stem.snowball._StandardStemmer._rv_standard", + "lineno": 3422, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.stem.snowball.ItalianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3434, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.ItalianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3435, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.ItalianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3436, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.ItalianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3437, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.ItalianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3493, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.ItalianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3494, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.NorwegianStemmer.stem", + "callee": "nltk.stem.snowball._ScandinavianStemmer._r1_scandinavian", + "lineno": 3638, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.stem.snowball.NorwegianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3644, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.NorwegianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3645, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.PortugueseStemmer.stem", + "callee": "nltk.stem.snowball._StandardStemmer._r1r2_standard", + "lineno": 3891, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.stem.snowball.PortugueseStemmer.stem", + "callee": "nltk.stem.snowball._StandardStemmer._rv_standard", + "lineno": 3892, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.stem.snowball.PortugueseStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3924, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.PortugueseStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3925, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.PortugueseStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3931, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.PortugueseStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3932, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.PortugueseStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3935, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.PortugueseStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3936, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.PortugueseStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3939, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.PortugueseStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 3940, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.PortugueseStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 4012, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.RomanianStemmer.stem", + "callee": "nltk.stem.snowball._StandardStemmer._r1r2_standard", + "lineno": 4293, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.stem.snowball.RomanianStemmer.stem", + "callee": "nltk.stem.snowball._StandardStemmer._rv_standard", + "lineno": 4294, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.stem.snowball.RomanianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 4316, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.RomanianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 4319, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.RomanianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 4324, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.RomanianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 4327, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.RomanianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 4351, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.RomanianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 4362, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.RomanianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 4382, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.RomanianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 4398, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.RomanianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 4401, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.RomanianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 4414, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.RomanianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 4417, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.RomanianStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 4445, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.RussianStemmer.stem", + "callee": "nltk.stem.snowball.RussianStemmer.__cyrillic_to_roman", + "lineno": 4883, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.RussianStemmer.stem", + "callee": "nltk.stem.snowball.RussianStemmer.__regions_russian", + "lineno": 4891, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.RussianStemmer.stem", + "callee": "nltk.stem.snowball.RussianStemmer.__roman_to_cyrillic", + "lineno": 5146, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.SpanishStemmer.stem", + "callee": "nltk.stem.snowball._StandardStemmer._r1r2_standard", + "lineno": 5558, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.stem.snowball.SpanishStemmer.stem", + "callee": "nltk.stem.snowball._StandardStemmer._rv_standard", + "lineno": 5559, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.stem.snowball.SpanishStemmer.stem", + "callee": "nltk.stem.snowball.SpanishStemmer.__replace_accented", + "lineno": 5585, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.SpanishStemmer.stem", + "callee": "nltk.stem.snowball.SpanishStemmer.__replace_accented", + "lineno": 5586, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.SpanishStemmer.stem", + "callee": "nltk.stem.snowball.SpanishStemmer.__replace_accented", + "lineno": 5587, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.SpanishStemmer.stem", + "callee": "nltk.stem.snowball.SpanishStemmer.__replace_accented", + "lineno": 5588, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.SpanishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 5639, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.SpanishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 5640, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.SpanishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 5643, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.SpanishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 5644, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.SpanishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 5647, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.SpanishStemmer.stem", + "callee": "nltk.stem.util.suffix_replace", + "lineno": 5648, + "resolution": "imported_call" + }, + { + "caller": "nltk.stem.snowball.SpanishStemmer.stem", + "callee": "nltk.stem.snowball.SpanishStemmer.__replace_accented", + "lineno": 5713, + "resolution": "self_method_call" + }, + { + "caller": "nltk.stem.snowball.SwedishStemmer.stem", + "callee": "nltk.stem.snowball._ScandinavianStemmer._r1_scandinavian", + "lineno": 5816, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.stem.snowball.demo", + "callee": "nltk.stem.snowball.SnowballStemmer.__init__", + "lineno": 5905, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.stem.snowball.demo", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 5908, + "resolution": "local_typed_method_call" + } + ], + "nltk.stem.util": [], + "nltk.stem.wordnet": [ + { + "caller": "nltk.stem.wordnet.WordNetLemmatizer.lemmatize", + "callee": "nltk.stem.wordnet.WordNetLemmatizer._morphy", + "lineno": 85, + "resolution": "self_method_call" + } + ], + "nltk.stem": [], + "nltk.tag.api": [ + { + "caller": "nltk.tag.api.TaggerI.tag", + "callee": "nltk.internals.overridden", + "lineno": 48, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.api.TaggerI.tag", + "callee": "nltk.tag.api.TaggerI.tag_sents", + "lineno": 49, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.api.TaggerI.tag_sents", + "callee": "nltk.tag.api.TaggerI.tag", + "lineno": 57, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.api.TaggerI.evaluate", + "callee": "nltk.tag.api.TaggerI.accuracy", + "lineno": 61, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.api.TaggerI.evaluate", + "callee": "nltk.internals.deprecated", + "lineno": 59, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.api.TaggerI.accuracy", + "callee": "nltk.tag.api.TaggerI.tag_sents", + "lineno": 74, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.api.TaggerI.accuracy", + "callee": "nltk.tag.util.untag", + "lineno": 74, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.api.TaggerI.accuracy", + "callee": "nltk.tag.api.TaggerI.accuracy", + "lineno": 77, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.api.TaggerI._confusion_cached", + "callee": "nltk.tag.api.TaggerI.tag_sents", + "lineno": 92, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.api.TaggerI._confusion_cached", + "callee": "nltk.tag.util.untag", + "lineno": 92, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.api.TaggerI._confusion_cached", + "callee": ".functools.lru_cache", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.api.TaggerI.confusion", + "callee": "nltk.tag.api.TaggerI._confusion_cached", + "lineno": 155, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.api.TaggerI.recall", + "callee": "nltk.tag.api.TaggerI.confusion", + "lineno": 171, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.api.TaggerI.precision", + "callee": "nltk.tag.api.TaggerI.confusion", + "lineno": 188, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.api.TaggerI.f_measure", + "callee": "nltk.tag.api.TaggerI.confusion", + "lineno": 218, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.api.TaggerI.evaluate_per_tag", + "callee": "nltk.tag.api.TaggerI.confusion", + "lineno": 282, + "resolution": "self_method_call" + } + ], + "nltk.tag.brill": [ + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Pos.", + "lineno": 54, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Pos.", + "lineno": 55, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Pos.", + "lineno": 56, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Pos.", + "lineno": 57, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Pos.", + "lineno": 58, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Pos.", + "lineno": 59, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Pos.", + "lineno": 60, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Pos.", + "lineno": 61, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Pos.", + "lineno": 62, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Pos.", + "lineno": 62, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Word.", + "lineno": 63, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Word.", + "lineno": 64, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Word.", + "lineno": 65, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Word.", + "lineno": 66, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Word.", + "lineno": 67, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Word.", + "lineno": 68, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Word.", + "lineno": 69, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Word.", + "lineno": 70, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Word.", + "lineno": 71, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18", + "callee": "nltk.tag.brill.Word.", + "lineno": 71, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18plus", + "callee": "nltk.tag.brill.nltkdemo18", + "lineno": 80, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18plus", + "callee": "nltk.tag.brill.Word.", + "lineno": 81, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18plus", + "callee": "nltk.tag.brill.Pos.", + "lineno": 81, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18plus", + "callee": "nltk.tag.brill.Pos.", + "lineno": 82, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18plus", + "callee": "nltk.tag.brill.Word.", + "lineno": 82, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18plus", + "callee": "nltk.tag.brill.Word.", + "lineno": 83, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18plus", + "callee": "nltk.tag.brill.Word.", + "lineno": 83, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18plus", + "callee": "nltk.tag.brill.Pos.", + "lineno": 83, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18plus", + "callee": "nltk.tag.brill.Pos.", + "lineno": 84, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18plus", + "callee": "nltk.tag.brill.Word.", + "lineno": 84, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18plus", + "callee": "nltk.tag.brill.Word.", + "lineno": 84, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18plus", + "callee": "nltk.tag.brill.Pos.", + "lineno": 85, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18plus", + "callee": "nltk.tag.brill.Word.", + "lineno": 85, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.nltkdemo18plus", + "callee": "nltk.tag.brill.Pos.", + "lineno": 85, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 97, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 97, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 97, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 98, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 98, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 98, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 99, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 99, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 100, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 100, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 101, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 101, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 102, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 102, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 103, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 104, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 105, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 106, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 107, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 107, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 108, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 108, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 109, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 109, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 110, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 110, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 111, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 112, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 113, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 114, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 115, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 116, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 116, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 117, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 117, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 118, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 118, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 119, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 120, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 121, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 122, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 123, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 124, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 125, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 126, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 127, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 127, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 127, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 128, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 128, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 128, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 129, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 129, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 129, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 130, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 130, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 130, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 131, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 131, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 132, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 132, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 133, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Pos.", + "lineno": 133, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.fntbl37", + "callee": "nltk.tag.brill.Word.", + "lineno": 133, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 142, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 143, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 144, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 145, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 146, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 147, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 148, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 149, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 150, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 150, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 151, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 151, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 152, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 152, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Word.", + "lineno": 153, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Word.", + "lineno": 154, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Word.", + "lineno": 155, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Word.", + "lineno": 156, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Word.", + "lineno": 157, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Word.", + "lineno": 158, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Word.", + "lineno": 159, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Word.", + "lineno": 160, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Word.", + "lineno": 161, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Word.", + "lineno": 162, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 162, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Word.", + "lineno": 163, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 163, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Word.", + "lineno": 164, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Word.", + "lineno": 164, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 164, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Word.", + "lineno": 165, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Word.", + "lineno": 165, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.brill24", + "callee": "nltk.tag.brill.Pos.", + "lineno": 165, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.brill.BrillTagger.tag", + "callee": ".collections.defaultdict", + "lineno": 265, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.brill.BrillTagger.print_template_statistics", + "callee": "nltk.tag.brill.BrillTagger.train_stats", + "lineno": 303, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.brill.BrillTagger.print_template_statistics", + "callee": ".collections.Counter", + "lineno": 311, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.brill.BrillTagger.print_template_statistics", + "callee": ".collections.Counter", + "lineno": 312, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.brill.BrillTagger.print_template_statistics.print_testtrain_stats", + "callee": ".collections.Counter", + "lineno": 365, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.brill.BrillTagger.print_template_statistics", + "callee": "nltk.tag.brill.BrillTagger.print_template_statistics.print_train_stats", + "lineno": 400, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.brill.BrillTagger.print_template_statistics", + "callee": "nltk.tag.brill.BrillTagger.print_template_statistics.print_testtrain_stats", + "lineno": 402, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.brill.BrillTagger.print_template_statistics", + "callee": "nltk.tag.brill.BrillTagger.print_template_statistics.print_unused_templates", + "lineno": 405, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.brill.BrillTagger.batch_tag_incremental", + "callee": "nltk.tag.brill.BrillTagger.batch_tag_incremental.counterrors", + "lineno": 432, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.brill.BrillTagger.batch_tag_incremental", + "callee": ".list.append", + "lineno": 441, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.brill.BrillTagger.batch_tag_incremental", + "callee": "nltk.tag.brill.BrillTagger.batch_tag_incremental.counterrors", + "lineno": 441, + "resolution": "same_class_name_call" + } + ], + "nltk.tag.brill_trainer": [ + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer.train", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer._init_mappings", + "lineno": 279, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer.train", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer._trace_header", + "lineno": 285, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer.train", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer._best_rule", + "lineno": 294, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer.train", + "callee": ".list.append", + "lineno": 296, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer.train", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer._trace_rule", + "lineno": 304, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer.train", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer._apply_rule", + "lineno": 307, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer.train", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer._update_tag_positions", + "lineno": 312, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer.train", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer._update_rules", + "lineno": 315, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer.train", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer._clean", + "lineno": 322, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer._init_mappings", + "callee": ".collections.defaultdict", + "lineno": 338, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer._init_mappings", + "callee": ".collections.defaultdict", + "lineno": 339, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer._init_mappings", + "callee": ".collections.defaultdict", + "lineno": 340, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer._init_mappings", + "callee": ".collections.defaultdict", + "lineno": 341, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer._init_mappings", + "callee": ".collections.defaultdict", + "lineno": 342, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer._init_mappings", + "callee": ".collections.defaultdict", + "lineno": 343, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer._init_mappings", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer._find_rules", + "lineno": 354, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer._init_mappings", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer._update_rule_applies", + "lineno": 355, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer._best_rule", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer._update_rule_applies", + "lineno": 454, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer._apply_rule", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer._trace_apply", + "lineno": 491, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer._update_rules", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer._update_rule_not_applies", + "lineno": 538, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer._update_rules", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer._update_rule_applies", + "lineno": 551, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer._update_rules", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer._update_rule_applies", + "lineno": 565, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.brill_trainer.BrillTaggerTrainer._update_rules", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer._trace_update_rules", + "lineno": 570, + "resolution": "self_method_call" + } + ], + "nltk.tag.crf": [ + { + "caller": "nltk.tag.crf.CRFTagger._get_features", + "callee": ".list.append", + "lineno": 119, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.crf.CRFTagger._get_features", + "callee": ".list.append", + "lineno": 123, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.crf.CRFTagger._get_features", + "callee": ".list.append", + "lineno": 128, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.crf.CRFTagger._get_features", + "callee": ".list.append", + "lineno": 132, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.crf.CRFTagger._get_features", + "callee": ".list.append", + "lineno": 134, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.crf.CRFTagger._get_features", + "callee": ".list.append", + "lineno": 136, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.crf.CRFTagger._get_features", + "callee": ".list.append", + "lineno": 138, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.crf.CRFTagger.tag_sents", + "callee": ".list.append", + "lineno": 169, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.crf.CRFTagger.train", + "callee": "nltk.tag.crf.CRFTagger.set_model_file", + "lineno": 192, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.crf.CRFTagger.tag", + "callee": "nltk.tag.crf.CRFTagger.tag_sents", + "lineno": 207, + "resolution": "self_method_call" + } + ], + "nltk.tag.hmm": [ + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.__init__", + "callee": "nltk.util.unique_list", + "lineno": 142, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.__init__", + "callee": "nltk.util.unique_list", + "lineno": 143, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._train.estimator", + "callee": "nltk.probability.LidstoneProbDist.__init__", + "lineno": 163, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._train", + "callee": "nltk.util.unique_list", + "lineno": 166, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._train", + "callee": "nltk.util.unique_list", + "lineno": 167, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._train", + "callee": "nltk.tag.hmm.HiddenMarkovModelTrainer.__init__", + "lineno": 169, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._train", + "callee": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_supervised", + "lineno": 170, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._train", + "callee": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "lineno": 185, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.probability", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger.log_probability", + "lineno": 240, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.log_probability", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._output_logprob", + "lineno": 261, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.log_probability", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._output_logprob", + "lineno": 268, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.log_probability", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._forward_probability", + "lineno": 272, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.log_probability", + "callee": "nltk.tag.hmm.logsumexp2", + "lineno": 273, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.tag", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._tag", + "lineno": 287, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._tag", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._best_path", + "lineno": 290, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._create_cache", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._output_logprob", + "lineno": 335, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._update_cache", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._create_cache", + "lineno": 345, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._update_cache", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._output_logprob", + "lineno": 363, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.best_path", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._best_path", + "lineno": 384, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._best_path", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._create_cache", + "lineno": 389, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._best_path", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._update_cache", + "lineno": 390, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._best_path", + "callee": ".list.append", + "lineno": 408, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._best_path", + "callee": ".list.reverse", + "lineno": 411, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.best_path_simple", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._best_path_simple", + "lineno": 427, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._best_path_simple", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._output_logprob", + "lineno": 438, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._best_path_simple", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._output_logprob", + "lineno": 452, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._best_path_simple", + "callee": ".list.append", + "lineno": 467, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._best_path_simple", + "callee": ".list.reverse", + "lineno": 470, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.random_sample", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._sample_probdist", + "lineno": 495, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.random_sample", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._sample_probdist", + "lineno": 496, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.random_sample", + "callee": ".list.append", + "lineno": 499, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.random_sample", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._sample_probdist", + "lineno": 503, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.random_sample", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._sample_probdist", + "lineno": 506, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.random_sample", + "callee": ".list.append", + "lineno": 509, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.entropy", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._forward_probability", + "lineno": 555, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.entropy", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._backward_probability", + "lineno": 556, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.entropy", + "callee": "nltk.tag.hmm.logsumexp2", + "lineno": 557, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.point_entropy", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._forward_probability", + "lineno": 603, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.point_entropy", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._backward_probability", + "lineno": 604, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.point_entropy", + "callee": "nltk.tag.hmm.logsumexp2", + "lineno": 605, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._exhaustive_entropy", + "callee": ".list.append", + "lineno": 630, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._exhaustive_entropy", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger.log_probability", + "lineno": 637, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._exhaustive_entropy", + "callee": ".list.append", + "lineno": 638, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._exhaustive_entropy", + "callee": "nltk.tag.hmm._log_add", + "lineno": 639, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._exhaustive_point_entropy", + "callee": ".list.append", + "lineno": 660, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._exhaustive_point_entropy", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger.log_probability", + "lineno": 667, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._exhaustive_point_entropy", + "callee": ".list.append", + "lineno": 668, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._exhaustive_point_entropy", + "callee": "nltk.tag.hmm._log_add", + "lineno": 670, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._exhaustive_point_entropy", + "callee": "nltk.tag.hmm._ninf_array", + "lineno": 672, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._exhaustive_point_entropy", + "callee": "nltk.tag.hmm._log_add", + "lineno": 678, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._outputs_vector", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._output_logprob", + "lineno": 704, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._forward_probability", + "callee": "nltk.tag.hmm._ninf_array", + "lineno": 722, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._forward_probability", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._transitions_matrix", + "lineno": 724, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._forward_probability", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._output_logprob", + "lineno": 729, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._forward_probability", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._outputs_vector", + "lineno": 736, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._forward_probability", + "callee": "nltk.tag.hmm.logsumexp2", + "lineno": 740, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._backward_probability", + "callee": "nltk.tag.hmm._ninf_array", + "lineno": 759, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._backward_probability", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._transitions_matrix", + "lineno": 761, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._backward_probability", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger._outputs_vector", + "lineno": 770, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger._backward_probability", + "callee": "nltk.tag.hmm.logsumexp2", + "lineno": 774, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.test", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger.entropy", + "lineno": 817, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.test", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger.test.flatten", + "lineno": 822, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTagger.test", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger.test.flatten", + "lineno": 823, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train", + "callee": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_supervised", + "lineno": 876, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train", + "callee": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "lineno": 880, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer._baum_welch_step", + "callee": "nltk.tag.hmm.logsumexp2", + "lineno": 893, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer._baum_welch_step", + "callee": "nltk.tag.hmm._ninf_array", + "lineno": 895, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer._baum_welch_step", + "callee": "nltk.tag.hmm._ninf_array", + "lineno": 896, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer._baum_welch_step", + "callee": "nltk.tag.hmm._ninf_array", + "lineno": 897, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer._baum_welch_step", + "callee": "nltk.tag.hmm._ninf_array", + "lineno": 898, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.probability.RandomProbDist.__init__", + "lineno": 956, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.probability.DictionaryConditionalProbDist.__init__", + "lineno": 957, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.probability.RandomProbDist.__init__", + "lineno": 958, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.probability.DictionaryConditionalProbDist.__init__", + "lineno": 960, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.probability.RandomProbDist.__init__", + "lineno": 961, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger.__init__", + "lineno": 963, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.probability.DictionaryConditionalProbDist.__init__", + "lineno": 977, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.probability.MutableProbDist.__init__", + "lineno": 979, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.probability.DictionaryConditionalProbDist.__init__", + "lineno": 985, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.probability.MutableProbDist.__init__", + "lineno": 987, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger.reset_cache", + "lineno": 992, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.tag.hmm._ninf_array", + "lineno": 1002, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.tag.hmm._ninf_array", + "lineno": 1003, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.tag.hmm._ninf_array", + "lineno": 1004, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.tag.hmm._ninf_array", + "lineno": 1005, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.tag.hmm.HiddenMarkovModelTrainer._baum_welch_step", + "lineno": 1019, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.tag.hmm.logsumexp2", + "lineno": 1042, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "callee": "nltk.tag.hmm.logsumexp2", + "lineno": 1043, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_supervised", + "callee": "nltk.probability.MLEProbDist.__init__", + "lineno": 1091, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_supervised", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 1098, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_supervised", + "callee": "nltk.probability.ConditionalFreqDist.__init__", + "lineno": 1099, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_supervised", + "callee": "nltk.probability.ConditionalFreqDist.__init__", + "lineno": 1100, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_supervised", + "callee": "nltk.probability.ConditionalProbDist.__init__", + "lineno": 1125, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_supervised", + "callee": "nltk.probability.ConditionalProbDist.__init__", + "lineno": 1126, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_supervised", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger.__init__", + "lineno": 1128, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.hmm._create_hmm_tagger.pd", + "callee": "nltk.probability.DictionaryProbDist.__init__", + "lineno": 1159, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm._create_hmm_tagger.cpd", + "callee": "nltk.tag.hmm._create_hmm_tagger.pd", + "lineno": 1164, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.tag.hmm._create_hmm_tagger.cpd", + "callee": "nltk.probability.DictionaryConditionalProbDist.__init__", + "lineno": 1165, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm._create_hmm_tagger", + "callee": "nltk.tag.hmm._create_hmm_tagger.cpd", + "lineno": 1167, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.tag.hmm._create_hmm_tagger", + "callee": "nltk.tag.hmm._create_hmm_tagger.cpd", + "lineno": 1168, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.tag.hmm._create_hmm_tagger", + "callee": "nltk.tag.hmm._create_hmm_tagger.pd", + "lineno": 1169, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.tag.hmm._create_hmm_tagger", + "callee": "nltk.tag.hmm.HiddenMarkovModelTagger.__init__", + "lineno": 1170, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.hmm._market_hmm_example", + "callee": "nltk.tag.hmm._create_hmm_tagger", + "lineno": 1185, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.demo", + "callee": "nltk.tag.hmm._market_hmm_example", + "lineno": 1196, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.demo_pos", + "callee": "nltk.tag.hmm.load_pos", + "lineno": 1251, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.demo_pos", + "callee": "nltk.tag.hmm.HiddenMarkovModelTrainer.__init__", + "lineno": 1252, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.hmm.demo_pos", + "callee": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_supervised", + "lineno": 1253, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tag.hmm.demo_pos", + "callee": "nltk.probability.LidstoneProbDist.__init__", + "lineno": 1255, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm._untag", + "callee": ".list.append", + "lineno": 1265, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.hmm.demo_pos_bw", + "callee": "nltk.tag.hmm.load_pos", + "lineno": 1280, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.demo_pos_bw", + "callee": "nltk.tag.hmm.HiddenMarkovModelTrainer.__init__", + "lineno": 1287, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.hmm.demo_pos_bw", + "callee": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_supervised", + "lineno": 1288, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tag.hmm.demo_pos_bw", + "callee": "nltk.probability.LidstoneProbDist.__init__", + "lineno": 1290, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hmm.demo_pos_bw", + "callee": "nltk.tag.hmm._untag", + "lineno": 1297, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.demo_pos_bw", + "callee": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "lineno": 1298, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tag.hmm.demo_bw", + "callee": "nltk.tag.hmm._market_hmm_example", + "lineno": 1312, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.hmm.demo_bw", + "callee": ".list.append", + "lineno": 1322, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.hmm.demo_bw", + "callee": "nltk.tag.hmm.HiddenMarkovModelTrainer.__init__", + "lineno": 1325, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.hmm.demo_bw", + "callee": "nltk.tag.hmm.HiddenMarkovModelTrainer.train_unsupervised", + "lineno": 1326, + "resolution": "local_typed_method_call" + } + ], + "nltk.tag.hunpos": [ + { + "caller": "nltk.tag.hunpos.HunposTagger.__init__", + "callee": "nltk.internals.find_binary", + "lineno": 84, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hunpos.HunposTagger.__init__", + "callee": "nltk.internals.find_file", + "lineno": 93, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.hunpos.HunposTagger.__init__", + "callee": ".subprocess.Popen", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.hunpos.HunposTagger.__del__", + "callee": "nltk.tag.hunpos.HunposTagger.close", + "lineno": 107, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hunpos.HunposTagger.__exit__", + "callee": "nltk.tag.hunpos.HunposTagger.close", + "lineno": 119, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.hunpos.HunposTagger.tag", + "callee": ".list.append", + "lineno": 138, + "resolution": "local_builtin_method_call" + } + ], + "nltk.tag.mapping": [ + { + "caller": "nltk.tag.mapping.", + "callee": ".collections.defaultdict", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.mapping.", + "callee": ".collections.defaultdict", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.mapping.", + "callee": ".collections.defaultdict", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.mapping._load_universal_map", + "callee": "nltk.data.normalize_resource_url", + "lineno": 59, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.mapping._load_universal_map", + "callee": ".str.rstrip", + "lineno": 60, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.mapping._load_universal_map", + "callee": "nltk.data.load", + "lineno": 62, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.mapping.tagset_mapping", + "callee": "nltk.tag.mapping._load_universal_map", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.mapping.map_tag", + "callee": "nltk.tag.mapping.tagset_mapping", + "lineno": 145, + "resolution": "direct_name_call" + } + ], + "nltk.tag.perceptron": [ + { + "caller": "nltk.tag.perceptron.AveragedPerceptron.__init__", + "callee": ".collections.defaultdict", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.perceptron.AveragedPerceptron.__init__", + "callee": ".collections.defaultdict", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.perceptron.AveragedPerceptron.predict", + "callee": ".collections.defaultdict", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.perceptron.AveragedPerceptron.predict", + "callee": "nltk.tag.perceptron.AveragedPerceptron._softmax", + "lineno": 72, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.perceptron.AveragedPerceptron.update", + "callee": "nltk.tag.perceptron.AveragedPerceptron.update.upd_feat", + "lineno": 90, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.AveragedPerceptron.update", + "callee": "nltk.tag.perceptron.AveragedPerceptron.update.upd_feat", + "lineno": 91, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.__init__", + "callee": "nltk.tag.perceptron.AveragedPerceptron.__init__", + "lineno": 172, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.__init__", + "callee": ".tempfile.gettempdir", + "lineno": 177, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.__init__", + "callee": "nltk.tag.perceptron.PerceptronTagger.load_from_json", + "lineno": 183, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.tag", + "callee": "nltk.tag.perceptron.PerceptronTagger.normalize", + "lineno": 200, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.tag", + "callee": "nltk.tag.perceptron.PerceptronTagger._get_features", + "lineno": 204, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.tag", + "callee": ".list.append", + "lineno": 206, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.train", + "callee": "nltk.tag.perceptron.PerceptronTagger._make_tagdict", + "lineno": 230, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.train", + "callee": "nltk.tag.perceptron.PerceptronTagger.normalize", + "lineno": 239, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.train", + "callee": "nltk.tag.perceptron.PerceptronTagger._get_features", + "lineno": 243, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.train", + "callee": "nltk.tag.perceptron._pc", + "lineno": 251, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.train", + "callee": "nltk.tag.perceptron.PerceptronTagger.save_to_json", + "lineno": 260, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.save_to_json", + "callee": ".os.path.isdir", + "lineno": 268, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.save_to_json", + "callee": ".os.mkdir", + "lineno": 269, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.save_to_json", + "callee": "nltk.tag.perceptron.PerceptronTagger.encode_json_obj", + "lineno": 271, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.save_to_json", + "callee": "nltk.tag.perceptron.PerceptronTagger.param_files", + "lineno": 271, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.load_from_json", + "callee": "nltk.data.find", + "lineno": 279, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.load_from_json", + "callee": "nltk.data.FileSystemPathPointer.__init__", + "lineno": 285, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.load_from_json", + "callee": "nltk.data.find", + "lineno": 287, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.load_from_json", + "callee": "nltk.data.FileSystemPathPointer.__init__", + "lineno": 290, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.load_from_json.load_param", + "callee": "nltk.data.open_datafile", + "lineno": 294, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.load_from_json", + "callee": "nltk.tag.perceptron.PerceptronTagger.decode_json_params", + "lineno": 297, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.load_from_json", + "callee": "nltk.tag.perceptron.PerceptronTagger.load_from_json.load_param", + "lineno": 298, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger.load_from_json", + "callee": "nltk.tag.perceptron.PerceptronTagger.param_files", + "lineno": 298, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._get_features", + "callee": ".collections.defaultdict", + "lineno": 343, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._get_features", + "callee": "nltk.tag.perceptron.PerceptronTagger._get_features.add", + "lineno": 345, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._get_features", + "callee": "nltk.tag.perceptron.PerceptronTagger._get_features.add", + "lineno": 346, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._get_features", + "callee": "nltk.tag.perceptron.PerceptronTagger._get_features.add", + "lineno": 347, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._get_features", + "callee": "nltk.tag.perceptron.PerceptronTagger._get_features.add", + "lineno": 348, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._get_features", + "callee": "nltk.tag.perceptron.PerceptronTagger._get_features.add", + "lineno": 349, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._get_features", + "callee": "nltk.tag.perceptron.PerceptronTagger._get_features.add", + "lineno": 350, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._get_features", + "callee": "nltk.tag.perceptron.PerceptronTagger._get_features.add", + "lineno": 351, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._get_features", + "callee": "nltk.tag.perceptron.PerceptronTagger._get_features.add", + "lineno": 352, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._get_features", + "callee": "nltk.tag.perceptron.PerceptronTagger._get_features.add", + "lineno": 353, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._get_features", + "callee": "nltk.tag.perceptron.PerceptronTagger._get_features.add", + "lineno": 354, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._get_features", + "callee": "nltk.tag.perceptron.PerceptronTagger._get_features.add", + "lineno": 355, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._get_features", + "callee": "nltk.tag.perceptron.PerceptronTagger._get_features.add", + "lineno": 356, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._get_features", + "callee": "nltk.tag.perceptron.PerceptronTagger._get_features.add", + "lineno": 357, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._get_features", + "callee": "nltk.tag.perceptron.PerceptronTagger._get_features.add", + "lineno": 358, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._make_tagdict", + "callee": ".collections.defaultdict", + "lineno": 366, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.perceptron.PerceptronTagger._make_tagdict", + "callee": ".collections.defaultdict", + "lineno": 366, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.perceptron._train_and_test", + "callee": "nltk.tag.perceptron.PerceptronTagger.__init__", + "lineno": 395, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.perceptron._train_and_test", + "callee": "nltk.tag.perceptron.PerceptronTagger.train", + "lineno": 402, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tag.perceptron._train_and_test", + "callee": "nltk.tag.api.TaggerI.accuracy", + "lineno": 403, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tag.perceptron.", + "callee": "nltk.tag.perceptron._train_and_test", + "lineno": 407, + "resolution": "direct_name_call" + } + ], + "nltk.tag.senna": [ + { + "caller": "nltk.tag.senna.SennaChunkTagger.bio_to_chunks", + "callee": ".list.append", + "lineno": 107, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.senna.SennaChunkTagger.bio_to_chunks", + "callee": ".list.append", + "lineno": 108, + "resolution": "local_builtin_method_call" + } + ], + "nltk.tag.sequential": [ + { + "caller": "nltk.tag.sequential.SequentialBackoffTagger.tag", + "callee": ".list.append", + "lineno": 61, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.sequential.SequentialBackoffTagger.tag", + "callee": "nltk.tag.sequential.SequentialBackoffTagger.tag_one", + "lineno": 61, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.sequential.ContextTagger.choose_tag", + "callee": "nltk.tag.sequential.ContextTagger.context", + "lineno": 139, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.sequential.ContextTagger.__repr__", + "callee": "nltk.tag.sequential.ContextTagger.size", + "lineno": 150, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.sequential.ContextTagger._train", + "callee": "nltk.probability.ConditionalFreqDist.__init__", + "lineno": 177, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.sequential.ContextTagger._train", + "callee": "nltk.tag.sequential.ContextTagger.context", + "lineno": 183, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.sequential.ContextTagger._train", + "callee": "nltk.probability.ConditionalFreqDist.conditions", + "lineno": 207, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tag.sequential.NgramTagger.__init__", + "callee": "nltk.tag.api.TaggerI._check_params", + "lineno": 291, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tag.sequential.NgramTagger.__init__", + "callee": "nltk.tag.sequential.ContextTagger._train", + "lineno": 296, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tag.sequential.NgramTagger.decode_json_obj", + "callee": ".dict.items", + "lineno": 315, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.sequential.AffixTagger.__init__", + "callee": "nltk.tag.api.TaggerI._check_params", + "lineno": 453, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tag.sequential.AffixTagger.__init__", + "callee": "nltk.tag.sequential.ContextTagger._train", + "lineno": 461, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tag.sequential.ClassifierBasedTagger.__init__", + "callee": "nltk.tag.api.TaggerI._check_params", + "lineno": 618, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tag.sequential.ClassifierBasedTagger.__init__", + "callee": "nltk.tag.sequential.ClassifierBasedTagger._train", + "lineno": 640, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.sequential.ClassifierBasedTagger.choose_tag", + "callee": "nltk.tag.sequential.ClassifierBasedTagger.feature_detector", + "lineno": 644, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.sequential.ClassifierBasedTagger._train", + "callee": "nltk.tag.sequential.ClassifierBasedTagger.feature_detector", + "lineno": 670, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.sequential.ClassifierBasedTagger._train", + "callee": ".list.append", + "lineno": 671, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.sequential.ClassifierBasedTagger._train", + "callee": ".list.append", + "lineno": 672, + "resolution": "local_builtin_method_call" + } + ], + "nltk.tag.stanford": [ + { + "caller": "nltk.tag.stanford.StanfordTagger.__init__", + "callee": "nltk.internals.find_jar", + "lineno": 70, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.stanford.StanfordTagger.__init__", + "callee": "nltk.internals.find_file", + "lineno": 74, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.stanford.StanfordTagger.tag", + "callee": "nltk.tag.stanford.StanfordTagger.tag_sents", + "lineno": 90, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.stanford.StanfordTagger.tag_sents", + "callee": "nltk.internals.config_java", + "lineno": 95, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.stanford.StanfordTagger.tag_sents", + "callee": "nltk.internals.java", + "lineno": 112, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.stanford.StanfordTagger.tag_sents", + "callee": "nltk.internals.config_java", + "lineno": 121, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.stanford.StanfordTagger.tag_sents", + "callee": "nltk.tag.stanford.StanfordTagger.parse_output", + "lineno": 123, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.stanford.StanfordTagger.parse_output", + "callee": ".list.append", + "lineno": 132, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.stanford.StanfordTagger.parse_output", + "callee": ".list.append", + "lineno": 135, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.stanford.StanfordNERTagger.parse_output", + "callee": ".list.append", + "lineno": 226, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.stanford.StanfordNERTagger.parse_output", + "callee": ".list.append", + "lineno": 232, + "resolution": "local_builtin_method_call" + } + ], + "nltk.tag.tnt": [ + { + "caller": "nltk.tag.tnt.", + "callee": ".math.log2", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.tnt._safe_log2", + "callee": ".math.log2", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.tnt.TnT.__init__", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 189, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.tnt.TnT.__init__", + "callee": "nltk.probability.ConditionalFreqDist.__init__", + "lineno": 190, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.tnt.TnT.__init__", + "callee": "nltk.probability.ConditionalFreqDist.__init__", + "lineno": 191, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.tnt.TnT.__init__", + "callee": "nltk.probability.ConditionalFreqDist.__init__", + "lineno": 192, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.tnt.TnT.__init__", + "callee": "nltk.probability.ConditionalFreqDist.__init__", + "lineno": 203, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.tnt.TnT.__init__", + "callee": "nltk.probability.ConditionalFreqDist.__init__", + "lineno": 204, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.tnt.TnT.train", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 241, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.tnt.TnT.train", + "callee": "nltk.probability.ConditionalFreqDist.__init__", + "lineno": 242, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.tnt.TnT.train", + "callee": "nltk.probability.ConditionalFreqDist.__init__", + "lineno": 243, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.tnt.TnT.train", + "callee": "nltk.probability.ConditionalFreqDist.__init__", + "lineno": 244, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.tnt.TnT.train", + "callee": "nltk.tag.tnt.TnT._compute_lambda", + "lineno": 281, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT.train", + "callee": ".math.log2", + "lineno": 286, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.tnt.TnT.train", + "callee": "nltk.tag.tnt.TnT._build_transition_logp_cache", + "lineno": 288, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT.train", + "callee": "nltk.tag.tnt.TnT._build_suffix_model", + "lineno": 289, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT.tag", + "callee": "nltk.tag.tnt.TnT._tag_segmented", + "lineno": 319, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT.tag", + "callee": "nltk.tag.tnt.TnT._pair_decoded", + "lineno": 322, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT.tag", + "callee": "nltk.tag.tnt.TnT._tagword", + "lineno": 322, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT.tagdata", + "callee": "nltk.tag.tnt.TnT.tag", + "lineno": 341, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT._build_transition_logp_cache", + "callee": "nltk.tag.tnt._safe_inverse", + "lineno": 455, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.tnt.TnT._build_transition_logp_cache", + "callee": "nltk.tag.tnt._safe_log2", + "lineno": 464, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.tnt.TnT._build_transition_logp_cache", + "callee": ".dict.items", + "lineno": 464, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT._build_transition_logp_cache", + "callee": "nltk.tag.tnt._safe_inverse", + "lineno": 470, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.tnt.TnT._build_transition_logp_cache", + "callee": "nltk.tag.tnt._safe_log2", + "lineno": 473, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.tnt.TnT._build_transition_logp_cache", + "callee": ".dict.get", + "lineno": 474, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT._build_transition_logp_cache", + "callee": "nltk.tag.tnt._safe_inverse", + "lineno": 487, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.tnt.TnT._build_transition_logp_cache", + "callee": "nltk.tag.tnt._safe_inverse", + "lineno": 488, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.tnt.TnT._build_transition_logp_cache", + "callee": "nltk.tag.tnt._safe_log2", + "lineno": 492, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.tnt.TnT._build_transition_logp_cache", + "callee": ".dict.get", + "lineno": 493, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT._build_suffix_model", + "callee": ".dict.values", + "lineno": 532, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT._build_suffix_model", + "callee": "nltk.probability.ConditionalFreqDist.__init__", + "lineno": 545, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.tnt.TnT._build_suffix_model", + "callee": "nltk.probability.ConditionalFreqDist.__init__", + "lineno": 546, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.tnt.TnT._tagword", + "callee": ".list.append", + "lineno": 776, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT._tagword", + "callee": ".math.log2", + "lineno": 779, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tag.tnt.TnT._tagword", + "callee": ".list.append", + "lineno": 803, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT._tagword", + "callee": "nltk.tag.tnt._safe_log2", + "lineno": 804, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.tnt.TnT._tagword", + "callee": ".list.append", + "lineno": 818, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT._tagword", + "callee": ".dict.items", + "lineno": 832, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT._tagword", + "callee": "nltk.tag.tnt._safe_log2", + "lineno": 857, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.tnt.TnT._tagword", + "callee": ".list.append", + "lineno": 866, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT._tagword", + "callee": ".list.append", + "lineno": 871, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.tnt.TnT._tagword", + "callee": ".list.reverse", + "lineno": 874, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.tnt.basic_sent_chop", + "callee": ".list.append", + "lineno": 989, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.tnt.basic_sent_chop", + "callee": ".list.append", + "lineno": 992, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.tnt.basic_sent_chop", + "callee": ".list.append", + "lineno": 996, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tag.tnt.demo", + "callee": "nltk.tag.tnt._treebank_demo_split", + "lineno": 1074, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.tnt.demo", + "callee": "nltk.tag.tnt.TnT.__init__", + "lineno": 1077, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.tnt.demo", + "callee": "nltk.tag.tnt.TnT.train", + "lineno": 1078, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tag.tnt.demo", + "callee": "nltk.tag.tnt._score_tagger", + "lineno": 1079, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.tnt.demo", + "callee": "nltk.tag.tnt._format_score", + "lineno": 1083, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.tnt.demo", + "callee": "nltk.tag.tnt._format_score", + "lineno": 1084, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.tnt.demo_errors", + "callee": "nltk.tag.tnt._treebank_demo_split", + "lineno": 1094, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.tnt.demo_errors", + "callee": "nltk.tag.tnt.TnT.__init__", + "lineno": 1096, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tag.tnt.demo_errors", + "callee": "nltk.tag.tnt.TnT.train", + "lineno": 1097, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tag.tnt.demo_errors", + "callee": "nltk.tag.tnt.TnT.tag", + "lineno": 1103, + "resolution": "local_typed_method_call" + } + ], + "nltk.tag.util": [], + "nltk.tag": [ + { + "caller": "nltk.tag._get_tagger", + "callee": "nltk.tag.perceptron.PerceptronTagger.__init__", + "lineno": 108, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag._get_tagger", + "callee": "nltk.tag.perceptron.PerceptronTagger.__init__", + "lineno": 110, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag._pos_tag", + "callee": "nltk.tag.mapping.map_tag", + "lineno": 130, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag._pos_tag", + "callee": "nltk.tag.mapping.map_tag", + "lineno": 137, + "resolution": "imported_call" + }, + { + "caller": "nltk.tag.pos_tag", + "callee": "nltk.tag._get_tagger", + "lineno": 168, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.pos_tag", + "callee": "nltk.tag._pos_tag", + "lineno": 169, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.pos_tag_sents", + "callee": "nltk.tag._get_tagger", + "lineno": 186, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tag.pos_tag_sents", + "callee": "nltk.tag._pos_tag", + "lineno": 187, + "resolution": "direct_name_call" + } + ], + "nltk.tbl.api": [], + "nltk.tbl.demo": [ + { + "caller": "nltk.tbl.demo.demo", + "callee": "nltk.tbl.demo.postag", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo.demo_repr_rule_format", + "callee": "nltk.tbl.demo.postag", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo.demo_str_rule_format", + "callee": "nltk.tbl.demo.postag", + "lineno": 41, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo.demo_verbose_rule_format", + "callee": "nltk.tbl.demo.postag", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo.demo_multiposition_feature", + "callee": "nltk.tbl.demo.postag", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo.demo_multiposition_feature", + "callee": "nltk.tag.brill.Pos.", + "lineno": 63, + "resolution": "imported_call" + }, + { + "caller": "nltk.tbl.demo.demo_multifeature_template", + "callee": "nltk.tbl.demo.postag", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo.demo_multifeature_template", + "callee": "nltk.tag.brill.Word.", + "lineno": 70, + "resolution": "imported_call" + }, + { + "caller": "nltk.tbl.demo.demo_multifeature_template", + "callee": "nltk.tag.brill.Pos.", + "lineno": 70, + "resolution": "imported_call" + }, + { + "caller": "nltk.tbl.demo.demo_template_statistics", + "callee": "nltk.tbl.demo.postag", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo.demo_generated_templates", + "callee": "nltk.tbl.demo.postag", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo.demo_learning_curve", + "callee": "nltk.tbl.demo.postag", + "lineno": 111, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo.demo_error_analysis", + "callee": "nltk.tbl.demo.postag", + "lineno": 122, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo.demo_serialize_tagger", + "callee": "nltk.tbl.demo.postag", + "lineno": 130, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo.demo_high_accuracy_rules", + "callee": "nltk.tbl.demo.postag", + "lineno": 138, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo.postag", + "callee": "nltk.tag.brill.brill24", + "lineno": 236, + "resolution": "imported_call" + }, + { + "caller": "nltk.tbl.demo.postag", + "callee": "nltk.tbl.demo._demo_prepare_data", + "lineno": 237, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo.postag", + "callee": "nltk.picklesec.pickle_load", + "lineno": 257, + "resolution": "imported_call" + }, + { + "caller": "nltk.tbl.demo.postag", + "callee": "nltk.tbl.demo._demo_plot", + "lineno": 305, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo.postag", + "callee": "nltk.picklesec.pickle_load", + "lineno": 329, + "resolution": "imported_call" + }, + { + "caller": "nltk.tbl.demo._demo_prepare_data", + "callee": "nltk.tbl.demo.corpus_size", + "lineno": 363, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo._demo_prepare_data", + "callee": "nltk.tbl.demo.corpus_size", + "lineno": 364, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo._demo_prepare_data", + "callee": "nltk.tbl.demo.corpus_size", + "lineno": 365, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tbl.demo._demo_plot", + "callee": ".list.append", + "lineno": 381, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tbl.demo._demo_plot", + "callee": ".list.append", + "lineno": 386, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tbl.demo.", + "callee": "nltk.tbl.demo.demo_learning_curve", + "lineno": 419, + "resolution": "direct_name_call" + } + ], + "nltk.tbl.erroranalysis": [ + { + "caller": "nltk.tbl.erroranalysis.error_list", + "callee": ".list.append", + "lineno": 36, + "resolution": "local_builtin_method_call" + } + ], + "nltk.tbl.feature": [], + "nltk.tbl.rule": [ + { + "caller": "nltk.tbl.rule.TagRule.apply", + "callee": "nltk.tbl.rule.TagRule.applies", + "lineno": 60, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tbl.rule.Rule.__str__", + "callee": "nltk.tbl.rule.Rule.__str__._condition_to_logic", + "lineno": 226, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tbl.rule.Rule.format", + "callee": "nltk.tbl.rule.Rule.__str__", + "lineno": 268, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tbl.rule.Rule.format", + "callee": "nltk.tbl.rule.Rule.__repr__", + "lineno": 270, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tbl.rule.Rule.format", + "callee": "nltk.tbl.rule.Rule._verbose_format", + "lineno": 272, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tbl.rule.Rule._verbose_format.condition_to_str", + "callee": "nltk.tbl.rule.Rule._verbose_format.range_to_str", + "lineno": 287, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tbl.rule.Rule._verbose_format", + "callee": "nltk.tbl.rule.Rule._verbose_format.condition_to_str", + "lineno": 317, + "resolution": "same_class_name_call" + } + ], + "nltk.tbl.template": [ + { + "caller": "nltk.tbl.template.Template.applicable_rules", + "callee": "nltk.tbl.template.Template._applicable_conditions", + "lineno": 165, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tbl.template.Template.applicable_rules", + "callee": "nltk.tbl.rule.Rule.__init__", + "lineno": 167, + "resolution": "imported_call" + }, + { + "caller": "nltk.tbl.template.Template._applicable_conditions", + "callee": ".list.append", + "lineno": 177, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tbl.template.Template.get_neighborhood", + "callee": ".set.add", + "lineno": 199, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tbl.template.Template.expand", + "callee": "nltk.tbl.template.Template.expand.nonempty_powerset", + "lineno": 296, + "resolution": "same_class_name_call" + } + ], + "nltk.tbl": [], + "nltk.test.all": [ + { + "caller": "nltk.test.all.additional_tests", + "callee": ".glob.glob", + "lineno": 20, + "resolution": "external_constructor_call" + } + ], + "nltk.test.childes_fixt": [ + { + "caller": "nltk.test.childes_fixt.setup_module", + "callee": "nltk.data.find", + "lineno": 7, + "resolution": "qualified_module_call" + } + ], + "nltk.test.classify_fixt": [], + "nltk.test.conftest": [], + "nltk.test.gensim_fixt": [], + "nltk.test.gluesemantics_malt_fixt": [ + { + "caller": "nltk.test.gluesemantics_malt_fixt.setup_module", + "callee": "nltk.parse.malt.MaltParser.__init__", + "lineno": 7, + "resolution": "imported_call" + } + ], + "nltk.test.portuguese_en_fixt": [], + "nltk.test.probability_fixt": [], + "nltk.test.setup_fixt": [ + { + "caller": "nltk.test.setup_fixt.check_binary", + "callee": "nltk.internals.find_binary", + "lineno": 10, + "resolution": "imported_call" + } + ], + "nltk.test.test_filestring_sandbox": [ + { + "caller": "nltk.test.test_filestring_sandbox.test_reads_allowed_file", + "callee": "nltk.util.filestring", + "lineno": 17, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.test_filestring_sandbox.test_rejects_parent_traversal", + "callee": "nltk.util.filestring", + "lineno": 33, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.test_filestring_sandbox.test_rejects_symlink_escape", + "callee": "nltk.util.filestring", + "lineno": 53, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.test_filestring_sandbox.test_preserves_file_like_objects", + "callee": "nltk.util.filestring", + "lineno": 59, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.test_filestring_sandbox.test_encoding_fallback", + "callee": "nltk.util.filestring", + "lineno": 70, + "resolution": "imported_call" + } + ], + "nltk.test": [], + "nltk.test.unit.test_aline": [ + { + "caller": "nltk.test.unit.test_aline.test_aline", + "callee": "nltk.metrics.aline.align", + "lineno": 9, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.test_aline", + "callee": "nltk.metrics.aline.align", + "lineno": 14, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.test_aline", + "callee": "nltk.metrics.aline.align", + "lineno": 19, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.test_aline", + "callee": "nltk.metrics.aline.align", + "lineno": 38, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.test_aline_delta", + "callee": "nltk.metrics.aline.delta", + "lineno": 48, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.test_aline_delta", + "callee": "nltk.metrics.aline.delta", + "lineno": 49, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestAlineEdgeCases.test_identical_strings", + "callee": "nltk.metrics.aline.align", + "lineno": 55, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestAlineEdgeCases.test_invalid_segment_raises", + "callee": "nltk.metrics.aline.align", + "lineno": 61, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestAlineEdgeCases.test_invalid_segment_raises", + "callee": "nltk.metrics.aline.align", + "lineno": 66, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestAlineEdgeCases.test_single_char", + "callee": "nltk.metrics.aline.align", + "lineno": 73, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestAlineEdgeCases.test_single_char_different", + "callee": "nltk.metrics.aline.align", + "lineno": 78, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestAlineEdgeCases.test_single_vowel", + "callee": "nltk.metrics.aline.align", + "lineno": 83, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_identical_consonants", + "callee": "nltk.metrics.aline.delta", + "lineno": 169, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_identical_consonants", + "callee": "nltk.metrics.aline.delta", + "lineno": 170, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_identical_consonants", + "callee": "nltk.metrics.aline.delta", + "lineno": 171, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_identical_vowels", + "callee": "nltk.metrics.aline.delta", + "lineno": 175, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_identical_vowels", + "callee": "nltk.metrics.aline.delta", + "lineno": 176, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_similar_consonants", + "callee": "nltk.metrics.aline.delta", + "lineno": 181, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_similar_consonants", + "callee": "nltk.metrics.aline.delta", + "lineno": 183, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_symmetric", + "callee": "nltk.metrics.aline.delta", + "lineno": 188, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_symmetric", + "callee": "nltk.metrics.aline.delta", + "lineno": 188, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_symmetric", + "callee": "nltk.metrics.aline.delta", + "lineno": 189, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_symmetric", + "callee": "nltk.metrics.aline.delta", + "lineno": 189, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_symmetric", + "callee": "nltk.metrics.aline.delta", + "lineno": 190, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_delta_symmetric", + "callee": "nltk.metrics.aline.delta", + "lineno": 190, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_sigma_skip_negative", + "callee": "nltk.metrics.aline.sigma_skip", + "lineno": 194, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_sigma_skip_negative", + "callee": "nltk.metrics.aline.sigma_skip", + "lineno": 195, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_sigma_sub_identical", + "callee": "nltk.metrics.aline.sigma_sub", + "lineno": 199, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_sigma_sub_identical", + "callee": "nltk.metrics.aline.sigma_sub", + "lineno": 200, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_sigma_exp_returns_value", + "callee": "nltk.metrics.aline.sigma_exp", + "lineno": 205, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_V_vowel_gt_consonant", + "callee": "nltk.metrics.aline.V", + "lineno": 211, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_V_vowel_gt_consonant", + "callee": "nltk.metrics.aline.V", + "lineno": 212, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_R_returns_list", + "callee": "nltk.metrics.aline.R", + "lineno": 218, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestScoringFunctions.test_R_returns_list", + "callee": "nltk.metrics.aline.R", + "lineno": 219, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestAlignmentProperties.test_alignment_not_empty", + "callee": "nltk.metrics.aline.align", + "lineno": 229, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_aline.TestAlignmentProperties.test_alignment_returns_list_of_lists", + "callee": "nltk.metrics.aline.align", + "lineno": 235, + "resolution": "qualified_module_call" + } + ], + "nltk.test.unit.test_bllip": [ + { + "caller": "nltk.test.unit.test_bllip.parser", + "callee": "nltk.data.find", + "lineno": 10, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_bllip.parser", + "callee": "nltk.parse.bllip.BllipParser.from_unified_model_dir", + "lineno": 11, + "resolution": "qualified_module_call" + } + ], + "nltk.test.unit.test_brill": [ + { + "caller": "nltk.test.unit.test_brill.TestBrill.test_pos_template", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer.__init__", + "lineno": 16, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_brill.TestBrill.test_pos_template", + "callee": "nltk.tag.brill.Pos.", + "lineno": 17, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_brill.TestBrill.test_pos_template", + "callee": "nltk.tag.brill_trainer.BrillTaggerTrainer.train", + "lineno": 19, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_brill.TestBrill.test_pos_template", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 30, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.test_ccg_dir": [ + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_parse_variable_direction", + "callee": "nltk.ccg.lexicon.fromstring", + "lineno": 20, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_parse_variable_direction", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_parse_variable_direction", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_variable_direction_can_unify", + "callee": "nltk.ccg.lexicon.fromstring", + "lineno": 46, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_variable_direction_can_unify", + "callee": ".unittest.TestCase.assertIsNotNone", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_variable_direction_can_unify", + "callee": ".unittest.TestCase.assertIn", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_strict_regex_rejects_double_variable", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_strict_regex_rejects_double_variable", + "callee": "nltk.ccg.lexicon.fromstring", + "lineno": 69, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_direction_equality_and_hashing", + "callee": "nltk.ccg.api.Direction.__init__", + "lineno": 77, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_direction_equality_and_hashing", + "callee": "nltk.ccg.api.Direction.__init__", + "lineno": 78, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_direction_equality_and_hashing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 80, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_direction_equality_and_hashing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_substitute_applies_to_direction", + "callee": "nltk.ccg.api.PrimitiveCategory.__init__", + "lineno": 98, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_substitute_applies_to_direction", + "callee": "nltk.ccg.api.PrimitiveCategory.__init__", + "lineno": 99, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_substitute_applies_to_direction", + "callee": "nltk.ccg.api.Direction.__init__", + "lineno": 100, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_substitute_applies_to_direction", + "callee": "nltk.ccg.api.FunctionalCategory.__init__", + "lineno": 101, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_substitute_applies_to_direction", + "callee": "nltk.ccg.api.FunctionalCategory.substitute", + "lineno": 106, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_substitute_applies_to_direction", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 108, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_substitute_applies_to_direction", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_substitute_no_op_on_concrete_direction", + "callee": "nltk.ccg.api.PrimitiveCategory.__init__", + "lineno": 116, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_substitute_no_op_on_concrete_direction", + "callee": "nltk.ccg.api.PrimitiveCategory.__init__", + "lineno": 117, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_substitute_no_op_on_concrete_direction", + "callee": "nltk.ccg.api.Direction.__init__", + "lineno": 119, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_substitute_no_op_on_concrete_direction", + "callee": "nltk.ccg.api.FunctionalCategory.__init__", + "lineno": 120, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_substitute_no_op_on_concrete_direction", + "callee": "nltk.ccg.api.FunctionalCategory.substitute", + "lineno": 122, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_ccg_dir.TestCCGDirection.test_substitute_no_op_on_concrete_direction", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 124, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.test_cfd_mutation": [ + { + "caller": "nltk.test.unit.test_cfd_mutation.TestEmptyCondFreq.test_tabulate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 11, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfd_mutation.TestEmptyCondFreq.test_tabulate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 14, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfd_mutation.TestEmptyCondFreq.test_plot", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 18, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfd_mutation.TestEmptyCondFreq.test_plot", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 20, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfd_mutation.TestEmptyCondFreq.test_increment", + "callee": "nltk.tokenize.word_tokenize", + "lineno": 28, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_cfd_mutation.TestEmptyCondFreq.test_increment", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfd_mutation.TestEmptyCondFreq.test_increment", + "callee": ".unittest.TestCase.assertCountEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfd_mutation.TestEmptyCondFreq.test_increment", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 37, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.test_cfg2chomsky": [ + { + "caller": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_simple", + "callee": "nltk.grammar.CFG.fromstring", + "lineno": 9, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_simple", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 22, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_simple", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_simple", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_simple", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_simple", + "callee": "nltk.grammar.CFG.fromstring", + "lineno": 28, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_simple", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 37, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_simple", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_simple", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_simple", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_complex", + "callee": "nltk.data.load", + "lineno": 44, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_complex", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_complex", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_complex", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_cfg2chomsky.ChomskyNormalFormForCFGTest.test_complex", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 49, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.test_chunk": [], + "nltk.test.unit.test_classify": [ + { + "caller": "nltk.test.unit.test_classify.test_megam", + "callee": "nltk.test.unit.test_classify.assert_classifier_correct", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_classify.test_tadm", + "callee": "nltk.test.unit.test_classify.assert_classifier_correct", + "lineno": 50, + "resolution": "direct_name_call" + } + ], + "nltk.test.unit.test_collocations": [ + { + "caller": "nltk.test.unit.test_collocations.test_bigram2", + "callee": "nltk.collocations.BigramCollocationFinder.from_words", + "lineno": 19, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_collocations.test_bigram2", + "callee": "nltk.test.unit.test_collocations.close_enough", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_collocations.test_bigram3", + "callee": "nltk.collocations.BigramCollocationFinder.from_words", + "lineno": 48, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_collocations.test_bigram3", + "callee": "nltk.test.unit.test_collocations.close_enough", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_collocations.test_bigram5", + "callee": "nltk.collocations.BigramCollocationFinder.from_words", + "lineno": 85, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_collocations.test_bigram5", + "callee": "nltk.test.unit.test_collocations.close_enough", + "lineno": 105, + "resolution": "direct_name_call" + } + ], + "nltk.test.unit.test_concordance": [ + { + "caller": "nltk.test.unit.test_concordance.TestConcordance.setUp", + "callee": "nltk.text.Text.__init__", + "lineno": 31, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_concordance.TestConcordance.test_concordance_list", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_concordance.TestConcordance.test_concordance_width", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 71, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_concordance.TestConcordance.test_concordance_lines", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 75, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_concordance.TestConcordance.test_concordance_print", + "callee": "nltk.test.unit.test_concordance.stdout_redirect", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_concordance.TestConcordance.test_concordance_print", + "callee": ".io.StringIO", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_concordance.TestConcordance.test_concordance_print", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 98, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_concordance.TestConcordance.test_concordance_print", + "callee": "nltk.test.unit.test_concordance.TestConcordance.test_concordance_print.strip_space", + "lineno": 98, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.test.unit.test_concordance.TestConcordance.test_concordance_print", + "callee": "nltk.test.unit.test_concordance.TestConcordance.test_concordance_print.strip_space", + "lineno": 98, + "resolution": "same_class_name_call" + } + ], + "nltk.test.unit.test_corenlp": [ + { + "caller": "nltk.test.unit.test_corenlp.setup_module", + "callee": "nltk.parse.corenlp.CoreNLPServer.__init__", + "lineno": 18, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.setup_module", + "callee": "nltk.parse.corenlp.CoreNLPServer.start", + "lineno": 23, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestTokenizerAPI.test_tokenize", + "callee": "nltk.parse.corenlp.CoreNLPParser.", + "lineno": 38, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestTokenizerAPI.test_tokenize", + "callee": ".unittest.mock.MagicMock", + "lineno": 221, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestTokenizerAPI.test_tokenize", + "callee": "nltk.parse.corenlp.GenericCoreNLPParser.tokenize", + "lineno": 246, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestTokenizerAPI.test_tokenize", + "callee": ".TestCase.assertEqual", + "lineno": 252, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestTaggerAPI.test_pos_tagger", + "callee": "nltk.parse.corenlp.CoreNLPParser.", + "lineno": 257, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestTaggerAPI.test_pos_tagger", + "callee": ".unittest.mock.MagicMock", + "lineno": 563, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestTaggerAPI.test_pos_tagger", + "callee": "nltk.parse.corenlp.GenericCoreNLPParser.tag", + "lineno": 577, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestTaggerAPI.test_pos_tagger", + "callee": ".TestCase.assertEqual", + "lineno": 588, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestTaggerAPI.test_ner_tagger", + "callee": "nltk.parse.corenlp.CoreNLPParser.", + "lineno": 591, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestTaggerAPI.test_ner_tagger", + "callee": ".unittest.mock.MagicMock", + "lineno": 723, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestTaggerAPI.test_ner_tagger", + "callee": "nltk.parse.corenlp.GenericCoreNLPParser.tag", + "lineno": 738, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestTaggerAPI.test_ner_tagger", + "callee": ".TestCase.assertEqual", + "lineno": 749, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestTaggerAPI.test_unexpected_tagtype", + "callee": ".TestCase.assertRaises", + "lineno": 752, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestTaggerAPI.test_unexpected_tagtype", + "callee": "nltk.parse.corenlp.CoreNLPParser.", + "lineno": 753, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestParserAPI.test_parse", + "callee": "nltk.parse.corenlp.CoreNLPParser.", + "lineno": 758, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestParserAPI.test_parse", + "callee": ".unittest.mock.MagicMock", + "lineno": 1065, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestParserAPI.test_parse", + "callee": "nltk.parse.api.ParserI.parse", + "lineno": 1108, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestParserAPI.test_parse", + "callee": ".TestCase.assertEqual", + "lineno": 1114, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestParserAPI.test_dependency_parser", + "callee": "nltk.parse.corenlp.CoreNLPDependencyParser.", + "lineno": 1117, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestParserAPI.test_dependency_parser", + "callee": ".unittest.mock.MagicMock", + "lineno": 1423, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestParserAPI.test_dependency_parser", + "callee": "nltk.parse.api.ParserI.parse", + "lineno": 1434, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_corenlp.TestParserAPI.test_dependency_parser", + "callee": ".TestCase.assertEqual", + "lineno": 1440, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.test_corpora": [ + { + "caller": "nltk.test.unit.test_corpora.TestUdhr.test_words", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 22, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestIndian.test_words", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestIndian.test_tagged_words", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestCess.test_catalan", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestCess.test_catalan", + "callee": ".str.split", + "lineno": 57, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestCess.test_catalan", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestCess.test_esp", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 63, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestCess.test_esp", + "callee": ".str.split", + "lineno": 63, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestCess.test_esp", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 64, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestFloresta.test_words", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 71, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestFloresta.test_words", + "callee": ".str.split", + "lineno": 71, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestSinicaTreebank.test_sents", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 77, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestSinicaTreebank.test_parsed_sents", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 84, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestCoNLL2007.test_sents", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 102, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestCoNLL2007.test_parsed_sents", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestPTB.test_fileids", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 202, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestPTB.test_words", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 213, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestPTB.test_tagged_words", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 219, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestPTB.test_categories", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 225, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestPTB.test_news_fileids", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 241, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestPTB.test_category_words", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 247, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestMWAPPDB.test_fileids", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 256, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpora.TestMWAPPDB.test_entries", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 261, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.test_corpus_reader": [ + { + "caller": "nltk.test.unit.test_corpus_reader.test_corpusreader_open_blocks_symlink_escape", + "callee": "nltk.corpus.reader.plaintext.PlaintextCorpusReader.__init__", + "lineno": 28, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_corpus_reader.test_find_corpus_fileids_skips_symlink_escape", + "callee": "nltk.corpus.reader.util.find_corpus_fileids", + "lineno": 52, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_corpus_reader.test_find_corpus_fileids_skips_symlink_escape", + "callee": "nltk.data.FileSystemPathPointer.__init__", + "lineno": 52, + "resolution": "imported_call" + } + ], + "nltk.test.unit.test_corpus_util": [ + { + "caller": "nltk.test.unit.test_corpus_util.TestMakeBoundMethod.test_creates_bound_method", + "callee": "nltk.corpus.util._make_bound_method", + "lineno": 35, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_corpus_util.TestMakeBoundMethod.test_bound_method_has_correct_self", + "callee": "nltk.corpus.util._make_bound_method", + "lineno": 55, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_corpus_util.TestMakeBoundMethod.test_bound_method_with_arguments", + "callee": "nltk.corpus.util._make_bound_method", + "lineno": 73, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_corpus_util.test_repr_not_loaded", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 113, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_corpus_util.test_load_unload_reload_cycle", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 119, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_corpus_util.test_load_unload_reload_cycle", + "callee": "nltk.corpus.util.LazyCorpusLoader._unload", + "lineno": 129, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_corpus_util.test_dunder_access_does_not_trigger_load", + "callee": "nltk.corpus.util.LazyCorpusLoader.__init__", + "lineno": 139, + "resolution": "imported_call" + } + ], + "nltk.test.unit.test_corpus_views": [ + { + "caller": "nltk.test.unit.test_corpus_views.TestCorpusViews.data", + "callee": "nltk.data.find", + "lineno": 25, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_corpus_views.TestCorpusViews.test_correct_values", + "callee": "nltk.test.unit.test_corpus_views.TestCorpusViews.data", + "lineno": 33, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_corpus_views.TestCorpusViews.test_correct_values", + "callee": "nltk.corpus.reader.util.StreamBackedCorpusView.__init__", + "lineno": 34, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_corpus_views.TestCorpusViews.test_correct_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpus_views.TestCorpusViews.test_correct_values", + "callee": "nltk.corpus.reader.util.StreamBackedCorpusView.__init__", + "lineno": 37, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_corpus_views.TestCorpusViews.test_correct_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpus_views.TestCorpusViews.test_correct_length", + "callee": "nltk.test.unit.test_corpus_views.TestCorpusViews.data", + "lineno": 43, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_corpus_views.TestCorpusViews.test_correct_length", + "callee": "nltk.corpus.reader.util.StreamBackedCorpusView.__init__", + "lineno": 44, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_corpus_views.TestCorpusViews.test_correct_length", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_corpus_views.TestCorpusViews.test_correct_length", + "callee": "nltk.corpus.reader.util.StreamBackedCorpusView.__init__", + "lineno": 47, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_corpus_views.TestCorpusViews.test_correct_length", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 48, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.test_data": [ + { + "caller": "nltk.test.unit.test_data.test_find_raises_exception", + "callee": "nltk.data.find", + "lineno": 8, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_data.test_find_raises_exception_with_full_resource_name", + "callee": "nltk.data.find", + "lineno": 14, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_data.test_find_missing_entry_in_installed_package_demotes_download_hint", + "callee": "nltk.data.find", + "lineno": 21, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_data.test_find_missing_entry_in_installed_package_demotes_download_hint", + "callee": "nltk.data.find", + "lineno": 26, + "resolution": "qualified_module_call" + } + ], + "nltk.test.unit.test_data_security": [], + "nltk.test.unit.test_disagreement": [ + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_easy", + "callee": "nltk.metrics.agreement.AnnotationTask.__init__", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_easy", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_easy", + "callee": "nltk.metrics.agreement.AnnotationTask.alpha", + "lineno": 25, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_easy2", + "callee": "nltk.metrics.agreement.AnnotationTask.__init__", + "lineno": 40, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_easy2", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_easy2", + "callee": "nltk.metrics.agreement.AnnotationTask.alpha", + "lineno": 41, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_easy3", + "callee": "nltk.metrics.agreement.AnnotationTask.__init__", + "lineno": 53, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_easy3", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_easy3", + "callee": "nltk.metrics.agreement.AnnotationTask.alpha", + "lineno": 54, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_easy3", + "callee": "nltk.metrics.agreement.AnnotationTask.__init__", + "lineno": 57, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_easy3", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_easy3", + "callee": "nltk.metrics.agreement.AnnotationTask.alpha", + "lineno": 58, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_advanced", + "callee": "nltk.metrics.agreement.AnnotationTask.__init__", + "lineno": 108, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_advanced", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_advanced", + "callee": "nltk.metrics.agreement.AnnotationTask.alpha", + "lineno": 109, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_advanced2", + "callee": "nltk.metrics.agreement.AnnotationTask.__init__", + "lineno": 159, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_advanced2", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 160, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_disagreement.TestDisagreement.test_advanced2", + "callee": "nltk.metrics.agreement.AnnotationTask.alpha", + "lineno": 160, + "resolution": "local_typed_method_call" + } + ], + "nltk.test.unit.test_distance": [ + { + "caller": "nltk.test.unit.test_distance.TestEditDistance.test_with_transpositions", + "callee": "nltk.metrics.distance.edit_distance", + "lineno": 128, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroSimilarity.test_both_empty", + "callee": "nltk.metrics.distance.jaro_similarity", + "lineno": 146, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroSimilarity.test_empty_vs_nonempty", + "callee": "nltk.metrics.distance.jaro_similarity", + "lineno": 150, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroSimilarity.test_empty_vs_nonempty", + "callee": "nltk.metrics.distance.jaro_similarity", + "lineno": 151, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroSimilarity.test_single_char_identical", + "callee": "nltk.metrics.distance.jaro_similarity", + "lineno": 159, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroSimilarity.test_single_char_different", + "callee": "nltk.metrics.distance.jaro_similarity", + "lineno": 162, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroSimilarity.test_known_values", + "callee": "nltk.metrics.distance.jaro_similarity", + "lineno": 181, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroSimilarity.test_symmetry", + "callee": "nltk.metrics.distance.jaro_similarity", + "lineno": 197, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroSimilarity.test_symmetry", + "callee": "nltk.metrics.distance.jaro_similarity", + "lineno": 197, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroSimilarity.test_return_type_is_float", + "callee": "nltk.metrics.distance.jaro_similarity", + "lineno": 205, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroSimilarity.test_return_type_is_float", + "callee": "nltk.metrics.distance.jaro_similarity", + "lineno": 206, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroSimilarity.test_return_type_is_float", + "callee": "nltk.metrics.distance.jaro_similarity", + "lineno": 207, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroSimilarity.test_return_type_is_float", + "callee": "nltk.metrics.distance.jaro_similarity", + "lineno": 208, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroWinklerSimilarity.test_both_empty", + "callee": "nltk.metrics.distance.jaro_winkler_similarity", + "lineno": 215, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroWinklerSimilarity.test_single_char_identical", + "callee": "nltk.metrics.distance.jaro_winkler_similarity", + "lineno": 218, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroWinklerSimilarity.test_single_char_different", + "callee": "nltk.metrics.distance.jaro_winkler_similarity", + "lineno": 221, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroWinklerSimilarity.test_known_value", + "callee": "nltk.metrics.distance.jaro_winkler_similarity", + "lineno": 224, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroWinklerSimilarity.test_winkler_ge_jaro", + "callee": "nltk.metrics.distance.jaro_winkler_similarity", + "lineno": 229, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestJaroWinklerSimilarity.test_winkler_ge_jaro", + "callee": "nltk.metrics.distance.jaro_similarity", + "lineno": 229, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_default_rain_to_shine", + "callee": "nltk.metrics.distance.edit_distance_align", + "lineno": 263, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_identical_strings", + "callee": "nltk.metrics.distance.edit_distance_align", + "lineno": 268, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_empty_to_nonempty", + "callee": "nltk.metrics.distance.edit_distance_align", + "lineno": 273, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_nonempty_to_empty", + "callee": "nltk.metrics.distance.edit_distance_align", + "lineno": 278, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_both_empty", + "callee": "nltk.metrics.distance.edit_distance_align", + "lineno": 282, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_single_char_substitution", + "callee": "nltk.metrics.distance.edit_distance_align", + "lineno": 287, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_inf_sub_cost_different_chars", + "callee": "nltk.metrics.distance.edit_distance_align", + "lineno": 294, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_inf_sub_cost_identical_strings", + "callee": "nltk.metrics.distance.edit_distance_align", + "lineno": 303, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_inf_sub_cost_partial_match", + "callee": "nltk.metrics.distance.edit_distance_align", + "lineno": 308, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_inf_sub_cost_partial_match", + "callee": "nltk.test.unit.test_distance._alignment_cost", + "lineno": 311, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_inf_sub_cost_longer_partial_match", + "callee": "nltk.metrics.distance.edit_distance_align", + "lineno": 316, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_inf_sub_cost_longer_partial_match", + "callee": "nltk.test.unit.test_distance._alignment_cost", + "lineno": 317, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_sub_cost_2_prefers_substitution", + "callee": "nltk.metrics.distance.edit_distance_align", + "lineno": 322, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_sub_cost_3_avoids_substitution", + "callee": "nltk.metrics.distance.edit_distance_align", + "lineno": 328, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_alignment_cost_equals_edit_distance", + "callee": "nltk.metrics.distance.edit_distance_align", + "lineno": 352, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_alignment_cost_equals_edit_distance", + "callee": "nltk.test.unit.test_distance._alignment_cost", + "lineno": 353, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_alignment_cost_equals_edit_distance", + "callee": "nltk.metrics.distance.edit_distance", + "lineno": 354, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_alignment_starts_and_ends_correctly", + "callee": "nltk.metrics.distance.edit_distance_align", + "lineno": 370, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_distance.TestEditDistanceAlign.test_alignment_steps_are_valid", + "callee": "nltk.metrics.distance.edit_distance_align", + "lineno": 384, + "resolution": "imported_call" + } + ], + "nltk.test.unit.test_downloader": [ + { + "caller": "nltk.test.unit.test_downloader.test_build_index", + "callee": "nltk.downloader.build_index", + "lineno": 73, + "resolution": "imported_call" + } + ], + "nltk.test.unit.test_downloader_atomic": [ + { + "caller": "nltk.test.unit.test_downloader_atomic._download_with_file_url.counting_urlopen", + "callee": "nltk.test.unit.test_downloader_atomic.SlowResponse.__init__", + "lineno": 66, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic._download_with_file_url", + "callee": "nltk.downloader.Downloader.__init__", + "lineno": 68, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic._download_with_file_url", + "callee": ".unittest.mock.patch", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic._download_with_file_url", + "callee": "nltk.downloader.Downloader.download", + "lineno": 70, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic._collect_debug", + "callee": "nltk.downloader.Downloader.__init__", + "lineno": 74, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic._collect_debug", + "callee": "nltk.downloader.Downloader.status", + "lineno": 92, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.setUp", + "callee": ".pathlib.Path", + "lineno": 120, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.setUp", + "callee": ".pathlib.Path", + "lineno": 121, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.setUp", + "callee": "nltk.test.unit.test_downloader_atomic._build_source_zip", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.setUp", + "callee": "nltk.test.unit.test_downloader_atomic._zip_metadata", + "lineno": 128, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.setUp", + "callee": "nltk.downloader.Package.__init__", + "lineno": 130, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.setUp", + "callee": ".pathlib.Path", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.test_concurrent_downloads_cooperate", + "callee": ".concurrent.futures.ProcessPoolExecutor", + "lineno": 157, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.test_concurrent_downloads_cooperate", + "callee": "nltk.test.unit.test_downloader_atomic._collect_debug", + "lineno": 172, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.test_concurrent_downloads_cooperate", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 174, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.test_concurrent_downloads_cooperate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 178, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.test_concurrent_downloads_cooperate", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 187, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.test_concurrent_downloads_cooperate", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 188, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.test_concurrent_downloads_cooperate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 191, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.test_concurrent_downloads_cooperate", + "callee": "nltk.downloader.Downloader.__init__", + "lineno": 193, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.test_concurrent_downloads_cooperate", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 194, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_downloader_atomic.TestDownloaderAtomic.test_concurrent_downloads_cooperate", + "callee": "nltk.downloader.Downloader.status", + "lineno": 195, + "resolution": "local_typed_method_call" + } + ], + "nltk.test.unit.test_downloader_unzip": [ + { + "caller": "nltk.test.unit.test_downloader_unzip._run_unzip_iter", + "callee": "nltk.downloader._unzip_iter", + "lineno": 26, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_normal_relative_paths_are_extracted", + "callee": "nltk.test.unit.test_downloader_unzip._make_zip", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_normal_relative_paths_are_extracted", + "callee": "nltk.test.unit.test_downloader_unzip._run_unzip_iter", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_zip_slip_with_parent_directory_component_is_blocked", + "callee": "nltk.test.unit.test_downloader_unzip._make_zip", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_zip_slip_with_parent_directory_component_is_blocked", + "callee": "nltk.test.unit.test_downloader_unzip._run_unzip_iter", + "lineno": 93, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_zip_slip_with_parent_directory_component_is_blocked", + "callee": "nltk.test.unit.test_downloader_unzip._assert_blocked", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_zip_slip_with_absolute_posix_path_is_blocked", + "callee": ".pathlib.Path", + "lineno": 116, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_zip_slip_with_absolute_posix_path_is_blocked", + "callee": "nltk.test.unit.test_downloader_unzip._make_zip", + "lineno": 123, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_zip_slip_with_absolute_posix_path_is_blocked", + "callee": "nltk.test.unit.test_downloader_unzip._run_unzip_iter", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_zip_slip_with_absolute_posix_path_is_blocked", + "callee": "nltk.test.unit.test_downloader_unzip._assert_blocked", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_entries_resolved_outside_root_are_blocked_via_symlink", + "callee": "nltk.test.unit.test_downloader_unzip._make_zip", + "lineno": 163, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_entries_resolved_outside_root_are_blocked_via_symlink", + "callee": "nltk.test.unit.test_downloader_unzip._run_unzip_iter", + "lineno": 171, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_entries_resolved_outside_root_are_blocked_via_symlink", + "callee": "nltk.test.unit.test_downloader_unzip._assert_blocked", + "lineno": 174, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_bad_zipfile_yields_errormessage", + "callee": "nltk.test.unit.test_downloader_unzip._run_unzip_iter", + "lineno": 188, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_null_byte_in_member_name_is_blocked", + "callee": "nltk.test.unit.test_downloader_unzip._make_zip", + "lineno": 210, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_null_byte_in_member_name_is_blocked", + "callee": ".unittest.mock.patch", + "lineno": 214, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_null_byte_in_member_name_is_blocked", + "callee": ".unittest.mock.patch", + "lineno": 217, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_null_byte_in_member_name_is_blocked", + "callee": "nltk.test.unit.test_downloader_unzip._run_unzip_iter", + "lineno": 220, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_null_byte_in_member_name_is_blocked", + "callee": "nltk.test.unit.test_downloader_unzip._assert_blocked", + "lineno": 222, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_multiple_violation_types_all_reported_and_nothing_extracted", + "callee": ".pathlib.Path", + "lineno": 243, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_multiple_violation_types_all_reported_and_nothing_extracted", + "callee": "nltk.test.unit.test_downloader_unzip._make_zip", + "lineno": 252, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_multiple_violation_types_all_reported_and_nothing_extracted", + "callee": "nltk.test.unit.test_downloader_unzip._run_unzip_iter", + "lineno": 254, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_multiple_violation_types_all_reported_and_nothing_extracted", + "callee": "nltk.test.unit.test_downloader_unzip._assert_blocked", + "lineno": 256, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_extraction_error_does_not_delete_preexisting_root_content", + "callee": "nltk.test.unit.test_downloader_unzip._make_zip", + "lineno": 281, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_extraction_error_does_not_delete_preexisting_root_content", + "callee": ".unittest.mock.patch", + "lineno": 285, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_extraction_error_does_not_delete_preexisting_root_content", + "callee": "nltk.test.unit.test_downloader_unzip._run_unzip_iter", + "lineno": 289, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_extraction_error_does_not_delete_preexisting_root_content", + "callee": "nltk.test.unit.test_downloader_unzip._assert_blocked", + "lineno": 291, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_namelist_raises_yields_errormessage", + "callee": "nltk.test.unit.test_downloader_unzip._make_zip", + "lineno": 303, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_namelist_raises_yields_errormessage", + "callee": ".unittest.mock.patch", + "lineno": 305, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_namelist_raises_yields_errormessage", + "callee": "nltk.test.unit.test_downloader_unzip._run_unzip_iter", + "lineno": 309, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_namelist_raises_yields_errormessage", + "callee": "nltk.test.unit.test_downloader_unzip._assert_blocked", + "lineno": 311, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_unzip_iter_verbose_writes_to_stdout", + "callee": "nltk.test.unit.test_downloader_unzip._make_zip", + "lineno": 325, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_unzip_iter_verbose_writes_to_stdout", + "callee": "nltk.test.unit.test_downloader_unzip._run_unzip_iter", + "lineno": 327, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestSecureUnzip.test_verbose_output_on_corrupt_zip", + "callee": "nltk.test.unit.test_downloader_unzip._run_unzip_iter", + "lineno": 341, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_safe_relative_path_passes", + "callee": "nltk.downloader._validate_member", + "lineno": 352, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_parent_traversal_blocked", + "callee": "nltk.downloader._validate_member", + "lineno": 356, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_deeply_nested_traversal_blocked", + "callee": "nltk.downloader._validate_member", + "lineno": 361, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_null_byte_blocked", + "callee": "nltk.downloader._validate_member", + "lineno": 366, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_absolute_posix_path_blocked", + "callee": "nltk.downloader._validate_member", + "lineno": 375, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_windows_drive_letter_blocked", + "callee": "nltk.downloader._validate_member", + "lineno": 384, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_backslash_traversal", + "callee": "nltk.downloader._validate_member", + "lineno": 392, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_normcase_is_applied_to_path_comparisons", + "callee": ".unittest.mock.patch", + "lineno": 407, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_normcase_is_applied_to_path_comparisons", + "callee": "nltk.downloader._validate_member", + "lineno": 411, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_downloader_unzip.TestValidateMember.test_normcase_is_applied_to_path_comparisons", + "callee": "nltk.downloader._validate_member", + "lineno": 413, + "resolution": "imported_call" + } + ], + "nltk.test.unit.test_downloader_xxe": [ + { + "caller": "nltk.test.unit.test_downloader_xxe.TestDownloaderXXE.test_billion_laughs_blocked", + "callee": "nltk.downloader.Downloader.__init__", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_downloader_xxe.TestDownloaderXXE.test_billion_laughs_blocked", + "callee": ".str.encode", + "lineno": 40, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_downloader_xxe.TestDownloaderXXE.test_billion_laughs_blocked", + "callee": ".unittest.mock.patch", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_downloader_xxe.TestDownloaderXXE.test_billion_laughs_blocked", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_downloader_xxe.TestDownloaderXXE.test_billion_laughs_blocked", + "callee": "nltk.downloader.Downloader._update_index", + "lineno": 44, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_downloader_xxe.TestDownloaderXXE.test_valid_xml_parses", + "callee": "nltk.downloader.Downloader.__init__", + "lineno": 63, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_downloader_xxe.TestDownloaderXXE.test_valid_xml_parses", + "callee": ".str.encode", + "lineno": 64, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_downloader_xxe.TestDownloaderXXE.test_valid_xml_parses", + "callee": ".unittest.mock.patch", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_downloader_xxe.TestDownloaderXXE.test_valid_xml_parses", + "callee": "nltk.downloader.Downloader._update_index", + "lineno": 67, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_downloader_xxe.TestDownloaderXXE.test_valid_xml_parses", + "callee": ".unittest.TestCase.assertIn", + "lineno": 68, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.test_framenet_security": [ + { + "caller": "nltk.test.unit.test_framenet_security._record_opens.spy", + "callee": ".list.append", + "lineno": 54, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_frame_reads_legitimate_file", + "callee": "nltk.test.unit.test_framenet_security._make_corpus", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_frame_reads_legitimate_file", + "callee": ".str.format", + "lineno": 67, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_frame_reads_legitimate_file", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.__init__", + "lineno": 69, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_frame_reads_legitimate_file", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame", + "lineno": 70, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_allows_normal_frame_name", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.__init__", + "lineno": 77, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_allows_normal_frame_name", + "callee": "nltk.test.unit.test_framenet_security._make_corpus", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_allows_normal_frame_name", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame", + "lineno": 79, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_rejects_traversal_frame_name", + "callee": "nltk.test.unit.test_framenet_security._make_corpus", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_rejects_traversal_frame_name", + "callee": ".str.format", + "lineno": 92, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_rejects_traversal_frame_name", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.__init__", + "lineno": 94, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_rejects_traversal_frame_name", + "callee": "nltk.test.unit.test_framenet_security._record_opens", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_rejects_traversal_frame_name", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame", + "lineno": 98, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_rejects_drive_prefixed_frame_name", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.__init__", + "lineno": 104, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_rejects_drive_prefixed_frame_name", + "callee": "nltk.test.unit.test_framenet_security._make_corpus", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_rejects_drive_prefixed_frame_name", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.frame", + "lineno": 106, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_doc_rejects_traversal_filename", + "callee": "nltk.test.unit.test_framenet_security._make_corpus", + "lineno": 113, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_doc_rejects_traversal_filename", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.__init__", + "lineno": 114, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_doc_rejects_traversal_filename", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 117, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_doc_rejects_traversal_filename", + "callee": "nltk.test.unit.test_framenet_security._record_opens", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_doc_rejects_traversal_filename", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.doc", + "lineno": 121, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_doc_rejects_drive_prefixed_filename", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.__init__", + "lineno": 126, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_doc_rejects_drive_prefixed_filename", + "callee": "nltk.test.unit.test_framenet_security._make_corpus", + "lineno": 126, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_doc_rejects_drive_prefixed_filename", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 127, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_doc_rejects_drive_prefixed_filename", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.doc", + "lineno": 129, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_lu_file_rejects_traversal_id", + "callee": "nltk.test.unit.test_framenet_security._make_corpus", + "lineno": 136, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_lu_file_rejects_traversal_id", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader.__init__", + "lineno": 137, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_lu_file_rejects_traversal_id", + "callee": "nltk.corpus.reader.framenet.AttrDict.__init__", + "lineno": 138, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_lu_file_rejects_traversal_id", + "callee": "nltk.test.unit.test_framenet_security._record_opens", + "lineno": 140, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_framenet_lu_file_rejects_traversal_id", + "callee": "nltk.corpus.reader.framenet.FramenetCorpusReader._lu_file", + "lineno": 142, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_reject_unsafe_path_component_blocks", + "callee": "nltk.corpus.reader.framenet._reject_unsafe_path_component", + "lineno": 155, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_framenet_security.test_reject_unsafe_path_component_allows_normal", + "callee": "nltk.corpus.reader.framenet._reject_unsafe_path_component", + "lineno": 160, + "resolution": "imported_call" + } + ], + "nltk.test.unit.test_freqdist": [], + "nltk.test.unit.test_hmm": [ + { + "caller": "nltk.test.unit.test_hmm._wikipedia_example_hmm", + "callee": "nltk.tag.hmm._create_hmm_tagger", + "lineno": 20, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_hmm.test_forward_probability", + "callee": "nltk.tag.hmm._market_hmm_example", + "lineno": 28, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_hmm.test_forward_probability", + "callee": ".numpy.testing.assert_array_almost_equal", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_hmm.test_forward_probability2", + "callee": "nltk.test.unit.test_hmm._wikipedia_example_hmm", + "lineno": 40, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_hmm.test_forward_probability2", + "callee": ".numpy.testing.assert_array_almost_equal", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_hmm.test_backward_probability", + "callee": "nltk.test.unit.test_hmm._wikipedia_example_hmm", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_hmm.test_backward_probability", + "callee": ".numpy.testing.assert_array_almost_equal", + "lineno": 78, + "resolution": "external_constructor_call" + } + ], + "nltk.test.unit.test_json2csv_corpus": [ + { + "caller": "nltk.test.unit.test_json2csv_corpus.", + "callee": ".pathlib.Path", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.infile", + "callee": "nltk.data.open_datafile", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_textoutput", + "callee": "nltk.twitter.common.json2csv", + "lineno": 45, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_textoutput", + "callee": "nltk.test.unit.test_json2csv_corpus.files_are_identical", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_tweet_metadata", + "callee": "nltk.twitter.common.json2csv", + "lineno": 65, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_tweet_metadata", + "callee": "nltk.test.unit.test_json2csv_corpus.files_are_identical", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_user_metadata", + "callee": "nltk.twitter.common.json2csv", + "lineno": 74, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_user_metadata", + "callee": "nltk.test.unit.test_json2csv_corpus.files_are_identical", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_tweet_hashtag", + "callee": "nltk.twitter.common.json2csv_entities", + "lineno": 81, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_tweet_hashtag", + "callee": "nltk.test.unit.test_json2csv_corpus.files_are_identical", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_tweet_usermention", + "callee": "nltk.twitter.common.json2csv_entities", + "lineno": 95, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_tweet_usermention", + "callee": "nltk.test.unit.test_json2csv_corpus.files_are_identical", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_tweet_media", + "callee": "nltk.twitter.common.json2csv_entities", + "lineno": 109, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_tweet_media", + "callee": "nltk.test.unit.test_json2csv_corpus.files_are_identical", + "lineno": 118, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_tweet_url", + "callee": "nltk.twitter.common.json2csv_entities", + "lineno": 124, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_tweet_url", + "callee": "nltk.test.unit.test_json2csv_corpus.files_are_identical", + "lineno": 133, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_userurl", + "callee": "nltk.twitter.common.json2csv_entities", + "lineno": 139, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_userurl", + "callee": "nltk.test.unit.test_json2csv_corpus.files_are_identical", + "lineno": 148, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_tweet_place", + "callee": "nltk.twitter.common.json2csv_entities", + "lineno": 154, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_tweet_place", + "callee": "nltk.test.unit.test_json2csv_corpus.files_are_identical", + "lineno": 163, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_tweet_place_boundingbox", + "callee": "nltk.twitter.common.json2csv_entities", + "lineno": 169, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_tweet_place_boundingbox", + "callee": "nltk.test.unit.test_json2csv_corpus.files_are_identical", + "lineno": 178, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_retweet_original_tweet", + "callee": "nltk.twitter.common.json2csv_entities", + "lineno": 184, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_retweet_original_tweet", + "callee": "nltk.test.unit.test_json2csv_corpus.files_are_identical", + "lineno": 203, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_file_is_wrong", + "callee": "nltk.twitter.common.json2csv", + "lineno": 212, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_json2csv_corpus.test_file_is_wrong", + "callee": "nltk.test.unit.test_json2csv_corpus.files_are_identical", + "lineno": 213, + "resolution": "direct_name_call" + } + ], + "nltk.test.unit.test_json_serialization": [ + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.setUp", + "callee": "nltk.jsontags.JSONTaggedDecoder.", + "lineno": 23, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.setUp", + "callee": "nltk.jsontags.JSONTaggedEncoder.", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_default_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_default_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_regexp_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_regexp_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_regexp_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_affix_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_affix_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_affix_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 52, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_affix_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_affix_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_ngram_taggers", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 65, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_ngram_taggers", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 66, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_ngram_taggers", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_ngram_taggers", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_ngram_taggers", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_perceptron_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 80, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_perceptron_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 81, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_perceptron_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_brill_tagger", + "callee": "nltk.tag.brill.nltkdemo18", + "lineno": 86, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_brill_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 93, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_brill_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_json_serialization.TestJSONSerialization.test_brill_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 95, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.test_langnames": [ + { + "caller": "nltk.test.unit.test_langnames.TestTag2Q.test_known_tag", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 9, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestTag2Q.test_known_tag", + "callee": "nltk.langnames.tag2q", + "lineno": 9, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestTag2Q.test_unknown_tag", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 12, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestTag2Q.test_unknown_tag", + "callee": "nltk.langnames.tag2q", + "lineno": 12, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestTag2Q.test_empty_string", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 15, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestTag2Q.test_empty_string", + "callee": "nltk.langnames.tag2q", + "lineno": 15, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestTag2Q.test_unknown_tag_strict", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 18, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestTag2Q.test_unknown_tag_strict", + "callee": "nltk.langnames.tag2q", + "lineno": 19, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestTag2Q.test_known_tag_strict", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 22, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestTag2Q.test_known_tag_strict", + "callee": "nltk.langnames.tag2q", + "lineno": 22, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Tag.test_known_qcode", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Tag.test_known_qcode", + "callee": "nltk.langnames.q2tag", + "lineno": 27, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Tag.test_unknown_qcode", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 30, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Tag.test_unknown_qcode", + "callee": "nltk.langnames.q2tag", + "lineno": 30, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Tag.test_empty_string", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Tag.test_empty_string", + "callee": "nltk.langnames.q2tag", + "lineno": 33, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Tag.test_unknown_qcode_strict", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Tag.test_unknown_qcode_strict", + "callee": "nltk.langnames.q2tag", + "lineno": 37, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Tag.test_known_qcode_strict", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Tag.test_known_qcode_strict", + "callee": "nltk.langnames.q2tag", + "lineno": 40, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Name.test_known_full", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 45, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Name.test_known_full", + "callee": "nltk.langnames.q2name", + "lineno": 45, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Name.test_known_short", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Name.test_known_short", + "callee": "nltk.langnames.q2name", + "lineno": 48, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Name.test_unknown_qcode", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Name.test_unknown_qcode", + "callee": "nltk.langnames.q2name", + "lineno": 51, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Name.test_empty_string", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Name.test_empty_string", + "callee": "nltk.langnames.q2name", + "lineno": 54, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Name.test_unknown_qcode_strict", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Name.test_unknown_qcode_strict", + "callee": "nltk.langnames.q2name", + "lineno": 58, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Name.test_known_qcode_strict", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestQ2Name.test_known_qcode_strict", + "callee": "nltk.langnames.q2name", + "lineno": 62, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLang2Q.test_known_language", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLang2Q.test_known_language", + "callee": "nltk.langnames.lang2q", + "lineno": 68, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLang2Q.test_unknown_language", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 73, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLang2Q.test_unknown_language", + "callee": "nltk.langnames.lang2q", + "lineno": 73, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLang2Q.test_empty_string", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 78, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLang2Q.test_empty_string", + "callee": "nltk.langnames.lang2q", + "lineno": 78, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLang2Q.test_unknown_language_strict", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 81, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLang2Q.test_unknown_language_strict", + "callee": "nltk.langnames.lang2q", + "lineno": 82, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLang2Q.test_known_language_strict", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLang2Q.test_known_language_strict", + "callee": "nltk.langnames.lang2q", + "lineno": 85, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangName.test_known_tag", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangName.test_known_tag", + "callee": "nltk.langnames.langname", + "lineno": 91, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangName.test_known_tag_short", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 95, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangName.test_known_tag_short", + "callee": "nltk.langnames.langname", + "lineno": 95, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangName.test_retired_code", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 98, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangName.test_retired_code", + "callee": "nltk.langnames.langname", + "lineno": 98, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangName.test_unknown_code", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 103, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangName.test_unknown_code", + "callee": "nltk.langnames.langname", + "lineno": 103, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangName.test_none_input", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 106, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangName.test_none_input", + "callee": "nltk.langnames.langname", + "lineno": 106, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangName.test_unknown_code_strict", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangName.test_unknown_code_strict", + "callee": "nltk.langnames.langname", + "lineno": 110, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangName.test_none_input_strict", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 113, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangName.test_none_input_strict", + "callee": "nltk.langnames.langname", + "lineno": 114, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangName.test_known_tag_strict", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 117, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangName.test_known_tag_strict", + "callee": "nltk.langnames.langname", + "lineno": 118, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangCode.test_known_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 125, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangCode.test_known_name", + "callee": "nltk.langnames.langcode", + "lineno": 125, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangCode.test_known_name_3letter", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 128, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangCode.test_known_name_3letter", + "callee": "nltk.langnames.langcode", + "lineno": 128, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangCode.test_retired_name", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 131, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangCode.test_retired_name", + "callee": "nltk.langnames.langcode", + "lineno": 131, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangCode.test_unknown_name", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 136, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangCode.test_unknown_name", + "callee": "nltk.langnames.langcode", + "lineno": 136, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangCode.test_unknown_name_strict", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 139, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangCode.test_unknown_name_strict", + "callee": "nltk.langnames.langcode", + "lineno": 140, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangCode.test_known_name_strict", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 143, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_langnames.TestLangCode.test_known_name_strict", + "callee": "nltk.langnames.langcode", + "lineno": 143, + "resolution": "imported_call" + } + ], + "nltk.test.unit.test_metrics": [ + { + "caller": "nltk.test.unit.test_metrics.TestLikelihoodRatio.test_lr_bigram", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 16, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_metrics.TestLikelihoodRatio.test_lr_bigram", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 21, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_metrics.TestLikelihoodRatio.test_lr_bigram", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_metrics.TestLikelihoodRatio.test_lr_trigram", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_metrics.TestLikelihoodRatio.test_lr_trigram", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_metrics.TestLikelihoodRatio.test_lr_trigram", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_metrics.TestLikelihoodRatio.test_lr_quadgram", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_metrics.TestLikelihoodRatio.test_lr_quadgram", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_metrics.TestLikelihoodRatio.test_lr_quadgram", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 62, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.test_naivebayes": [ + { + "caller": "nltk.test.unit.test_naivebayes.NaiveBayesClassifierTest.test_simple", + "callee": "nltk.classify.naivebayes.NaiveBayesClassifier.train", + "lineno": 13, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_naivebayes.NaiveBayesClassifierTest.test_simple", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 16, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_naivebayes.NaiveBayesClassifierTest.test_simple", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 17, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_naivebayes.NaiveBayesClassifierTest.test_simple", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 20, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_naivebayes.NaiveBayesClassifierTest.test_simple", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 21, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.test_nkjp_security": [ + { + "caller": "nltk.test.unit.test_nkjp_security._make_corpus", + "callee": ".str.format", + "lineno": 30, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_nkjp_security._reader", + "callee": "nltk.corpus.reader.nkjp.NKJPCorpusReader.__init__", + "lineno": 37, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_nkjp_security.test_nkjp_header_default_fileids_still_works", + "callee": "nltk.test.unit.test_nkjp_security._reader", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_nkjp_security.test_nkjp_header_default_fileids_still_works", + "callee": "nltk.test.unit.test_nkjp_security._make_corpus", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_nkjp_security.test_nkjp_header_rejects_traversal_fileid", + "callee": "nltk.test.unit.test_nkjp_security._make_corpus", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_nkjp_security.test_nkjp_header_rejects_traversal_fileid", + "callee": ".str.format", + "lineno": 53, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_nkjp_security.test_nkjp_header_rejects_traversal_fileid", + "callee": "nltk.test.unit.test_nkjp_security._reader", + "lineno": 55, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_nkjp_security.test_nkjp_words_rejects_traversal_fileid", + "callee": "nltk.test.unit.test_nkjp_security._make_corpus", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_nkjp_security.test_nkjp_words_rejects_traversal_fileid", + "callee": "nltk.test.unit.test_nkjp_security._reader", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_nkjp_security.test_nkjp_header_rejects_inroot_symlink_escape", + "callee": "nltk.test.unit.test_nkjp_security._make_corpus", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_nkjp_security.test_nkjp_header_rejects_inroot_symlink_escape", + "callee": ".str.format", + "lineno": 82, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_nkjp_security.test_nkjp_header_rejects_inroot_symlink_escape", + "callee": "nltk.test.unit.test_nkjp_security._reader", + "lineno": 90, + "resolution": "direct_name_call" + } + ], + "nltk.test.unit.test_nombank": [ + { + "caller": "nltk.test.unit.test_nombank.NombankDemo.test_numbers", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 16, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_nombank.NombankDemo.test_numbers", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 18, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_nombank.NombankDemo.test_numbers", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 20, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_nombank.NombankDemo.test_instance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 23, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_nombank.NombankDemo.test_framefiles_fileids", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_nombank.NombankDemo.test_framefiles_fileids", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 27, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.test_open_datafile": [ + { + "caller": "nltk.test.unit.test_open_datafile.test_open_datafile_directory_and_filename_from_zip", + "callee": ".tempfile.TemporaryDirectory", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_open_datafile.test_open_datafile_directory_and_filename_from_zip", + "callee": ".str.encode", + "lineno": 29, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_open_datafile.test_open_datafile_directory_and_filename_from_zip", + "callee": "nltk.test.unit.test_open_datafile._create_test_zip", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_open_datafile.test_open_datafile_directory_and_filename_from_zip", + "callee": "nltk.data.ZipFilePathPointer.__init__", + "lineno": 37, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_open_datafile.test_open_datafile_directory_and_filename_from_zip", + "callee": "nltk.data.open_datafile", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_open_datafile.test_open_datafile_file_pointer_from_zip", + "callee": ".tempfile.TemporaryDirectory", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_open_datafile.test_open_datafile_file_pointer_from_zip", + "callee": ".str.encode", + "lineno": 51, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_open_datafile.test_open_datafile_file_pointer_from_zip", + "callee": "nltk.test.unit.test_open_datafile._create_test_zip", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_open_datafile.test_open_datafile_file_pointer_from_zip", + "callee": "nltk.data.ZipFilePathPointer.__init__", + "lineno": 57, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_open_datafile.test_open_datafile_file_pointer_from_zip", + "callee": "nltk.data.ZipFilePathPointer.join", + "lineno": 58, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_open_datafile.test_open_datafile_file_pointer_from_zip", + "callee": "nltk.data.open_datafile", + "lineno": 60, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_open_datafile.test_open_datafile_binary_mode_from_zip", + "callee": ".tempfile.TemporaryDirectory", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_open_datafile.test_open_datafile_binary_mode_from_zip", + "callee": "nltk.test.unit.test_open_datafile._create_test_zip", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_open_datafile.test_open_datafile_binary_mode_from_zip", + "callee": "nltk.data.ZipFilePathPointer.__init__", + "lineno": 76, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_open_datafile.test_open_datafile_binary_mode_from_zip", + "callee": "nltk.data.open_datafile", + "lineno": 78, + "resolution": "imported_call" + } + ], + "nltk.test.unit.test_pathsec": [ + { + "caller": "nltk.test.unit.test_pathsec.test_valid_http_url", + "callee": "nltk.pathsec.validate_network_url", + "lineno": 33, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_ssrf_invalid_scheme", + "callee": "nltk.downloader.Downloader.__init__", + "lineno": 41, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_ssrf_invalid_scheme", + "callee": "nltk.downloader.Downloader.index", + "lineno": 43, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_ssrf_loopback_ip", + "callee": "nltk.downloader.Downloader.__init__", + "lineno": 47, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_ssrf_loopback_ip", + "callee": "nltk.downloader.Downloader.index", + "lineno": 49, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_ssrf_cloud_metadata_link_local", + "callee": "nltk.downloader.Downloader.__init__", + "lineno": 53, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_ssrf_cloud_metadata_link_local", + "callee": "nltk.downloader.Downloader.index", + "lineno": 55, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_ssrf_ip_obfuscation", + "callee": "nltk.downloader.Downloader.__init__", + "lineno": 60, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_ssrf_ip_obfuscation", + "callee": "nltk.downloader.Downloader.index", + "lineno": 62, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_path_traversal_absolute", + "callee": "nltk.pathsec.open", + "lineno": 91, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_zip_slip_traversal", + "callee": "nltk.test.unit.test_pathsec.create_malicious_zip", + "lineno": 115, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_zip_slip_absolute_path", + "callee": "nltk.test.unit.test_pathsec.create_malicious_zip", + "lineno": 129, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_urlopen_honors_set_proxy_and_redirect_validation.spy_build_opener", + "callee": ".list.extend", + "lineno": 159, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_urlopen_honors_set_proxy_and_redirect_validation.spy_build_opener", + "callee": ".unittest.mock.MagicMock", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_urlopen_honors_set_proxy_and_redirect_validation", + "callee": ".unittest.mock.patch", + "lineno": 162, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_urlopen_honors_set_proxy_and_redirect_validation", + "callee": "nltk.pathsec.urlopen", + "lineno": 163, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_ssrf_dns_rebinding_blocked_at_connect", + "callee": ".http.server.HTTPServer", + "lineno": 213, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_ssrf_dns_rebinding_blocked_at_connect", + "callee": "nltk.pathsec.urlopen", + "lineno": 245, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_pinned_connection_fails_closed_when_unresolved", + "callee": ".list.append", + "lineno": 269, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_pinned_connection_fails_closed_when_unresolved", + "callee": "nltk.pathsec._pinned_connection", + "lineno": 273, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_pinned_connection_tries_all_validated_addresses", + "callee": "nltk.test.unit.test_pathsec._addrinfo", + "lineno": 281, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_pinned_connection_tries_all_validated_addresses", + "callee": "nltk.test.unit.test_pathsec._addrinfo", + "lineno": 281, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_pinned_connection_tries_all_validated_addresses.fake_create_connection", + "callee": ".list.append", + "lineno": 288, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_pinned_connection_tries_all_validated_addresses", + "callee": "nltk.pathsec._pinned_connection", + "lineno": 295, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_pathsec._capture_urlopen_handlers.spy_build_opener", + "callee": ".list.extend", + "lineno": 306, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_pathsec._capture_urlopen_handlers.spy_build_opener", + "callee": ".unittest.mock.MagicMock", + "lineno": 307, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_pathsec._capture_urlopen_handlers", + "callee": "nltk.pathsec.urlopen", + "lineno": 312, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_no_proxy_installs_pinning_and_disables_env_proxy", + "callee": "nltk.test.unit.test_pathsec._capture_urlopen_handlers", + "lineno": 321, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_env_proxy_skips_pinning_handlers", + "callee": "nltk.test.unit.test_pathsec._capture_urlopen_handlers", + "lineno": 336, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_ip_policy_forbids_non_global_and_mapped", + "callee": "nltk.pathsec._ip_is_forbidden", + "lineno": 370, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_ip_policy_allows_global", + "callee": "nltk.pathsec._ip_is_forbidden", + "lineno": 378, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_resolve_and_validate_blocks_ipv4_mapped_loopback", + "callee": "nltk.pathsec._resolve_and_validate_host", + "lineno": 393, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_validate_network_url_blocks_cgnat", + "callee": "nltk.test.unit.test_pathsec._addrinfo", + "lineno": 400, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_validate_network_url_blocks_cgnat", + "callee": "nltk.pathsec.validate_network_url", + "lineno": 403, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_streambackedcorpusview_string_fileid_uses_pathsec", + "callee": ".pathlib.Path", + "lineno": 415, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_streambackedcorpusview_string_fileid_uses_pathsec", + "callee": "nltk.corpus.reader.util.StreamBackedCorpusView.__init__", + "lineno": 417, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_pathsec.test_streambackedcorpusview_string_fileid_uses_pathsec", + "callee": "nltk.corpus.reader.util.StreamBackedCorpusView._open", + "lineno": 420, + "resolution": "local_typed_method_call" + } + ], + "nltk.test.unit.test_pickle_load_warnings": [ + { + "caller": "nltk.test.unit.test_pickle_load_warnings.test_pickle_load_emits_warning", + "callee": "nltk.parse.chart.Chart.__init__", + "lineno": 17, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_pickle_load_warnings.test_pickle_load_emits_warning", + "callee": "nltk.picklesec.pickle_load", + "lineno": 20, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_pickle_load_warnings.test_transitionparser_warns_on_model_unpickle", + "callee": "nltk.parse.transitionparser.TransitionParser.__init__", + "lineno": 49, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_pickle_load_warnings.test_transitionparser_warns_on_model_unpickle", + "callee": "nltk.parse.transitionparser.TransitionParser.train", + "lineno": 50, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_pickle_load_warnings.test_transitionparser_warns_on_model_unpickle", + "callee": "nltk.parse.transitionparser.TransitionParser.parse", + "lineno": 53, + "resolution": "local_typed_method_call" + } + ], + "nltk.test.unit.test_pl196x": [ + { + "caller": "nltk.test.unit.test_pl196x.TestCorpusViews.test_corpus_reader", + "callee": "nltk.data.find", + "lineno": 9, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_pl196x.TestCorpusViews.test_corpus_reader", + "callee": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.__init__", + "lineno": 10, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_pl196x.TestCorpusViews.test_corpus_reader", + "callee": "nltk.corpus.reader.pl196x.Pl196xCorpusReader.tagged_words", + "lineno": 13, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_pl196x.TestCorpusViews.test_corpus_reader", + "callee": "nltk.corpus.reader.api.CorpusReader.fileids", + "lineno": 13, + "resolution": "local_typed_method_call" + } + ], + "nltk.test.unit.test_pos_tag": [ + { + "caller": "nltk.test.unit.test_pos_tag.TestPosTag.check_stdout", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_pos_tag.TestPosTag.test_tagsets_upenn", + "callee": "nltk.test.unit.test_pos_tag.TestPosTag.check_stdout", + "lineno": 70, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_pos_tag.TestPosTag.test_tagsets_brown", + "callee": "nltk.test.unit.test_pos_tag.TestPosTag.check_stdout", + "lineno": 73, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_pos_tag.TestPosTag.test_tagsets_claw5", + "callee": "nltk.test.unit.test_pos_tag.TestPosTag.check_stdout", + "lineno": 76, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_pos_tag.TestPosTag.test_pos_tag_rus_universal_mapping_does_not_require_ru_rnc_new_map_file", + "callee": ".collections.defaultdict", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_pos_tag.TestPosTag.test_pos_tag_rus_universal_mapping_does_not_require_ru_rnc_new_map_file", + "callee": ".collections.defaultdict", + "lineno": 135, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_pos_tag.TestPosTag.test_pos_tag_rus_universal_mapping_does_not_require_ru_rnc_new_map_file", + "callee": ".collections.defaultdict", + "lineno": 135, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_pos_tag.TestPosTag.test_pos_tag_rus_universal_mapping_does_not_require_ru_rnc_new_map_file", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 140, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_pos_tag.TestPosTag.test_pos_tag_rus_universal_mapping_does_not_require_ru_rnc_new_map_file", + "callee": "nltk.data.normalize_resource_url", + "lineno": 142, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_pos_tag.TestPosTag.test_pos_tag_unknown_lang", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 157, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_pos_tag.TestPosTag.test_pos_tag_unknown_lang", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 159, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.test_reviews_security": [ + { + "caller": "nltk.test.unit.test_reviews_security._reader_worker", + "callee": "nltk.corpus.reader.reviews.ReviewsCorpusReader.__init__", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_reviews_security.test_features_regex_is_linear_on_crafted_line", + "callee": "nltk.test.unit.test_reviews_security._run_in_process", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_reviews_security.test_reviews_reader_does_not_hang_on_crafted_corpus", + "callee": "nltk.test.unit.test_reviews_security._run_in_process", + "lineno": 86, + "resolution": "direct_name_call" + } + ], + "nltk.test.unit.test_ribes": [ + { + "caller": "nltk.test.unit.test_ribes.test_ribes_empty_worder", + "callee": "nltk.translate.ribes_score.word_rank_alignment", + "lineno": 10, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ribes.test_ribes_empty_worder", + "callee": "nltk.translate.ribes_score.corpus_ribes", + "lineno": 14, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ribes.test_ribes_one_worder", + "callee": "nltk.translate.ribes_score.word_rank_alignment", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ribes.test_ribes_one_worder", + "callee": "nltk.translate.ribes_score.corpus_ribes", + "lineno": 28, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ribes.test_ribes_two_worder", + "callee": "nltk.translate.ribes_score.word_rank_alignment", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ribes.test_ribes_two_worder", + "callee": "nltk.translate.ribes_score.corpus_ribes", + "lineno": 42, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ribes.test_ribes", + "callee": "nltk.translate.ribes_score.corpus_ribes", + "lineno": 154, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_ribes.test_no_zero_div", + "callee": "nltk.translate.ribes_score.corpus_ribes", + "lineno": 244, + "resolution": "imported_call" + } + ], + "nltk.test.unit.test_rte_classify": [ + { + "caller": "nltk.test.unit.test_rte_classify.TestRTEClassifier.test_rte_feature_extraction", + "callee": "nltk.classify.rte_classify.rte_features", + "lineno": 63, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_rte_classify.TestRTEClassifier.test_rte_feature_extraction", + "callee": "nltk.classify.rte_classify.rte_features", + "lineno": 65, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_rte_classify.TestRTEClassifier.test_rte_feature_extraction", + "callee": ".str.strip", + "lineno": 67, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_rte_classify.TestRTEClassifier.test_feature_extractor_object", + "callee": "nltk.classify.rte_classify.RTEFeatureExtractor.__init__", + "lineno": 75, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_rte_classify.TestRTEClassifier.test_feature_extractor_object", + "callee": "nltk.classify.rte_classify.RTEFeatureExtractor.overlap", + "lineno": 78, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_rte_classify.TestRTEClassifier.test_feature_extractor_object", + "callee": "nltk.classify.rte_classify.RTEFeatureExtractor.overlap", + "lineno": 79, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_rte_classify.TestRTEClassifier.test_feature_extractor_object", + "callee": "nltk.classify.rte_classify.RTEFeatureExtractor.hyp_extra", + "lineno": 80, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_rte_classify.TestRTEClassifier.test_rte_classification_without_megam", + "callee": "nltk.classify.rte_classify.rte_classifier", + "lineno": 86, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_rte_classify.TestRTEClassifier.test_rte_classification_without_megam", + "callee": "nltk.classify.rte_classify.rte_classifier", + "lineno": 87, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_rte_classify.TestRTEClassifier.test_rte_classification_with_megam", + "callee": "nltk.classify.rte_classify.rte_classifier", + "lineno": 94, + "resolution": "imported_call" + } + ], + "nltk.test.unit.test_seekable_unicode_stream_reader": [ + { + "caller": "nltk.test.unit.test_seekable_unicode_stream_reader.check_reader", + "callee": ".io.BytesIO", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_seekable_unicode_stream_reader.test_reader", + "callee": "nltk.test.unit.test_seekable_unicode_stream_reader.check_reader", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_seekable_unicode_stream_reader.test_reader_stream_closes_when_deleted", + "callee": ".io.BytesIO", + "lineno": 77, + "resolution": "external_constructor_call" + } + ], + "nltk.test.unit.test_segmentation": [ + { + "caller": "nltk.test.unit.test_segmentation.test_basic_functionality", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 8, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_basic_functionality", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 9, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_basic_functionality", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 12, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_basic_functionality", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 13, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_boundary_marker_variations", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 18, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_boundary_marker_variations", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 19, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_weighted_vs_unweighted", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_weighted_vs_unweighted", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 25, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_weighted_vs_unweighted", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 28, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_weighted_vs_unweighted", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 29, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_edge_cases", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 34, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_edge_cases", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 35, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_edge_cases", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_edge_cases", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_error_handling", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 45, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_error_handling", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 47, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_error_handling", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 54, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_error_handling", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 59, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_large_scale_cases", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 64, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_large_scale_cases", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 65, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_mixed_content_segmentations", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 70, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_mixed_content_segmentations", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 71, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_non_string_segmentations", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 76, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_non_string_segmentations", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 77, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_boundary_marker_as_non_string", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 82, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_boundary_marker_as_non_string", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 83, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_complex_patterns", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 88, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_complex_patterns", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 89, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_pevzner_hearst_examples", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 97, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_pevzner_hearst_examples", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 98, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_pevzner_hearst_examples", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 99, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_symmetry", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 113, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_symmetry", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 113, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_symmetry", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 114, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_segmentation.test_symmetry", + "callee": "nltk.metrics.segmentation.windowdiff", + "lineno": 114, + "resolution": "imported_call" + } + ], + "nltk.test.unit.test_senna": [ + { + "caller": "nltk.test.unit.test_senna.TestSennaPipeline.test_senna_pipeline", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 41, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_senna.TestSennaTagger.test_senna_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 62, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_senna.TestSennaTagger.test_senna_chunk_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_senna.TestSennaTagger.test_senna_chunk_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 86, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_senna.TestSennaTagger.test_senna_ner_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_senna.TestSennaTagger.test_senna_ner_tagger", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 112, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.test_stem": [ + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.__init__", + "lineno": 16, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 17, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 18, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 19, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 20, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 21, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 22, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 23, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 24, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 25, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.__init__", + "lineno": 27, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 28, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 29, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 30, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.__init__", + "lineno": 32, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 33, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 34, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 35, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 36, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_arabic", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 37, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_russian", + "callee": "nltk.stem.snowball.SnowballStemmer.__init__", + "lineno": 40, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_russian", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 41, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_german", + "callee": "nltk.stem.snowball.SnowballStemmer.__init__", + "lineno": 44, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_german", + "callee": "nltk.stem.snowball.SnowballStemmer.__init__", + "lineno": 45, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_german", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 47, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_german", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 48, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_german", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 50, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_german", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 51, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_spanish", + "callee": "nltk.stem.snowball.SnowballStemmer.__init__", + "lineno": 54, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_spanish", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 56, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_spanish", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 59, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_short_strings_bug", + "callee": "nltk.stem.snowball.SnowballStemmer.__init__", + "lineno": 62, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_stem.SnowballTest.test_short_strings_bug", + "callee": "nltk.stem.snowball.SnowballStemmer.stem", + "lineno": 63, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest._vocabulary", + "callee": ".contextlib.closing", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest._vocabulary", + "callee": "nltk.data.find", + "lineno": 69, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest._test_against_expected_output", + "callee": "nltk.stem.porter.PorterStemmer.__init__", + "lineno": 76, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest._test_against_expected_output", + "callee": "nltk.test.unit.test_stem.PorterTest._vocabulary", + "lineno": 77, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest._test_against_expected_output", + "callee": "nltk.stem.porter.PorterStemmer.stem", + "lineno": 78, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_vocabulary_martin_mode", + "callee": ".contextlib.closing", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_vocabulary_martin_mode", + "callee": "nltk.data.find", + "lineno": 98, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_vocabulary_martin_mode", + "callee": "nltk.test.unit.test_stem.PorterTest._test_against_expected_output", + "lineno": 102, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_vocabulary_nltk_mode", + "callee": ".contextlib.closing", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_vocabulary_nltk_mode", + "callee": "nltk.data.find", + "lineno": 108, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_vocabulary_nltk_mode", + "callee": "nltk.test.unit.test_stem.PorterTest._test_against_expected_output", + "lineno": 112, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_vocabulary_original_mode", + "callee": ".contextlib.closing", + "lineno": 123, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_vocabulary_original_mode", + "callee": "nltk.data.find", + "lineno": 124, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_vocabulary_original_mode", + "callee": "nltk.test.unit.test_stem.PorterTest._test_against_expected_output", + "lineno": 128, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_vocabulary_original_mode", + "callee": "nltk.test.unit.test_stem.PorterTest._test_against_expected_output", + "lineno": 132, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_vocabulary_original_mode", + "callee": "nltk.data.find", + "lineno": 134, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_oed_bug", + "callee": "nltk.stem.porter.PorterStemmer.__init__", + "lineno": 145, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_lowercase_option", + "callee": "nltk.stem.porter.PorterStemmer.__init__", + "lineno": 152, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_lowercase_option", + "callee": "nltk.stem.porter.PorterStemmer.stem", + "lineno": 153, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_lowercase_option", + "callee": "nltk.stem.porter.PorterStemmer.stem", + "lineno": 154, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_lowercase_option", + "callee": "nltk.stem.porter.PorterStemmer.stem", + "lineno": 155, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_lowercase_option", + "callee": "nltk.stem.porter.PorterStemmer.stem", + "lineno": 156, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_lowercase_option", + "callee": "nltk.stem.porter.PorterStemmer.stem", + "lineno": 157, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_lowercase_irregular_forms_pool", + "callee": "nltk.stem.porter.PorterStemmer.__init__", + "lineno": 164, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_lowercase_irregular_forms_pool", + "callee": "nltk.stem.porter.PorterStemmer.stem", + "lineno": 166, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_lowercase_irregular_forms_pool", + "callee": "nltk.stem.porter.PorterStemmer.stem", + "lineno": 167, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_lowercase_irregular_forms_pool", + "callee": "nltk.stem.porter.PorterStemmer.stem", + "lineno": 168, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_lowercase_irregular_forms_pool", + "callee": "nltk.stem.porter.PorterStemmer.stem", + "lineno": 169, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_lowercase_irregular_forms_pool", + "callee": "nltk.stem.porter.PorterStemmer.stem", + "lineno": 170, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_stem.PorterTest.test_lowercase_irregular_forms_pool", + "callee": "nltk.stem.porter.PorterStemmer.stem", + "lineno": 171, + "resolution": "local_typed_method_call" + } + ], + "nltk.test.unit.test_tag": [ + { + "caller": "nltk.test.unit.test_tag.test_basic", + "callee": "nltk.tag.pos_tag", + "lineno": 5, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_tag.test_basic", + "callee": "nltk.tokenize.word_tokenize", + "lineno": 5, + "resolution": "imported_call" + } + ], + "nltk.test.unit.test_texttiling": [ + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingBlockComparison.test_returns_segments", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 57, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingBlockComparison.test_returns_segments", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "lineno": 58, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingBlockComparison.test_segments_cover_full_text", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 64, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingBlockComparison.test_segments_cover_full_text", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "lineno": 65, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingBlockComparison.test_demo_mode_returns_scores", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 70, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingBlockComparison.test_demo_mode_returns_scores", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "lineno": 73, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingBlockComparison.test_gap_scores_between_zero_and_one", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 83, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingBlockComparison.test_gap_scores_between_zero_and_one", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "lineno": 86, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingBlockComparison.test_homogeneous_text_few_boundaries", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 95, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingBlockComparison.test_homogeneous_text_few_boundaries", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "lineno": 96, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingVocabIntroduction.test_returns_segments", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 106, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingVocabIntroduction.test_returns_segments", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "lineno": 107, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingVocabIntroduction.test_segments_cover_full_text", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 113, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingVocabIntroduction.test_segments_cover_full_text", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "lineno": 114, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingVocabIntroduction.test_demo_mode_returns_scores", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 119, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingVocabIntroduction.test_demo_mode_returns_scores", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "lineno": 122, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingVocabIntroduction.test_gap_scores_non_negative", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 132, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingVocabIntroduction.test_gap_scores_non_negative", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "lineno": 135, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingVocabIntroduction.test_homogeneous_text_low_scores", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 143, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingVocabIntroduction.test_homogeneous_text_low_scores", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "lineno": 146, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestCreateTokenTable.test_par_count_across_last_paragraph_break", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 168, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestCreateTokenTable.test_par_count_across_last_paragraph_break", + "callee": "nltk.tokenize.texttiling.TokenSequence.__init__", + "lineno": 172, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestCreateTokenTable.test_par_count_across_last_paragraph_break", + "callee": "nltk.tokenize.texttiling.TokenSequence.__init__", + "lineno": 173, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestCreateTokenTable.test_par_count_across_last_paragraph_break", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer._create_token_table", + "lineno": 176, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingCommon.test_both_methods_find_boundaries", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 189, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingCommon.test_both_methods_find_boundaries", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "lineno": 190, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingCommon.test_invalid_similarity_method", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 197, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingCommon.test_invalid_similarity_method", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "lineno": 199, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingCommon.test_invalid_smoothing_method", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 206, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingCommon.test_invalid_smoothing_method", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "lineno": 208, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingCommon.test_boundary_count_matches_segments", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 216, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingCommon.test_boundary_count_matches_segments", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "lineno": 217, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingCommon.test_boundary_count_matches_segments", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 218, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_texttiling.TestTextTilingCommon.test_boundary_count_matches_segments", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "lineno": 221, + "resolution": "local_typed_method_call" + } + ], + "nltk.test.unit.test_tgrep": [ + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_simple", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 35, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_simple", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_encoding", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_encoding", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 69, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_encoding", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 70, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 77, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 77, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 78, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 78, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 79, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 79, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 80, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 80, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 81, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 81, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 82, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 83, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 84, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 84, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 85, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 86, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 86, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 87, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 87, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 88, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 88, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 89, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 89, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 90, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 91, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 92, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 92, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 93, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 93, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 94, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 95, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 95, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 96, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 96, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 97, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 98, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 98, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 99, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 99, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 100, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 100, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 101, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 102, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 102, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 103, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 103, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 104, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 104, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 105, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 105, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 106, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 106, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 107, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 107, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 108, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 108, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 109, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 110, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 110, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 111, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 112, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 112, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 113, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 113, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 114, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 114, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 115, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 116, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 116, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 117, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 117, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 118, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 118, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 119, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 119, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 120, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 120, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 121, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 121, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 122, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 123, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 123, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 124, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 124, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 125, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 125, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 126, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 126, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 127, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 127, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 128, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 128, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 129, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 129, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 130, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 130, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 131, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 131, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 132, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 132, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 133, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 133, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 134, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 134, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 135, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 135, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 136, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 136, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 137, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 137, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 138, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_link_types", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 138, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 144, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 144, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 145, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 146, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 147, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 149, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 150, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 152, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 153, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 156, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 157, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 160, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 161, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 164, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 165, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 168, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 169, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 172, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 173, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 176, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_examples", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 176, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_quoting", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 182, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_quoting", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 183, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 191, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 191, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 192, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 192, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 193, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 193, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 194, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 194, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 196, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 196, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 197, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 197, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 198, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 198, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 199, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_nodenames", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 200, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_macros", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 207, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_macros", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 208, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_simple", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 243, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_simple", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 243, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_simple", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 244, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_simple", + "callee": "nltk.tgrep.tgrep_nodes", + "lineno": 245, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_simple", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 247, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_simple", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 248, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_printing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 254, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_printing", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 255, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_printing", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 256, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_printing", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 258, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_printing", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 259, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_printing", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 260, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_encoding", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 271, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_encoding", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 272, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_encoding", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 273, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_encoding", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 275, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_encoding", + "callee": "nltk.tgrep.tgrep_nodes", + "lineno": 276, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_encoding", + "callee": "nltk.tgrep.tgrep_nodes", + "lineno": 277, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_encoding", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 279, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_encoding", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 280, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_encoding", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 281, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_nocase", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 289, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_nocase", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 289, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_nocase", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 290, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_nocase", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 290, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_quoted", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 297, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_quoted", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 297, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_quoted", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 298, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_quoted", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 298, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_quoted", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 299, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_quoted", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 299, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_quoted", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 300, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_quoted", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 300, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_regex", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 309, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_regex", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 309, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_regex_2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 316, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_regex_2", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 316, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_regex_2", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 319, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_regex_2", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 320, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_tree_position", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 333, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_tree_position", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 334, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_tree_position", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 335, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_noleaves", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 342, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_noleaves", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 343, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_noleaves", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 345, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_node_noleaves", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 345, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 352, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 352, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 353, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 353, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 354, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 355, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 358, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 358, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 359, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 359, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 360, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 360, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 361, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 362, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 365, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 366, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 368, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 369, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 372, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 373, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 375, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 376, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 381, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 381, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 382, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 382, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 383, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 383, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 384, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 385, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 389, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 389, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 390, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 390, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 391, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 392, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 395, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 395, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 397, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 397, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 398, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 399, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 405, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 406, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 419, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_dominance", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 420, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_bad_operator", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 439, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_bad_operator", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 440, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_comments", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 454, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_comments", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 454, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_comments", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 463, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_comments", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 463, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_sister_nodes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 470, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_sister_nodes", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 470, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_sister_nodes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 471, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_sister_nodes", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 471, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_sister_nodes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 472, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_sister_nodes", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 472, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_sister_nodes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 473, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_sister_nodes", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 473, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_sister_nodes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 474, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_sister_nodes", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 474, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 481, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 481, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 482, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 482, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 483, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 483, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 484, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 484, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 485, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 485, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 486, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 486, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 487, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 487, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 488, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 488, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 492, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 492, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 493, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 493, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 494, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 494, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 495, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 495, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 496, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 496, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 497, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 497, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 498, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 498, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 499, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.tests_rel_indexed_children", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 499, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 510, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 511, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 513, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 514, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 516, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 517, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 520, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 521, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 524, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 525, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 527, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 528, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 531, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 532, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 535, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_rel_precedence", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 536, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 546, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 546, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 551, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 551, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 558, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 559, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 570, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 571, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 581, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 582, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 592, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 593, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 601, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 602, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 610, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 611, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 615, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_examples", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 616, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_use_macros", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 628, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_use_macros", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 630, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_use_macros", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 637, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_use_macros", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 640, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_node_labels", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 647, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_node_labels", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 648, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_node_labels", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 665, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_node_labels", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 666, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_segmented_patterns", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 690, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_tokenize_segmented_patterns", + "callee": "nltk.tgrep.tgrep_tokenize", + "lineno": 691, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": ".str.split", + "lineno": 739, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 742, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 742, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 743, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 743, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 744, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 744, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 745, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 746, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 747, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 749, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 749, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 750, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 750, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 751, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 751, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 752, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 753, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_labeled_nodes", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 754, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_multiple_conjs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 765, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_multiple_conjs", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 766, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_multiple_conjs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 768, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_multiple_conjs", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 769, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_trailing_semicolon", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 780, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_trailing_semicolon", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 780, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_trailing_semicolon", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 781, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_trailing_semicolon", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 781, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_trailing_semicolon", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 782, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_tgrep.TestSequenceFunctions.test_trailing_semicolon", + "callee": "nltk.tgrep.tgrep_positions", + "lineno": 783, + "resolution": "qualified_module_call" + } + ], + "nltk.test.unit.test_tnt": [ + { + "caller": "nltk.test.unit.test_tnt._trained_tagger", + "callee": "nltk.tag.tnt.TnT.__init__", + "lineno": 107, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_tnt._trained_tagger", + "callee": "nltk.tag.tnt.TnT.train", + "lineno": 108, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_tnt._suffix_snapshot", + "callee": "nltk.test.unit.test_tnt._cfd_snapshot", + "lineno": 148, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_model_state_equal", + "callee": "nltk.test.unit.test_tnt._cfd_snapshot", + "lineno": 162, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_model_state_equal", + "callee": "nltk.test.unit.test_tnt._cfd_snapshot", + "lineno": 162, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_model_state_equal", + "callee": "nltk.test.unit.test_tnt._cfd_snapshot", + "lineno": 163, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_model_state_equal", + "callee": "nltk.test.unit.test_tnt._cfd_snapshot", + "lineno": 163, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_model_state_equal", + "callee": "nltk.test.unit.test_tnt._cfd_snapshot", + "lineno": 164, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_model_state_equal", + "callee": "nltk.test.unit.test_tnt._cfd_snapshot", + "lineno": 164, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_model_state_equal", + "callee": "nltk.test.unit.test_tnt._suffix_snapshot", + "lineno": 165, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_model_state_equal", + "callee": "nltk.test.unit.test_tnt._suffix_snapshot", + "lineno": 165, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_model_state_equal", + "callee": "nltk.test.unit.test_tnt._model_state", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_model_state_equal", + "callee": "nltk.test.unit.test_tnt._model_state", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._decode_mutation_snapshot", + "callee": "nltk.test.unit.test_tnt._cfd_snapshot", + "lineno": 172, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._decode_mutation_snapshot", + "callee": "nltk.test.unit.test_tnt._cfd_snapshot", + "lineno": 173, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._decode_mutation_snapshot", + "callee": "nltk.test.unit.test_tnt._cfd_snapshot", + "lineno": 174, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._decode_mutation_snapshot", + "callee": "nltk.test.unit.test_tnt._suffix_snapshot", + "lineno": 175, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._deleted_interpolation_logp", + "callee": "nltk.tag.tnt._safe_inverse", + "lineno": 183, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_tnt._deleted_interpolation_logp", + "callee": "nltk.tag.tnt._safe_inverse", + "lineno": 188, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_tnt._deleted_interpolation_logp", + "callee": "nltk.tag.tnt._safe_inverse", + "lineno": 190, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_tnt._deleted_interpolation_logp", + "callee": "nltk.tag.tnt._safe_log2", + "lineno": 191, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_transition_match", + "callee": "nltk.test.unit.test_tnt._cached_logp", + "lineno": 206, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_transition_match", + "callee": "nltk.test.unit.test_tnt._deleted_interpolation_logp", + "lineno": 206, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_observed_trigrams_match", + "callee": "nltk.test.unit.test_tnt._assert_transition_match", + "lineno": 215, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_bigram_fallbacks_match", + "callee": "nltk.test.unit.test_tnt._assert_transition_match", + "lineno": 225, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_unigram_fallbacks_match", + "callee": "nltk.test.unit.test_tnt._assert_transition_match", + "lineno": 231, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_transition_cache_matches_formula", + "callee": "nltk.test.unit.test_tnt._assert_observed_trigrams_match", + "lineno": 240, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_transition_cache_matches_formula", + "callee": "nltk.test.unit.test_tnt._assert_bigram_fallbacks_match", + "lineno": 241, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_transition_cache_matches_formula", + "callee": "nltk.test.unit.test_tnt._assert_unigram_fallbacks_match", + "lineno": 242, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_transition_cache_matches_formula", + "callee": "nltk.test.unit.test_tnt._cached_logp", + "lineno": 245, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt._assert_transition_cache_matches_formula", + "callee": "nltk.test.unit.test_tnt._deleted_interpolation_logp", + "lineno": 248, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.tagger", + "callee": "nltk.test.unit.test_tnt._trained_tagger", + "lineno": 255, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.reordered_taggers", + "callee": "nltk.test.unit.test_tnt._trained_tagger", + "lineno": 261, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.reordered_taggers", + "callee": "nltk.test.unit.test_tnt._trained_tagger", + "lineno": 262, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_invalid_n_raises_value_error", + "callee": "nltk.tag.tnt.TnT.__init__", + "lineno": 272, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_empty_training_resets_interpolation_weights", + "callee": "nltk.test.unit.test_tnt._trained_tagger", + "lineno": 276, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_repeated_train_rebuilds_state_and_clears_decode_cache", + "callee": "nltk.test.unit.test_tnt._trained_tagger", + "lineno": 287, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_repeated_train_rebuilds_state_and_clears_decode_cache", + "callee": "nltk.test.unit.test_tnt._assert_model_state_equal", + "lineno": 294, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_repeated_train_rebuilds_state_and_clears_decode_cache", + "callee": "nltk.test.unit.test_tnt._trained_tagger", + "lineno": 294, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_external_unk_train_respects_trained_flag", + "callee": "nltk.test.unit.test_tnt._CountingUnk.__init__", + "lineno": 303, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_external_unk_train_respects_trained_flag", + "callee": "nltk.test.unit.test_tnt._trained_tagger", + "lineno": 304, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_train_records_eos_after_sentence_final_tag", + "callee": "nltk.test.unit.test_tnt._state", + "lineno": 317, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_train_records_eos_after_sentence_final_tag", + "callee": "nltk.test.unit.test_tnt._state", + "lineno": 326, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_train_records_eos_after_sentence_final_tag", + "callee": ".dict.get", + "lineno": 328, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_train_records_eos_after_sentence_final_tag", + "callee": ".dict.items", + "lineno": 331, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_empty_sentences_do_not_record_eos_at_bos", + "callee": "nltk.test.unit.test_tnt._trained_tagger", + "lineno": 336, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_tagging_oov_words_does_not_mutate_trained_counts", + "callee": "nltk.test.unit.test_tnt._decode_mutation_snapshot", + "lineno": 342, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_tagging_oov_words_does_not_mutate_trained_counts", + "callee": "nltk.test.unit.test_tnt._decode_mutation_snapshot", + "lineno": 347, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_untrained_tagger_tags_unknown_word_as_unk", + "callee": "nltk.tag.tnt.TnT.__init__", + "lineno": 351, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_external_unk_unseen_tag_uses_transition_floor", + "callee": "nltk.test.unit.test_tnt._trained_tagger", + "lineno": 358, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_external_unk_unseen_tag_uses_transition_floor", + "callee": "nltk.test.unit.test_tnt._ConstantTagUnk.__init__", + "lineno": 358, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_external_unk_is_not_cached", + "callee": "nltk.test.unit.test_tnt._trained_tagger", + "lineno": 365, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_external_unk_is_not_cached", + "callee": "nltk.test.unit.test_tnt._AlternatingUnk.__init__", + "lineno": 365, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_external_unk_wrong_length_output_raises_clear_error", + "callee": "nltk.test.unit.test_tnt._trained_tagger", + "lineno": 376, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_transition_logp_cache_matches_deleted_interpolation_formula", + "callee": "nltk.test.unit.test_tnt._assert_transition_cache_matches_formula", + "lineno": 382, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_known_words_decode_to_their_only_seen_tag", + "callee": "nltk.test.unit.test_tnt._words", + "lineno": 387, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_threshold_pruning_keeps_viable_ambiguous_beam", + "callee": "nltk.test.unit.test_tnt._trained_tagger", + "lineno": 391, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_threshold_pruning_keeps_viable_ambiguous_beam", + "callee": "nltk.test.unit.test_tnt._assert_tag_output", + "lineno": 393, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_decode_tie_breaking_is_repeat_stable", + "callee": "nltk.test.unit.test_tnt._trained_tagger", + "lineno": 397, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_decode_tie_breaking_is_repeat_stable", + "callee": "nltk.test.unit.test_tnt._assert_decode_stable", + "lineno": 398, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_suffix_model_decodes_oov_heavy_sentence_repeatably", + "callee": "nltk.test.unit.test_tnt._trained_tagger", + "lineno": 406, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_suffix_model_decodes_oov_heavy_sentence_repeatably", + "callee": "nltk.test.unit.test_tnt._assert_decode_stable", + "lineno": 407, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_suffix_model_decodes_oov_heavy_sentence_repeatably", + "callee": "nltk.test.unit.test_tnt._assert_tag_output", + "lineno": 409, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_suffix_model_decodes_oov_heavy_sentence_repeatably", + "callee": "nltk.test.unit.test_tnt._trained_tags", + "lineno": 410, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_iterative_decode_handles_long_ambiguous_sentence", + "callee": "nltk.test.unit.test_tnt._trained_tagger", + "lineno": 417, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_iterative_decode_handles_long_ambiguous_sentence", + "callee": "nltk.test.unit.test_tnt._assert_decode_stable", + "lineno": 418, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_iterative_decode_handles_long_ambiguous_sentence", + "callee": "nltk.test.unit.test_tnt._assert_tag_output", + "lineno": 419, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_segmented_tagging_preserves_output_shape", + "callee": "nltk.test.unit.test_tnt._assert_tag_output", + "lineno": 443, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_pickle_round_trip_preserves_model_state_and_tags", + "callee": "nltk.test.unit.test_tnt._assert_model_state_equal", + "lineno": 478, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_pickle_round_trip_preserves_model_state_and_tags", + "callee": "nltk.test.unit.test_tnt._words", + "lineno": 481, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_pickle_round_trip_preserves_model_state_and_tags", + "callee": "nltk.test.unit.test_tnt._words", + "lineno": 481, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_training_data_reordering_preserves_model_state", + "callee": "nltk.test.unit.test_tnt._assert_model_state_equal", + "lineno": 485, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_training_data_reordering_preserves_decoded_output", + "callee": "nltk.test.unit.test_tnt._words", + "lineno": 491, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tnt.test_training_data_reordering_preserves_decoded_output", + "callee": "nltk.test.unit.test_tnt._words", + "lineno": 491, + "resolution": "direct_name_call" + } + ], + "nltk.test.unit.test_tokenize": [ + { + "caller": "nltk.test.unit.test_tokenize.", + "callee": "nltk.test.unit.test_tokenize.load_stanford_segmenter", + "lineno": 37, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_stanford_segmenter_arabic", + "callee": ".str.split", + "lineno": 306, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_stanford_segmenter_chinese", + "callee": ".str.split", + "lineno": 330, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_pad_asterisk", + "callee": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_words_handles_stop_iteration_exception.TestPunktTokenizeWordsMock.word_tokenize", + "lineno": 444, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_dash_tokenization", + "callee": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_words_handles_stop_iteration_exception.TestPunktTokenizeWordsMock.word_tokenize", + "lineno": 467, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_dash_tokenization", + "callee": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_words_handles_stop_iteration_exception.TestPunktTokenizeWordsMock.word_tokenize", + "lineno": 472, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_dash_tokenization", + "callee": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_words_handles_stop_iteration_exception.TestPunktTokenizeWordsMock.word_tokenize", + "lineno": 489, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_dash_tokenization", + "callee": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_words_handles_stop_iteration_exception.TestPunktTokenizeWordsMock.word_tokenize", + "lineno": 494, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_dash_tokenization", + "callee": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_words_handles_stop_iteration_exception.TestPunktTokenizeWordsMock.word_tokenize", + "lineno": 497, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_pad_dotdot", + "callee": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_words_handles_stop_iteration_exception.TestPunktTokenizeWordsMock.word_tokenize", + "lineno": 522, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_word_tokenize", + "callee": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_words_handles_stop_iteration_exception.TestPunktTokenizeWordsMock.word_tokenize", + "lineno": 797, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_word_tokenize", + "callee": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_words_handles_stop_iteration_exception.TestPunktTokenizeWordsMock.word_tokenize", + "lineno": 801, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_pair_iter", + "callee": "nltk.tokenize.punkt._pair_iter", + "lineno": 811, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_pair_iter_handles_stop_iteration_exception", + "callee": "nltk.tokenize.punkt._pair_iter", + "lineno": 819, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_words_handles_stop_iteration_exception", + "callee": "nltk.tokenize.punkt.PunktBaseClass.__init__", + "lineno": 824, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_words_handles_stop_iteration_exception", + "callee": "nltk.tokenize.punkt.PunktBaseClass._tokenize_words", + "lineno": 832, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_custom_lang_vars", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer.__init__", + "lineno": 839, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_custom_lang_vars", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer.tokenize", + "lineno": 849, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_no_custom_lang_vars", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer.__init__", + "lineno": 852, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_tokenize_no_custom_lang_vars", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer.tokenize", + "lineno": 860, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.punkt_debug_decisions", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer.__init__", + "lineno": 880, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.punkt_debug_decisions", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer.tokenize", + "lineno": 884, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.punkt_debug_decisions", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer.debug_decisions", + "lineno": 885, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_punkt_debug_decisions_custom_end", + "callee": "nltk.test.unit.test_tokenize.TestTokenize.punkt_debug_decisions", + "lineno": 893, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_sent_tokenize", + "callee": "nltk.tokenize.sent_tokenize", + "lineno": 929, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_string_tokenizer", + "callee": "nltk.tokenize.simple.CharTokenizer.", + "lineno": 933, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_string_tokenizer", + "callee": "nltk.tokenize.simple.CharTokenizer.tokenize", + "lineno": 934, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestTokenize.test_string_tokenizer", + "callee": "nltk.tokenize.simple.CharTokenizer.span_tokenize", + "lineno": 935, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_allows_all_approved", + "callee": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._write_jar", + "lineno": 966, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_allows_all_approved", + "callee": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._write_jar", + "lineno": 967, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_allows_all_approved", + "callee": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._make_segmenter", + "lineno": 968, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_allows_all_approved", + "callee": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._sha256", + "lineno": 972, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_allows_all_approved", + "callee": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._sha256", + "lineno": 972, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_blocks_unapproved_entry", + "callee": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._write_jar", + "lineno": 978, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_blocks_unapproved_entry", + "callee": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._write_jar", + "lineno": 979, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_blocks_unapproved_entry", + "callee": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._make_segmenter", + "lineno": 980, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_blocks_unapproved_entry", + "callee": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._sha256", + "lineno": 982, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_does_not_trust_path_substrings", + "callee": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._write_jar", + "lineno": 990, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_does_not_trust_path_substrings", + "callee": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._make_segmenter", + "lineno": 993, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_sha256sum_invalidates_cache_when_file_changes", + "callee": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._write_jar", + "lineno": 1002, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_sha256sum_invalidates_cache_when_file_changes", + "callee": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._make_segmenter", + "lineno": 1003, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_error_includes_guidance", + "callee": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._write_jar", + "lineno": 1012, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation.test_validate_classpath_error_includes_guidance", + "callee": "nltk.test.unit.test_tokenize.TestStanfordSegmenterClasspathValidation._make_segmenter", + "lineno": 1013, + "resolution": "self_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestPunktTrainer.test_punkt_train", + "callee": "nltk.tokenize.punkt.PunktTrainer.__init__", + "lineno": 1026, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestPunktTrainer.test_punkt_train", + "callee": "nltk.tokenize.punkt.PunktTrainer.train", + "lineno": 1027, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestPunktTrainer.test_punkt_train_single_word", + "callee": "nltk.tokenize.punkt.PunktTrainer.__init__", + "lineno": 1030, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestPunktTrainer.test_punkt_train_single_word", + "callee": "nltk.tokenize.punkt.PunktTrainer.train", + "lineno": 1031, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestPunktTrainer.test_punkt_train_no_punc", + "callee": "nltk.tokenize.punkt.PunktTrainer.__init__", + "lineno": 1034, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.TestPunktTrainer.test_punkt_train_no_punc", + "callee": "nltk.tokenize.punkt.PunktTrainer.train", + "lineno": 1035, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.test_tokenize.", + "callee": "nltk.tokenize.treebank.TreebankWordDetokenizer.", + "lineno": 1039, + "resolution": "imported_call" + } + ], + "nltk.test.unit.test_twitter_auth": [], + "nltk.test.unit.test_util": [ + { + "caller": "nltk.test.unit.test_util.test_everygrams_without_padding", + "callee": "nltk.util.everygrams", + "lineno": 21, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_util.test_everygrams_max_len", + "callee": "nltk.util.everygrams", + "lineno": 33, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_util.test_everygrams_min_len", + "callee": "nltk.util.everygrams", + "lineno": 43, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_util.test_everygrams_pad_right", + "callee": "nltk.util.everygrams", + "lineno": 62, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_util.test_everygrams_pad_left", + "callee": "nltk.util.everygrams", + "lineno": 81, + "resolution": "imported_call" + } + ], + "nltk.test.unit.test_verbnet": [ + { + "caller": "nltk.test.unit.test_verbnet.", + "callee": "nltk.test.unit.test_verbnet._find_verbnet_in_nltk_data", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_verbnet.TestVersionParameter.test_invalid_version_raises", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.__init__", + "lineno": 214, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_verbnet._Tests._make_corpus_tests.setUpClass", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.__init__", + "lineno": 229, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_verbnet._Tests._make_corpus_tests", + "callee": "nltk.test.unit.test_verbnet._corpus_available", + "lineno": 224, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_verbnet.", + "callee": "nltk.test.unit.test_verbnet._make_corpus_tests", + "lineno": 305, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_verbnet.", + "callee": "nltk.test.unit.test_verbnet._make_corpus_tests", + "lineno": 306, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_verbnet.", + "callee": "nltk.test.unit.test_verbnet._make_corpus_tests", + "lineno": 307, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.test.unit.test_verbnet.TestLongidShortidBugFix.setUpClass", + "callee": "nltk.corpus.reader.verbnet.VerbnetCorpusReader.__init__", + "lineno": 321, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.test_verbnet.", + "callee": "nltk.test.unit.test_verbnet._corpus_available", + "lineno": 314, + "resolution": "direct_name_call" + } + ], + "nltk.test.unit.test_wordnet": [ + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_value_equality_for_distinct_instances", + "callee": ".unittest.TestCase.assertIsNot", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_value_equality_for_distinct_instances", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_equality_with_incompatible_type_is_false", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_ordering_with_incompatible_type_raises_typeerror", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_retrieve_synset", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 38, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_retrieve_synset", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_retrieve_synset", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 40, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_retrieve_synset", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_retrieve_synsets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_retrieve_synsets", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 47, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_hyperhyponyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_hyperhyponyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_hyperhyponyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 56, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_hyperhyponyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 59, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_hyperhyponyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 67, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_hyperhyponyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_hyperhyponyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 76, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_hyperhyponyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 81, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_hyperhyponyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_hyperhyponyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_derivationally_related_forms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 89, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_derivationally_related_forms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 93, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_derivationally_related_forms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_derivationally_related_forms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_meronyms_holonyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 105, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_meronyms_holonyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 108, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_meronyms_holonyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 110, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_meronyms_holonyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_meronyms_holonyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 113, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_meronyms_holonyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 117, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_meronyms_holonyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 119, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_meronyms_holonyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 123, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_antonyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 135, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_antonyms", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 138, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_misc_relations", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 144, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_misc_relations", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_misc_relations", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 157, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_misc_relations", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 158, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_misc_relations", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 161, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_lch", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 167, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_lch", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 171, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_domains", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 178, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_domains", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 179, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_domains", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 180, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_in_topic_domains", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 184, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_in_topic_domains", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 187, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_in_topic_domains", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 190, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_wordnet_similarities", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 196, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_wordnet_similarities", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 197, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_wordnet_similarities", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 198, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_wordnet_similarities", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 202, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_wordnet_similarities", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 206, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_wordnet_similarities", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 210, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_wordnet_similarities", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 213, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_wordnet_similarities", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 216, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_wordnet_similarities", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 220, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_wordnet_similarities", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 224, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_wordnet_similarities", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 228, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_wordnet_similarities", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 234, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_wordnet_similarities", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 238, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_omw_lemma_no_trailing_underscore", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 251, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_iterable_type_for_all_lemma_names", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 259, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_iterable_type_for_all_lemma_names", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 260, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_iterable_type_for_all_lemma_names", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 261, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_iterable_type_for_all_lemma_names", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 263, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_iterable_type_for_all_lemma_names", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 264, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_iterable_type_for_all_lemma_names", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 265, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_ptb_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 269, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_ptb_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 270, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_ptb_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 271, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_ptb_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 272, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_ptb_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 275, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_ptb_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 276, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_ptb_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 277, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_ptb_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 280, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_ptb_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 281, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_ptb_tags", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 284, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_ptb_tags", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 285, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_ptb_tags", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 286, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_ptb_tags", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 287, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_ptb_tags", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 288, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_ptb_tags", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 289, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_brown_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 293, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_brown_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 294, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_brown_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 295, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_brown_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 296, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_brown_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 299, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_brown_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 302, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_brown_tags", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 305, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_brown_tags", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 310, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.test_wordnet.WordnNetDemo.test_en_brown_tags", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 311, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit": [], + "nltk.test.unit.lm.test_counter": [ + { + "caller": "nltk.test.unit.lm.test_counter.TestNgramCounter.setup_class", + "callee": "nltk.util.everygrams", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.lm.test_counter.TestNgramCounter.setup_class", + "callee": "nltk.util.everygrams", + "lineno": 26, + "resolution": "imported_call" + } + ], + "nltk.test.unit.lm.test_models": [ + { + "caller": "nltk.test.unit.lm.test_models.bigram_training_data", + "callee": "nltk.lm.preprocessing.padded_everygrams", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.lm.test_models.trigram_training_data", + "callee": "nltk.lm.preprocessing.padded_everygrams", + "lineno": 43, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.lm.test_models.test_sums_to_1", + "callee": ".operator.itemgetter", + "lineno": 541, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.lm.test_models.test_generate_cycle", + "callee": "nltk.lm.preprocessing.padded_everygrams", + "lineno": 572, + "resolution": "imported_call" + } + ], + "nltk.test.unit.lm.test_preprocessing": [ + { + "caller": "nltk.test.unit.lm.test_preprocessing.TestPreprocessing.test_padded_everygram_pipeline", + "callee": "nltk.lm.preprocessing.padded_everygram_pipeline", + "lineno": 28, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.lm.test_preprocessing.TestPreprocessing.test_padded_everygram_pipeline", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_preprocessing.TestPreprocessing.test_padded_everygram_pipeline", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 30, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.lm.test_vocabulary": [ + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_truthiness", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_cutoff_value_set_correctly", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 29, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_unable_to_change_cutoff", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_cutoff_setter_checks_value", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_cutoff_setter_checks_value", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_counts_set_correctly", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_counts_set_correctly", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_counts_set_correctly", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_membership_check_respects_cutoff", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 48, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_membership_check_respects_cutoff", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_membership_check_respects_cutoff", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 52, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_vocab_len_respects_cutoff", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_vocab_iter_respects_cutoff", + "callee": ".unittest.TestCase.assertCountEqual", + "lineno": 63, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_vocab_iter_respects_cutoff", + "callee": ".unittest.TestCase.assertCountEqual", + "lineno": 64, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_update_empty_vocab", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_update_empty_vocab", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 69, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_update_empty_vocab", + "callee": ".unittest.TestCase.assertIn", + "lineno": 70, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_update_empty_vocab", + "callee": ".unittest.TestCase.assertIn", + "lineno": 73, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 76, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 77, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_iterables", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 80, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_iterables", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 81, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_iterables", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_iterables", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_empty_iterables", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 88, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_empty_iterables", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 89, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_empty_iterables", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_empty_iterables", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 91, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_recursive", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_recursive", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_recursive", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 98, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_None", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 101, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_None", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 103, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_int", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 107, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_int", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_lookup_empty_str", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 113, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_eqality", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 121, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_eqality", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_eqality", + "callee": ".unittest.TestCase.assertNotEqual", + "lineno": 123, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_str", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 126, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_creation_with_counter", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 131, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_creation_with_counter", + "callee": ".collections.Counter", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_len_is_constant", + "callee": ".timeit.timeit", + "lineno": 152, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_len_is_constant", + "callee": ".timeit.timeit", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.lm.test_vocabulary.NgramModelVocabularyTests.test_len_is_constant", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 156, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.lm": [], + "nltk.test.unit.translate.test_bleu": [ + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_modified_precision", + "callee": "nltk.translate.bleu_score.modified_precision", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_modified_precision", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 39, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_modified_precision", + "callee": "nltk.translate.bleu_score.modified_precision", + "lineno": 42, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_modified_precision", + "callee": "nltk.translate.bleu_score.modified_precision", + "lineno": 63, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_modified_precision", + "callee": "nltk.translate.bleu_score.modified_precision", + "lineno": 66, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_modified_precision", + "callee": "nltk.translate.bleu_score.modified_precision", + "lineno": 81, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_modified_precision", + "callee": "nltk.translate.bleu_score.modified_precision", + "lineno": 82, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_modified_precision", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 84, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_modified_precision", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 85, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_modified_precision", + "callee": "nltk.translate.bleu_score.modified_precision", + "lineno": 91, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_modified_precision", + "callee": "nltk.translate.bleu_score.modified_precision", + "lineno": 92, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_modified_precision", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_modified_precision", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 95, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_brevity_penalty", + "callee": "nltk.translate.bleu_score.closest_ref_length", + "lineno": 106, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_brevity_penalty", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 107, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_brevity_penalty", + "callee": "nltk.translate.bleu_score.brevity_penalty", + "lineno": 108, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_brevity_penalty", + "callee": "nltk.translate.bleu_score.closest_ref_length", + "lineno": 114, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_brevity_penalty", + "callee": "nltk.translate.bleu_score.brevity_penalty", + "lineno": 115, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_zero_matches", + "callee": "nltk.translate.bleu_score.sentence_bleu", + "lineno": 125, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_full_matches", + "callee": "nltk.translate.bleu_score.sentence_bleu", + "lineno": 135, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_partial_matches_hypothesis_longer_than_reference", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 142, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_partial_matches_hypothesis_longer_than_reference", + "callee": "nltk.translate.bleu_score.sentence_bleu", + "lineno": 142, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEU.test_partial_matches_hypothesis_longer_than_reference", + "callee": ".unittest.TestCase.assertWarns", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_case_where_n_is_bigger_than_hypothesis_length", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 160, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_case_where_n_is_bigger_than_hypothesis_length", + "callee": "nltk.translate.bleu_score.sentence_bleu", + "lineno": 161, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_case_where_n_is_bigger_than_hypothesis_length", + "callee": ".unittest.TestCase.assertWarns", + "lineno": 165, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_case_where_n_is_bigger_than_hypothesis_length", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 175, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_case_where_n_is_bigger_than_hypothesis_length", + "callee": "nltk.translate.bleu_score.sentence_bleu", + "lineno": 176, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_empty_hypothesis", + "callee": "nltk.translate.bleu_score.sentence_bleu", + "lineno": 183, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_length_one_hypothesis", + "callee": "nltk.translate.bleu_score.SmoothingFunction.__init__", + "lineno": 189, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_length_one_hypothesis", + "callee": "nltk.translate.bleu_score.sentence_bleu", + "lineno": 191, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_empty_references", + "callee": "nltk.translate.bleu_score.sentence_bleu", + "lineno": 199, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_empty_references_and_hypothesis", + "callee": "nltk.translate.bleu_score.sentence_bleu", + "lineno": 205, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_reference_or_hypothesis_shorter_than_fourgrams", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 214, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_reference_or_hypothesis_shorter_than_fourgrams", + "callee": "nltk.translate.bleu_score.sentence_bleu", + "lineno": 214, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_reference_or_hypothesis_shorter_than_fourgrams", + "callee": ".unittest.TestCase.assertWarns", + "lineno": 217, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUFringeCases.test_numpy_weights", + "callee": "nltk.translate.bleu_score.sentence_bleu", + "lineno": 229, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUvsMteval13a.test_corpus_bleu", + "callee": "nltk.data.find", + "lineno": 234, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUvsMteval13a.test_corpus_bleu", + "callee": "nltk.data.find", + "lineno": 235, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUvsMteval13a.test_corpus_bleu", + "callee": "nltk.data.find", + "lineno": 236, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUvsMteval13a.test_corpus_bleu", + "callee": "nltk.data.open_datafile", + "lineno": 240, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUvsMteval13a.test_corpus_bleu", + "callee": "nltk.data.open_datafile", + "lineno": 245, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUvsMteval13a.test_corpus_bleu", + "callee": "nltk.data.open_datafile", + "lineno": 246, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUvsMteval13a.test_corpus_bleu", + "callee": "nltk.translate.bleu_score.corpus_bleu", + "lineno": 254, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUvsMteval13a.test_corpus_bleu", + "callee": "nltk.translate.bleu_score.SmoothingFunction.__init__", + "lineno": 264, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUvsMteval13a.test_corpus_bleu", + "callee": "nltk.translate.bleu_score.corpus_bleu", + "lineno": 266, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUWithBadSentence.test_corpus_bleu_with_bad_sentence", + "callee": ".str.split", + "lineno": 284, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUWithBadSentence.test_corpus_bleu_with_bad_sentence", + "callee": ".unittest.TestCase.assertWarns", + "lineno": 286, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUWithBadSentence.test_corpus_bleu_with_bad_sentence", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 288, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUWithBadSentence.test_corpus_bleu_with_bad_sentence", + "callee": "nltk.translate.bleu_score.corpus_bleu", + "lineno": 289, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUWithBadSentence.test_corpus_bleu_with_bad_sentence", + "callee": ".unittest.TestCase.assertAlmostEqual", + "lineno": 294, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUWithBadSentence.test_corpus_bleu_with_bad_sentence", + "callee": "nltk.translate.bleu_score.corpus_bleu", + "lineno": 294, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUWithMultipleWeights.test_corpus_bleu_with_multiple_weights", + "callee": "nltk.translate.bleu_score.corpus_bleu", + "lineno": 405, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUWithMultipleWeights.test_corpus_bleu_with_multiple_weights", + "callee": "nltk.translate.bleu_score.corpus_bleu", + "lineno": 410, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUWithMultipleWeights.test_corpus_bleu_with_multiple_weights", + "callee": "nltk.translate.bleu_score.corpus_bleu", + "lineno": 413, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_bleu.TestBLEUWithMultipleWeights.test_corpus_bleu_with_multiple_weights", + "callee": "nltk.translate.bleu_score.corpus_bleu", + "lineno": 416, + "resolution": "imported_call" + } + ], + "nltk.test.unit.translate.test_gdfa": [ + { + "caller": "nltk.test.unit.translate.test_gdfa.TestGDFA.test_from_eflomal_outputs", + "callee": ".unittest.TestCase.assertListEqual", + "lineno": 154, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_gdfa.TestGDFA.test_from_eflomal_outputs", + "callee": "nltk.translate.gdfa.grow_diag_final_and", + "lineno": 154, + "resolution": "imported_call" + } + ], + "nltk.test.unit.translate.test_ibm1": [ + { + "caller": "nltk.test.unit.translate.test_ibm1.TestIBMModel1.test_set_uniform_translation_probabilities", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm1.TestIBMModel1.test_set_uniform_translation_probabilities", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm1.TestIBMModel1.test_set_uniform_translation_probabilities_of_non_domain_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm1.TestIBMModel1.test_prob_t_a_given_s", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 49, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm1.TestIBMModel1.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm1.TestIBMModel1.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm1.TestIBMModel1.test_prob_t_a_given_s", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 73, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.translate.test_ibm2": [ + { + "caller": "nltk.test.unit.translate.test_ibm2.TestIBMModel2.test_set_uniform_alignment_probabilities", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm2.TestIBMModel2.test_set_uniform_alignment_probabilities", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm2.TestIBMModel2.test_set_uniform_alignment_probabilities_of_non_domain_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm2.TestIBMModel2.test_set_uniform_alignment_probabilities_of_non_domain_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm2.TestIBMModel2.test_prob_t_a_given_s", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 50, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm2.TestIBMModel2.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm2.TestIBMModel2.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm2.TestIBMModel2.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm2.TestIBMModel2.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm2.TestIBMModel2.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm2.TestIBMModel2.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm2.TestIBMModel2.test_prob_t_a_given_s", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 86, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.translate.test_ibm3": [ + { + "caller": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_set_uniform_distortion_probabilities", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 26, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_set_uniform_distortion_probabilities", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 27, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_set_uniform_distortion_probabilities_of_non_domain_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 42, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_set_uniform_distortion_probabilities_of_non_domain_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 43, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_set_uniform_distortion_probabilities_of_non_domain_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 44, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_prob_t_a_given_s", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 51, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm3.TestIBMModel3.test_prob_t_a_given_s", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 105, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.translate.test_ibm4": [ + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_set_uniform_distortion_probabilities_of_max_displacements", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_set_uniform_distortion_probabilities_of_max_displacements", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_set_uniform_distortion_probabilities_of_max_displacements", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_set_uniform_distortion_probabilities_of_max_displacements", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_set_uniform_distortion_probabilities_of_non_domain_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 52, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_set_uniform_distortion_probabilities_of_non_domain_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_set_uniform_distortion_probabilities_of_non_domain_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_set_uniform_distortion_probabilities_of_non_domain_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_prob_t_a_given_s", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 64, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm4.TestIBMModel4.test_prob_t_a_given_s", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 120, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.translate.test_ibm5": [ + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_set_uniform_vacancy_probabilities_of_max_displacements", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_set_uniform_vacancy_probabilities_of_max_displacements", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_set_uniform_vacancy_probabilities_of_max_displacements", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_set_uniform_vacancy_probabilities_of_max_displacements", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_set_uniform_vacancy_probabilities_of_non_domain_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 52, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_set_uniform_vacancy_probabilities_of_non_domain_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 53, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_set_uniform_vacancy_probabilities_of_non_domain_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 54, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_set_uniform_vacancy_probabilities_of_non_domain_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 55, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_set_uniform_vacancy_probabilities_of_non_domain_values", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 56, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prob_t_a_given_s", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 65, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prob_t_a_given_s", + "callee": ".collections.defaultdict", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prob_t_a_given_s", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 125, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prune", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 130, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prune", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 131, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prune", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 132, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prune", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 133, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prune", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 134, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm5.TestIBMModel5.test_prune", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 157, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.translate.test_ibm_model": [ + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_vocabularies_are_initialized", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 24, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_vocabularies_are_initialized", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 25, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_vocabularies_are_initialized_even_with_empty_corpora", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_vocabularies_are_initialized_even_with_empty_corpora", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment", + "callee": ".collections.defaultdict", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment", + "callee": ".collections.defaultdict", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment", + "callee": ".collections.defaultdict", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment", + "callee": ".collections.defaultdict", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 57, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 58, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_does_not_change_pegged_alignment", + "callee": ".collections.defaultdict", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_does_not_change_pegged_alignment", + "callee": ".collections.defaultdict", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_does_not_change_pegged_alignment", + "callee": ".collections.defaultdict", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_does_not_change_pegged_alignment", + "callee": ".collections.defaultdict", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_does_not_change_pegged_alignment", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 81, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_does_not_change_pegged_alignment", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_handles_fertile_words", + "callee": ".collections.defaultdict", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_handles_fertile_words", + "callee": ".collections.defaultdict", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_handles_fertile_words", + "callee": ".collections.defaultdict", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_handles_fertile_words", + "callee": ".collections.defaultdict", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_handles_fertile_words", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 110, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_handles_fertile_words", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_handles_empty_src_sentence", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_handles_empty_src_sentence", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 123, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_handles_empty_trg_sentence", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 134, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_best_model2_alignment_handles_empty_trg_sentence", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 135, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_neighboring_finds_neighbor_alignments", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 139, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_neighboring_finds_neighbor_alignments", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 167, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_neighboring_sets_neighbor_alignment_info", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 171, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_neighboring_sets_neighbor_alignment_info", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 189, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_neighboring_sets_neighbor_alignment_info", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 190, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_neighboring_returns_neighbors_with_pegged_alignment", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 194, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_neighboring_returns_neighbors_with_pegged_alignment", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 218, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_hillclimb", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 222, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_hillclimb.neighboring_mock", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 227, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_hillclimb.neighboring_mock", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 228, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_hillclimb.neighboring_mock", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 232, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_hillclimb.neighboring_mock", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 233, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_hillclimb.prob_t_a_given_s_mock", + "callee": ".dict.get", + "lineno": 245, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_hillclimb", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 255, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_ibm_model.TestIBMModel.test_sample", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 269, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.translate.test_meteor": [ + { + "caller": "nltk.test.unit.translate.test_meteor.TestMETEOR.test_meteor", + "callee": "nltk.translate.meteor_score.meteor_score", + "lineno": 11, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_meteor.TestMETEOR.test_reference_type_check", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 16, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_meteor.TestMETEOR.test_candidate_type_check", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 20, + "resolution": "external_inherited_call" + } + ], + "nltk.test.unit.translate.test_nist": [ + { + "caller": "nltk.test.unit.translate.test_nist.TestNIST.test_sentence_nist", + "callee": "nltk.data.find", + "lineno": 14, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_nist.TestNIST.test_sentence_nist", + "callee": "nltk.data.find", + "lineno": 15, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_nist.TestNIST.test_sentence_nist", + "callee": "nltk.data.find", + "lineno": 16, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_nist.TestNIST.test_sentence_nist", + "callee": "nltk.data.open_datafile", + "lineno": 20, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_nist.TestNIST.test_sentence_nist", + "callee": "nltk.data.open_datafile", + "lineno": 25, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_nist.TestNIST.test_sentence_nist", + "callee": "nltk.data.open_datafile", + "lineno": 26, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_nist.TestNIST.test_sentence_nist", + "callee": "nltk.translate.nist_score.corpus_nist", + "lineno": 34, + "resolution": "imported_call" + } + ], + "nltk.test.unit.translate.test_stack_decoder": [ + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_find_all_src_phrases", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 31, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_find_all_src_phrases", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 32, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_find_all_src_phrases", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 33, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_find_all_src_phrases", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 34, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_find_all_src_phrases", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 35, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_find_all_src_phrases", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 36, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_distortion_score", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 42, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_distortion_score", + "callee": ".math.log", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_distortion_score", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 50, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_distortion_score_of_first_expansion", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 56, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_distortion_score_of_first_expansion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 63, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_compute_future_costs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 76, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_compute_future_costs", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_compute_future_costs_for_phrases_not_in_phrase_table", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 102, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_future_score", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 109, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_future_score", + "callee": ".collections.defaultdict", + "lineno": 111, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_future_score", + "callee": ".collections.defaultdict", + "lineno": 111, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_future_score", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 120, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_valid_phrases", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 124, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.test_valid_phrases", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 133, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.create_fake_language_model", + "callee": ".collections.defaultdict", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.create_fake_language_model", + "callee": ".math.log", + "lineno": 154, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.create_fake_language_model", + "callee": ".math.log", + "lineno": 155, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.create_fake_language_model", + "callee": ".math.log", + "lineno": 156, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.create_fake_language_model", + "callee": ".math.log", + "lineno": 157, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.create_fake_language_model", + "callee": ".math.log", + "lineno": 158, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.create_fake_language_model", + "callee": ".math.log", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStackDecoder.create_fake_language_model", + "callee": ".math.log", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.setUp", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 169, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.setUp", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 170, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.setUp", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 176, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.test_translation_so_far", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 189, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.test_translation_so_far_for_empty_hypothesis", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 193, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.test_translation_so_far_for_empty_hypothesis", + "callee": "nltk.translate.stack_decoder._Hypothesis.translation_so_far", + "lineno": 196, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.test_translation_so_far_for_empty_hypothesis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 199, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.test_total_translated_words", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 206, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.test_translated_positions", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 214, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.test_untranslated_spans", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 221, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.test_untranslated_spans_for_empty_hypothesis", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 225, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.test_untranslated_spans_for_empty_hypothesis", + "callee": "nltk.translate.stack_decoder._Hypothesis.untranslated_spans", + "lineno": 228, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestHypothesis.test_untranslated_spans_for_empty_hypothesis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 231, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_bumps_off_worst_hypothesis_when_stack_is_full", + "callee": "nltk.translate.stack_decoder._Stack.__init__", + "lineno": 237, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_bumps_off_worst_hypothesis_when_stack_is_full", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 238, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_bumps_off_worst_hypothesis_when_stack_is_full", + "callee": "nltk.translate.stack_decoder._Stack.push", + "lineno": 241, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_bumps_off_worst_hypothesis_when_stack_is_full", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 241, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_bumps_off_worst_hypothesis_when_stack_is_full", + "callee": "nltk.translate.stack_decoder._Stack.push", + "lineno": 242, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_bumps_off_worst_hypothesis_when_stack_is_full", + "callee": "nltk.translate.stack_decoder._Stack.push", + "lineno": 243, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_bumps_off_worst_hypothesis_when_stack_is_full", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 243, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_bumps_off_worst_hypothesis_when_stack_is_full", + "callee": "nltk.translate.stack_decoder._Stack.push", + "lineno": 244, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_bumps_off_worst_hypothesis_when_stack_is_full", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 244, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_bumps_off_worst_hypothesis_when_stack_is_full", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 247, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_removes_hypotheses_that_fall_below_beam_threshold", + "callee": "nltk.translate.stack_decoder._Stack.__init__", + "lineno": 251, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_removes_hypotheses_that_fall_below_beam_threshold", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 252, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_removes_hypotheses_that_fall_below_beam_threshold", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 253, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_removes_hypotheses_that_fall_below_beam_threshold", + "callee": "nltk.translate.stack_decoder._Stack.push", + "lineno": 256, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_removes_hypotheses_that_fall_below_beam_threshold", + "callee": "nltk.translate.stack_decoder._Stack.push", + "lineno": 257, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_removes_hypotheses_that_fall_below_beam_threshold", + "callee": "nltk.translate.stack_decoder._Stack.push", + "lineno": 258, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_removes_hypotheses_that_fall_below_beam_threshold", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 258, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_removes_hypotheses_that_fall_below_beam_threshold", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 261, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_removes_hypotheses_that_fall_below_beam_threshold", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 262, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_does_not_add_hypothesis_that_falls_below_beam_threshold", + "callee": "nltk.translate.stack_decoder._Stack.__init__", + "lineno": 266, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_does_not_add_hypothesis_that_falls_below_beam_threshold", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 267, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_does_not_add_hypothesis_that_falls_below_beam_threshold", + "callee": "nltk.translate.stack_decoder._Stack.push", + "lineno": 270, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_does_not_add_hypothesis_that_falls_below_beam_threshold", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 270, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_does_not_add_hypothesis_that_falls_below_beam_threshold", + "callee": "nltk.translate.stack_decoder._Stack.push", + "lineno": 271, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_push_does_not_add_hypothesis_that_falls_below_beam_threshold", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 274, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_best_returns_the_best_hypothesis", + "callee": "nltk.translate.stack_decoder._Stack.__init__", + "lineno": 278, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_best_returns_the_best_hypothesis", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 279, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_best_returns_the_best_hypothesis", + "callee": "nltk.translate.stack_decoder._Stack.push", + "lineno": 282, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_best_returns_the_best_hypothesis", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 282, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_best_returns_the_best_hypothesis", + "callee": "nltk.translate.stack_decoder._Stack.push", + "lineno": 283, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_best_returns_the_best_hypothesis", + "callee": "nltk.translate.stack_decoder._Stack.push", + "lineno": 284, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_best_returns_the_best_hypothesis", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 284, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_best_returns_the_best_hypothesis", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 287, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_best_returns_the_best_hypothesis", + "callee": "nltk.translate.stack_decoder._Stack.best", + "lineno": 287, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_best_returns_none_when_stack_is_empty", + "callee": "nltk.translate.stack_decoder._Stack.__init__", + "lineno": 291, + "resolution": "imported_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_best_returns_none_when_stack_is_empty", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 294, + "resolution": "external_inherited_call" + }, + { + "caller": "nltk.test.unit.translate.test_stack_decoder.TestStack.test_best_returns_none_when_stack_is_empty", + "callee": "nltk.translate.stack_decoder._Stack.best", + "lineno": 294, + "resolution": "local_typed_method_call" + } + ], + "nltk.test.unit.translate": [], + "nltk.tokenize.api": [ + { + "caller": "nltk.tokenize.api.TokenizerI.tokenize", + "callee": "nltk.internals.overridden", + "lineno": 34, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.api.TokenizerI.tokenize", + "callee": "nltk.tokenize.api.TokenizerI.tokenize_sents", + "lineno": 35, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.api.TokenizerI.tokenize_sents", + "callee": "nltk.tokenize.api.TokenizerI.tokenize", + "lineno": 54, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.api.TokenizerI.span_tokenize_sents", + "callee": "nltk.tokenize.api.TokenizerI.span_tokenize", + "lineno": 67, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.api.StringTokenizer.span_tokenize", + "callee": "nltk.tokenize.util.string_span_tokenize", + "lineno": 84, + "resolution": "imported_call" + } + ], + "nltk.tokenize.casual": [ + { + "caller": "nltk.tokenize.casual._replace_html_entities", + "callee": "nltk.tokenize.casual._str_to_unicode", + "lineno": 300, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tokenize.casual.TweetTokenizer.tokenize", + "callee": "nltk.tokenize.casual._replace_html_entities", + "lineno": 369, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tokenize.casual.TweetTokenizer.tokenize", + "callee": "nltk.tokenize.casual.remove_handles", + "lineno": 372, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tokenize.casual.TweetTokenizer.tokenize", + "callee": "nltk.tokenize.casual.reduce_lengthening", + "lineno": 375, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tokenize.casual.casual_tokenize", + "callee": "nltk.tokenize.casual.TweetTokenizer.__init__", + "lineno": 450, + "resolution": "same_module_class_call" + } + ], + "nltk.tokenize.destructive": [ + { + "caller": "nltk.tokenize.destructive.NLTKWordTokenizer.span_tokenize", + "callee": "nltk.tokenize.destructive.NLTKWordTokenizer.tokenize", + "lineno": 221, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.destructive.NLTKWordTokenizer.span_tokenize", + "callee": ".list.pop", + "lineno": 233, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.destructive.NLTKWordTokenizer.span_tokenize", + "callee": "nltk.tokenize.util.align_tokens", + "lineno": 239, + "resolution": "imported_call" + } + ], + "nltk.tokenize.legality_principle": [ + { + "caller": "nltk.tokenize.legality_principle.LegalitySyllableTokenizer.__init__", + "callee": "nltk.tokenize.legality_principle.LegalitySyllableTokenizer.find_legal_onsets", + "lineno": 78, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.legality_principle.LegalitySyllableTokenizer.find_legal_onsets", + "callee": "nltk.tokenize.legality_principle.LegalitySyllableTokenizer.onset", + "lineno": 89, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.legality_principle.LegalitySyllableTokenizer.find_legal_onsets", + "callee": ".collections.Counter", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tokenize.legality_principle.LegalitySyllableTokenizer.tokenize", + "callee": ".list.append", + "lineno": 141, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.legality_principle.LegalitySyllableTokenizer.tokenize", + "callee": ".list.append", + "lineno": 145, + "resolution": "local_builtin_method_call" + } + ], + "nltk.tokenize.mwe": [ + { + "caller": "nltk.tokenize.mwe.MWETokenizer.tokenize", + "callee": ".list.append", + "lineno": 115, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.mwe.MWETokenizer.tokenize", + "callee": ".list.append", + "lineno": 119, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.mwe.MWETokenizer.tokenize", + "callee": ".list.append", + "lineno": 122, + "resolution": "local_builtin_method_call" + } + ], + "nltk.tokenize.nist": [ + { + "caller": "nltk.tokenize.nist.NISTTokenizer.lang_independent_sub", + "callee": "nltk.tokenize.util.xml_unescape", + "lineno": 134, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.nist.NISTTokenizer.tokenize", + "callee": "nltk.tokenize.nist.NISTTokenizer.lang_independent_sub", + "lineno": 142, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.nist.NISTTokenizer.international_tokenize", + "callee": "nltk.tokenize.util.xml_unescape", + "lineno": 168, + "resolution": "imported_call" + } + ], + "nltk.tokenize.punkt": [ + { + "caller": "nltk.tokenize.punkt.PunktLanguageVars.word_tokenize", + "callee": "nltk.tokenize.punkt.PunktLanguageVars._word_tokenizer_re", + "lineno": 271, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktParameters.__init__", + "callee": ".collections.defaultdict", + "lineno": 355, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktParameters.clear_ortho_context", + "callee": ".collections.defaultdict", + "lineno": 370, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktToken.__init__", + "callee": "nltk.tokenize.punkt.PunktToken._get_type", + "lineno": 405, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktBaseClass.__init__", + "callee": "nltk.tokenize.punkt.PunktLanguageVars.", + "lineno": 543, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktBaseClass.__init__", + "callee": "nltk.tokenize.punkt.PunktParameters.__init__", + "lineno": 545, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktBaseClass._annotate_first_pass", + "callee": "nltk.tokenize.punkt.PunktBaseClass._first_pass_annotation", + "lineno": 606, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer.__init__", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 645, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer.__init__", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 652, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer.__init__", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 660, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer.__init__", + "callee": "nltk.tokenize.punkt.PunktTrainer.train", + "lineno": 678, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer.get_params", + "callee": "nltk.tokenize.punkt.PunktTrainer.finalize_training", + "lineno": 685, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer.train", + "callee": "nltk.tokenize.punkt.PunktTrainer._train_tokens", + "lineno": 742, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer.train", + "callee": "nltk.tokenize.punkt.PunktBaseClass._tokenize_words", + "lineno": 742, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer.train", + "callee": "nltk.tokenize.punkt.PunktTrainer.finalize_training", + "lineno": 744, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer.train_tokens", + "callee": "nltk.tokenize.punkt.PunktTrainer._train_tokens", + "lineno": 750, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer.train_tokens", + "callee": "nltk.tokenize.punkt.PunktTrainer.finalize_training", + "lineno": 752, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer._train_tokens", + "callee": "nltk.tokenize.punkt.PunktTrainer._unique_types", + "lineno": 769, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer._train_tokens", + "callee": "nltk.tokenize.punkt.PunktTrainer._reclassify_abbrev_types", + "lineno": 770, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer._train_tokens", + "callee": "nltk.tokenize.punkt.PunktBaseClass._annotate_first_pass", + "lineno": 784, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer._train_tokens", + "callee": "nltk.tokenize.punkt.PunktTrainer._get_orthography_data", + "lineno": 788, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer._train_tokens", + "callee": "nltk.tokenize.punkt.PunktTrainer._get_sentbreak_count", + "lineno": 791, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer._train_tokens", + "callee": "nltk.tokenize.punkt._pair_iter", + "lineno": 795, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer._train_tokens", + "callee": "nltk.tokenize.punkt.PunktTrainer._is_rare_abbrev_type", + "lineno": 800, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer._train_tokens", + "callee": "nltk.tokenize.punkt.PunktTrainer._is_potential_sent_starter", + "lineno": 806, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer._train_tokens", + "callee": "nltk.tokenize.punkt.PunktTrainer._is_potential_collocation", + "lineno": 810, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer.finalize_training", + "callee": "nltk.tokenize.punkt.PunktTrainer._find_sent_starters", + "lineno": 824, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer.finalize_training", + "callee": "nltk.tokenize.punkt.PunktTrainer._find_collocations", + "lineno": 830, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer.freq_threshold", + "callee": "nltk.tokenize.punkt.PunktTrainer._freq_threshold", + "lineno": 858, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer.freq_threshold", + "callee": "nltk.tokenize.punkt.PunktTrainer._freq_threshold", + "lineno": 859, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer.freq_threshold", + "callee": "nltk.tokenize.punkt.PunktTrainer._freq_threshold", + "lineno": 862, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer._freq_threshold", + "callee": "nltk.probability.FreqDist.__init__", + "lineno": 873, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer._get_orthography_data", + "callee": ".dict.get", + "lineno": 917, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer._reclassify_abbrev_types", + "callee": "nltk.tokenize.punkt.PunktTrainer._dunning_log_likelihood", + "lineno": 982, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer.find_abbrev_types", + "callee": "nltk.tokenize.punkt.PunktTrainer._reclassify_abbrev_types", + "lineno": 1011, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer._find_collocations", + "callee": "nltk.tokenize.punkt.PunktTrainer._col_log_likelihood", + "lineno": 1172, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTrainer._find_sent_starters", + "callee": "nltk.tokenize.punkt.PunktTrainer._col_log_likelihood", + "lineno": 1214, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.__init__", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer.train", + "lineno": 1260, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.train", + "callee": "nltk.tokenize.punkt.PunktTrainer.__init__", + "lineno": 1270, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.tokenize", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer.sentences_from_text", + "lineno": 1282, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.debug_decisions", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer._match_potential_end_contexts", + "lineno": 1292, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.debug_decisions", + "callee": "nltk.tokenize.punkt.PunktBaseClass._tokenize_words", + "lineno": 1293, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.debug_decisions", + "callee": "nltk.tokenize.punkt.PunktBaseClass._annotate_first_pass", + "lineno": 1294, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.debug_decisions", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer._ortho_heuristic", + "lineno": 1306, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.debug_decisions", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer._second_pass_annotation", + "lineno": 1315, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.span_tokenize", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer._slices_from_text", + "lineno": 1327, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.span_tokenize", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer._realign_boundaries", + "lineno": 1329, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.sentences_from_text", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer.span_tokenize", + "lineno": 1342, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer._match_potential_end_contexts", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer._get_last_whitespace_index", + "lineno": 1399, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer._slices_from_text", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer._match_potential_end_contexts", + "lineno": 1431, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer._slices_from_text", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer.text_contains_sentbreak", + "lineno": 1432, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer._realign_boundaries", + "callee": "nltk.tokenize.punkt._pair_iter", + "lineno": 1459, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.text_contains_sentbreak", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer._annotate_tokens", + "lineno": 1480, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.text_contains_sentbreak", + "callee": "nltk.tokenize.punkt.PunktBaseClass._tokenize_words", + "lineno": 1480, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.sentences_from_text_legacy", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer._annotate_tokens", + "lineno": 1493, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.sentences_from_text_legacy", + "callee": "nltk.tokenize.punkt.PunktBaseClass._tokenize_words", + "lineno": 1493, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.sentences_from_text_legacy", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer._build_sentence_list", + "lineno": 1494, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.sentences_from_tokens", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer._annotate_tokens", + "lineno": 1503, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer.sentences_from_tokens", + "callee": ".list.append", + "lineno": 1506, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer._annotate_tokens", + "callee": "nltk.tokenize.punkt.PunktBaseClass._annotate_first_pass", + "lineno": 1521, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer._annotate_tokens", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer._annotate_second_pass", + "lineno": 1526, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer._annotate_second_pass", + "callee": "nltk.tokenize.punkt._pair_iter", + "lineno": 1622, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer._annotate_second_pass", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer._second_pass_annotation", + "lineno": 1623, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer._second_pass_annotation", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer._ortho_heuristic", + "lineno": 1662, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktSentenceTokenizer._second_pass_annotation", + "callee": "nltk.tokenize.punkt.PunktSentenceTokenizer._ortho_heuristic", + "lineno": 1682, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTokenizer.__init__", + "callee": "nltk.tokenize.punkt.PunktTokenizer.load_lang", + "lineno": 1746, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTokenizer.load_lang", + "callee": "nltk.data.find", + "lineno": 1751, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTokenizer.load_lang", + "callee": "nltk.tokenize.punkt.load_punkt_params", + "lineno": 1752, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tokenize.punkt.PunktTokenizer.save_params", + "callee": "nltk.tokenize.punkt.save_punkt_params", + "lineno": 1756, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tokenize.punkt.load_punkt_params", + "callee": "nltk.tokenize.punkt.PunktParameters.__init__", + "lineno": 1764, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tokenize.punkt.load_punkt_params", + "callee": "nltk.tabdata.PunktDecoder.", + "lineno": 1766, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.punkt.load_punkt_params", + "callee": "nltk.data.open_datafile", + "lineno": 1768, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.punkt.load_punkt_params", + "callee": "nltk.tabdata.TabDecoder.tab2tups", + "lineno": 1769, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tokenize.punkt.load_punkt_params", + "callee": "nltk.data.open_datafile", + "lineno": 1770, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.punkt.load_punkt_params", + "callee": "nltk.tabdata.TabDecoder.txt2set", + "lineno": 1771, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tokenize.punkt.load_punkt_params", + "callee": "nltk.data.open_datafile", + "lineno": 1772, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.punkt.load_punkt_params", + "callee": "nltk.tabdata.TabDecoder.txt2set", + "lineno": 1773, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tokenize.punkt.load_punkt_params", + "callee": "nltk.data.open_datafile", + "lineno": 1774, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.punkt.load_punkt_params", + "callee": "nltk.tabdata.PunktDecoder.tab2intdict", + "lineno": 1775, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tokenize.punkt.save_punkt_params", + "callee": ".os.path.isdir", + "lineno": 1785, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tokenize.punkt.save_punkt_params", + "callee": ".os.mkdir", + "lineno": 1786, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tokenize.punkt.save_punkt_params", + "callee": "nltk.tabdata.TabEncoder.", + "lineno": 1787, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.punkt.save_punkt_params", + "callee": "nltk.tabdata.TabEncoder.tups2tab", + "lineno": 1789, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tokenize.punkt.save_punkt_params", + "callee": "nltk.tabdata.TabEncoder.set2txt", + "lineno": 1791, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tokenize.punkt.save_punkt_params", + "callee": "nltk.tabdata.TabEncoder.set2txt", + "lineno": 1793, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tokenize.punkt.save_punkt_params", + "callee": "nltk.tabdata.TabEncoder.ivdict2tab", + "lineno": 1795, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tokenize.punkt.format_debug_decision", + "callee": ".str.format", + "lineno": 1818, + "resolution": "local_builtin_method_call" + } + ], + "nltk.tokenize.regexp": [ + { + "caller": "nltk.tokenize.regexp.RegexpTokenizer.tokenize", + "callee": "nltk.tokenize.regexp.RegexpTokenizer._check_regexp", + "lineno": 123, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.regexp.RegexpTokenizer.span_tokenize", + "callee": "nltk.tokenize.regexp.RegexpTokenizer._check_regexp", + "lineno": 136, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.regexp.RegexpTokenizer.span_tokenize", + "callee": "nltk.tokenize.util.regexp_span_tokenize", + "lineno": 139, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.regexp.regexp_tokenize", + "callee": "nltk.tokenize.regexp.RegexpTokenizer.__init__", + "lineno": 215, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tokenize.regexp.regexp_tokenize", + "callee": "nltk.tokenize.regexp.RegexpTokenizer.tokenize", + "lineno": 216, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tokenize.regexp.", + "callee": "nltk.tokenize.regexp.BlanklineTokenizer.__init__", + "lineno": 219, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tokenize.regexp.", + "callee": "nltk.tokenize.regexp.WordPunctTokenizer.__init__", + "lineno": 220, + "resolution": "same_module_class_call" + } + ], + "nltk.tokenize.repp": [ + { + "caller": "nltk.tokenize.repp.ReppTokenizer.__init__", + "callee": "nltk.tokenize.repp.ReppTokenizer.find_repptokenizer", + "lineno": 55, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.repp.ReppTokenizer.tokenize", + "callee": "nltk.tokenize.repp.ReppTokenizer.tokenize_sents", + "lineno": 70, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.repp.ReppTokenizer.tokenize_sents", + "callee": "nltk.tokenize.repp.ReppTokenizer.generate_repp_command", + "lineno": 89, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.repp.ReppTokenizer.tokenize_sents", + "callee": "nltk.tokenize.repp.ReppTokenizer._execute", + "lineno": 91, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.repp.ReppTokenizer.tokenize_sents", + "callee": "nltk.tokenize.repp.ReppTokenizer.parse_repp_outputs", + "lineno": 92, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.repp.ReppTokenizer.find_repptokenizer", + "callee": "nltk.internals.find_dir", + "lineno": 145, + "resolution": "imported_call" + } + ], + "nltk.tokenize.sexpr": [ + { + "caller": "nltk.tokenize.sexpr.SExprTokenizer.tokenize", + "callee": ".list.append", + "lineno": 131, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.sexpr.SExprTokenizer.tokenize", + "callee": ".list.append", + "lineno": 136, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.sexpr.", + "callee": "nltk.tokenize.sexpr.SExprTokenizer.__init__", + "lineno": 140, + "resolution": "same_module_class_call" + } + ], + "nltk.tokenize.simple": [ + { + "caller": "nltk.tokenize.simple.LineTokenizer.tokenize", + "callee": ".list.pop", + "lineno": 121, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.simple.LineTokenizer.span_tokenize", + "callee": "nltk.tokenize.util.string_span_tokenize", + "lineno": 127, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.simple.LineTokenizer.span_tokenize", + "callee": "nltk.tokenize.util.regexp_span_tokenize", + "lineno": 129, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.simple.line_tokenize", + "callee": "nltk.tokenize.simple.LineTokenizer.__init__", + "lineno": 139, + "resolution": "same_module_class_call" + } + ], + "nltk.tokenize.sonority_sequencing": [ + { + "caller": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.assign_values", + "callee": ".list.append", + "lineno": 99, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.assign_values", + "callee": ".list.append", + "lineno": 106, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.assign_values", + "callee": ".list.append", + "lineno": 110, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.validate_syllables", + "callee": ".list.append", + "lineno": 129, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.tokenize", + "callee": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.assign_values", + "lineno": 157, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.tokenize", + "callee": "nltk.util.ngrams", + "lineno": 165, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.tokenize", + "callee": ".list.append", + "lineno": 174, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.tokenize", + "callee": ".list.append", + "lineno": 175, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.tokenize", + "callee": ".list.append", + "lineno": 179, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.tokenize", + "callee": ".list.append", + "lineno": 183, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.tokenize", + "callee": ".list.append", + "lineno": 192, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.tokenize", + "callee": "nltk.tokenize.sonority_sequencing.SyllableTokenizer.validate_syllables", + "lineno": 194, + "resolution": "self_method_call" + } + ], + "nltk.tokenize.stanford": [ + { + "caller": "nltk.tokenize.stanford.StanfordTokenizer.__init__", + "callee": "nltk.internals.find_jar", + "lineno": 56, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.stanford.StanfordTokenizer.tokenize", + "callee": "nltk.tokenize.stanford.StanfordTokenizer._parse_tokenized_output", + "lineno": 80, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.stanford.StanfordTokenizer.tokenize", + "callee": "nltk.tokenize.stanford.StanfordTokenizer._execute", + "lineno": 80, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.stanford.StanfordTokenizer._execute", + "callee": "nltk.internals.config_java", + "lineno": 92, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.stanford.StanfordTokenizer._execute", + "callee": "nltk.internals.java", + "lineno": 105, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.stanford.StanfordTokenizer._execute", + "callee": "nltk.internals.config_java", + "lineno": 113, + "resolution": "imported_call" + } + ], + "nltk.tokenize.stanford_segmenter": [ + { + "caller": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.__init__", + "callee": "nltk.internals.find_jar", + "lineno": 85, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.__init__", + "callee": "nltk.internals.find_jar", + "lineno": 94, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.default_config", + "callee": "nltk.internals.find_file", + "lineno": 154, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.default_config", + "callee": "nltk.internals.find_dir", + "lineno": 170, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.default_config", + "callee": "nltk.internals.find_file", + "lineno": 186, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.segment_file", + "callee": ".list.extend", + "lineno": 214, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.segment_file", + "callee": "nltk.tokenize.stanford_segmenter.StanfordSegmenter._execute", + "lineno": 225, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.segment", + "callee": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.segment_sents", + "lineno": 230, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.segment_sents", + "callee": ".list.extend", + "lineno": 256, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.stanford_segmenter.StanfordSegmenter.segment_sents", + "callee": "nltk.tokenize.stanford_segmenter.StanfordSegmenter._execute", + "lineno": 267, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.stanford_segmenter.StanfordSegmenter._validate_classpath", + "callee": "nltk.tokenize.stanford_segmenter.StanfordSegmenter._sha256sum", + "lineno": 299, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.stanford_segmenter.StanfordSegmenter._execute", + "callee": "nltk.tokenize.stanford_segmenter.StanfordSegmenter._validate_classpath", + "lineno": 325, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.stanford_segmenter.StanfordSegmenter._execute", + "callee": "nltk.internals.config_java", + "lineno": 328, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.stanford_segmenter.StanfordSegmenter._execute", + "callee": "nltk.internals.java", + "lineno": 330, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.stanford_segmenter.StanfordSegmenter._execute", + "callee": "nltk.internals.config_java", + "lineno": 336, + "resolution": "imported_call" + } + ], + "nltk.tokenize.texttiling": [ + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer._mark_paragraph_breaks", + "lineno": 89, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer._mark_paragraph_breaks", + "lineno": 98, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer._divide_to_tokensequences", + "lineno": 100, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer._create_token_table", + "lineno": 115, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer._block_comparison", + "lineno": 120, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer._vocabulary_introduction", + "lineno": 122, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer._smooth_scores", + "lineno": 129, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer._depth_scores", + "lineno": 135, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer._identify_boundaries", + "lineno": 136, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer._normalize_boundaries", + "lineno": 138, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "callee": ".list.append", + "lineno": 148, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "callee": ".list.append", + "lineno": 152, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer._vocabulary_introduction", + "callee": ".list.append", + "lineno": 215, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer._vocabulary_introduction", + "callee": ".list.append", + "lineno": 234, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer._block_comparison", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer._block_comparison.blk_frq", + "lineno": 264, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer._block_comparison", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer._block_comparison.blk_frq", + "lineno": 264, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer._block_comparison", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer._block_comparison.blk_frq", + "lineno": 265, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer._block_comparison", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer._block_comparison.blk_frq", + "lineno": 266, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer._block_comparison", + "callee": ".list.append", + "lineno": 272, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer._smooth_scores", + "callee": "nltk.tokenize.texttiling.smooth", + "lineno": 279, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer._mark_paragraph_breaks", + "callee": ".list.append", + "lineno": 295, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer._divide_to_tokensequences", + "callee": ".list.append", + "lineno": 306, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer._divide_to_tokensequences", + "callee": "nltk.tokenize.texttiling.TokenSequence.__init__", + "lineno": 308, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer._create_token_table", + "callee": "nltk.tokenize.texttiling.TokenTableField.__init__", + "lineno": 349, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tokenize.texttiling.TextTilingTokenizer._normalize_boundaries", + "callee": ".list.append", + "lineno": 449, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.texttiling.demo", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.__init__", + "lineno": 544, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tokenize.texttiling.demo", + "callee": "nltk.tokenize.texttiling.TextTilingTokenizer.tokenize", + "lineno": 547, + "resolution": "local_typed_method_call" + } + ], + "nltk.tokenize.toktok": [], + "nltk.tokenize.treebank": [ + { + "caller": "nltk.tokenize.treebank.TreebankWordTokenizer.span_tokenize", + "callee": "nltk.tokenize.treebank.TreebankWordTokenizer.tokenize", + "lineno": 196, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tokenize.treebank.TreebankWordTokenizer.span_tokenize", + "callee": ".list.pop", + "lineno": 208, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tokenize.treebank.TreebankWordTokenizer.span_tokenize", + "callee": "nltk.tokenize.util.align_tokens", + "lineno": 214, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.treebank.TreebankWordDetokenizer.detokenize", + "callee": "nltk.tokenize.treebank.TreebankWordDetokenizer.tokenize", + "lineno": 409, + "resolution": "self_method_call" + } + ], + "nltk.tokenize.util": [ + { + "caller": "nltk.tokenize.util.regexp_span_tokenize", + "callee": ".re.finditer", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tokenize.util.xml_escape", + "callee": ".xml.sax.saxutils.escape", + "lineno": 213, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tokenize.util.xml_unescape", + "callee": ".xml.sax.saxutils.unescape", + "lineno": 244, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tokenize.util.align_tokens", + "callee": ".list.append", + "lineno": 294, + "resolution": "local_builtin_method_call" + } + ], + "nltk.tokenize": [ + { + "caller": "nltk.tokenize._get_punkt_tokenizer", + "callee": "nltk.tokenize.punkt.PunktTokenizer.__init__", + "lineno": 105, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.sent_tokenize", + "callee": "nltk.tokenize._get_punkt_tokenizer", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tokenize.", + "callee": "nltk.tokenize.destructive.NLTKWordTokenizer.", + "lineno": 124, + "resolution": "imported_call" + }, + { + "caller": "nltk.tokenize.word_tokenize", + "callee": "nltk.tokenize.sent_tokenize", + "lineno": 142, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tokenize.word_tokenize", + "callee": "nltk.tokenize.destructive.NLTKWordTokenizer.tokenize", + "lineno": 144, + "resolution": "local_typed_method_call" + } + ], + "nltk.translate.api": [ + { + "caller": "nltk.translate.api.AlignedSent.__init__", + "callee": "nltk.translate.api.Alignment.", + "lineno": 51, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.api.AlignedSent._set_alignment", + "callee": "nltk.translate.api._check_alignment", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.api.AlignedSent._repr_svg_", + "callee": "nltk.translate.api.AlignedSent._to_dot", + "lineno": 129, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.api.AlignedSent.invert", + "callee": "nltk.translate.api.AlignedSent.__init__", + "lineno": 160, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.api.Alignment.fromstring", + "callee": "nltk.translate.api.Alignment.", + "lineno": 209, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.api.Alignment.fromstring", + "callee": "nltk.translate.api._giza2pair", + "lineno": 209, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.api.Alignment.__getitem__", + "callee": "nltk.translate.api.Alignment._build_index", + "lineno": 216, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.api.Alignment.invert", + "callee": "nltk.translate.api.Alignment.", + "lineno": 223, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.api.Alignment.range", + "callee": "nltk.translate.api.Alignment._build_index", + "lineno": 232, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.api.Alignment.range", + "callee": "nltk.translate.api.Alignment.range", + "lineno": 234, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.translate.api.Alignment._build_index", + "callee": "nltk.translate.api.Alignment.range", + "lineno": 256, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.translate.api.", + "callee": ".collections.namedtuple", + "lineno": 292, + "resolution": "external_constructor_call" + } + ], + "nltk.translate.bleu_score": [ + { + "caller": "nltk.translate.bleu_score.sentence_bleu", + "callee": "nltk.translate.bleu_score.corpus_bleu", + "lineno": 132, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.bleu_score.corpus_bleu", + "callee": ".collections.Counter", + "lineno": 216, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.bleu_score.corpus_bleu", + "callee": ".collections.Counter", + "lineno": 217, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.bleu_score.corpus_bleu", + "callee": "nltk.translate.bleu_score.modified_precision", + "lineno": 235, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.bleu_score.corpus_bleu", + "callee": "nltk.translate.bleu_score.closest_ref_length", + "lineno": 243, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.bleu_score.corpus_bleu", + "callee": "nltk.translate.bleu_score.brevity_penalty", + "lineno": 246, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.bleu_score.corpus_bleu", + "callee": "nltk.translate.bleu_score.Fraction.", + "lineno": 250, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.bleu_score.corpus_bleu", + "callee": "nltk.translate.bleu_score.SmoothingFunction.__init__", + "lineno": 262, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.bleu_score.corpus_bleu", + "callee": ".list.append", + "lineno": 281, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.bleu_score.modified_precision", + "callee": ".collections.Counter", + "lineno": 372, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.bleu_score.modified_precision", + "callee": "nltk.util.ngrams", + "lineno": 372, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.bleu_score.modified_precision", + "callee": ".collections.Counter", + "lineno": 372, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.bleu_score.modified_precision", + "callee": ".collections.Counter", + "lineno": 378, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.bleu_score.modified_precision", + "callee": "nltk.util.ngrams", + "lineno": 378, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.bleu_score.modified_precision", + "callee": ".collections.Counter", + "lineno": 378, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.bleu_score.modified_precision", + "callee": ".dict.get", + "lineno": 381, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.bleu_score.modified_precision", + "callee": ".dict.values", + "lineno": 388, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.bleu_score.modified_precision", + "callee": "nltk.translate.bleu_score.Fraction.", + "lineno": 393, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.bleu_score.SmoothingFunction.method0", + "callee": ".list.append", + "lineno": 568, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.bleu_score.SmoothingFunction.method0", + "callee": ".list.append", + "lineno": 583, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.bleu_score.SmoothingFunction.method2", + "callee": "nltk.translate.bleu_score.Fraction.", + "lineno": 608, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.bleu_score.SmoothingFunction.method5", + "callee": "nltk.translate.bleu_score.modified_precision", + "lineno": 672, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.bleu_score.SmoothingFunction.method6", + "callee": "nltk.util.ngrams", + "lineno": 701, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.bleu_score.SmoothingFunction.method7", + "callee": "nltk.translate.bleu_score.SmoothingFunction.method4", + "lineno": 712, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.bleu_score.SmoothingFunction.method7", + "callee": "nltk.translate.bleu_score.SmoothingFunction.method5", + "lineno": 713, + "resolution": "self_method_call" + } + ], + "nltk.translate.chrf_score": [ + { + "caller": "nltk.translate.chrf_score.sentence_chrf", + "callee": "nltk.translate.chrf_score.corpus_chrf", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.chrf_score.chrf_precision_recall_fscore_support", + "callee": ".collections.Counter", + "lineno": 135, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.chrf_score.chrf_precision_recall_fscore_support", + "callee": "nltk.util.ngrams", + "lineno": 135, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.chrf_score.chrf_precision_recall_fscore_support", + "callee": ".collections.Counter", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.chrf_score.chrf_precision_recall_fscore_support", + "callee": "nltk.util.ngrams", + "lineno": 136, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.chrf_score.corpus_chrf", + "callee": ".collections.defaultdict", + "lineno": 197, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.chrf_score.corpus_chrf", + "callee": "nltk.translate.chrf_score._preprocess", + "lineno": 202, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.chrf_score.corpus_chrf", + "callee": "nltk.translate.chrf_score._preprocess", + "lineno": 203, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.chrf_score.corpus_chrf", + "callee": "nltk.translate.chrf_score.chrf_precision_recall_fscore_support", + "lineno": 209, + "resolution": "direct_name_call" + } + ], + "nltk.translate.gale_church": [ + { + "caller": "nltk.translate.gale_church.norm_cdf", + "callee": "nltk.translate.gale_church.erfcc", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.gale_church.norm_logsf", + "callee": "nltk.translate.gale_church.norm_cdf", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.gale_church.trace", + "callee": ".list.append", + "lineno": 118, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.gale_church.align_log_prob", + "callee": "nltk.translate.gale_church.norm_logsf", + "lineno": 149, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.gale_church.align_blocks", + "callee": "nltk.translate.gale_church.align_log_prob", + "lineno": 186, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.gale_church.align_blocks", + "callee": ".list.pop", + "lineno": 200, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.gale_church.align_blocks", + "callee": ".list.append", + "lineno": 201, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.gale_church.align_blocks", + "callee": "nltk.translate.gale_church.trace", + "lineno": 203, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.gale_church.align_texts", + "callee": "nltk.translate.gale_church.align_blocks", + "lineno": 227, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.gale_church.split_at", + "callee": "nltk.translate.gale_church.split_at._chunk_iterator", + "lineno": 250, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.translate.gale_church.parse_token_stream", + "callee": "nltk.translate.gale_church.split_at", + "lineno": 260, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.gale_church.parse_token_stream", + "callee": "nltk.translate.gale_church.split_at", + "lineno": 262, + "resolution": "direct_name_call" + } + ], + "nltk.translate.gdfa": [ + { + "caller": "nltk.translate.gdfa.grow_diag_final_and", + "callee": ".list.split", + "lineno": 69, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.gdfa.grow_diag_final_and", + "callee": ".list.split", + "lineno": 70, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.gdfa.grow_diag_final_and", + "callee": ".collections.defaultdict", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.gdfa.grow_diag_final_and", + "callee": "nltk.translate.gdfa.grow_diag_final_and.grow_diag", + "lineno": 135, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.translate.gdfa.grow_diag_final_and", + "callee": "nltk.translate.gdfa.grow_diag_final_and.final_and", + "lineno": 136, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.translate.gdfa.grow_diag_final_and", + "callee": "nltk.translate.gdfa.grow_diag_final_and.final_and", + "lineno": 137, + "resolution": "nested_function_call" + } + ], + "nltk.translate.gleu_score": [ + { + "caller": "nltk.translate.gleu_score.sentence_gleu", + "callee": "nltk.translate.gleu_score.corpus_gleu", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.gleu_score.corpus_gleu", + "callee": ".collections.Counter", + "lineno": 155, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.gleu_score.corpus_gleu", + "callee": "nltk.util.everygrams", + "lineno": 155, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.gleu_score.corpus_gleu", + "callee": ".collections.Counter", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.gleu_score.corpus_gleu", + "callee": "nltk.util.everygrams", + "lineno": 160, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.gleu_score.corpus_gleu", + "callee": ".list.append", + "lineno": 176, + "resolution": "local_builtin_method_call" + } + ], + "nltk.translate.ibm1": [ + { + "caller": "nltk.translate.ibm1.IBMModel1.__init__", + "callee": "nltk.translate.ibm1.IBMModel1.set_uniform_probabilities", + "lineno": 133, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm1.IBMModel1.__init__", + "callee": "nltk.translate.ibm1.IBMModel1.train", + "lineno": 139, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm1.IBMModel1.__init__", + "callee": "nltk.translate.ibm1.IBMModel1.align_all", + "lineno": 141, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm1.IBMModel1.set_uniform_probabilities", + "callee": ".collections.defaultdict", + "lineno": 154, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm1.IBMModel1.train", + "callee": "nltk.translate.ibm_model.Counts.__init__", + "lineno": 157, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.ibm1.IBMModel1.train", + "callee": "nltk.translate.ibm1.IBMModel1.prob_all_alignments", + "lineno": 163, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm1.IBMModel1.train", + "callee": "nltk.translate.ibm1.IBMModel1.prob_alignment_point", + "lineno": 168, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm1.IBMModel1.prob_all_alignments", + "callee": ".collections.defaultdict", + "lineno": 190, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm1.IBMModel1.prob_all_alignments", + "callee": "nltk.translate.ibm1.IBMModel1.prob_alignment_point", + "lineno": 193, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm1.IBMModel1.align_all", + "callee": "nltk.translate.ibm1.IBMModel1.align", + "lineno": 221, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm1.IBMModel1.align", + "callee": ".list.append", + "lineno": 249, + "resolution": "local_builtin_method_call" + } + ], + "nltk.translate.ibm2": [ + { + "caller": "nltk.translate.ibm2.IBMModel2.__init__", + "callee": "nltk.translate.ibm2.IBMModel2.set_uniform_probabilities", + "lineno": 129, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm2.IBMModel2.__init__", + "callee": "nltk.translate.ibm2.IBMModel2.train", + "lineno": 136, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm2.IBMModel2.__init__", + "callee": "nltk.translate.ibm2.IBMModel2.align_all", + "lineno": 138, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm2.IBMModel2.train", + "callee": "nltk.translate.ibm2.Model2Counts.__init__", + "lineno": 161, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.ibm2.IBMModel2.train", + "callee": "nltk.translate.ibm2.IBMModel2.prob_all_alignments", + "lineno": 169, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm2.IBMModel2.train", + "callee": "nltk.translate.ibm2.IBMModel2.prob_alignment_point", + "lineno": 176, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm2.IBMModel2.train", + "callee": "nltk.translate.ibm2.Model2Counts.update_lexical_translation", + "lineno": 179, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm2.IBMModel2.train", + "callee": "nltk.translate.ibm2.Model2Counts.update_alignment", + "lineno": 180, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm2.IBMModel2.train", + "callee": "nltk.translate.ibm2.IBMModel2.maximize_alignment_probabilities", + "lineno": 184, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm2.IBMModel2.prob_all_alignments", + "callee": ".collections.defaultdict", + "lineno": 212, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm2.IBMModel2.prob_all_alignments", + "callee": "nltk.translate.ibm2.IBMModel2.prob_alignment_point", + "lineno": 216, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm2.IBMModel2.align_all", + "callee": "nltk.translate.ibm2.IBMModel2.align", + "lineno": 255, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm2.IBMModel2.align", + "callee": ".list.append", + "lineno": 293, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.ibm2.Model2Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 306, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm2.Model2Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 307, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm2.Model2Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 307, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm2.Model2Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 307, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm2.Model2Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 309, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm2.Model2Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 310, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm2.Model2Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 310, + "resolution": "external_constructor_call" + } + ], + "nltk.translate.ibm3": [ + { + "caller": "nltk.translate.ibm3.IBMModel3.__init__", + "callee": "nltk.translate.ibm3.IBMModel3.reset_probabilities", + "lineno": 162, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.__init__", + "callee": "nltk.translate.ibm3.IBMModel3.set_uniform_probabilities", + "lineno": 169, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.__init__", + "callee": "nltk.translate.ibm3.IBMModel3.train", + "lineno": 179, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 183, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 184, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 185, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 185, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.set_uniform_probabilities", + "callee": ".collections.defaultdict", + "lineno": 213, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.set_uniform_probabilities", + "callee": ".collections.defaultdict", + "lineno": 214, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.set_uniform_probabilities", + "callee": ".collections.defaultdict", + "lineno": 215, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.set_uniform_probabilities", + "callee": ".collections.defaultdict", + "lineno": 216, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.set_uniform_probabilities", + "callee": ".collections.defaultdict", + "lineno": 220, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.train", + "callee": "nltk.translate.ibm3.Model3Counts.__init__", + "lineno": 225, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.train", + "callee": "nltk.translate.ibm3.IBMModel3.prob_t_a_given_s", + "lineno": 242, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.train", + "callee": "nltk.translate.ibm_model.Counts.update_lexical_translation", + "lineno": 246, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.train", + "callee": "nltk.translate.ibm3.Model3Counts.update_distortion", + "lineno": 249, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.train", + "callee": "nltk.translate.ibm_model.Counts.update_null_generation", + "lineno": 251, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.train", + "callee": "nltk.translate.ibm_model.Counts.update_fertility", + "lineno": 252, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.train", + "callee": "nltk.translate.ibm3.IBMModel3.reset_probabilities", + "lineno": 257, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.train", + "callee": "nltk.translate.ibm3.IBMModel3.maximize_distortion_probabilities", + "lineno": 261, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm3.IBMModel3.prob_t_a_given_s", + "callee": ".math.factorial", + "lineno": 308, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm3.Model3Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 336, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm3.Model3Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 337, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm3.Model3Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 337, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm3.Model3Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 337, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm3.Model3Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 339, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm3.Model3Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 340, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm3.Model3Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 340, + "resolution": "external_constructor_call" + } + ], + "nltk.translate.ibm4": [ + { + "caller": "nltk.translate.ibm4.IBMModel4.__init__", + "callee": "nltk.translate.ibm4.IBMModel4.reset_probabilities", + "lineno": 211, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.__init__", + "callee": "nltk.translate.ibm4.IBMModel4.set_uniform_probabilities", + "lineno": 222, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.__init__", + "callee": "nltk.translate.ibm4.IBMModel4.train", + "lineno": 235, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 239, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 240, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 240, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 248, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 249, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.set_uniform_probabilities", + "callee": "nltk.translate.ibm_model.longest_target_sentence_length", + "lineno": 262, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.set_uniform_probabilities", + "callee": ".collections.defaultdict", + "lineno": 282, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.set_uniform_probabilities", + "callee": ".collections.defaultdict", + "lineno": 283, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.set_uniform_probabilities", + "callee": ".collections.defaultdict", + "lineno": 285, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.set_uniform_probabilities", + "callee": ".collections.defaultdict", + "lineno": 286, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.set_uniform_probabilities", + "callee": ".collections.defaultdict", + "lineno": 288, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.set_uniform_probabilities", + "callee": ".collections.defaultdict", + "lineno": 289, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.train", + "callee": "nltk.translate.ibm4.Model4Counts.__init__", + "lineno": 292, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.train", + "callee": "nltk.translate.ibm4.IBMModel4.prob_t_a_given_s", + "lineno": 308, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.train", + "callee": "nltk.translate.ibm_model.Counts.update_lexical_translation", + "lineno": 312, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.train", + "callee": "nltk.translate.ibm4.Model4Counts.update_distortion", + "lineno": 315, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.train", + "callee": "nltk.translate.ibm_model.Counts.update_null_generation", + "lineno": 323, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.train", + "callee": "nltk.translate.ibm_model.Counts.update_fertility", + "lineno": 324, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.train", + "callee": "nltk.translate.ibm4.IBMModel4.reset_probabilities", + "lineno": 329, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.train", + "callee": "nltk.translate.ibm4.IBMModel4.maximize_distortion_probabilities", + "lineno": 333, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.model4_prob_t_a_given_s.fertility_term", + "callee": ".math.factorial", + "lineno": 391, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.model4_prob_t_a_given_s", + "callee": "nltk.translate.ibm4.IBMModel4.model4_prob_t_a_given_s.null_generation_term", + "lineno": 431, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.model4_prob_t_a_given_s", + "callee": "nltk.translate.ibm4.IBMModel4.model4_prob_t_a_given_s.fertility_term", + "lineno": 435, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.model4_prob_t_a_given_s", + "callee": "nltk.translate.ibm4.IBMModel4.model4_prob_t_a_given_s.lexical_translation_term", + "lineno": 440, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.translate.ibm4.IBMModel4.model4_prob_t_a_given_s", + "callee": "nltk.translate.ibm4.IBMModel4.model4_prob_t_a_given_s.distortion_term", + "lineno": 444, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.translate.ibm4.Model4Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 459, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.Model4Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 460, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.Model4Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 460, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.Model4Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 462, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.Model4Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 462, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.Model4Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 463, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.Model4Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 463, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm4.Model4Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 464, + "resolution": "external_constructor_call" + } + ], + "nltk.translate.ibm5": [ + { + "caller": "nltk.translate.ibm5.IBMModel5.__init__", + "callee": "nltk.translate.ibm5.IBMModel5.reset_probabilities", + "lineno": 221, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.__init__", + "callee": "nltk.translate.ibm5.IBMModel5.set_uniform_probabilities", + "lineno": 239, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.__init__", + "callee": "nltk.translate.ibm5.IBMModel5.train", + "lineno": 254, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 258, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 259, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 259, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 267, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 268, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 268, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.set_uniform_probabilities", + "callee": "nltk.translate.ibm_model.longest_target_sentence_length", + "lineno": 281, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.set_uniform_probabilities", + "callee": ".collections.defaultdict", + "lineno": 301, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.set_uniform_probabilities", + "callee": ".collections.defaultdict", + "lineno": 302, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.set_uniform_probabilities", + "callee": ".collections.defaultdict", + "lineno": 305, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.set_uniform_probabilities", + "callee": ".collections.defaultdict", + "lineno": 308, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.train", + "callee": "nltk.translate.ibm5.Model5Counts.__init__", + "lineno": 313, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.train", + "callee": "nltk.translate.ibm5.IBMModel5.sample", + "lineno": 319, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.train", + "callee": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s", + "lineno": 330, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.train", + "callee": "nltk.translate.ibm_model.Counts.update_lexical_translation", + "lineno": 334, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.train", + "callee": "nltk.translate.ibm5.Slots.__init__", + "lineno": 338, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.train", + "callee": "nltk.translate.ibm5.Model5Counts.update_vacancy", + "lineno": 340, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.train", + "callee": "nltk.translate.ibm_model.Counts.update_null_generation", + "lineno": 344, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.train", + "callee": "nltk.translate.ibm_model.Counts.update_fertility", + "lineno": 345, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.train", + "callee": "nltk.translate.ibm5.IBMModel5.reset_probabilities", + "lineno": 350, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.train", + "callee": "nltk.translate.ibm5.IBMModel5.maximize_vacancy_probabilities", + "lineno": 354, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.sample", + "callee": "nltk.translate.ibm5.IBMModel5.prune", + "lineno": 383, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.prune", + "callee": ".list.append", + "lineno": 399, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s", + "callee": "nltk.translate.ibm5.Slots.__init__", + "lineno": 453, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s.fertility_term", + "callee": ".math.factorial", + "lineno": 477, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s.vacancy_term", + "callee": "nltk.translate.ibm5.Slots.vacancies_at", + "lineno": 494, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s.vacancy_term", + "callee": "nltk.translate.ibm5.Slots.vacancies_at", + "lineno": 504, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s.vacancy_term", + "callee": "nltk.translate.ibm5.Slots.vacancies_at", + "lineno": 504, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s.vacancy_term", + "callee": "nltk.translate.ibm5.Slots.occupy", + "lineno": 508, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s.vacancy_term", + "callee": "nltk.translate.ibm5.Slots.vacancies_at", + "lineno": 516, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s.vacancy_term", + "callee": "nltk.translate.ibm5.Slots.vacancies_at", + "lineno": 518, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s.vacancy_term", + "callee": "nltk.translate.ibm5.Slots.occupy", + "lineno": 522, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s", + "callee": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s.null_generation_term", + "lineno": 533, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s", + "callee": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s.fertility_term", + "lineno": 537, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s", + "callee": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s.lexical_translation_term", + "lineno": 542, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s", + "callee": "nltk.translate.ibm5.IBMModel5.prob_t_a_given_s.vacancy_term", + "lineno": 547, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.translate.ibm5.Model5Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 584, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.Model5Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 584, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.Model5Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 584, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.Model5Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 585, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.Model5Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 585, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.Model5Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 586, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.Model5Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 587, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.Model5Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 587, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.Model5Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 589, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm5.Model5Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 589, + "resolution": "external_constructor_call" + } + ], + "nltk.translate.ibm_model": [ + { + "caller": "nltk.translate.ibm_model.IBMModel.__init__", + "callee": "nltk.translate.ibm_model.IBMModel.init_vocab", + "lineno": 73, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.__init__", + "callee": "nltk.translate.ibm_model.IBMModel.reset_probabilities", + "lineno": 74, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.reset_probabilities", + "callee": ".collections.defaultdict", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.sample", + "callee": "nltk.translate.ibm_model.IBMModel.best_model2_alignment", + "lineno": 165, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.sample", + "callee": "nltk.translate.ibm_model.IBMModel.hillclimb", + "lineno": 166, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.sample", + "callee": "nltk.translate.ibm_model.IBMModel.neighboring", + "lineno": 167, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.sample", + "callee": "nltk.translate.ibm_model.IBMModel.best_model2_alignment", + "lineno": 174, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.sample", + "callee": "nltk.translate.ibm_model.IBMModel.hillclimb", + "lineno": 175, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.sample", + "callee": "nltk.translate.ibm_model.IBMModel.neighboring", + "lineno": 176, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.best_model2_alignment", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 233, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.hillclimb", + "callee": "nltk.translate.ibm_model.IBMModel.prob_t_a_given_s", + "lineno": 254, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.hillclimb", + "callee": "nltk.translate.ibm_model.IBMModel.neighboring", + "lineno": 258, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.hillclimb", + "callee": "nltk.translate.ibm_model.IBMModel.prob_t_a_given_s", + "lineno": 259, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.neighboring", + "callee": ".copy.deepcopy", + "lineno": 297, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.neighboring", + "callee": ".bisect.insort_left", + "lineno": 304, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.neighboring", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 307, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.neighboring", + "callee": ".copy.deepcopy", + "lineno": 321, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.neighboring", + "callee": ".bisect.insort_left", + "lineno": 331, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.neighboring", + "callee": ".bisect.insort_left", + "lineno": 333, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.neighboring", + "callee": "nltk.translate.ibm_model.AlignmentInfo.__init__", + "lineno": 335, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.ibm_model.IBMModel.prob_of_alignments", + "callee": "nltk.translate.ibm_model.IBMModel.prob_t_a_given_s", + "lineno": 367, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm_model.AlignmentInfo.center_of_cept", + "callee": ".math.ceil", + "lineno": 461, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.AlignmentInfo.previous_cept", + "callee": "nltk.translate.ibm_model.AlignmentInfo.fertility_of_i", + "lineno": 475, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.ibm_model.AlignmentInfo.zero_indexed_alignment", + "callee": ".list.append", + "lineno": 505, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.ibm_model.Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 524, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 524, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 525, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 528, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 528, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ibm_model.Counts.__init__", + "callee": ".collections.defaultdict", + "lineno": 529, + "resolution": "external_constructor_call" + } + ], + "nltk.translate.lepor": [ + { + "caller": "nltk.translate.lepor.alignment", + "callee": ".list.append", + "lineno": 70, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.lepor.alignment", + "callee": ".list.append", + "lineno": 73, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.lepor.alignment", + "callee": ".list.count", + "lineno": 105, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.lepor.alignment", + "callee": ".list.append", + "lineno": 106, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.lepor.alignment", + "callee": ".list.index", + "lineno": 106, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.lepor.alignment", + "callee": ".list.count", + "lineno": 110, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.lepor.alignment", + "callee": ".list.append", + "lineno": 119, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.lepor.alignment", + "callee": ".list.append", + "lineno": 131, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.lepor.alignment", + "callee": ".list.append", + "lineno": 138, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.lepor.ngram_positional_penalty", + "callee": "nltk.translate.lepor.alignment", + "lineno": 163, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.lepor.ngram_positional_penalty", + "callee": ".list.append", + "lineno": 171, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.lepor.sentence_lepor", + "callee": "nltk.translate.lepor.length_penalty", + "lineno": 268, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.lepor.sentence_lepor", + "callee": "nltk.translate.lepor.ngram_positional_penalty", + "lineno": 271, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.lepor.sentence_lepor", + "callee": "nltk.translate.lepor.harmonic", + "lineno": 273, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.lepor.corpus_lepor", + "callee": "nltk.translate.lepor.sentence_lepor", + "lineno": 330, + "resolution": "direct_name_call" + } + ], + "nltk.translate.meteor_score": [ + { + "caller": "nltk.translate.meteor_score.exact_match", + "callee": "nltk.translate.meteor_score._generate_enums", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.meteor_score.exact_match", + "callee": "nltk.translate.meteor_score._match_enums", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.meteor_score._match_enums", + "callee": ".list.append", + "lineno": 83, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.meteor_score._enum_stem_match", + "callee": "nltk.stem.porter.PorterStemmer.__init__", + "lineno": 95, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.meteor_score._enum_stem_match", + "callee": "nltk.translate.meteor_score._match_enums", + "lineno": 117, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.meteor_score.stem_match", + "callee": "nltk.stem.porter.PorterStemmer.__init__", + "lineno": 123, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.meteor_score.stem_match", + "callee": "nltk.translate.meteor_score._generate_enums", + "lineno": 135, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.meteor_score.stem_match", + "callee": "nltk.translate.meteor_score._enum_stem_match", + "lineno": 136, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.meteor_score._enum_wordnetsyn_match", + "callee": ".list.append", + "lineno": 167, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.meteor_score.wordnetsyn_match", + "callee": "nltk.translate.meteor_score._generate_enums", + "lineno": 190, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.meteor_score.wordnetsyn_match", + "callee": "nltk.translate.meteor_score._enum_wordnetsyn_match", + "lineno": 191, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.meteor_score._enum_align_words", + "callee": "nltk.stem.porter.PorterStemmer.__init__", + "lineno": 199, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.meteor_score._enum_align_words", + "callee": "nltk.translate.meteor_score._match_enums", + "lineno": 216, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.meteor_score._enum_align_words", + "callee": "nltk.translate.meteor_score._enum_stem_match", + "lineno": 220, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.meteor_score._enum_align_words", + "callee": "nltk.translate.meteor_score._enum_wordnetsyn_match", + "lineno": 224, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.meteor_score.align_words", + "callee": "nltk.stem.porter.PorterStemmer.__init__", + "lineno": 240, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.meteor_score.align_words", + "callee": "nltk.translate.meteor_score._generate_enums", + "lineno": 255, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.meteor_score.align_words", + "callee": "nltk.translate.meteor_score._enum_align_words", + "lineno": 256, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.meteor_score.single_meteor_score", + "callee": "nltk.stem.porter.PorterStemmer.__init__", + "lineno": 287, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.meteor_score.single_meteor_score", + "callee": "nltk.translate.meteor_score._generate_enums", + "lineno": 327, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.meteor_score.single_meteor_score", + "callee": "nltk.translate.meteor_score._enum_align_words", + "lineno": 332, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.meteor_score.single_meteor_score", + "callee": "nltk.translate.meteor_score._count_chunks", + "lineno": 340, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.meteor_score.meteor_score", + "callee": "nltk.stem.porter.PorterStemmer.__init__", + "lineno": 352, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.meteor_score.meteor_score", + "callee": "nltk.translate.meteor_score.single_meteor_score", + "lineno": 399, + "resolution": "direct_name_call" + } + ], + "nltk.translate.metrics": [], + "nltk.translate.nist_score": [ + { + "caller": "nltk.translate.nist_score.sentence_nist", + "callee": "nltk.translate.nist_score.corpus_nist", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.nist_score.corpus_nist", + "callee": ".collections.Counter", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.nist_score.corpus_nist", + "callee": "nltk.util.ngrams", + "lineno": 99, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.nist_score.corpus_nist", + "callee": ".collections.Counter", + "lineno": 121, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.nist_score.corpus_nist", + "callee": ".collections.Counter", + "lineno": 122, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.nist_score.corpus_nist", + "callee": ".collections.Counter", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.nist_score.corpus_nist", + "callee": "nltk.util.ngrams", + "lineno": 136, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.nist_score.corpus_nist", + "callee": ".collections.Counter", + "lineno": 138, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.nist_score.corpus_nist", + "callee": ".collections.Counter", + "lineno": 141, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.nist_score.corpus_nist", + "callee": "nltk.util.ngrams", + "lineno": 141, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.nist_score.corpus_nist", + "callee": ".collections.Counter", + "lineno": 141, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.nist_score.corpus_nist", + "callee": ".list.append", + "lineno": 151, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.nist_score.corpus_nist", + "callee": "nltk.translate.nist_score.nist_length_penalty", + "lineno": 170, + "resolution": "direct_name_call" + } + ], + "nltk.translate.phrase_based": [ + { + "caller": "nltk.translate.phrase_based.phrase_extraction", + "callee": "nltk.translate.phrase_based.extract", + "lineno": 178, + "resolution": "direct_name_call" + } + ], + "nltk.translate.ribes_score": [ + { + "caller": "nltk.translate.ribes_score.sentence_ribes", + "callee": "nltk.translate.ribes_score.word_rank_alignment", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.ribes_score.sentence_ribes", + "callee": "nltk.translate.ribes_score.kendall_tau", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.ribes_score.corpus_ribes", + "callee": "nltk.translate.ribes_score.sentence_ribes", + "lineno": 118, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.ribes_score.position_of_ngram", + "callee": "nltk.util.ngrams", + "lineno": 144, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.ribes_score.word_rank_alignment", + "callee": "nltk.util.ngrams", + "lineno": 192, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.ribes_score.word_rank_alignment", + "callee": ".list.append", + "lineno": 193, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.ribes_score.word_rank_alignment", + "callee": "nltk.util.ngrams", + "lineno": 194, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.ribes_score.word_rank_alignment", + "callee": ".list.append", + "lineno": 195, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.ribes_score.word_rank_alignment", + "callee": ".list.append", + "lineno": 203, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.ribes_score.word_rank_alignment", + "callee": ".itertools.islice", + "lineno": 209, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ribes_score.word_rank_alignment", + "callee": ".list.count", + "lineno": 210, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.ribes_score.word_rank_alignment", + "callee": ".list.count", + "lineno": 211, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.ribes_score.word_rank_alignment", + "callee": "nltk.translate.ribes_score.position_of_ngram", + "lineno": 215, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.ribes_score.word_rank_alignment", + "callee": ".list.append", + "lineno": 216, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.ribes_score.word_rank_alignment", + "callee": ".itertools.islice", + "lineno": 220, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.ribes_score.word_rank_alignment", + "callee": ".list.count", + "lineno": 221, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.ribes_score.word_rank_alignment", + "callee": ".list.count", + "lineno": 222, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.ribes_score.word_rank_alignment", + "callee": "nltk.translate.ribes_score.position_of_ngram", + "lineno": 225, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.ribes_score.word_rank_alignment", + "callee": ".list.append", + "lineno": 227, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.ribes_score.find_increasing_sequences", + "callee": ".list.append", + "lineno": 249, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.ribes_score.kendall_tau", + "callee": "nltk.translate.ribes_score.find_increasing_sequences", + "lineno": 289, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.translate.ribes_score.kendall_tau", + "callee": "nltk.util.choose", + "lineno": 291, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.ribes_score.kendall_tau", + "callee": "nltk.util.choose", + "lineno": 293, + "resolution": "imported_call" + }, + { + "caller": "nltk.translate.ribes_score.spearman_rho", + "callee": "nltk.util.choose", + "lineno": 325, + "resolution": "imported_call" + } + ], + "nltk.translate.stack_decoder": [ + { + "caller": "nltk.translate.stack_decoder.StackDecoder.__init__", + "callee": "nltk.translate.stack_decoder.StackDecoder.__compute_log_distortion", + "lineno": 119, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.stack_decoder.StackDecoder.distortion_factor", + "callee": "nltk.translate.stack_decoder.StackDecoder.__compute_log_distortion", + "lineno": 134, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.stack_decoder.StackDecoder.__compute_log_distortion", + "callee": ".math.log", + "lineno": 140, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.stack_decoder.StackDecoder.__compute_log_distortion", + "callee": ".math.log", + "lineno": 142, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.stack_decoder.StackDecoder.translate", + "callee": "nltk.translate.stack_decoder._Stack.__init__", + "lineno": 155, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.stack_decoder.StackDecoder.translate", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 158, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.stack_decoder.StackDecoder.translate", + "callee": "nltk.translate.stack_decoder.StackDecoder.find_all_src_phrases", + "lineno": 161, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.stack_decoder.StackDecoder.translate", + "callee": "nltk.translate.stack_decoder.StackDecoder.compute_future_scores", + "lineno": 162, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.stack_decoder.StackDecoder.translate", + "callee": "nltk.translate.stack_decoder.StackDecoder.expansion_score", + "lineno": 173, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.stack_decoder.StackDecoder.translate", + "callee": "nltk.translate.stack_decoder._Hypothesis.__init__", + "lineno": 176, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.translate.stack_decoder.StackDecoder.translate", + "callee": "nltk.translate.stack_decoder.StackDecoder.future_score", + "lineno": 182, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.stack_decoder.StackDecoder.translate", + "callee": "nltk.translate.stack_decoder._Hypothesis.total_translated_words", + "lineno": 185, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.translate.stack_decoder.StackDecoder.compute_future_scores", + "callee": ".collections.defaultdict", + "lineno": 240, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.stack_decoder.StackDecoder.compute_future_scores", + "callee": ".collections.defaultdict", + "lineno": 240, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.stack_decoder.StackDecoder.expansion_score", + "callee": "nltk.translate.stack_decoder.StackDecoder.distortion_score", + "lineno": 292, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.stack_decoder.StackDecoder.valid_phrases", + "callee": ".list.append", + "lineno": 333, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.stack_decoder._Hypothesis.untranslated_spans", + "callee": "nltk.translate.stack_decoder._Hypothesis.translated_positions", + "lineno": 408, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.stack_decoder._Hypothesis.untranslated_spans", + "callee": ".list.append", + "lineno": 417, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.stack_decoder._Hypothesis.translated_positions", + "callee": ".list.extend", + "lineno": 433, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.translate.stack_decoder._Hypothesis.total_translated_words", + "callee": "nltk.translate.stack_decoder._Hypothesis.translated_positions", + "lineno": 438, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.stack_decoder._Hypothesis.translation_so_far", + "callee": "nltk.translate.stack_decoder._Hypothesis.__build_translation", + "lineno": 442, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.stack_decoder._Hypothesis.__build_translation", + "callee": "nltk.translate.stack_decoder._Hypothesis.__build_translation", + "lineno": 448, + "resolution": "self_method_call" + }, + { + "caller": "nltk.translate.stack_decoder._Stack.__init__", + "callee": ".math.log", + "lineno": 470, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.translate.stack_decoder._Stack.push", + "callee": "nltk.translate.stack_decoder._Stack.threshold_prune", + "lineno": 484, + "resolution": "self_method_call" + } + ], + "nltk.translate": [], + "nltk.tree.immutable": [ + { + "caller": "nltk.tree.immutable.ImmutableProbabilisticTree.__init__", + "callee": "nltk.probability.ProbabilisticMixIn.__init__", + "lineno": 80, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.tree.immutable.ImmutableProbabilisticTree.__init__", + "callee": "nltk.probability.ProbabilisticMixIn.prob", + "lineno": 81, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tree.immutable.ImmutableProbabilisticTree.__repr__", + "callee": "nltk.tree.tree.Tree.__repr__", + "lineno": 88, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.tree.immutable.ImmutableProbabilisticTree.__repr__", + "callee": "nltk.probability.ProbabilisticMixIn.prob", + "lineno": 88, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tree.immutable.ImmutableProbabilisticTree.__str__", + "callee": "nltk.tree.tree.Tree.pformat", + "lineno": 91, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tree.immutable.ImmutableProbabilisticTree.__str__", + "callee": "nltk.probability.ProbabilisticMixIn.prob", + "lineno": 91, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tree.immutable.ImmutableProbabilisticTree.copy", + "callee": "nltk.probability.ProbabilisticMixIn.prob", + "lineno": 95, + "resolution": "inherited_method_call" + } + ], + "nltk.tree.parented": [ + { + "caller": "nltk.tree.parented.AbstractParentedTree.__init__", + "callee": "nltk.tree.parented.AbstractParentedTree._setparent", + "lineno": 56, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.AbstractParentedTree.__init__", + "callee": "nltk.tree.parented.AbstractParentedTree._setparent", + "lineno": 59, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.AbstractParentedTree.__delitem__", + "callee": "nltk.tree.parented.AbstractParentedTree._delparent", + "lineno": 113, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.AbstractParentedTree.__delitem__", + "callee": "nltk.tree.parented.AbstractParentedTree._delparent", + "lineno": 125, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.AbstractParentedTree.__setitem__", + "callee": "nltk.tree.parented.AbstractParentedTree._setparent", + "lineno": 157, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.AbstractParentedTree.__setitem__", + "callee": "nltk.tree.parented.AbstractParentedTree._delparent", + "lineno": 161, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.AbstractParentedTree.__setitem__", + "callee": "nltk.tree.parented.AbstractParentedTree._setparent", + "lineno": 167, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.AbstractParentedTree.__setitem__", + "callee": "nltk.tree.parented.AbstractParentedTree._setparent", + "lineno": 182, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.AbstractParentedTree.__setitem__", + "callee": "nltk.tree.parented.AbstractParentedTree._delparent", + "lineno": 185, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.AbstractParentedTree.append", + "callee": "nltk.tree.parented.AbstractParentedTree._setparent", + "lineno": 208, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.AbstractParentedTree.extend", + "callee": "nltk.tree.parented.AbstractParentedTree._setparent", + "lineno": 214, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.AbstractParentedTree.insert", + "callee": "nltk.tree.parented.AbstractParentedTree._setparent", + "lineno": 227, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.AbstractParentedTree.pop", + "callee": "nltk.tree.parented.AbstractParentedTree._delparent", + "lineno": 236, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.AbstractParentedTree.remove", + "callee": "nltk.tree.parented.AbstractParentedTree._delparent", + "lineno": 244, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.AbstractParentedTree.__getslice__", + "callee": "nltk.tree.tree.Tree.__getitem__", + "lineno": 256, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tree.parented.AbstractParentedTree.__delslice__", + "callee": "nltk.tree.parented.AbstractParentedTree.__delitem__", + "lineno": 259, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.AbstractParentedTree.__setslice__", + "callee": "nltk.tree.parented.AbstractParentedTree.__setitem__", + "lineno": 262, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.ParentedTree.__init__", + "callee": "nltk.tree.parented.ParentedTree._setparent", + "lineno": 307, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.ParentedTree.left_sibling", + "callee": "nltk.tree.parented.ParentedTree.parent_index", + "lineno": 346, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.ParentedTree.right_sibling", + "callee": "nltk.tree.parented.ParentedTree.parent_index", + "lineno": 353, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.ParentedTree.treeposition", + "callee": "nltk.tree.parented.ParentedTree.parent", + "lineno": 374, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.ParentedTree.treeposition", + "callee": "nltk.tree.parented.ParentedTree.parent", + "lineno": 377, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.ParentedTree.treeposition", + "callee": "nltk.tree.parented.ParentedTree.parent_index", + "lineno": 377, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.MultiParentedTree.__init__", + "callee": "nltk.tree.parented.MultiParentedTree._setparent", + "lineno": 438, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.MultiParentedTree.left_siblings", + "callee": "nltk.tree.parented.MultiParentedTree._get_parent_indices", + "lineno": 472, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.MultiParentedTree.right_siblings", + "callee": "nltk.tree.parented.MultiParentedTree._get_parent_indices", + "lineno": 488, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.parented.MultiParentedTree.roots", + "callee": "nltk.tree.parented.MultiParentedTree._get_roots_helper", + "lineno": 508, + "resolution": "self_method_call" + } + ], + "nltk.tree.parsing": [ + { + "caller": "nltk.tree.parsing.sinica_parse", + "callee": "nltk.tree.tree.Tree.fromstring", + "lineno": 55, + "resolution": "qualified_module_call" + } + ], + "nltk.tree.prettyprinter": [ + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.__init__", + "callee": ".list.append", + "lineno": 90, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.__init__", + "callee": ".list.append", + "lineno": 97, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.__init__", + "callee": "nltk.tree.prettyprinter.TreePrettyPrinter.nodecoords", + "lineno": 98, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.__str__", + "callee": "nltk.tree.prettyprinter.TreePrettyPrinter.text", + "lineno": 103, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.nodecoords.findcell", + "callee": "nltk.tree.prettyprinter.TreePrettyPrinter.nodecoords.dumpmatrix", + "lineno": 194, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.nodecoords", + "callee": ".collections.defaultdict", + "lineno": 224, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.nodecoords", + "callee": ".dict.items", + "lineno": 229, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.nodecoords", + "callee": ".list.append", + "lineno": 238, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.nodecoords", + "callee": ".list.sort", + "lineno": 242, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.nodecoords", + "callee": ".set.discard", + "lineno": 252, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.nodecoords", + "callee": ".list.append", + "lineno": 262, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.nodecoords", + "callee": ".operator.itemgetter", + "lineno": 267, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.nodecoords", + "callee": "nltk.tree.prettyprinter.TreePrettyPrinter.nodecoords.findcell", + "lineno": 281, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.nodecoords", + "callee": ".dict.values", + "lineno": 319, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.text", + "callee": ".collections.defaultdict", + "lineno": 385, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.text", + "callee": ".collections.defaultdict", + "lineno": 386, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.text", + "callee": ".collections.defaultdict", + "lineno": 387, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.text", + "callee": ".collections.defaultdict", + "lineno": 391, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.text", + "callee": ".dict.get", + "lineno": 418, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.text", + "callee": ".dict.get", + "lineno": 419, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.text", + "callee": "nltk.tree.prettyprinter.TreePrettyPrinter.text.crosscell", + "lineno": 453, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.text", + "callee": ".cgi.escape", + "lineno": 459, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.text", + "callee": "nltk.tree.prettyprinter.TreePrettyPrinter.text.crosscell", + "lineno": 479, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.text", + "callee": "nltk.tree.prettyprinter.TreePrettyPrinter.text.crosscell", + "lineno": 482, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.text", + "callee": ".list.append", + "lineno": 487, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.text", + "callee": ".list.extend", + "lineno": 488, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.svg", + "callee": ".collections.defaultdict", + "lineno": 516, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.svg", + "callee": ".list.append", + "lineno": 533, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.svg", + "callee": ".list.append", + "lineno": 537, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.TreePrettyPrinter.svg", + "callee": ".cgi.escape", + "lineno": 578, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tree.prettyprinter.test.print_tree", + "callee": "nltk.tree.prettyprinter.TreePrettyPrinter.__init__", + "lineno": 596, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tree.prettyprinter.test.print_tree", + "callee": "nltk.tree.prettyprinter.TreePrettyPrinter.text", + "lineno": 598, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.test.print_tree", + "callee": "nltk.tree.prettyprinter.TreePrettyPrinter.text", + "lineno": 600, + "resolution": "local_typed_method_call" + }, + { + "caller": "nltk.tree.prettyprinter.test", + "callee": "nltk.tree.prettyprinter.test.print_tree", + "lineno": 606, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.tree.prettyprinter.test", + "callee": "nltk.tree.prettyprinter.TreePrettyPrinter.__init__", + "lineno": 609, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tree.prettyprinter.test", + "callee": "nltk.tree.tree.Tree.fromstring", + "lineno": 611, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.tree.prettyprinter.test", + "callee": "nltk.tree.prettyprinter.test.print_tree", + "lineno": 621, + "resolution": "nested_function_call" + }, + { + "caller": "nltk.tree.prettyprinter.", + "callee": "nltk.tree.prettyprinter.test", + "lineno": 627, + "resolution": "direct_name_call" + } + ], + "nltk.tree.probabilistic": [ + { + "caller": "nltk.tree.probabilistic.ProbabilisticTree.__init__", + "callee": "nltk.tree.tree.Tree.__init__", + "lineno": 24, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.tree.probabilistic.ProbabilisticTree.__init__", + "callee": "nltk.probability.ProbabilisticMixIn.__init__", + "lineno": 25, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.tree.probabilistic.ProbabilisticTree.__repr__", + "callee": "nltk.tree.tree.Tree.__repr__", + "lineno": 32, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.tree.probabilistic.ProbabilisticTree.__repr__", + "callee": "nltk.probability.ProbabilisticMixIn.prob", + "lineno": 32, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tree.probabilistic.ProbabilisticTree.__str__", + "callee": "nltk.tree.tree.Tree.pformat", + "lineno": 35, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tree.probabilistic.ProbabilisticTree.__str__", + "callee": "nltk.probability.ProbabilisticMixIn.prob", + "lineno": 35, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tree.probabilistic.ProbabilisticTree.copy", + "callee": "nltk.probability.ProbabilisticMixIn.prob", + "lineno": 39, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tree.probabilistic.ProbabilisticTree.__eq__", + "callee": "nltk.probability.ProbabilisticMixIn.prob", + "lineno": 58, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.tree.probabilistic.ProbabilisticTree.__lt__", + "callee": "nltk.internals.raise_unorderable_types", + "lineno": 63, + "resolution": "imported_call" + }, + { + "caller": "nltk.tree.probabilistic.ProbabilisticTree.__lt__", + "callee": "nltk.probability.ProbabilisticMixIn.prob", + "lineno": 65, + "resolution": "inherited_method_call" + } + ], + "nltk.tree.transforms": [ + { + "caller": "nltk.tree.transforms.chomsky_normal_form", + "callee": ".list.pop", + "lineno": 132, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.transforms.chomsky_normal_form", + "callee": ".list.append", + "lineno": 144, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.transforms.chomsky_normal_form", + "callee": "nltk.tree.tree.Tree.__init__", + "lineno": 164, + "resolution": "imported_call" + }, + { + "caller": "nltk.tree.transforms.chomsky_normal_form", + "callee": "nltk.tree.tree.Tree.__init__", + "lineno": 175, + "resolution": "imported_call" + }, + { + "caller": "nltk.tree.transforms.un_chomsky_normal_form", + "callee": ".list.pop", + "lineno": 189, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.transforms.un_chomsky_normal_form", + "callee": "nltk.tree.tree.Tree.__init__", + "lineno": 219, + "resolution": "imported_call" + }, + { + "caller": "nltk.tree.transforms.un_chomsky_normal_form", + "callee": ".list.append", + "lineno": 226, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.transforms.collapse_unary", + "callee": ".list.pop", + "lineno": 258, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.transforms.collapse_unary", + "callee": ".list.append", + "lineno": 269, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.transforms.collapse_unary", + "callee": ".list.append", + "lineno": 272, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.transforms.demo", + "callee": "nltk.tree.tree.Tree.fromstring", + "lineno": 307, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.tree.transforms.demo", + "callee": ".copy.deepcopy", + "lineno": 310, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tree.transforms.demo", + "callee": "nltk.tree.transforms.collapse_unary", + "lineno": 311, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tree.transforms.demo", + "callee": ".copy.deepcopy", + "lineno": 314, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tree.transforms.demo", + "callee": "nltk.tree.transforms.chomsky_normal_form", + "lineno": 315, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tree.transforms.demo", + "callee": ".copy.deepcopy", + "lineno": 318, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tree.transforms.demo", + "callee": "nltk.tree.transforms.chomsky_normal_form", + "lineno": 319, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tree.transforms.demo", + "callee": ".copy.deepcopy", + "lineno": 322, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tree.transforms.demo", + "callee": "nltk.tree.transforms.un_chomsky_normal_form", + "lineno": 323, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tree.transforms.demo", + "callee": "nltk.draw.tree.draw_trees", + "lineno": 331, + "resolution": "imported_call" + }, + { + "caller": "nltk.tree.transforms.", + "callee": "nltk.tree.transforms.demo", + "lineno": 335, + "resolution": "direct_name_call" + } + ], + "nltk.tree.tree": [ + { + "caller": "nltk.tree.tree.Tree._get_node", + "callee": "nltk.internals.deprecated", + "lineno": 204, + "resolution": "imported_call" + }, + { + "caller": "nltk.tree.tree.Tree._set_node", + "callee": "nltk.internals.deprecated", + "lineno": 208, + "resolution": "imported_call" + }, + { + "caller": "nltk.tree.tree.Tree.leaves", + "callee": ".list.extend", + "lineno": 257, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.leaves", + "callee": ".list.append", + "lineno": 259, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.flatten", + "callee": "nltk.tree.tree.Tree.__init__", + "lineno": 274, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tree.tree.Tree.flatten", + "callee": "nltk.tree.tree.Tree.label", + "lineno": 274, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.flatten", + "callee": "nltk.tree.tree.Tree.leaves", + "lineno": 274, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.treepositions", + "callee": ".list.append", + "lineno": 318, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.treepositions", + "callee": ".list.extend", + "lineno": 322, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.treepositions", + "callee": ".list.append", + "lineno": 324, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.treepositions", + "callee": ".list.append", + "lineno": 326, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.productions", + "callee": "nltk.grammar.Production.__init__", + "lineno": 371, + "resolution": "imported_call" + }, + { + "caller": "nltk.tree.tree.Tree.productions", + "callee": "nltk.grammar.Nonterminal.__init__", + "lineno": 371, + "resolution": "imported_call" + }, + { + "caller": "nltk.tree.tree.Tree.productions", + "callee": "nltk.tree.tree._child_names", + "lineno": 371, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.tree.tree.Tree.pos", + "callee": ".list.extend", + "lineno": 392, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.pos", + "callee": ".list.append", + "lineno": 394, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.leaf_treeposition", + "callee": ".list.pop", + "lineno": 411, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.leaf_treeposition", + "callee": ".list.append", + "lineno": 419, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.treeposition_spanning_leaves", + "callee": "nltk.tree.tree.Tree.leaf_treeposition", + "lineno": 433, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.treeposition_spanning_leaves", + "callee": "nltk.tree.tree.Tree.leaf_treeposition", + "lineno": 434, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.chomsky_normal_form", + "callee": "nltk.tree.tree.Tree.chomsky_normal_form", + "lineno": 478, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tree.tree.Tree.un_chomsky_normal_form", + "callee": "nltk.tree.tree.Tree.un_chomsky_normal_form", + "lineno": 503, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tree.tree.Tree.collapse_unary", + "callee": "nltk.tree.tree.Tree.collapse_unary", + "lineno": 526, + "resolution": "same_class_name_call" + }, + { + "caller": "nltk.tree.tree.Tree.__copy__", + "callee": "nltk.tree.tree.Tree.copy", + "lineno": 549, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.__deepcopy__", + "callee": "nltk.tree.tree.Tree.copy", + "lineno": 552, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.freeze", + "callee": "nltk.tree.tree.Tree._frozen_class", + "lineno": 566, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.freeze", + "callee": "nltk.tree.tree.Tree.copy", + "lineno": 570, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.fromstring", + "callee": ".list.append", + "lineno": 667, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.fromstring", + "callee": ".list.pop", + "lineno": 675, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.fromlist", + "callee": "nltk.tree.tree.Tree.__init__", + "lineno": 747, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.tree.tree.Tree.draw", + "callee": "nltk.draw.tree.draw_trees", + "lineno": 761, + "resolution": "imported_call" + }, + { + "caller": "nltk.tree.tree.Tree.pretty_print", + "callee": "nltk.tree.prettyprinter.TreePrettyPrinter.__init__", + "lineno": 771, + "resolution": "imported_call" + }, + { + "caller": "nltk.tree.tree.Tree._repr_svg_", + "callee": ".svgling.draw_tree", + "lineno": 784, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.tree.tree.Tree.__str__", + "callee": "nltk.tree.tree.Tree.pformat", + "lineno": 787, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.pprint", + "callee": "nltk.tree.tree.Tree.pformat", + "lineno": 799, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.pformat", + "callee": "nltk.tree.tree.Tree._pformat_flat", + "lineno": 817, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.tree.Tree.pformat_latex_qtree", + "callee": "nltk.tree.tree.Tree.pformat", + "lineno": 861, + "resolution": "self_method_call" + }, + { + "caller": "nltk.tree.tree.Tree._pformat_flat", + "callee": ".list.append", + "lineno": 868, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree.Tree._pformat_flat", + "callee": ".list.append", + "lineno": 870, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree.Tree._pformat_flat", + "callee": ".list.append", + "lineno": 872, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree.Tree._pformat_flat", + "callee": ".list.append", + "lineno": 874, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree._child_names", + "callee": ".list.append", + "lineno": 897, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.tree.tree._child_names", + "callee": "nltk.grammar.Nonterminal.__init__", + "lineno": 897, + "resolution": "imported_call" + }, + { + "caller": "nltk.tree.tree._child_names", + "callee": ".list.append", + "lineno": 899, + "resolution": "local_builtin_method_call" + } + ], + "nltk.tree": [], + "nltk.twitter.api": [ + { + "caller": "nltk.twitter.api.", + "callee": ".datetime.timedelta", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.twitter.api.", + "callee": ".datetime.timedelta", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.twitter.api.", + "callee": "nltk.twitter.api.LocalTimezoneOffsetWithUTC.", + "lineno": 46, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.twitter.api.TweetHandlerI.__init__", + "callee": ".datetime.datetime", + "lineno": 103, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.twitter.api.TweetHandlerI.__init__", + "callee": ".datetime.datetime", + "lineno": 105, + "resolution": "external_constructor_call" + } + ], + "nltk.twitter.common": [ + { + "caller": "nltk.twitter.common.extract_fields", + "callee": "nltk.twitter.common._add_field_to_out", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common._add_field_to_out", + "callee": "nltk.twitter.common._is_composed_key", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common._add_field_to_out", + "callee": "nltk.twitter.common._get_key_value_composed", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common._add_field_to_out", + "callee": "nltk.twitter.common._add_field_to_out", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common._get_key_value_composed", + "callee": ".str.join", + "lineno": 57, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.twitter.common._get_entity_recursive", + "callee": "nltk.twitter.common._get_entity_recursive", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common._get_entity_recursive", + "callee": "nltk.twitter.common._get_entity_recursive", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.json2csv", + "callee": "nltk.twitter.common._outf_writer", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.json2csv", + "callee": "nltk.twitter.common.extract_fields", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.outf_writer_compat", + "callee": "nltk.twitter.common._outf_writer", + "lineno": 135, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.outf_writer_compat", + "callee": "nltk.internals.deprecated", + "lineno": 132, + "resolution": "imported_call" + }, + { + "caller": "nltk.twitter.common.json2csv_entities", + "callee": "nltk.twitter.common._outf_writer", + "lineno": 197, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.json2csv_entities", + "callee": "nltk.twitter.common.get_header_field_list", + "lineno": 198, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.json2csv_entities", + "callee": "nltk.twitter.common._is_composed_key", + "lineno": 202, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.json2csv_entities", + "callee": "nltk.twitter.common._get_key_value_composed", + "lineno": 203, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.json2csv_entities", + "callee": "nltk.twitter.common._get_entity_recursive", + "lineno": 204, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.json2csv_entities", + "callee": "nltk.twitter.common.extract_fields", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.json2csv_entities", + "callee": "nltk.twitter.common._get_entity_recursive", + "lineno": 209, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.json2csv_entities", + "callee": "nltk.twitter.common._write_to_file", + "lineno": 210, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.json2csv_entities", + "callee": "nltk.twitter.common.extract_fields", + "lineno": 212, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.json2csv_entities", + "callee": "nltk.twitter.common._get_entity_recursive", + "lineno": 213, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.json2csv_entities", + "callee": "nltk.twitter.common._write_to_file", + "lineno": 214, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.get_header_field_list", + "callee": "nltk.twitter.common._is_composed_key", + "lineno": 219, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.get_header_field_list", + "callee": "nltk.twitter.common._get_key_value_composed", + "lineno": 220, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common.get_header_field_list", + "callee": ".str.join", + "lineno": 228, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.twitter.common.get_header_field_list", + "callee": ".str.join", + "lineno": 231, + "resolution": "local_builtin_method_call" + }, + { + "caller": "nltk.twitter.common._write_to_file", + "callee": "nltk.twitter.common._is_composed_key", + "lineno": 245, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common._write_to_file", + "callee": "nltk.twitter.common._is_composed_key", + "lineno": 246, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common._write_to_file", + "callee": "nltk.twitter.common._get_key_value_composed", + "lineno": 255, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.common._write_to_file", + "callee": "nltk.twitter.common.extract_fields", + "lineno": 269, + "resolution": "direct_name_call" + } + ], + "nltk.twitter.twitterclient": [ + { + "caller": "nltk.twitter.twitterclient.Query._search_tweets", + "callee": "nltk.twitter.twitterclient.Query.search_tweets", + "lineno": 185, + "resolution": "self_method_call" + }, + { + "caller": "nltk.twitter.twitterclient.Query.search_tweets", + "callee": "nltk.twitter.api.BasicTweetHandler.__init__", + "lineno": 220, + "resolution": "imported_call" + }, + { + "caller": "nltk.twitter.twitterclient.Twitter.__init__", + "callee": "nltk.twitter.util.credsfromfile", + "lineno": 316, + "resolution": "imported_call" + }, + { + "caller": "nltk.twitter.twitterclient.Twitter.__init__", + "callee": "nltk.twitter.twitterclient.Streamer.__init__", + "lineno": 317, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.twitter.twitterclient.Twitter.__init__", + "callee": "nltk.twitter.twitterclient.Query.__init__", + "lineno": 318, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.twitter.twitterclient.Twitter.tweets", + "callee": "nltk.twitter.twitterclient.TweetViewer.", + "lineno": 371, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.twitter.twitterclient.Twitter.tweets", + "callee": "nltk.twitter.twitterclient.TweetWriter.__init__", + "lineno": 377, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.twitter.twitterclient.Twitter.tweets", + "callee": "nltk.twitter.twitterclient.TweetViewer.", + "lineno": 386, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.twitter.twitterclient.Twitter.tweets", + "callee": "nltk.twitter.twitterclient.TweetWriter.__init__", + "lineno": 395, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.twitter.twitterclient.TweetViewer.handle", + "callee": "nltk.twitter.api.TweetHandlerI.check_date_limit", + "lineno": 433, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.twitter.twitterclient.TweetWriter.__init__", + "callee": "nltk.twitter.util.guess_path", + "lineno": 485, + "resolution": "imported_call" + }, + { + "caller": "nltk.twitter.twitterclient.TweetWriter.__init__", + "callee": "nltk.twitter.twitterclient.TweetWriter.timestamped_file", + "lineno": 487, + "resolution": "self_method_call" + }, + { + "caller": "nltk.twitter.twitterclient.TweetWriter.__init__", + "callee": "nltk.twitter.api.TweetHandlerI.__init__", + "lineno": 490, + "resolution": "qualified_module_call" + }, + { + "caller": "nltk.twitter.twitterclient.TweetWriter.handle", + "callee": "nltk.twitter.api.TweetHandlerI.check_date_limit", + "lineno": 533, + "resolution": "inherited_method_call" + }, + { + "caller": "nltk.twitter.twitterclient.TweetWriter.do_continue", + "callee": "nltk.twitter.twitterclient.TweetWriter._restart_file", + "lineno": 555, + "resolution": "self_method_call" + }, + { + "caller": "nltk.twitter.twitterclient.TweetWriter._restart_file", + "callee": "nltk.twitter.twitterclient.TweetWriter.on_finish", + "lineno": 559, + "resolution": "self_method_call" + }, + { + "caller": "nltk.twitter.twitterclient.TweetWriter._restart_file", + "callee": "nltk.twitter.twitterclient.TweetWriter.timestamped_file", + "lineno": 560, + "resolution": "self_method_call" + } + ], + "nltk.twitter.twitter_demo": [ + { + "caller": "nltk.twitter.twitter_demo.verbose.with_formatting", + "callee": ".functools.wraps", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.twitter.twitter_demo.limit_by_time_demo", + "callee": "nltk.twitter.twitter_demo.yesterday", + "lineno": 201, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.twitter_demo.expand_tweetids_demo", + "callee": ".io.StringIO", + "lineno": 252, + "resolution": "external_constructor_call" + }, + { + "caller": "nltk.twitter.twitter_demo.", + "callee": "nltk.twitter.twitter_demo.setup", + "lineno": 299, + "resolution": "direct_name_call" + } + ], + "nltk.twitter.util": [ + { + "caller": "nltk.twitter.util.credsfromfile", + "callee": "nltk.twitter.util.Authenticate.__init__", + "lineno": 23, + "resolution": "same_module_class_call" + }, + { + "caller": "nltk.twitter.util.Authenticate.load_creds", + "callee": "nltk.twitter.util.Authenticate._validate_creds_file", + "lineno": 95, + "resolution": "self_method_call" + }, + { + "caller": "nltk.twitter.util.add_access_token", + "callee": "nltk.twitter.util.credsfromfile", + "lineno": 126, + "resolution": "direct_name_call" + }, + { + "caller": "nltk.twitter.util.add_access_token", + "callee": ".twython.Twython", + "lineno": 130, + "resolution": "external_constructor_call" + } + ], + "nltk.twitter": [], + "tools.find_deprecated": [ + { + "caller": "tools.find_deprecated.", + "callee": "tools.find_deprecated.TerminalController.", + "lineno": 89, + "resolution": "same_module_class_call" + }, + { + "caller": "tools.find_deprecated.find_deprecated_defs", + "callee": "tools.find_deprecated.strip_quotes", + "lineno": 132, + "resolution": "direct_name_call" + }, + { + "caller": "tools.find_deprecated.find_deprecated_defs", + "callee": "tools.find_deprecated.find_class", + "lineno": 136, + "resolution": "direct_name_call" + }, + { + "caller": "tools.find_deprecated.find_deprecated_defs", + "callee": "tools.find_deprecated.strip_quotes", + "lineno": 144, + "resolution": "direct_name_call" + }, + { + "caller": "tools.find_deprecated.print_deprecated_uses", + "callee": "tools.find_deprecated.print_deprecated_uses", + "lineno": 157, + "resolution": "direct_name_call" + }, + { + "caller": "tools.find_deprecated.print_deprecated_uses", + "callee": "tools.find_deprecated.print_deprecated_uses_in", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "tools.find_deprecated.print_deprecated_uses", + "callee": ".doctest.DocTestParser", + "lineno": 162, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.find_deprecated.print_deprecated_uses", + "callee": ".cStringIO.StringIO", + "lineno": 163, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.find_deprecated.print_deprecated_uses", + "callee": "tools.find_deprecated.print_deprecated_uses_in", + "lineno": 165, + "resolution": "direct_name_call" + }, + { + "caller": "tools.find_deprecated.print_deprecated_uses_in", + "callee": ".list.append", + "lineno": 183, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.find_deprecated.main", + "callee": "tools.find_deprecated.find_deprecated_defs", + "lineno": 236, + "resolution": "direct_name_call" + }, + { + "caller": "tools.find_deprecated.main", + "callee": "tools.find_deprecated.print_deprecated_uses", + "lineno": 239, + "resolution": "direct_name_call" + }, + { + "caller": "tools.find_deprecated.", + "callee": "tools.find_deprecated.main", + "lineno": 263, + "resolution": "direct_name_call" + } + ], + "tools.global_replace": [ + { + "caller": "tools.global_replace.", + "callee": "tools.global_replace.update", + "lineno": 56, + "resolution": "direct_name_call" + } + ], + "tools.huggingface.push_stopwords": [ + { + "caller": "tools.huggingface.push_stopwords.build_readme", + "callee": ".dict.get", + "lineno": 140, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.huggingface.push_stopwords.build_readme", + "callee": ".dict.get", + "lineno": 151, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.huggingface.push_stopwords.build_readme", + "callee": ".str.replace", + "lineno": 157, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tools.huggingface.push_stopwords.main", + "callee": ".huggingface_hub.HfApi", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "tools.huggingface.push_stopwords.main", + "callee": "tools.huggingface.push_stopwords.build_per_language", + "lineno": 179, + "resolution": "direct_name_call" + }, + { + "caller": "tools.huggingface.push_stopwords.main", + "callee": "tools.huggingface.push_stopwords.build_readme", + "lineno": 183, + "resolution": "direct_name_call" + }, + { + "caller": "tools.huggingface.push_stopwords.", + "callee": "tools.huggingface.push_stopwords.main", + "lineno": 226, + "resolution": "direct_name_call" + } + ], + "web.conf": [ + { + "caller": "web.conf.generate_custom_files", + "callee": ".jinja2.Template", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "web.conf.generate_custom_files", + "callee": ".list.append", + "lineno": 83, + "resolution": "local_builtin_method_call" + }, + { + "caller": "web.conf.generate_custom_files", + "callee": ".jinja2.Template", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "web.conf.", + "callee": "web.conf.generate_custom_files", + "lineno": 106, + "resolution": "direct_name_call" + } + ] + }, + "cyclic_clusters": [ + [ + "nltk", + "nltk.ccg", + "nltk.ccg.chart", + "nltk.ccg.lexicon", + "nltk.ccg.logic", + "nltk.chunk", + "nltk.chunk.api", + "nltk.chunk.named_entity", + "nltk.chunk.regexp", + "nltk.chunk.util", + "nltk.classify", + "nltk.classify.decisiontree", + "nltk.classify.maxent", + "nltk.classify.naivebayes", + "nltk.classify.positivenaivebayes", + "nltk.classify.rte_classify", + "nltk.classify.scikitlearn", + "nltk.classify.senna", + "nltk.classify.tadm", + "nltk.classify.textcat", + "nltk.classify.util", + "nltk.classify.weka", + "nltk.cluster", + "nltk.cluster.api", + "nltk.cluster.em", + "nltk.cluster.gaac", + "nltk.cluster.kmeans", + "nltk.cluster.util", + "nltk.collocations", + "nltk.corpus", + "nltk.corpus.reader", + "nltk.corpus.reader.aligned", + "nltk.corpus.reader.api", + "nltk.corpus.reader.bcp47", + "nltk.corpus.reader.bnc", + "nltk.corpus.reader.bracket_parse", + "nltk.corpus.reader.categorized_sents", + "nltk.corpus.reader.chasen", + "nltk.corpus.reader.childes", + "nltk.corpus.reader.chunked", + "nltk.corpus.reader.cmudict", + "nltk.corpus.reader.comparative_sents", + "nltk.corpus.reader.conll", + "nltk.corpus.reader.crubadan", + "nltk.corpus.reader.dependency", + "nltk.corpus.reader.framenet", + "nltk.corpus.reader.ieer", + "nltk.corpus.reader.indian", + "nltk.corpus.reader.ipipan", + "nltk.corpus.reader.knbc", + "nltk.corpus.reader.lin", + "nltk.corpus.reader.mte", + "nltk.corpus.reader.nkjp", + "nltk.corpus.reader.nombank", + "nltk.corpus.reader.nps_chat", + "nltk.corpus.reader.opinion_lexicon", + "nltk.corpus.reader.panlex_lite", + "nltk.corpus.reader.panlex_swadesh", + "nltk.corpus.reader.pl196x", + "nltk.corpus.reader.plaintext", + "nltk.corpus.reader.ppattach", + "nltk.corpus.reader.propbank", + "nltk.corpus.reader.pros_cons", + "nltk.corpus.reader.reviews", + "nltk.corpus.reader.rte", + "nltk.corpus.reader.semcor", + "nltk.corpus.reader.senseval", + "nltk.corpus.reader.sentiwordnet", + "nltk.corpus.reader.sinica_treebank", + "nltk.corpus.reader.string_category", + "nltk.corpus.reader.switchboard", + "nltk.corpus.reader.tagged", + "nltk.corpus.reader.timit", + "nltk.corpus.reader.toolbox", + "nltk.corpus.reader.twitter", + "nltk.corpus.reader.udhr", + "nltk.corpus.reader.util", + "nltk.corpus.reader.verbnet", + "nltk.corpus.reader.wordlist", + "nltk.corpus.reader.wordnet", + "nltk.corpus.reader.xmldocs", + "nltk.corpus.reader.ycoe", + "nltk.corpus.util", + "nltk.data", + "nltk.downloader", + "nltk.draw", + "nltk.draw.cfg", + "nltk.draw.dispersion", + "nltk.draw.table", + "nltk.draw.tree", + "nltk.featstruct", + "nltk.grammar", + "nltk.help", + "nltk.huggingface.dataset", + "nltk.inference", + "nltk.inference.discourse", + "nltk.inference.mace", + "nltk.inference.prover9", + "nltk.inference.resolution", + "nltk.inference.tableau", + "nltk.lm", + "nltk.lm.api", + "nltk.lm.counter", + "nltk.lm.models", + "nltk.lm.smoothing", + "nltk.metrics", + "nltk.metrics.agreement", + "nltk.metrics.confusionmatrix", + "nltk.misc", + "nltk.misc.wordfinder", + "nltk.parse", + "nltk.parse.bllip", + "nltk.parse.chart", + "nltk.parse.corenlp", + "nltk.parse.dependencygraph", + "nltk.parse.earleychart", + "nltk.parse.featurechart", + "nltk.parse.malt", + "nltk.parse.nonprojectivedependencyparser", + "nltk.parse.pchart", + "nltk.parse.projectivedependencyparser", + "nltk.parse.recursivedescent", + "nltk.parse.shiftreduce", + "nltk.parse.transitionparser", + "nltk.parse.util", + "nltk.parse.viterbi", + "nltk.probability", + "nltk.sem", + "nltk.sem.boxer", + "nltk.sem.drt", + "nltk.sem.evaluate", + "nltk.sem.glue", + "nltk.sem.lfg", + "nltk.sem.linearlogic", + "nltk.sem.logic", + "nltk.sem.relextract", + "nltk.sem.skolemize", + "nltk.sem.util", + "nltk.stem", + "nltk.stem.porter", + "nltk.stem.rslp", + "nltk.stem.snowball", + "nltk.stem.wordnet", + "nltk.tag", + "nltk.tag.api", + "nltk.tag.brill", + "nltk.tag.brill_trainer", + "nltk.tag.crf", + "nltk.tag.hmm", + "nltk.tag.hunpos", + "nltk.tag.mapping", + "nltk.tag.perceptron", + "nltk.tag.senna", + "nltk.tag.sequential", + "nltk.tag.stanford", + "nltk.tag.tnt", + "nltk.text", + "nltk.tokenize", + "nltk.tokenize.punkt", + "nltk.tokenize.repp", + "nltk.tokenize.texttiling", + "nltk.toolbox", + "nltk.translate", + "nltk.translate.ibm1", + "nltk.translate.ibm2", + "nltk.translate.ibm3", + "nltk.translate.ibm4", + "nltk.translate.ibm5", + "nltk.translate.lepor", + "nltk.translate.meteor_score", + "nltk.tree", + "nltk.tree.immutable", + "nltk.tree.parented", + "nltk.tree.parsing", + "nltk.tree.prettyprinter", + "nltk.tree.probabilistic", + "nltk.tree.transforms", + "nltk.tree.tree", + "nltk.treetransforms", + "nltk.wsd" + ] + ], + "unresolved": [ + { + "module": "setup", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "setup", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "setup", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "setup", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "setup", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "setup", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "setup", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "setup", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.book", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.cli", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.cli", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .version_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.cli", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get_text_stream(...) - target object type not statically resolved." + }, + { + "module": "nltk.cli", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get_text_stream(...) - target object type not statically resolved." + }, + { + "module": "nltk.cli", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.cli", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.cli", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'word_tokenize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.cli", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.cli", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.cli", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "nltk.cli", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .option(...) - target object type not statically resolved." + }, + { + "module": "nltk.cli", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .option(...) - target object type not statically resolved." + }, + { + "module": "nltk.cli", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .option(...) - target object type not statically resolved." + }, + { + "module": "nltk.cli", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .option(...) - target object type not statically resolved." + }, + { + "module": "nltk.cli", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .option(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .__delitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 44, + "pattern": "self_method_not_found", + "note": "self._default_factory(...) not found in class 'OrderedDict' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.collections", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .iterate_from(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .iterate_from(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .bisect_right(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .iterate_from(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .iterate_from(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 400, + "pattern": "self_method_not_found", + "note": "self._func(...) not found in class 'LazyMap' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.collections", + "lineno": 407, + "pattern": "self_method_not_found", + "note": "self._func(...) not found in class 'LazyMap' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.collections", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .iterate_from(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 425, + "pattern": "self_method_not_found", + "note": "self._func(...) not found in class 'LazyMap' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.collections", + "lineno": 442, + "pattern": "self_method_not_found", + "note": "self._func(...) not found in class 'LazyMap' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.collections", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .popitem(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .iterate_from(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 586, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.collections", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .chain(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .chain(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .from_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access ._build_new_documents(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 99, + "pattern": "name_call_unresolved", + "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.collocations", + "lineno": 111, + "pattern": "name_call_unresolved", + "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.collocations", + "lineno": 117, + "pattern": "name_call_unresolved", + "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.collocations", + "lineno": 124, + "pattern": "self_method_not_found", + "note": "self.score_ngram(...) not found in class 'AbstractCollocationFinder' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.collocations", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 184, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.collocations", + "lineno": 197, + "pattern": "name_call_unresolved", + "note": "Call to 'score_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.collocations", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .combinations(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 242, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.collocations", + "lineno": 265, + "pattern": "name_call_unresolved", + "note": "Call to 'score_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.collocations", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .combinations(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 321, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.collocations", + "lineno": 344, + "pattern": "name_call_unresolved", + "note": "Call to 'score_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.collocations", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .from_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_freq_filter(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_word_filter(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 378, + "pattern": "name_call_unresolved", + "note": "Call to 'spearman_correlation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.collocations", + "lineno": 379, + "pattern": "name_call_unresolved", + "note": "Call to 'ranks_from_scores(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.collocations", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .score_ngrams(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 380, + "pattern": "name_call_unresolved", + "note": "Call to 'ranks_from_scores(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.collocations", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .score_ngrams(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.collocations", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .nbest(...) - target object type not statically resolved." + }, + { + "module": "nltk.compat", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.compat", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.compat", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'init_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.data", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .isalpha(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .isabs(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .normpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .isabs(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 435, + "pattern": "name_call_unresolved", + "note": "Call to '_secure_open(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.data", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .normpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .normpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .getinfo(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .namelist(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .getinfo(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .normpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 693, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 693, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 720, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 722, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 724, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 727, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 728, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 742, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 751, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 752, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 786, + "pattern": "name_call_unresolved", + "note": "Call to 'textwrap_indent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.data", + "lineno": 793, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 797, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 800, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.data", + "lineno": 816, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 817, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 819, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 820, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 821, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 833, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 834, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 838, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 885, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 899, + "pattern": "name_call_unresolved", + "note": "Call to 'tok(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.data", + "lineno": 1014, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1042, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1043, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1045, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1046, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1047, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1049, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1050, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1060, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1062, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1068, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1071, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1077, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_load(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1080, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1082, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1085, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1087, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1102, + "pattern": "attribute_call", + "note": "Call via attribute access .read_logic(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .read_logic(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1112, + "pattern": "attribute_call", + "note": "Call via attribute access .read_valuation(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1119, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1148, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1150, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1152, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1184, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1189, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1194, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1198, + "pattern": "name_call_unresolved", + "note": "Call to '_secure_open(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.data", + "lineno": 1201, + "pattern": "name_call_unresolved", + "note": "Call to '_secure_urlopen(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.data", + "lineno": 1256, + "pattern": "self_method_not_found", + "note": "self.close(...) not found in class 'OpenOnDemandZipFile' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.data", + "lineno": 1264, + "pattern": "name_call_unresolved", + "note": "Call to '_secure_open(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.data", + "lineno": 1265, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1266, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1308, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1322, + "pattern": "attribute_call", + "note": "Call via attribute access .getdecoder(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1376, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1384, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1387, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1403, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1412, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1416, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1421, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1434, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1458, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1513, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1537, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1541, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1569, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1578, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1588, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1603, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1609, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1618, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1620, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1624, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1625, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1626, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1627, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1627, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1631, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1650, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1651, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1655, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1657, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1666, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1692, + "pattern": "self_method_not_found", + "note": "self.decode(...) not found in class 'SeekableUnicodeStreamReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.data", + "lineno": 1697, + "pattern": "self_method_not_found", + "note": "self.decode(...) not found in class 'SeekableUnicodeStreamReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.data", + "lineno": 1706, + "pattern": "self_method_not_found", + "note": "self.decode(...) not found in class 'SeekableUnicodeStreamReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.data", + "lineno": 1720, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1720, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1723, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1727, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1728, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.data", + "lineno": 1732, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.decorators", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.decorators", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.decorators", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.decorators", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.decorators", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.decorators", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.decorators", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .ismethod(...) - target object type not statically resolved." + }, + { + "module": "nltk.decorators", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .isfunction(...) - target object type not statically resolved." + }, + { + "module": "nltk.decorators", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .getfullargspec(...) - target object type not statically resolved." + }, + { + "module": "nltk.decorators", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.decorators", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.decorators", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .signature(...) - target object type not statically resolved." + }, + { + "module": "nltk.decorators", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.decorators", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .call(...) - target object type not statically resolved." + }, + { + "module": "nltk.decorators", + "lineno": 152, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.decorators", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .isclass(...) - target object type not statically resolved." + }, + { + "module": "nltk.decorators", + "lineno": 215, + "pattern": "name_call_unresolved", + "note": "Call to 'default_thunk(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.decorators", + "lineno": 226, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.downloader", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .isabs(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 589, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 681, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 693, + "pattern": "attribute_call", + "note": "Call via attribute access .normcase(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .normpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .normcase(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .normpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 698, + "pattern": "attribute_call", + "note": "Call via attribute access .commonpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 713, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 726, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 728, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 731, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 731, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 746, + "pattern": "attribute_call", + "note": "Call via attribute access .utime(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 751, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 760, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 761, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 761, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 780, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 785, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 785, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 791, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 810, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 821, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 822, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 825, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 833, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 847, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 890, + "pattern": "name_call_unresolved", + "note": "Call to 'hf_download(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.downloader", + "lineno": 892, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 906, + "pattern": "name_call_unresolved", + "note": "Call to 'print_to(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.downloader", + "lineno": 907, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 924, + "pattern": "name_call_unresolved", + "note": "Call to 'print_to(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.downloader", + "lineno": 925, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 946, + "pattern": "name_call_unresolved", + "note": "Call to 'print_to(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.downloader", + "lineno": 948, + "pattern": "name_call_unresolved", + "note": "Call to 'print_to(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.downloader", + "lineno": 985, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 987, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1015, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1024, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1029, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1043, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1060, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1062, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1064, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1068, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1068, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1069, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1099, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1108, + "pattern": "name_call_unresolved", + "note": "Call to 'safe_parse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.downloader", + "lineno": 1110, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1113, + "pattern": "attribute_call", + "note": "Call via attribute access .fromxml(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1113, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1118, + "pattern": "attribute_call", + "note": "Call via attribute access .fromxml(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1118, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1123, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1131, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1138, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1151, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1175, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1176, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1178, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1179, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1228, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1237, + "pattern": "attribute_call", + "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1242, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1256, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1268, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1268, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1271, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1279, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1283, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1285, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1295, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1309, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1313, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1313, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1314, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1318, + "pattern": "attribute_call", + "note": "Call via attribute access .list(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1343, + "pattern": "attribute_call", + "note": "Call via attribute access .download(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1351, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1352, + "pattern": "attribute_call", + "note": "Call via attribute access .list(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1359, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1362, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1364, + "pattern": "attribute_call", + "note": "Call via attribute access .download(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1374, + "pattern": "attribute_call", + "note": "Call via attribute access .status(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1381, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1384, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1384, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1388, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1391, + "pattern": "attribute_call", + "note": "Call via attribute access .download(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1395, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1414, + "pattern": "attribute_call", + "note": "Call via attribute access .collections(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1415, + "pattern": "attribute_call", + "note": "Call via attribute access .packages(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1427, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1427, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1431, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1434, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1439, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1443, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1553, + "pattern": "attribute_call", + "note": "Call via attribute access .Lock(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1567, + "pattern": "attribute_call", + "note": "Call via attribute access .Tk(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1568, + "pattern": "attribute_call", + "note": "Call via attribute access .geometry(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1569, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1570, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1573, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1574, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1591, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1595, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1598, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1599, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1599, + "pattern": "attribute_call", + "note": "Call via attribute access .ctime(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1614, + "pattern": "attribute_call", + "note": "Call via attribute access .Frame(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1615, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1616, + "pattern": "attribute_call", + "note": "Call via attribute access .grid_rowconfigure(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1617, + "pattern": "attribute_call", + "note": "Call via attribute access .grid_columnconfigure(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1618, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1618, + "pattern": "attribute_call", + "note": "Call via attribute access .Frame(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1619, + "pattern": "attribute_call", + "note": "Call via attribute access .Frame(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1620, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1621, + "pattern": "attribute_call", + "note": "Call via attribute access .Frame(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1622, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1623, + "pattern": "attribute_call", + "note": "Call via attribute access .Frame(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1624, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1625, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1625, + "pattern": "attribute_call", + "note": "Call via attribute access .Frame(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1626, + "pattern": "attribute_call", + "note": "Call via attribute access .Frame(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1627, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1628, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1628, + "pattern": "attribute_call", + "note": "Call via attribute access .Frame(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1629, + "pattern": "attribute_call", + "note": "Call via attribute access .Frame(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1632, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1640, + "pattern": "attribute_call", + "note": "Call via attribute access .Label(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1641, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1642, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1643, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1646, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1655, + "pattern": "attribute_call", + "note": "Call via attribute access .columnconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1657, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1658, + "pattern": "attribute_call", + "note": "Call via attribute access .columnconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1659, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1660, + "pattern": "attribute_call", + "note": "Call via attribute access .focus(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1661, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_to_listboxes(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1662, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1663, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1664, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1665, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1666, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1669, + "pattern": "attribute_call", + "note": "Call via attribute access .grid_columnconfigure(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1677, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1677, + "pattern": "attribute_call", + "note": "Call via attribute access .Label(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1678, + "pattern": "attribute_call", + "note": "Call via attribute access .Entry(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1686, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1687, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1688, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1692, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1695, + "pattern": "attribute_call", + "note": "Call via attribute access .Button(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1698, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1699, + "pattern": "attribute_call", + "note": "Call via attribute access .Button(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1702, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1705, + "pattern": "attribute_call", + "note": "Call via attribute access .Label(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1711, + "pattern": "attribute_call", + "note": "Call via attribute access .Canvas(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1720, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1721, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1726, + "pattern": "attribute_call", + "note": "Call via attribute access .Menu(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1728, + "pattern": "attribute_call", + "note": "Call via attribute access .Menu(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1729, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1732, + "pattern": "attribute_call", + "note": "Call via attribute access .add_separator(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1733, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1738, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1743, + "pattern": "attribute_call", + "note": "Call via attribute access .add_separator(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1744, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1745, + "pattern": "attribute_call", + "note": "Call via attribute access .add_separator(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1746, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1749, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1754, + "pattern": "attribute_call", + "note": "Call via attribute access .Menu(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1756, + "pattern": "attribute_call", + "note": "Call via attribute access .IntVar(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1760, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1761, + "pattern": "attribute_call", + "note": "Call via attribute access .add_checkbutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1764, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1769, + "pattern": "attribute_call", + "note": "Call via attribute access .Menu(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1771, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1773, + "pattern": "attribute_call", + "note": "Call via attribute access .sort_by(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1775, + "pattern": "attribute_call", + "note": "Call via attribute access .add_separator(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1778, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1780, + "pattern": "attribute_call", + "note": "Call via attribute access .sort_by(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1782, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1784, + "pattern": "attribute_call", + "note": "Call via attribute access .Menu(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1785, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1786, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1789, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1790, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1792, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1795, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1796, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1797, + "pattern": "attribute_call", + "note": "Call via attribute access .show_column(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1799, + "pattern": "attribute_call", + "note": "Call via attribute access .hide_column(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1804, + "pattern": "attribute_call", + "note": "Call via attribute access .clear_status_cache(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1811, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1818, + "pattern": "attribute_call", + "note": "Call via attribute access .focus(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1822, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1830, + "pattern": "name_call_unresolved", + "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.downloader", + "lineno": 1830, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1831, + "pattern": "attribute_call", + "note": "Call via attribute access .focus(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1834, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1880, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1882, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1883, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1884, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1885, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1892, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1893, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1905, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1906, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1917, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1930, + "pattern": "attribute_call", + "note": "Call via attribute access .selected_row(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1931, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1933, + "pattern": "attribute_call", + "note": "Call via attribute access .packages(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1935, + "pattern": "attribute_call", + "note": "Call via attribute access .corpora(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1937, + "pattern": "attribute_call", + "note": "Call via attribute access .models(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1939, + "pattern": "attribute_call", + "note": "Call via attribute access .collections(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1943, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1946, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1948, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1953, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1958, + "pattern": "attribute_call", + "note": "Call via attribute access .sort_by(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1960, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1967, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1967, + "pattern": "attribute_call", + "note": "Call via attribute access .yview(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1968, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1968, + "pattern": "attribute_call", + "note": "Call via attribute access .yview(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1972, + "pattern": "attribute_call", + "note": "Call via attribute access .status(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1987, + "pattern": "attribute_call", + "note": "Call via attribute access .selected_row(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 1991, + "pattern": "attribute_call", + "note": "Call via attribute access .incr_download(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2003, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2038, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2044, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2052, + "pattern": "attribute_call", + "note": "Call via attribute access .rowconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2060, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfigure(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2074, + "pattern": "attribute_call", + "note": "Call via attribute access .selected_row(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2080, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2085, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2100, + "pattern": "attribute_call", + "note": "Call via attribute access .status(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2102, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2102, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2113, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2118, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2119, + "pattern": "attribute_call", + "note": "Call via attribute access .after_cancel(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2128, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2131, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2137, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2174, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2179, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2189, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2203, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2211, + "pattern": "attribute_call", + "note": "Call via attribute access .addtag_all(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2212, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2215, + "pattern": "attribute_call", + "note": "Call via attribute access .addtag_withtag(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2216, + "pattern": "attribute_call", + "note": "Call via attribute access .create_rectangle(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2222, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2223, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2227, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2232, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2234, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2235, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2237, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2239, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2240, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2262, + "pattern": "attribute_call", + "note": "Call via attribute access .selected_row(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2274, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2274, + "pattern": "self_method_not_found", + "note": "self._DownloadThread(...) not found in class 'DownloaderGUI' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.downloader", + "lineno": 2293, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2294, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2295, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2304, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2307, + "pattern": "attribute_call", + "note": "Call via attribute access .incr_download(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2308, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2309, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2312, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2313, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2315, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2316, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2317, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2318, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2328, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2339, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2344, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2362, + "pattern": "attribute_call", + "note": "Call via attribute access .clear_status_cache(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2391, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2394, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2418, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2421, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2422, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2439, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2442, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2443, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2479, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2479, + "pattern": "attribute_call", + "note": "Call via attribute access .normcase(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2480, + "pattern": "attribute_call", + "note": "Call via attribute access .normcase(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2480, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2480, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2481, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2484, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2484, + "pattern": "attribute_call", + "note": "Call via attribute access .normcase(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2484, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2485, + "pattern": "attribute_call", + "note": "Call via attribute access .normcase(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2485, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2485, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2486, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2519, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2519, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2520, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2533, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2534, + "pattern": "attribute_call", + "note": "Call via attribute access .namelist(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2550, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2568, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2611, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2612, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2613, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2614, + "pattern": "attribute_call", + "note": "Call via attribute access .infolist(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2617, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2618, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2619, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2620, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2621, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2623, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2624, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2630, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2635, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2636, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2637, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2637, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2640, + "pattern": "attribute_call", + "note": "Call via attribute access .Element(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2641, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2641, + "pattern": "attribute_call", + "note": "Call via attribute access .Element(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2642, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2642, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2643, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2643, + "pattern": "attribute_call", + "note": "Call via attribute access .Element(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2644, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2644, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2658, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2662, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2663, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2672, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2672, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2673, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2675, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2675, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2679, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2679, + "pattern": "attribute_call", + "note": "Call via attribute access .namelist(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2692, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2697, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2701, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2701, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2703, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2711, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2713, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2714, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2715, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2715, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2732, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2733, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2735, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2736, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2743, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2743, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2748, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2749, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2752, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2758, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2759, + "pattern": "attribute_call", + "note": "Call via attribute access .namelist(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2768, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2770, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2771, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2772, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2773, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2781, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2798, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2802, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2813, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2820, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2828, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2836, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2844, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2848, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.downloader", + "lineno": 2852, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access ._keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access ._equal(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access ._calculate_hashvalue(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access ._freeze(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 432, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'FeatStruct' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.featstruct", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access ._walk(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access ._find_reentrances(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 586, + "pattern": "name_call_unresolved", + "note": "Call to 'method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.featstruct", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 646, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .__delitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 728, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 738, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 748, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'FeatDict' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.featstruct", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 758, + "pattern": "self_method_not_found", + "note": "self.keys(...) not found in class 'FeatDict' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.featstruct", + "lineno": 761, + "pattern": "self_method_not_found", + "note": "self.values(...) not found in class 'FeatDict' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.featstruct", + "lineno": 764, + "pattern": "self_method_not_found", + "note": "self.items(...) not found in class 'FeatDict' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.featstruct", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 790, + "pattern": "self_method_not_found", + "note": "self.items(...) not found in class 'FeatDict' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.featstruct", + "lineno": 814, + "pattern": "attribute_call", + "note": "Call via attribute access ._repr(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 819, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 819, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 848, + "pattern": "self_method_not_found", + "note": "self.keys(...) not found in class 'FeatDict' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.featstruct", + "lineno": 853, + "pattern": "self_method_not_found", + "note": "self.items(...) not found in class 'FeatDict' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.featstruct", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access ._repr(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 881, + "pattern": "attribute_call", + "note": "Call via attribute access ._str(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 904, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 950, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 959, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 979, + "pattern": "attribute_call", + "note": "Call via attribute access .__delitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 998, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1027, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'FeatList' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.featstruct", + "lineno": 1028, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1028, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1068, + "pattern": "attribute_call", + "note": "Call via attribute access ._repr(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1072, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1072, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1093, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1102, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1105, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1116, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute_bindings(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1133, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1134, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1135, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1144, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1147, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1173, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1175, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1182, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1186, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1186, + "pattern": "attribute_call", + "note": "Call via attribute access .variables(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1246, + "pattern": "attribute_call", + "note": "Call via attribute access .union(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1250, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1257, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1259, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1273, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1278, + "pattern": "attribute_call", + "note": "Call via attribute access .variables(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1281, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1283, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute_bindings(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1288, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1304, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1310, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1313, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1421, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1450, + "pattern": "name_call_unresolved", + "note": "Call to 'fail(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.featstruct", + "lineno": 1517, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1520, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1527, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1646, + "pattern": "attribute_call", + "note": "Call via attribute access .unify_base_values(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1649, + "pattern": "attribute_call", + "note": "Call via attribute access .unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1651, + "pattern": "attribute_call", + "note": "Call via attribute access .unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1655, + "pattern": "attribute_call", + "note": "Call via attribute access .unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1658, + "pattern": "attribute_call", + "note": "Call via attribute access .unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1681, + "pattern": "name_call_unresolved", + "note": "Call to 'fail(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.featstruct", + "lineno": 1704, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1722, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1725, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1747, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1756, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1788, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1789, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1869, + "pattern": "attribute_call", + "note": "Call via attribute access .variables(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1877, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'SubstituteBindingsSequence' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.featstruct", + "lineno": 1881, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute_bindings(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1883, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1897, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1913, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1939, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1945, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1969, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 1973, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2055, + "pattern": "attribute_call", + "note": "Call via attribute access .read_value(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2070, + "pattern": "attribute_call", + "note": "Call via attribute access .read_partial(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2074, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2077, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2080, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2080, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2080, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2195, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2201, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2202, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2203, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2204, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2205, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2206, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2207, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2208, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2209, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2211, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2245, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2246, + "pattern": "self_method_not_found", + "note": "self._fdict_class(...) not found in class 'FeatStructReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.featstruct", + "lineno": 2248, + "pattern": "self_method_not_found", + "note": "self._flist_class(...) not found in class 'FeatStructReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.featstruct", + "lineno": 2251, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2253, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2256, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2259, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2260, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2262, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2266, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2274, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2277, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2283, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2285, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2288, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2290, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2291, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2294, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2297, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2298, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2303, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2306, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2310, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2313, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2320, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2322, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2323, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2323, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2324, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2330, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2331, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2344, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2346, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2349, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2352, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2353, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2357, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2359, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2363, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2366, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2368, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2373, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2375, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2376, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2379, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2382, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2387, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2389, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2399, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2403, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2406, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2417, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2420, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2430, + "pattern": "attribute_call", + "note": "Call via attribute access .read_value(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2436, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2439, + "pattern": "name_call_unresolved", + "note": "Call to 'handler_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.featstruct", + "lineno": 2443, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2445, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2472, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2473, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2474, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2475, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2478, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2482, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2483, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2484, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2494, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2494, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2498, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2498, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2503, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2503, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2504, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2508, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2508, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2508, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2513, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2513, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2516, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2518, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2536, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2537, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2539, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2539, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2541, + "pattern": "name_call_unresolved", + "note": "Call to 'seq_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.featstruct", + "lineno": 2541, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2547, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2547, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2550, + "pattern": "name_call_unresolved", + "note": "Call to 'plus_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.featstruct", + "lineno": 2550, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2552, + "pattern": "name_call_unresolved", + "note": "Call to 'seq_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.featstruct", + "lineno": 2552, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2559, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2559, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2562, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2564, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2574, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2575, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2587, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2588, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2589, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2590, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2594, + "pattern": "attribute_call", + "note": "Call via attribute access .unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2596, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2599, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2599, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2599, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2602, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2631, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2657, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2667, + "pattern": "attribute_call", + "note": "Call via attribute access .sample(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2687, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2687, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2708, + "pattern": "attribute_call", + "note": "Call via attribute access .unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2719, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.featstruct", + "lineno": 2719, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .__str__(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 551, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.grammar", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 675, + "pattern": "attribute_call", + "note": "Call via attribute access .is_lexical(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 676, + "pattern": "attribute_call", + "note": "Call via attribute access .is_nonlexical(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .is_lexical(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .eliminate_start(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .binarize(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_mixed_rules(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 758, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_unitary_rules(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 769, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 770, + "pattern": "attribute_call", + "note": "Call via attribute access .is_nonlexical(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 776, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 782, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 784, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 802, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 803, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 805, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 806, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 808, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 808, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 817, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 827, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 836, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 857, + "pattern": "attribute_call", + "note": "Call via attribute access .is_lexical(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 857, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 868, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 868, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 878, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 880, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 915, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 932, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 938, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 943, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 944, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 980, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.grammar", + "lineno": 1008, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1010, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1014, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1020, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1021, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1097, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1098, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1099, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1107, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.grammar", + "lineno": 1264, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1269, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1269, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1269, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1286, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.grammar", + "lineno": 1318, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1318, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1322, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1322, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1322, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1356, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1357, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1358, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1359, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1370, + "pattern": "name_call_unresolved", + "note": "Call to 'nonterm_parser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.grammar", + "lineno": 1373, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1376, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1383, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1385, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1386, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1395, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1398, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1398, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1399, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1403, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1406, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1410, + "pattern": "name_call_unresolved", + "note": "Call to 'nonterm_parser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.grammar", + "lineno": 1411, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1443, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1445, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1453, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1454, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1456, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1457, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1462, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1464, + "pattern": "name_call_unresolved", + "note": "Call to 'nonterm_parser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.grammar", + "lineno": 1478, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1482, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1486, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1489, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1489, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1496, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1509, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1513, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1515, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1517, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1523, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1523, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1545, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1551, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1565, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1568, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1568, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1581, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1594, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1622, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1626, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1627, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1628, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1633, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1636, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1636, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1644, + "pattern": "attribute_call", + "note": "Call via attribute access .parsed_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1646, + "pattern": "attribute_call", + "note": "Call via attribute access .collapse_unary(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1647, + "pattern": "attribute_call", + "note": "Call via attribute access .chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1649, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1664, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1664, + "pattern": "attribute_call", + "note": "Call via attribute access .parsed_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1683, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1700, + "pattern": "name_call_unresolved", + "note": "Call to 'DependencyGraph(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.grammar", + "lineno": 1717, + "pattern": "attribute_call", + "note": "Call via attribute access .tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.grammar", + "lineno": 1718, + "pattern": "attribute_call", + "note": "Call via attribute access .pprint(...) - target object type not statically resolved." + }, + { + "module": "nltk.help", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.help", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "nltk.help", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.help", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .expandtabs(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 413, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.internals", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 596, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 622, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.internals", + "lineno": 708, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 717, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 721, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.internals", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 731, + "pattern": "attribute_call", + "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 732, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 744, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 746, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 746, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 760, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 764, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 767, + "pattern": "attribute_call", + "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 770, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 792, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 793, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 794, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 795, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 801, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 802, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 816, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 818, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 823, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.internals", + "lineno": 844, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 845, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 846, + "pattern": "attribute_call", + "note": "Call via attribute access .filter(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .getpreferredencoding(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 857, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 858, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 910, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 938, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 938, + "pattern": "attribute_call", + "note": "Call via attribute access .tostring(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 952, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 952, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 952, + "pattern": "attribute_call", + "note": "Call via attribute access .tostring(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 997, + "pattern": "attribute_call", + "note": "Call via attribute access .getiterator(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 1000, + "pattern": "attribute_call", + "note": "Call via attribute access .makeelement(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 1003, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 1010, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 1091, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 1096, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 1097, + "pattern": "attribute_call", + "note": "Call via attribute access .S_IMODE(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 1102, + "pattern": "attribute_call", + "note": "Call via attribute access .getuid(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 1105, + "pattern": "attribute_call", + "note": "Call via attribute access .getgid(...) - target object type not statically resolved." + }, + { + "module": "nltk.internals", + "lineno": 1105, + "pattern": "attribute_call", + "note": "Call via attribute access .getgroups(...) - target object type not statically resolved." + }, + { + "module": "nltk.jsontags", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .default(...) - target object type not statically resolved." + }, + { + "module": "nltk.jsontags", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .encode_json_obj(...) - target object type not statically resolved." + }, + { + "module": "nltk.jsontags", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.jsontags", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .decode_obj(...) - target object type not statically resolved." + }, + { + "module": "nltk.jsontags", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .decode_obj(...) - target object type not statically resolved." + }, + { + "module": "nltk.jsontags", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.jsontags", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.jsontags", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .decode_json_obj(...) - target object type not statically resolved." + }, + { + "module": "nltk.langnames", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.langnames", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.langnames", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.langnames", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.langnames", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .fullmatch(...) - target object type not statically resolved." + }, + { + "module": "nltk.langnames", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.langnames", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.langnames", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.langnames", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.langnames", + "lineno": 126, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.langnames", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .load_wiki_q(...) - target object type not statically resolved." + }, + { + "module": "nltk.langnames", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.langnames", + "lineno": 157, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.langnames", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.langnames", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.langnames", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.langnames", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .load_wiki_q(...) - target object type not statically resolved." + }, + { + "module": "nltk.langnames", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.langnames", + "lineno": 202, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.lazyimport", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.lazyimport", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .gettempdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .is_relative_to(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .is_relative_to(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .is_relative_to(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .namelist(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .is_relative_to(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_address(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .redirect_request(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .getaddrinfo(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_address(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .gaierror(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .create_connection(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap_socket(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 387, + "pattern": "self_method_not_found", + "note": "self.do_open(...) not found in class '_SafeHTTPHandler' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.pathsec", + "lineno": 397, + "pattern": "self_method_not_found", + "note": "self.do_open(...) not found in class '_SafeHTTPSHandler' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.pathsec", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .ProxyHandler(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .ProxyBasicAuthHandler(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .ProxyDigestAuthHandler(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .getproxies(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .ProxyHandler(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .build_opener(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .extract(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "nltk.pathsec", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .extractall(...) - target object type not statically resolved." + }, + { + "module": "nltk.picklesec", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .UnpicklingError(...) - target object type not statically resolved." + }, + { + "module": "nltk.picklesec", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.picklesec", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.picklesec", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "nltk.picklesec", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "nltk.picklesec", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 118, + "pattern": "self_method_not_found", + "note": "self.values(...) not found in class 'FreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .__delitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 184, + "pattern": "self_method_not_found", + "note": "self.values(...) not found in class 'FreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 245, + "pattern": "self_method_not_found", + "note": "self.most_common(...) not found in class 'FreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 277, + "pattern": "self_method_not_found", + "note": "self.most_common(...) not found in class 'FreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .gca(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .set_title(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .set_xticks(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .set_xticklabels(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .set_xlabel(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .set_ylabel(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 326, + "pattern": "self_method_not_found", + "note": "self.most_common(...) not found in class 'FreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 352, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'FreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 364, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'FreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .__add__(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 374, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'FreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .__sub__(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 384, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'FreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .__or__(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 394, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'FreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .__and__(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .issubset(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .issuperset(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 465, + "pattern": "self_method_not_found", + "note": "self.most_common(...) not found in class 'FreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 484, + "pattern": "self_method_not_found", + "note": "self.most_common(...) not found in class 'FreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .random(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 589, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .choice(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .random(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 673, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 716, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 722, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 732, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 739, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 743, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 758, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 794, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 797, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 800, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 846, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 851, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 857, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 865, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 892, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 895, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 907, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 936, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 943, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 972, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 980, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1049, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1053, + "pattern": "attribute_call", + "note": "Call via attribute access .r_Nr(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1055, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1122, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1133, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1144, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1144, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1183, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1202, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1259, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1260, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1263, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1265, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1266, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1267, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1281, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1284, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1298, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1393, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1394, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1396, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1405, + "pattern": "attribute_call", + "note": "Call via attribute access .r_Nr(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1417, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1441, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1442, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1452, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1472, + "pattern": "name_call_unresolved", + "note": "Call to 'Sr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.probability", + "lineno": 1472, + "pattern": "name_call_unresolved", + "note": "Call to 'Sr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.probability", + "lineno": 1475, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1514, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1514, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1527, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1530, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1536, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1538, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1539, + "pattern": "attribute_call", + "note": "Call via attribute access .Nr(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1539, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1542, + "pattern": "attribute_call", + "note": "Call via attribute access .Nr(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1543, + "pattern": "attribute_call", + "note": "Call via attribute access .Nr(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1549, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1563, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1566, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1569, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1580, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1606, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1609, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1611, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1616, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1624, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1631, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1634, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1651, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1654, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1718, + "pattern": "attribute_call", + "note": "Call via attribute access .B(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1795, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1798, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1806, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1819, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1819, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1819, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1824, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1824, + "pattern": "attribute_call", + "note": "Call via attribute access .samples(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1825, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1891, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1911, + "pattern": "self_method_not_found", + "note": "self.keys(...) not found in class 'ConditionalFreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 1920, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1920, + "pattern": "self_method_not_found", + "note": "self.values(...) not found in class 'ConditionalFreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 1968, + "pattern": "attribute_call", + "note": "Call via attribute access .gca(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1974, + "pattern": "attribute_call", + "note": "Call via attribute access ._cumulative_frequencies(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1979, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 1999, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2000, + "pattern": "attribute_call", + "note": "Call via attribute access .legend(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2001, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2002, + "pattern": "attribute_call", + "note": "Call via attribute access .set_xticks(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2003, + "pattern": "attribute_call", + "note": "Call via attribute access .set_xticklabels(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2005, + "pattern": "attribute_call", + "note": "Call via attribute access .set_title(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2006, + "pattern": "attribute_call", + "note": "Call via attribute access .set_xlabel(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2007, + "pattern": "attribute_call", + "note": "Call via attribute access .set_ylabel(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2010, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2038, + "pattern": "attribute_call", + "note": "Call via attribute access ._cumulative_frequencies(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2062, + "pattern": "self_method_not_found", + "note": "self.copy(...) not found in class 'ConditionalFreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 2063, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2073, + "pattern": "self_method_not_found", + "note": "self.copy(...) not found in class 'ConditionalFreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 2074, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2086, + "pattern": "self_method_not_found", + "note": "self.copy(...) not found in class 'ConditionalFreqDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 2087, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2108, + "pattern": "attribute_call", + "note": "Call via attribute access .issubset(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2108, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2171, + "pattern": "self_method_not_found", + "note": "self.keys(...) not found in class 'ConditionalProbDistI' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 2245, + "pattern": "name_call_unresolved", + "note": "Call to 'probdist_factory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.probability", + "lineno": 2250, + "pattern": "self_method_not_found", + "note": "self._probdist_factory(...) not found in class 'ConditionalProbDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 2268, + "pattern": "self_method_not_found", + "note": "self.update(...) not found in class 'DictionaryConditionalProbDist' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.probability", + "lineno": 2280, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2295, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2349, + "pattern": "attribute_call", + "note": "Call via attribute access .set_prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2351, + "pattern": "attribute_call", + "note": "Call via attribute access .set_logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2399, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2437, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2437, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2497, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2497, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2529, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2530, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2537, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2540, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.probability", + "lineno": 2542, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tabdata", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tabdata", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tabdata", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tabdata", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tabdata", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tabdata", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tabdata", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'CFD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.text", + "lineno": 64, + "pattern": "self_method_not_found", + "note": "self._key(...) not found in class 'ContextIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.text", + "lineno": 64, + "pattern": "self_method_not_found", + "note": "self._context_func(...) not found in class 'ContextIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.text", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'CFD(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.text", + "lineno": 67, + "pattern": "self_method_not_found", + "note": "self._context_func(...) not found in class 'ContextIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.text", + "lineno": 67, + "pattern": "self_method_not_found", + "note": "self._key(...) not found in class 'ContextIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.text", + "lineno": 84, + "pattern": "self_method_not_found", + "note": "self._key(...) not found in class 'ContextIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.text", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'f_measure(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.text", + "lineno": 95, + "pattern": "self_method_not_found", + "note": "self._key(...) not found in class 'ContextIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.text", + "lineno": 114, + "pattern": "self_method_not_found", + "note": "self._key(...) not found in class 'ContextIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.text", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 159, + "pattern": "self_method_not_found", + "note": "self._key(...) not found in class 'ConcordanceIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.text", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 177, + "pattern": "self_method_not_found", + "note": "self._key(...) not found in class 'ConcordanceIndex' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.text", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .combining(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .rjust(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 222, + "pattern": "name_call_unresolved", + "note": "Call to 'ConcordanceLine(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.text", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .print_concordance(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .find_concordance(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_freq_filter(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_word_filter(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 442, + "pattern": "name_call_unresolved", + "note": "Call to 'BigramAssocMeasures(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.text", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .nbest(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .isalpha(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .most_common(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .common_contexts(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .most_common(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 565, + "pattern": "name_call_unresolved", + "note": "Call to 'MLE(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.text", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .fit(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 586, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 586, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 599, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 610, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 657, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 675, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 681, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 720, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 720, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.text", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 732, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.text", + "lineno": 748, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .treepositions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .treepositions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .treepositions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .treeposition(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .root(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .treepositions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .treeposition(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .root(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .treeposition(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .root(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .treepositions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .treeposition(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .root(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 316, + "pattern": "name_call_unresolved", + "note": "Call to 'TgrepException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 336, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 361, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .treeposition(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 420, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 427, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 432, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 440, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 451, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 464, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 471, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 480, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 491, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 504, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 510, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 518, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 523, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 528, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 533, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 538, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 545, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 550, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 556, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 561, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 566, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 571, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 576, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 581, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 587, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 588, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .right_sibling(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 595, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .right_sibling(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .left_sibling(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 602, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .left_sibling(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 610, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 610, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 610, + "pattern": "attribute_call", + "note": "Call via attribute access .parent_index(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 618, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .parent_index(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 621, + "pattern": "name_call_unresolved", + "note": "Call to 'TgrepException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 624, + "pattern": "name_call_unresolved", + "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 659, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 698, + "pattern": "name_call_unresolved", + "note": "Call to 'TgrepException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 701, + "pattern": "name_call_unresolved", + "note": "Call to 'pred(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 746, + "pattern": "name_call_unresolved", + "note": "Call to 'TgrepException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 777, + "pattern": "name_call_unresolved", + "note": "Call to 'node_pred(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 780, + "pattern": "name_call_unresolved", + "note": "Call to 'TgrepException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 803, + "pattern": "name_call_unresolved", + "note": "Call to 'a(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 803, + "pattern": "name_call_unresolved", + "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 844, + "pattern": "name_call_unresolved", + "note": "Call to 'predicate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .Optional(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .Regex(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .QuotedString(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 858, + "pattern": "attribute_call", + "note": "Call via attribute access .QuotedString(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .Regex(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .Regex(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 863, + "pattern": "attribute_call", + "note": "Call via attribute access .Regex(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 864, + "pattern": "attribute_call", + "note": "Call via attribute access .Forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 865, + "pattern": "attribute_call", + "note": "Call via attribute access .Forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 866, + "pattern": "attribute_call", + "note": "Call via attribute access .Literal(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 868, + "pattern": "attribute_call", + "note": "Call via attribute access .Literal(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .Optional(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .Word(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 872, + "pattern": "attribute_call", + "note": "Call via attribute access .Optional(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 873, + "pattern": "attribute_call", + "note": "Call via attribute access .delimitedList(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 873, + "pattern": "attribute_call", + "note": "Call via attribute access .Word(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 874, + "pattern": "attribute_call", + "note": "Call via attribute access .Optional(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 879, + "pattern": "attribute_call", + "note": "Call via attribute access .Regex(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 880, + "pattern": "attribute_call", + "note": "Call via attribute access .Combine(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 883, + "pattern": "attribute_call", + "note": "Call via attribute access .Regex(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 884, + "pattern": "attribute_call", + "note": "Call via attribute access .setWhitespaceChars(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 885, + "pattern": "attribute_call", + "note": "Call via attribute access .Combine(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 899, + "pattern": "attribute_call", + "note": "Call via attribute access .setWhitespaceChars(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 899, + "pattern": "attribute_call", + "note": "Call via attribute access .Literal(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 900, + "pattern": "attribute_call", + "note": "Call via attribute access .setWhitespaceChars(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 900, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 903, + "pattern": "attribute_call", + "note": "Call via attribute access .Optional(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 905, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroOrMore(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 907, + "pattern": "attribute_call", + "note": "Call via attribute access .Optional(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 909, + "pattern": "attribute_call", + "note": "Call via attribute access .Forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 912, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroOrMore(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 912, + "pattern": "attribute_call", + "note": "Call via attribute access .Optional(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 914, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroOrMore(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 917, + "pattern": "attribute_call", + "note": "Call via attribute access .Optional(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 918, + "pattern": "attribute_call", + "note": "Call via attribute access .Optional(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 919, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroOrMore(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 921, + "pattern": "attribute_call", + "note": "Call via attribute access .Literal(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 921, + "pattern": "attribute_call", + "note": "Call via attribute access .suppress(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 921, + "pattern": "attribute_call", + "note": "Call via attribute access .White(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .Optional(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroOrMore(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 926, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroOrMore(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 927, + "pattern": "attribute_call", + "note": "Call via attribute access .suppress(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 927, + "pattern": "attribute_call", + "note": "Call via attribute access .ZeroOrMore(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 930, + "pattern": "attribute_call", + "note": "Call via attribute access .setParseAction(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 931, + "pattern": "attribute_call", + "note": "Call via attribute access .setParseAction(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 932, + "pattern": "attribute_call", + "note": "Call via attribute access .setParseAction(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 933, + "pattern": "attribute_call", + "note": "Call via attribute access .setParseAction(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 934, + "pattern": "attribute_call", + "note": "Call via attribute access .setParseAction(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 935, + "pattern": "attribute_call", + "note": "Call via attribute access .setParseAction(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 936, + "pattern": "attribute_call", + "note": "Call via attribute access .setParseAction(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 937, + "pattern": "attribute_call", + "note": "Call via attribute access .setParseAction(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 938, + "pattern": "attribute_call", + "note": "Call via attribute access .setParseAction(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 939, + "pattern": "attribute_call", + "note": "Call via attribute access .setParseAction(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .setParseAction(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 944, + "pattern": "attribute_call", + "note": "Call via attribute access .setParseAction(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 945, + "pattern": "attribute_call", + "note": "Call via attribute access .setParseAction(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 946, + "pattern": "attribute_call", + "note": "Call via attribute access .setParseAction(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 947, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 949, + "pattern": "attribute_call", + "note": "Call via attribute access .setParseAction(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 950, + "pattern": "attribute_call", + "note": "Call via attribute access .ignore(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 959, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 960, + "pattern": "attribute_call", + "note": "Call via attribute access .parseString(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 970, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 971, + "pattern": "attribute_call", + "note": "Call via attribute access .parseString(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 979, + "pattern": "attribute_call", + "note": "Call via attribute access .treepositions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 985, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 1008, + "pattern": "attribute_call", + "note": "Call via attribute access .treepositions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 1011, + "pattern": "name_call_unresolved", + "note": "Call to 'pattern(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tgrep", + "lineno": 1035, + "pattern": "attribute_call", + "note": "Call via attribute access .treepositions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tgrep", + "lineno": 1038, + "pattern": "name_call_unresolved", + "note": "Call to 'pattern(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.toolbox", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .data(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .RegexpParser(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .data(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .data(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .getiterator(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .getiterator(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.toolbox", + "lineno": 520, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .allmethods(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .signature(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .getattr_static(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .wrap(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .combining(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .is_relative_to(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 258, + "pattern": "name_call_unresolved", + "note": "Call to '_secure_open(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.util", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 263, + "pattern": "name_call_unresolved", + "note": "Call to '_secure_open(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.util", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 266, + "pattern": "name_call_unresolved", + "note": "Call to '_secure_open(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.util", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 290, + "pattern": "name_call_unresolved", + "note": "Call to 'children(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.util", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 325, + "pattern": "name_call_unresolved", + "note": "Call to 'children(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.util", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 457, + "pattern": "name_call_unresolved", + "note": "Call to 'children(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.util", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 518, + "pattern": "name_call_unresolved", + "note": "Call to 'children(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.util", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 599, + "pattern": "name_call_unresolved", + "note": "Call to 'children(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.util", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 614, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 672, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 675, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 676, + "pattern": "name_call_unresolved", + "note": "Call to 'children(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.util", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 738, + "pattern": "attribute_call", + "note": "Call via attribute access .nl_langinfo(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 742, + "pattern": "attribute_call", + "note": "Call via attribute access .getlocale(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 746, + "pattern": "attribute_call", + "note": "Call via attribute access .getdefaultlocale(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 766, + "pattern": "name_call_unresolved", + "note": "Call to 'UnicodeError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.util", + "lineno": 769, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 783, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 796, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 827, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 829, + "pattern": "name_call_unresolved", + "note": "Call to 'base_set(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.util", + "lineno": 834, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 835, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 836, + "pattern": "name_call_unresolved", + "note": "Call to 'base_set(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.util", + "lineno": 837, + "pattern": "name_call_unresolved", + "note": "Call to 'base_set(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.util", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 997, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 1093, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 1161, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 1163, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 1164, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 1165, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 1180, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 1182, + "pattern": "attribute_call", + "note": "Call via attribute access .discard_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 1183, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 1184, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 1248, + "pattern": "attribute_call", + "note": "Call via attribute access .add_password(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 1249, + "pattern": "attribute_call", + "note": "Call via attribute access .add_handler(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 1250, + "pattern": "attribute_call", + "note": "Call via attribute access .add_handler(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 1277, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 1281, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.util", + "lineno": 1284, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.wsd", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .synsets(...) - target object type not statically resolved." + }, + { + "module": "nltk.wsd", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.wsd", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .intersection(...) - target object type not statically resolved." + }, + { + "module": "nltk.wsd", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.wsd", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .definition(...) - target object type not statically resolved." + }, + { + "module": "nltk", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "nltk", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .find_spec(...) - target object type not statically resolved." + }, + { + "module": "nltk", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .is_complete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .add_callback(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .focus(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_raise(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .num_edges(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 259, + "pattern": "name_call_unresolved", + "note": "Call to 'cb_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .num_edges(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .view(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .mark(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .unmark(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .markonly(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .create_rectangle(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .create_rectangle(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .create_rectangle(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .parses(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .canvas(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 451, + "pattern": "name_call_unresolved", + "note": "Call to 'tree_to_treesegment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_click(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .canvas(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .create_rectangle(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .print_to_file(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .canvas(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .print_to_file(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .canvas(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 603, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .add_separator(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 655, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .add_separator(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 671, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 675, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 682, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 688, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 695, + "pattern": "attribute_call", + "note": "Call via attribute access .add_callback(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .add_callback(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .inactivate(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 703, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 715, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 716, + "pattern": "attribute_call", + "note": "Call via attribute access .add_callback(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 717, + "pattern": "attribute_call", + "note": "Call via attribute access .add_callback(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .inactivate(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 727, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 734, + "pattern": "attribute_call", + "note": "Call via attribute access .add_callback(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .add_callback(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .inactivate(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 741, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 744, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 745, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 746, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 765, + "pattern": "attribute_call", + "note": "Call via attribute access .set_chart(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 767, + "pattern": "attribute_call", + "note": "Call via attribute access .inactivate(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .set_chart(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .inactivate(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 799, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 817, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 818, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 820, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 823, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 824, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 834, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 835, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 836, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 844, + "pattern": "attribute_call", + "note": "Call via attribute access .markonly_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 846, + "pattern": "attribute_call", + "note": "Call via attribute access .unmark_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .markonly_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .unmark_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 852, + "pattern": "attribute_call", + "note": "Call via attribute access .markonly_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .unmark_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 857, + "pattern": "attribute_call", + "note": "Call via attribute access .select_cell(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 858, + "pattern": "attribute_call", + "note": "Call via attribute access .select_cell(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 859, + "pattern": "attribute_call", + "note": "Call via attribute access .select_cell(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .tokens(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 880, + "pattern": "attribute_call", + "note": "Call via attribute access .tokens(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 891, + "pattern": "attribute_call", + "note": "Call via attribute access .tokens(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 901, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 902, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 906, + "pattern": "attribute_call", + "note": "Call via attribute access .tokens(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 906, + "pattern": "attribute_call", + "note": "Call via attribute access .tokens(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 907, + "pattern": "attribute_call", + "note": "Call via attribute access .property_names(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 907, + "pattern": "attribute_call", + "note": "Call via attribute access .property_names(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 913, + "pattern": "attribute_call", + "note": "Call via attribute access .set_chart(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 914, + "pattern": "attribute_call", + "note": "Call via attribute access .inactivate(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 925, + "pattern": "attribute_call", + "note": "Call via attribute access .set_chart(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 926, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 934, + "pattern": "attribute_call", + "note": "Call via attribute access .set_chart(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 936, + "pattern": "attribute_call", + "note": "Call via attribute access .inactivate(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1004, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1005, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1006, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1036, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1039, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1042, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1044, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1046, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1062, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1065, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1086, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1093, + "pattern": "attribute_call", + "note": "Call via attribute access .option_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1100, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1105, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1106, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1115, + "pattern": "attribute_call", + "note": "Call via attribute access .yview(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1118, + "pattern": "attribute_call", + "note": "Call via attribute access .yview(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1121, + "pattern": "attribute_call", + "note": "Call via attribute access .yview(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1124, + "pattern": "attribute_call", + "note": "Call via attribute access .yview(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1131, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1138, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1139, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1148, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1149, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1150, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1165, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1200, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1202, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1218, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1220, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1222, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1225, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1227, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1231, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1234, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1235, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1237, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1259, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1270, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1276, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1295, + "pattern": "attribute_call", + "note": "Call via attribute access .yview(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1297, + "pattern": "attribute_call", + "note": "Call via attribute access .yview(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1306, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1307, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1311, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1316, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1318, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1321, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1326, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1327, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1328, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1329, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1330, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1330, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1331, + "pattern": "attribute_call", + "note": "Call via attribute access .create_oval(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1332, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1333, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1334, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1344, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1345, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1346, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1347, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1348, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1366, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1367, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1368, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1369, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1370, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1373, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1376, + "pattern": "attribute_call", + "note": "Call via attribute access .is_complete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1376, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1395, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1418, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1419, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1422, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1423, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1433, + "pattern": "attribute_call", + "note": "Call via attribute access .edges(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1455, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1476, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1480, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1481, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1483, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1484, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1485, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1486, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1487, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1488, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1495, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1497, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1498, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1501, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1503, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1504, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1508, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1514, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1518, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1521, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1522, + "pattern": "attribute_call", + "note": "Call via attribute access .create_rectangle(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1530, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1534, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1547, + "pattern": "attribute_call", + "note": "Call via attribute access .trees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1557, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1561, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1567, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1568, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1583, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1584, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1585, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1586, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1595, + "pattern": "attribute_call", + "note": "Call via attribute access .create_polygon(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1598, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1606, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1637, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1642, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1646, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1653, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1661, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1664, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1673, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1676, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1684, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1693, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1697, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1700, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1714, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1728, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1729, + "pattern": "name_call_unresolved", + "note": "Call to 'cb_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1754, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1758, + "pattern": "attribute_call", + "note": "Call via attribute access .__str__(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1791, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1792, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1798, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1799, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1800, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1823, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1835, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1848, + "pattern": "attribute_call", + "note": "Call via attribute access .initialize(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1849, + "pattern": "attribute_call", + "note": "Call via attribute access .chart(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1852, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1856, + "pattern": "attribute_call", + "note": "Call via attribute access .step(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1864, + "pattern": "attribute_call", + "note": "Call via attribute access .option_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1868, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1868, + "pattern": "attribute_call", + "note": "Call via attribute access .cget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1870, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1871, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1876, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1880, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1887, + "pattern": "attribute_call", + "note": "Call via attribute access .add_callback(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1896, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1897, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1899, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1904, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1905, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1907, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1918, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1925, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1932, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1940, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1947, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1954, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1956, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1963, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1965, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1972, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1974, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1983, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1984, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1985, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1986, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1987, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1988, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1989, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1991, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1992, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1993, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1995, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1996, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1997, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 1998, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2000, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2001, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2004, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2004, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2005, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2005, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2006, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2006, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2009, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2009, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2009, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2015, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2021, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2027, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2030, + "pattern": "attribute_call", + "note": "Call via attribute access .add_separator(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2031, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2032, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2033, + "pattern": "attribute_call", + "note": "Call via attribute access .add_separator(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2034, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2037, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2040, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2046, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2052, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2055, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2058, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2059, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2062, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2068, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2074, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2080, + "pattern": "attribute_call", + "note": "Call via attribute access .add_separator(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2081, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2082, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2085, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2086, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2089, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2090, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2093, + "pattern": "attribute_call", + "note": "Call via attribute access .add_checkbutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2096, + "pattern": "attribute_call", + "note": "Call via attribute access .add_separator(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2097, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2100, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2107, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2114, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2121, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2124, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2131, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2138, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2145, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2152, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2159, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2162, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2163, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2166, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2168, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2180, + "pattern": "attribute_call", + "note": "Call via attribute access .cycle_tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2186, + "pattern": "attribute_call", + "note": "Call via attribute access .view_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2191, + "pattern": "attribute_call", + "note": "Call via attribute access .markonly_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2192, + "pattern": "attribute_call", + "note": "Call via attribute access .draw_tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2195, + "pattern": "attribute_call", + "note": "Call via attribute access .markonly_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2197, + "pattern": "attribute_call", + "note": "Call via attribute access .view_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2202, + "pattern": "attribute_call", + "note": "Call via attribute access .unmark_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2203, + "pattern": "attribute_call", + "note": "Call via attribute access .erase_tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2206, + "pattern": "attribute_call", + "note": "Call via attribute access .unmark_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2209, + "pattern": "attribute_call", + "note": "Call via attribute access .current_chartrule(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2211, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2212, + "pattern": "attribute_call", + "note": "Call via attribute access .draw_tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2213, + "pattern": "attribute_call", + "note": "Call via attribute access .markonly_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2214, + "pattern": "attribute_call", + "note": "Call via attribute access .view_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2217, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2219, + "pattern": "attribute_call", + "note": "Call via attribute access .markonly_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2221, + "pattern": "attribute_call", + "note": "Call via attribute access .view_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2224, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2237, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2245, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2275, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2277, + "pattern": "attribute_call", + "note": "Call via attribute access .set_chart(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2279, + "pattern": "attribute_call", + "note": "Call via attribute access .deselect_cell(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2281, + "pattern": "attribute_call", + "note": "Call via attribute access .set_chart(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2282, + "pattern": "attribute_call", + "note": "Call via attribute access .set_chart(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2296, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2309, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2314, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2326, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2328, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2331, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2332, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2332, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2333, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2333, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2335, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2337, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2344, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2346, + "pattern": "attribute_call", + "note": "Call via attribute access .set_chart(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2348, + "pattern": "attribute_call", + "note": "Call via attribute access .deselect_cell(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2350, + "pattern": "attribute_call", + "note": "Call via attribute access .set_chart(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2357, + "pattern": "name_call_unresolved", + "note": "Call to 'CFGEditor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2361, + "pattern": "attribute_call", + "note": "Call via attribute access .set_grammar(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2363, + "pattern": "attribute_call", + "note": "Call via attribute access .set_grammar(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2366, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2372, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2381, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2383, + "pattern": "attribute_call", + "note": "Call via attribute access .add_callback(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2387, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2396, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2399, + "pattern": "attribute_call", + "note": "Call via attribute access .set_font_size(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2400, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2401, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2402, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2405, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2421, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2425, + "pattern": "attribute_call", + "note": "Call via attribute access .set_strategy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2425, + "pattern": "name_call_unresolved", + "note": "Call to 'edge_strategy(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2430, + "pattern": "attribute_call", + "note": "Call via attribute access .unmark_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2433, + "pattern": "attribute_call", + "note": "Call via attribute access .set_strategy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2437, + "pattern": "attribute_call", + "note": "Call via attribute access .set_strategy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2438, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2445, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2447, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2449, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2458, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2458, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2460, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2461, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2462, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2463, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2465, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2480, + "pattern": "attribute_call", + "note": "Call via attribute access .get_font_size(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2546, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chartparser_app", + "lineno": 2551, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .chunked_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .chunked_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 396, + "pattern": "name_call_unresolved", + "note": "Call to 'ChunkScore(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .geometry(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .focus(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 460, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .winfo_width(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .winfo_height(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .create_rectangle(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .create_rectangle(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 626, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 629, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 630, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 672, + "pattern": "attribute_call", + "note": "Call via attribute access .create_oval(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 681, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 682, + "pattern": "attribute_call", + "note": "Call via attribute access .create_oval(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 687, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 688, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 710, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 725, + "pattern": "name_call_unresolved", + "note": "Call to 'ChunkScore(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 731, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 739, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 742, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 743, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .precision(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .recall(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .f_measure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 766, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 767, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 795, + "pattern": "attribute_call", + "note": "Call via attribute access .grid_columnconfigure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 796, + "pattern": "attribute_call", + "note": "Call via attribute access .grid_columnconfigure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 797, + "pattern": "attribute_call", + "note": "Call via attribute access .grid_rowconfigure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 798, + "pattern": "attribute_call", + "note": "Call via attribute access .grid_rowconfigure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 809, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 810, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 814, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 815, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 820, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 821, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 827, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 836, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 840, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 843, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 846, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 851, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 852, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 859, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 860, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 865, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 873, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 874, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 878, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 883, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 888, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 889, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 895, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 908, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 912, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 923, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 929, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 931, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 932, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 941, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 952, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 960, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 961, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 965, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 968, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 969, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 970, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 971, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 972, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 973, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 976, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 977, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 978, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 979, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 980, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 991, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 993, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 997, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 998, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1002, + "pattern": "attribute_call", + "note": "Call via attribute access .rules(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1007, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1019, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1020, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1022, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1023, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1025, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1026, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1028, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpChunkParser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1029, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1033, + "pattern": "attribute_call", + "note": "Call via attribute access .intersection(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1039, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1040, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1045, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1049, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1052, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1054, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1057, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1058, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1065, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1066, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1067, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1071, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1072, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1072, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1072, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1073, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1074, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1074, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1076, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1076, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1076, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1078, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1100, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1101, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1102, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1110, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1114, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpChunkParser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1123, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1141, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1147, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1149, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1152, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1163, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1176, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1178, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1187, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1191, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1199, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1200, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1201, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1208, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1209, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1218, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1219, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1220, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1221, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1222, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1223, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1225, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1227, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1228, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1229, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1230, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1231, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1232, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1233, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1235, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1237, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1238, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1240, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1245, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1247, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1248, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1249, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1254, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1262, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1265, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1288, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1298, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpChunkParser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1299, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1300, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1314, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1315, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1316, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1321, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1326, + "pattern": "attribute_call", + "note": "Call via attribute access .intersection(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1335, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1340, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1346, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1361, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1395, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1398, + "pattern": "attribute_call", + "note": "Call via attribute access .ctime(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1403, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1413, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1416, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1417, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1417, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1420, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1431, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1432, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1432, + "pattern": "attribute_call", + "note": "Call via attribute access .ctime(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1433, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1440, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1441, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1441, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1441, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1441, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1449, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1451, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1452, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1453, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1453, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1453, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1462, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1468, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1469, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1469, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1476, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1477, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1478, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1479, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1490, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.chunkparser_app", + "lineno": 1494, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .Queue(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .geometry(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .protocol(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .minsize(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .non_default_corpora(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .prev(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .load_corpus(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .event_generate(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .after_cancel(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .is_last_page(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 366, + "pattern": "self_method_not_found", + "note": "self.LoadCorpus(...) not found in class 'CollocationsModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.collocations_app", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_posts(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_posts(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .Queue(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .geometry(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .protocol(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .minsize(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .non_default_corpora(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .prev(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .focus_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .get_results(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .xview_moveto(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .load_corpus(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .reset_results(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .after_cancel(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .reset_query(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .has_more_pages(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .event_generate(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 602, + "pattern": "self_method_not_found", + "note": "self.LoadCorpus(...) not found in class 'ConcordanceSearchModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 603, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 608, + "pattern": "self_method_not_found", + "note": "self.SearchCorpus(...) not found in class 'ConcordanceSearchModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 630, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 644, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 656, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 664, + "pattern": "self_method_not_found", + "note": "self.processed_query(...) not found in class 'SearchCorpus' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .reset_results(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 671, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 683, + "pattern": "attribute_call", + "note": "Call via attribute access .set_results(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 685, + "pattern": "attribute_call", + "note": "Call via attribute access .set_results(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 691, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 692, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.concordance_app", + "lineno": 698, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .cycle(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 81, + "pattern": "self_method_not_found", + "note": "self.substitute(...) not found in class 'Zone' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .after_idle(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .after_idle(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .resizable(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .minsize(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_all(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.nemo_app", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'SteppingRecursiveDescentParser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .initialize(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .option_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .cget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .grammar(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .scrollregion(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .canvas(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .add_separator(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .add_separator(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .add_checkbutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .add_separator(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 478, + "pattern": "name_call_unresolved", + "note": "Call to 'tree_to_treesegment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .scrollregion(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .frontier(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .frontier(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .expandable_productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .untried_expandable_productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .remaining_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .currently_complete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 574, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .initialize(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 599, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 635, + "pattern": "attribute_call", + "note": "Call via attribute access .untried_match(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .currently_complete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .frontier(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .expand(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 657, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .frontier(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 671, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 685, + "pattern": "attribute_call", + "note": "Call via attribute access .backtrack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 687, + "pattern": "attribute_call", + "note": "Call via attribute access .frontier(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 692, + "pattern": "attribute_call", + "note": "Call via attribute access .frontier(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .frontier(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 710, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .print_to_file(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 746, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 751, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 752, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 764, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 769, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_forget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 785, + "pattern": "attribute_call", + "note": "Call via attribute access .curselection(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 789, + "pattern": "attribute_call", + "note": "Call via attribute access .frontier(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 790, + "pattern": "attribute_call", + "note": "Call via attribute access .expand(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 795, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 796, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 800, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 801, + "pattern": "attribute_call", + "note": "Call via attribute access .expandable_productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 802, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 803, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 811, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 814, + "pattern": "attribute_call", + "note": "Call via attribute access .tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 818, + "pattern": "name_call_unresolved", + "note": "Call to 'tree_to_treesegment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 828, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 835, + "pattern": "attribute_call", + "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 836, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 836, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 836, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 839, + "pattern": "attribute_call", + "note": "Call via attribute access .replace_child(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 839, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 843, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 846, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 846, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 847, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 847, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 851, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 858, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 866, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 866, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 878, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 885, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 887, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 887, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 889, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 893, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 894, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 894, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 895, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 904, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 906, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 909, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 912, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 914, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 918, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 925, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 930, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 931, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 934, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 935, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 937, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 950, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 951, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_child(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 952, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 960, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 960, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 961, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 961, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 964, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 969, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 969, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 970, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 972, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 977, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 978, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 989, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 990, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 994, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_child(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 994, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 995, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 1001, + "pattern": "name_call_unresolved", + "note": "Call to 'CFGEditor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 1001, + "pattern": "attribute_call", + "note": "Call via attribute access .grammar(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 1004, + "pattern": "attribute_call", + "note": "Call via attribute access .set_grammar(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 1005, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 1006, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 1008, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 1011, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 1017, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 1044, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.rdparser_app", + "lineno": 1046, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 100, + "pattern": "name_call_unresolved", + "note": "Call to 'SteppingShiftReduceParser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .option_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .cget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .grammar(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .add_separator(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .add_separator(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .add_checkbutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .add_separator(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .canvas(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .create_rectangle(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .stack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 486, + "pattern": "name_call_unresolved", + "note": "Call to 'tree_to_treesegment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .remaining_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 520, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_drag(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_click(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .reducible_productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 556, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .initialize(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .parses(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .shift(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .stack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .reduce(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 599, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .undo(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .print_to_file(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 635, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 675, + "pattern": "name_call_unresolved", + "note": "Call to 'CFGEditor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 675, + "pattern": "attribute_call", + "note": "Call via attribute access .grammar(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .set_grammar(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 682, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 685, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 691, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .pack_forget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 710, + "pattern": "attribute_call", + "note": "Call via attribute access .curselection(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .reduce(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 724, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .reducible_productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 726, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 727, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 731, + "pattern": "attribute_call", + "note": "Call via attribute access .reducible_productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 737, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 738, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 739, + "pattern": "attribute_call", + "note": "Call via attribute access .winfo_pointerx(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 739, + "pattern": "attribute_call", + "note": "Call via attribute access .winfo_pointery(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 751, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 758, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 765, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 766, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .stack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 786, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 786, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 788, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 791, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 799, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 800, + "pattern": "attribute_call", + "note": "Call via attribute access .after(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 804, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 805, + "pattern": "attribute_call", + "note": "Call via attribute access .stack(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 809, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 811, + "pattern": "name_call_unresolved", + "note": "Call to 'TreeSegmentWidget(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 817, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 818, + "pattern": "attribute_call", + "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 819, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 859, + "pattern": "attribute_call", + "note": "Call via attribute access .nearest(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 868, + "pattern": "attribute_call", + "note": "Call via attribute access .curselection(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 873, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 887, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 929, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.srparser_app", + "lineno": 931, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordfreq_app", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .vocab(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordfreq_app", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .most_common(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordfreq_app", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordfreq_app", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordfreq_app", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .xlabel(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordfreq_app", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .ylabel(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordfreq_app", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordfreq_app", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .xticks(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordfreq_app", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordfreq_app", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access ._exit(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 163, + "pattern": "self_method_not_found", + "note": "self.send_response(...) not found in class 'MyServerHandler' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 164, + "pattern": "self_method_not_found", + "note": "self.send_header(...) not found in class 'MyServerHandler' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 165, + "pattern": "self_method_not_found", + "note": "self.end_headers(...) not found in class 'MyServerHandler' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 173, + "pattern": "self_method_not_found", + "note": "self.address_string(...) not found in class 'MyServerHandler' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 173, + "pattern": "self_method_not_found", + "note": "self.log_date_time_string(...) not found in class 'MyServerHandler' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .Event(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .serve_forever(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .Thread(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 357, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .lemmas(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .hyponyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .instance_hyponyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .instance_hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .part_holonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .part_meronyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .substance_holonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .substance_meronyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .member_holonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .member_meronyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .attributes(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .antonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .derivationally_related_forms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .antonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .hyponyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .entailments(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .causes(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .also_sees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .verb_groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .derivationally_related_forms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .antonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .similar_tos(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .pertainyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .attributes(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .also_sees(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .antonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .synset(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .toggle_synset(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 574, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .lemmas(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .definition(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .examples(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 596, + "pattern": "attribute_call", + "note": "Call via attribute access .synsets(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 614, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .lemma_names(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .lemma_names(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .synset(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 626, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .toggle_synset_relation(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 643, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 688, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 689, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 689, + "pattern": "attribute_call", + "note": "Call via attribute access .urlsafe_b64encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .urlsafe_b64decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 708, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 720, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 722, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 728, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 756, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 782, + "pattern": "attribute_call", + "note": "Call via attribute access .morphy(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 784, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 797, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 825, + "pattern": "name_call_unresolved", + "note": "Call to 'get_static_wx_help_page(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.app.wordnet_app", + "lineno": 977, + "pattern": "attribute_call", + "note": "Call via attribute access .getopt(...) - target object type not statically resolved." + }, + { + "module": "nltk.app", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.app", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .is_primitive(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .is_variable(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .restrs(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .restrs(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .is_primitive(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .is_var(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .restrs(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .is_var(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .is_function(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .can_unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .can_unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .can_unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.api", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .arg(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .can_combine(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .combine(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .combine(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .combine(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .categories(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 323, + "pattern": "name_call_unresolved", + "note": "Call to 'tree_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.chart", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .token(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 324, + "pattern": "name_call_unresolved", + "note": "Call to 'tree_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.chart", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .token(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .product(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .rule(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 342, + "pattern": "name_call_unresolved", + "note": "Call to 'tree_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.chart", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .semantics(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .rule(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .rule(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .semantics(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .semantics(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 361, + "pattern": "name_call_unresolved", + "note": "Call to 'compute_function_semantics(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.chart", + "lineno": 363, + "pattern": "name_call_unresolved", + "note": "Call to 'compute_composition_semantics(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.chart", + "lineno": 365, + "pattern": "name_call_unresolved", + "note": "Call to 'compute_substitution_semantics(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.chart", + "lineno": 369, + "pattern": "name_call_unresolved", + "note": "Call to 'compute_type_raised_semantics(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.chart", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .semantics(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .semantics(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .semantics(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.chart", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .can_combine(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 68, + "pattern": "self_method_not_found", + "note": "self._predicate(...) not found in class 'ForwardCombinator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .combine(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .can_combine(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 90, + "pattern": "self_method_not_found", + "note": "self._predicate(...) not found in class 'BackwardCombinator' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .combine(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .is_function(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .can_unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .arg(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .is_function(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .can_unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .arg(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .is_forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .is_backward(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .is_function(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .is_function(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .can_compose(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .can_compose(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .can_unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .arg(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .is_function(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .is_function(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .can_compose(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .can_compose(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .can_unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .arg(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .arg(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .is_forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .is_forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .is_backward(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .is_backward(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .is_forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .is_backward(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .can_cross(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .can_cross(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .is_primitive(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .arg(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .is_primitive(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .is_primitive(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .is_primitive(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .is_primitive(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .arg(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .can_compose(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .can_compose(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .arg(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .arg(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .arg(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .arg(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .is_forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .is_primitive(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .arg(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .can_cross(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .can_cross(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .is_backward(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .is_primitive(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .arg(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .is_function(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .is_function(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .is_function(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .can_unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .arg(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .is_primitive(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .is_function(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .is_function(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .can_unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .arg(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .is_backward(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .is_primitive(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .is_forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .is_primitive(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.combinator", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 79, + "pattern": "name_call_unresolved", + "note": "Call to 'cmp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .semantics(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.lexicon", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.logic", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.logic", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.logic", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.logic", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .free(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.logic", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'Variable(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .alpha_convert(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.logic", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .__class__(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.logic", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'ApplicationExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .__class__(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.logic", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'NegatedExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .__class__(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.logic", + "lineno": 96, + "pattern": "name_call_unresolved", + "note": "Call to 'ApplicationExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 102, + "pattern": "name_call_unresolved", + "note": "Call to 'unique_variable(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 102, + "pattern": "name_call_unresolved", + "note": "Call to 'Variable(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 105, + "pattern": "name_call_unresolved", + "note": "Call to 'LambdaExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'ApplicationExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'VariableExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "nltk.ccg.logic", + "lineno": 120, + "pattern": "name_call_unresolved", + "note": "Call to 'unique_variable(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'LambdaExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 124, + "pattern": "name_call_unresolved", + "note": "Call to 'ApplicationExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 125, + "pattern": "name_call_unresolved", + "note": "Call to 'ApplicationExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 125, + "pattern": "name_call_unresolved", + "note": "Call to 'VariableExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 142, + "pattern": "name_call_unresolved", + "note": "Call to 'unique_variable(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 144, + "pattern": "name_call_unresolved", + "note": "Call to 'LambdaExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 146, + "pattern": "name_call_unresolved", + "note": "Call to 'ApplicationExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'ApplicationExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'VariableExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'ApplicationExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.ccg.logic", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'VariableExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chat.util", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat.util", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat.util", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat.util", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat.util", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat.util", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat.util", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat.util", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat.util", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat.util", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat.util", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat.util", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat.util", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .choice(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat.zen", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat.zen", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "nltk.chat", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'chatbot(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.api", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 154, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 159, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .istitle(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .islower(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 208, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 211, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 269, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 276, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 284, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 291, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access ._parse_to_tagged(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access ._parse_to_tagged(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.named_entity", + "lineno": 335, + "pattern": "name_call_unresolved", + "note": "Call to 'MaxentClassifier(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 182, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .xform(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 574, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 643, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 701, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 713, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 776, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 783, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 851, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 852, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 857, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 881, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 894, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 895, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 936, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 937, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 938, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 941, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 952, + "pattern": "attribute_call", + "note": "Call via attribute access .reverse(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 953, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 957, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1032, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1034, + "pattern": "attribute_call", + "note": "Call via attribute access .descr(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1036, + "pattern": "attribute_call", + "note": "Call via attribute access .descr(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1051, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1073, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1076, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1078, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1119, + "pattern": "attribute_call", + "note": "Call via attribute access .descr(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1125, + "pattern": "attribute_call", + "note": "Call via attribute access .descr(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1221, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1222, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1223, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1226, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1231, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1231, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1233, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1233, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1240, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1255, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1278, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1327, + "pattern": "attribute_call", + "note": "Call via attribute access .ChunkScore(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1329, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1331, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1334, + "pattern": "attribute_call", + "note": "Call via attribute access .tagstr2tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1335, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1336, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1336, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1337, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1343, + "pattern": "attribute_call", + "note": "Call via attribute access .precision(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1344, + "pattern": "attribute_call", + "note": "Call via attribute access .recall(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1345, + "pattern": "attribute_call", + "note": "Call via attribute access .f_measure(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1348, + "pattern": "attribute_call", + "note": "Call via attribute access .missed(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1350, + "pattern": "attribute_call", + "note": "Call via attribute access .missed(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1352, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1353, + "pattern": "attribute_call", + "note": "Call via attribute access .missed(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1357, + "pattern": "attribute_call", + "note": "Call via attribute access .incorrect(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1359, + "pattern": "attribute_call", + "note": "Call via attribute access .incorrect(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1361, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1362, + "pattern": "attribute_call", + "note": "Call via attribute access .incorrect(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1395, + "pattern": "attribute_call", + "note": "Call via attribute access .RegexpParser(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1404, + "pattern": "attribute_call", + "note": "Call via attribute access .RegexpParser(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1411, + "pattern": "attribute_call", + "note": "Call via attribute access .RegexpParser(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1421, + "pattern": "attribute_call", + "note": "Call via attribute access .RegexpParser(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1431, + "pattern": "attribute_call", + "note": "Call via attribute access .RegexpParser(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1432, + "pattern": "attribute_call", + "note": "Call via attribute access .accuracy(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1432, + "pattern": "attribute_call", + "note": "Call via attribute access .chunked_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1443, + "pattern": "attribute_call", + "note": "Call via attribute access .RegexpParser(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1444, + "pattern": "attribute_call", + "note": "Call via attribute access .accuracy(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1444, + "pattern": "attribute_call", + "note": "Call via attribute access .chunked_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1456, + "pattern": "attribute_call", + "note": "Call via attribute access .RegexpParser(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.regexp", + "lineno": 1458, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to '_accuracy(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.util", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .freeze(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 341, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.util", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 347, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.util", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 391, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.util", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 416, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.util", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 459, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.util", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 468, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.util", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 479, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.util", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 520, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.util", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 532, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.chunk.util", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .tagstr2tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 599, + "pattern": "attribute_call", + "note": "Call via attribute access .pprint(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .pprint(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk.util", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .tree2conllstr(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.chunk", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .labels(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .labels(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .classify(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .classify(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .pretty_format(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .pretty_format(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .pseudocode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .pseudocode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .best_stump(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .best_binary_stump(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .refine(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .leaf(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .stump(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .leaf(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .binary_stump(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .pretty_format(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.decisiontree", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .pseudocode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .labels(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .labels(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .samples(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .describe(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .describe(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .labels(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 464, + "pattern": "self_method_not_found", + "note": "self._func(...) not found in class 'FunctionBackedMaxentFeatureEncoding' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.classify.maxent", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 675, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.maxent", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 717, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 724, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .describe(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 741, + "pattern": "name_call_unresolved", + "note": "Call to 'OrderedDict(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.maxent", + "lineno": 742, + "pattern": "name_call_unresolved", + "note": "Call to 'OrderedDict(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.maxent", + "lineno": 743, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 775, + "pattern": "name_call_unresolved", + "note": "Call to 'OrderedDict(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.maxent", + "lineno": 792, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.maxent", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 906, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 941, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 947, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 951, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 952, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1004, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1007, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1020, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1040, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1045, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1062, + "pattern": "attribute_call", + "note": "Call via attribute access .nonzero(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1066, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1069, + "pattern": "name_call_unresolved", + "note": "Call to 'ConditionalExponentialClassifier(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1072, + "pattern": "attribute_call", + "note": "Call via attribute access .log2(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1100, + "pattern": "attribute_call", + "note": "Call via attribute access .log2(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1104, + "pattern": "attribute_call", + "note": "Call via attribute access .weights(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1106, + "pattern": "attribute_call", + "note": "Call via attribute access .set_weights(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1125, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1125, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1128, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1135, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1135, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1138, + "pattern": "attribute_call", + "note": "Call via attribute access .prob_classify(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1139, + "pattern": "attribute_call", + "note": "Call via attribute access .samples(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1140, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1141, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1164, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1169, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1180, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1181, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1184, + "pattern": "attribute_call", + "note": "Call via attribute access .nonzero(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1188, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1191, + "pattern": "name_call_unresolved", + "note": "Call to 'ConditionalExponentialClassifier(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1222, + "pattern": "attribute_call", + "note": "Call via attribute access .weights(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1224, + "pattern": "attribute_call", + "note": "Call via attribute access .set_weights(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1265, + "pattern": "attribute_call", + "note": "Call via attribute access .labels(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1266, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1266, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1346, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1346, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1351, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1351, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1354, + "pattern": "attribute_call", + "note": "Call via attribute access .prob_classify(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1356, + "pattern": "attribute_call", + "note": "Call via attribute access .labels(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1358, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1363, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1375, + "pattern": "attribute_call", + "note": "Call via attribute access .outer(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1378, + "pattern": "attribute_call", + "note": "Call via attribute access .sum(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1379, + "pattern": "attribute_call", + "note": "Call via attribute access .sum(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1389, + "pattern": "attribute_call", + "note": "Call via attribute access .sum(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1389, + "pattern": "attribute_call", + "note": "Call via attribute access .sum(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1430, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1431, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1439, + "pattern": "attribute_call", + "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1444, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1478, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1483, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1486, + "pattern": "attribute_call", + "note": "Call via attribute access .log2(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1500, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1501, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1502, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1503, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1504, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1505, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1506, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1507, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1511, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1515, + "pattern": "attribute_call", + "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1518, + "pattern": "attribute_call", + "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1522, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1545, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1546, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1549, + "pattern": "attribute_call", + "note": "Call via attribute access .log2(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1552, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1569, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1597, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1597, + "pattern": "attribute_call", + "note": "Call via attribute access .tolist(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1599, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1601, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.maxent", + "lineno": 1603, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .labels(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .cost(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.megam", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .samples(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .samples(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .samples(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 236, + "pattern": "name_call_unresolved", + "note": "Call to 'estimator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 241, + "pattern": "name_call_unresolved", + "note": "Call to 'estimator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 244, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.naivebayes", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .show_most_informative_features(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 150, + "pattern": "name_call_unresolved", + "note": "Call to 'estimator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 154, + "pattern": "name_call_unresolved", + "note": "Call to 'estimator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.positivenaivebayes", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .show_most_informative_features(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.rte_classify", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.rte_classify", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.rte_classify", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.rte_classify", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .istitle(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.rte_classify", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.rte_classify", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .morphy(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.rte_classify", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .pairs(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.rte_classify", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .pairs(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.scikitlearn", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .transform(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.scikitlearn", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .predict(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.scikitlearn", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .transform(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.scikitlearn", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .predict_proba(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.scikitlearn", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .fit_transform(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.scikitlearn", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .fit_transform(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.scikitlearn", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .fit(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .normpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .normpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.senna", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 117, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.senna", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.senna", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.tadm", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .labels(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.tadm", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.tadm", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.tadm", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.tadm", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.tadm", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.tadm", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.tadm", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.tadm", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.tadm", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.tadm", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .describe(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.textcat", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .langs(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.textcat", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .lang_freq(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.textcat", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.textcat", + "lineno": 80, + "pattern": "name_call_unresolved", + "note": "Call to 'word_tokenize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.textcat", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'FreqDist(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.textcat", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.textcat", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .lang_freq(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.textcat", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.textcat", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.textcat", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.textcat", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.textcat", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.textcat", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.textcat", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.textcat", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.textcat", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.textcat", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'feature_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.util", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.util", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.util", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .prob_classify_many(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .classify_many(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .isnan(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .shuffle(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 202, + "pattern": "name_call_unresolved", + "note": "Call to 'trainer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.util", + "lineno": 202, + "pattern": "name_call_unresolved", + "note": "Call to 'features(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.util", + "lineno": 206, + "pattern": "name_call_unresolved", + "note": "Call to 'features(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.util", + "lineno": 212, + "pattern": "name_call_unresolved", + "note": "Call to 'features(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.util", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .prob_classify_many(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .shuffle(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .shuffle(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .shuffle(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 258, + "pattern": "name_call_unresolved", + "note": "Call to 'trainer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.util", + "lineno": 262, + "pattern": "name_call_unresolved", + "note": "Call to 'features(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.util", + "lineno": 268, + "pattern": "name_call_unresolved", + "note": "Call to 'features(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.util", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .prob_classify_many(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .instances(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .shuffle(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 315, + "pattern": "name_call_unresolved", + "note": "Call to 'trainer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.util", + "lineno": 315, + "pattern": "name_call_unresolved", + "note": "Call to 'features(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.util", + "lineno": 319, + "pattern": "name_call_unresolved", + "note": "Call to 'features(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.util", + "lineno": 325, + "pattern": "name_call_unresolved", + "note": "Call to 'features(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.util", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .prob_classify_many(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.util", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.classify.weka", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdtemp(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .labels(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .from_train(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdtemp(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .rmdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .ctime(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.classify.weka", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .identity(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .outer(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .identity(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .det(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .inv(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .EMClusterer(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .cluster(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .classify(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .classification_probdist(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .samples(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.em", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.gaac", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.gaac", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.gaac", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.gaac", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .unravel_index(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.gaac", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .argmin(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.gaac", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .merge(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.gaac", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.gaac", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.gaac", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.gaac", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.gaac", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.gaac", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.kmeans", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .Random(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.kmeans", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .sample(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.kmeans", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.kmeans", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.kmeans", + "lineno": 146, + "pattern": "self_method_not_found", + "note": "self._distance(...) not found in class 'KMeansClusterer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.cluster.kmeans", + "lineno": 166, + "pattern": "self_method_not_found", + "note": "self._distance(...) not found in class 'KMeansClusterer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.cluster.kmeans", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.kmeans", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.kmeans", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.kmeans", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.kmeans", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.kmeans", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.kmeans", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .svd(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .identity(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .transpose(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.cluster.util", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.util", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.util", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.util", + "lineno": 90, + "pattern": "self_method_not_found", + "note": "self.__reader_cls(...) not found in class 'LazyCorpusLoader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.util", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.util", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.util", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.util", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.util", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.util", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.util", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .MethodType(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 355, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .demo(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.aligned", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'WhitespaceTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.aligned", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.aligned", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.aligned", + "lineno": 141, + "pattern": "self_method_not_found", + "note": "self._alignedsent_block_reader(...) not found in class 'AlignedSentCorpusView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.aligned", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.aligned", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.aligned", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.aligned", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'find_corpus_fileids(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 220, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .isabs(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 358, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'CategorizedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .union(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .union(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .raw(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .paras(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 462, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 464, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 473, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 475, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 482, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 484, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 493, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 495, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 501, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 503, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.api", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 36, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'BCP47CorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 38, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'BCP47CorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .iterfind(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 46, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'BCP47CorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .fullmatch(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bcp47", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .fullmatch(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 209, + "pattern": "self_method_not_found", + "note": "self._open(...) not found in class 'BNCWordView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 211, + "pattern": "self_method_not_found", + "note": "self.close(...) not found in class 'BNCWordView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bnc", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'read_sexpr_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'read_blankline_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'read_regexp_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 101, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 111, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 117, + "pattern": "name_call_unresolved", + "note": "Call to 'map_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 147, + "pattern": "self_method_not_found", + "note": "self._resolve(...) not found in class 'CategorizedBracketParseCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 150, + "pattern": "self_method_not_found", + "note": "self._resolve(...) not found in class 'CategorizedBracketParseCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_paras(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 153, + "pattern": "self_method_not_found", + "note": "self._resolve(...) not found in class 'CategorizedBracketParseCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .parsed_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 156, + "pattern": "self_method_not_found", + "note": "self._resolve(...) not found in class 'CategorizedBracketParseCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .parsed_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 159, + "pattern": "self_method_not_found", + "note": "self._resolve(...) not found in class 'CategorizedBracketParseCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .parsed_paras(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 162, + "pattern": "self_method_not_found", + "note": "self._resolve(...) not found in class 'CategorizedBracketParseCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.bracket_parse", + "lineno": 228, + "pattern": "name_call_unresolved", + "note": "Call to 'map_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.categorized_sents", + "lineno": 79, + "pattern": "name_call_unresolved", + "note": "Call to 'WhitespaceTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.categorized_sents", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.categorized_sents", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.categorized_sents", + "lineno": 111, + "pattern": "self_method_not_found", + "note": "self._resolve(...) not found in class 'CategorizedSentencesCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.categorized_sents", + "lineno": 116, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.categorized_sents", + "lineno": 118, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'CategorizedSentencesCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.categorized_sents", + "lineno": 119, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'CategorizedSentencesCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.categorized_sents", + "lineno": 135, + "pattern": "self_method_not_found", + "note": "self._resolve(...) not found in class 'CategorizedSentencesCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.categorized_sents", + "lineno": 140, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.categorized_sents", + "lineno": 142, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'CategorizedSentencesCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.categorized_sents", + "lineno": 143, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'CategorizedSentencesCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.categorized_sents", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.categorized_sents", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.categorized_sents", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.categorized_sents", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 23, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ChasenCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 31, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ChasenCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 39, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ChasenCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 47, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ChasenCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 55, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ChasenCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 63, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ChasenCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'read_regexp_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 103, + "pattern": "self_method_not_found", + "note": "self._sent_splitter(...) not found in class 'ChasenCorpusView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chasen", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 80, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 80, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 164, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 164, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 206, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 206, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 215, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 232, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 262, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 300, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .intersection(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 504, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .open_new_tab(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.childes", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 67, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ChunkedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 81, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ChunkedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 95, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ChunkedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 111, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ChunkedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 127, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ChunkedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 138, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 143, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ChunkedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 156, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 161, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ChunkedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 179, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ChunkedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 192, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 197, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ChunkedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 202, + "pattern": "name_call_unresolved", + "note": "Call to 'tagstr2tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 202, + "pattern": "name_call_unresolved", + "note": "Call to 'read_blankline_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 233, + "pattern": "self_method_not_found", + "note": "self._para_block_reader(...) not found in class 'ChunkedCorpusView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 236, + "pattern": "self_method_not_found", + "note": "self._str2chunktree(...) not found in class 'ChunkedCorpusView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.chunked", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.cmudict", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.cmudict", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.cmudict", + "lineno": 62, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'CMUDictCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.cmudict", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.cmudict", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.cmudict", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.cmudict", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 120, + "pattern": "name_call_unresolved", + "note": "Call to 'WhitespaceTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 151, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 153, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'ComparativeSentencesCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 154, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ComparativeSentencesCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 167, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 169, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'ComparativeSentencesCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 170, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ComparativeSentencesCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 183, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'ComparativeSentencesCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 201, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 203, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'ComparativeSentencesCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 204, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ComparativeSentencesCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 217, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 219, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'ComparativeSentencesCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 220, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ComparativeSentencesCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.comparative_sents", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 102, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 102, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 132, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 132, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 142, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 152, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 156, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 166, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 168, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 183, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 183, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 197, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 207, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 209, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 210, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ConllCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 216, + "pattern": "name_call_unresolved", + "note": "Call to 'read_blankline_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 247, + "pattern": "name_call_unresolved", + "note": "Call to 'map_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 253, + "pattern": "name_call_unresolved", + "note": "Call to 'map_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 267, + "pattern": "name_call_unresolved", + "note": "Call to 'map_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 270, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 288, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 300, + "pattern": "name_call_unresolved", + "note": "Call to 'map_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.conll", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.crubadan", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.crubadan", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.crubadan", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.crubadan", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.crubadan", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.crubadan", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.crubadan", + "lineno": 75, + "pattern": "self_method_not_found", + "note": "self.fileids(...) not found in class 'CrubadanCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.crubadan", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.crubadan", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.crubadan", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.crubadan", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.crubadan", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.crubadan", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.crubadan", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.crubadan", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'TabTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 34, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'DependencyCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 42, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'DependencyCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 50, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'DependencyCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 58, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'DependencyCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 66, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'DependencyCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'DependencyGraph(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'read_blankline_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.dependency", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access ._ascii(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access ._ascii(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 556, + "pattern": "attribute_call", + "note": "Call via attribute access .islower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 656, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 727, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 742, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 748, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .splitdrive(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 779, + "pattern": "name_call_unresolved", + "note": "Call to 'FramenetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 799, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 811, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access ._data(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 818, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 821, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 826, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 828, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 889, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 922, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 928, + "pattern": "self_method_not_found", + "note": "self._loader(...) not found in class 'Future' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 939, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 942, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 945, + "pattern": "attribute_call", + "note": "Call via attribute access .__getattr__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .__str__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 951, + "pattern": "attribute_call", + "note": "Call via attribute access .__repr__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 963, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 964, + "pattern": "attribute_call", + "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 968, + "pattern": "self_method_not_found", + "note": "self.items(...) not found in class 'PrettyDict' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 971, + "pattern": "attribute_call", + "note": "Call via attribute access ._short_repr(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 985, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 986, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 987, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1000, + "pattern": "attribute_call", + "note": "Call via attribute access ._short_repr(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1004, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1007, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1028, + "pattern": "attribute_call", + "note": "Call via attribute access ._short_repr(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1032, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1033, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1054, + "pattern": "attribute_call", + "note": "Call via attribute access ._short_repr(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1058, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1080, + "pattern": "attribute_call", + "note": "Call via attribute access ._short_repr(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1084, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1085, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1089, + "pattern": "attribute_call", + "note": "Call via attribute access .chain(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1093, + "pattern": "attribute_call", + "note": "Call via attribute access .chain(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1128, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1158, + "pattern": "self_method_not_found", + "note": "self.__getattribute__(...) not found in class 'FramenetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1245, + "pattern": "name_call_unresolved", + "note": "Call to 'XMLCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1246, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'FramenetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1255, + "pattern": "name_call_unresolved", + "note": "Call to 'XMLCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1256, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'FramenetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1268, + "pattern": "name_call_unresolved", + "note": "Call to 'XMLCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1269, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'FramenetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1284, + "pattern": "name_call_unresolved", + "note": "Call to 'XMLCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1285, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'FramenetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1299, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1300, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1317, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1386, + "pattern": "name_call_unresolved", + "note": "Call to 'FramenetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1396, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'FramenetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1396, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1399, + "pattern": "name_call_unresolved", + "note": "Call to 'XMLCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1403, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1447, + "pattern": "name_call_unresolved", + "note": "Call to 'FramenetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1494, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'FramenetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1494, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1495, + "pattern": "name_call_unresolved", + "note": "Call to 'XMLCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1498, + "pattern": "name_call_unresolved", + "note": "Call to 'FramenetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1508, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1512, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1626, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1799, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1805, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1827, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1850, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'FramenetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1850, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1851, + "pattern": "name_call_unresolved", + "note": "Call to 'XMLCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1854, + "pattern": "name_call_unresolved", + "note": "Call to 'FramenetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1874, + "pattern": "name_call_unresolved", + "note": "Call to 'XMLCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1875, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'FramenetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1893, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1901, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 1904, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2070, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2073, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2077, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2091, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2092, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2143, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2144, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2257, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2275, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2275, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2280, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2295, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2297, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2335, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2338, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2344, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2380, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2385, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2406, + "pattern": "name_call_unresolved", + "note": "Call to 'FramenetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2413, + "pattern": "name_call_unresolved", + "note": "Call to 'FramenetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2429, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2430, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2431, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2449, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2449, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2453, + "pattern": "name_call_unresolved", + "note": "Call to 'FramenetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2464, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2464, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2473, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2485, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2485, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2491, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2491, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2499, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2554, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2621, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2626, + "pattern": "name_call_unresolved", + "note": "Call to 'FramenetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2635, + "pattern": "name_call_unresolved", + "note": "Call to 'FramenetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2682, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2746, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2750, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2773, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2774, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2775, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2776, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2777, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2778, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2779, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2780, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2781, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2782, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2783, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2784, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2785, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2786, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2787, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2788, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2791, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2792, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2794, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2821, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2853, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2856, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2860, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2863, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2866, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2877, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2889, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2891, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2896, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2924, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2929, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2941, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2945, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2959, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2961, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2964, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2977, + "pattern": "attribute_call", + "note": "Call via attribute access .MethodType(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2983, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2985, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2993, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 2998, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3009, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3010, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3042, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3044, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3060, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3063, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3065, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3071, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3072, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3074, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3078, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3100, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3102, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3104, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3107, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3110, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3111, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3112, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3113, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3115, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3123, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3130, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3133, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3142, + "pattern": "attribute_call", + "note": "Call via attribute access .MethodType(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3146, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3148, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3178, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3188, + "pattern": "attribute_call", + "note": "Call via attribute access .MethodType(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3196, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3202, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3227, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3235, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3298, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3301, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3313, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3316, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3319, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3321, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3355, + "pattern": "attribute_call", + "note": "Call via attribute access .buildindexes(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3360, + "pattern": "attribute_call", + "note": "Call via attribute access .frames(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3361, + "pattern": "attribute_call", + "note": "Call via attribute access .lus(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3362, + "pattern": "attribute_call", + "note": "Call via attribute access .docs(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3371, + "pattern": "attribute_call", + "note": "Call via attribute access .frames(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3379, + "pattern": "attribute_call", + "note": "Call via attribute access .frame(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3385, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3406, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3413, + "pattern": "attribute_call", + "note": "Call via attribute access .frame(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3416, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3428, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3434, + "pattern": "attribute_call", + "note": "Call via attribute access .lu_basic(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3442, + "pattern": "attribute_call", + "note": "Call via attribute access .docs_metadata(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3449, + "pattern": "attribute_call", + "note": "Call via attribute access .docs(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.framenet", + "lineno": 3465, + "pattern": "attribute_call", + "note": "Call via attribute access .frames_by_lemma(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ieer", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ieer", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ieer", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ieer", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ieer", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.ieer", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.ieer", + "lineno": 70, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'IEERCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.ieer", + "lineno": 75, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.ieer", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.ieer", + "lineno": 78, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'IEERCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.ieer", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .ieerstr2tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ieer", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ieer", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ieer", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ieer", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ieer", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.indian", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.indian", + "lineno": 35, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'IndianCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.indian", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'map_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.indian", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.indian", + "lineno": 47, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'IndianCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.indian", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.indian", + "lineno": 55, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'IndianCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.indian", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'map_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.indian", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.indian", + "lineno": 67, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'IndianCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.indian", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.indian", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.indian", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.indian", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'str2tuple(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.indian", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.indian", + "lineno": 87, + "pattern": "self_method_not_found", + "note": "self._tag_mapping_function(...) not found in class 'IndianCorpusView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'fun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .reverse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ipipan", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'DependencyGraph(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 122, + "pattern": "self_method_not_found", + "note": "self.morphs2str(...) not found in class 'KNBCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 139, + "pattern": "name_call_unresolved", + "note": "Call to 'FileSystemPathPointer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .parsed_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .parsed_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.knbc", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.lin", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.lin", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.lin", + "lineno": 40, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'LinThesaurusCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.lin", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.lin", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.lin", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.lin", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.lin", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.lin", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.lin", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.lin", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.lin", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .synonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.lin", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .scored_synonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.lin", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .synonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.lin", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .synonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.lin", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .render(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'blankline_tokenize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'blankline_tokenize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .use(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 128, + "pattern": "self_method_not_found", + "note": "self._para_block_reader(...) not found in class 'MarkdownCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .categories(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .raw(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .paras(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 199, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'CategorizedMarkdownCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 200, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'CategorizedMarkdownCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .render(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 259, + "pattern": "name_call_unresolved", + "note": "Call to 'Image(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .attrGet(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .attrGet(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 277, + "pattern": "name_call_unresolved", + "note": "Call to 'Link(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .attrGet(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .attrGet(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 309, + "pattern": "name_call_unresolved", + "note": "Call to 'List(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.markdown", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .render(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access ._word_elt(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access ._sent_elt(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .msd_to_universal(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .msd_to_universal(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access ._tagged_word_elt(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access ._tagged_sent_elt(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access ._lemma_word_elt(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access ._lemma_sent_elt(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 251, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 265, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 279, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .paras(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 293, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .lemma_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 312, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 331, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .lemma_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 350, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 369, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .lemma_paras(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 389, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_paras(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.mte", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'fun(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .isabs(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .handle_query(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .handle_query(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .handle_query(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .handle_query(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .handle_query(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 219, + "pattern": "self_method_not_found", + "note": "self._open(...) not found in class 'NKJPCorpus_Header_View' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 226, + "pattern": "self_method_not_found", + "note": "self.close(...) not found in class 'NKJPCorpus_Header_View' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .handle_query(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .build_preprocessed_file(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 366, + "pattern": "self_method_not_found", + "note": "self._open(...) not found in class 'NKJPCorpus_Segmentation_View' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 375, + "pattern": "self_method_not_found", + "note": "self.close(...) not found in class 'NKJPCorpus_Segmentation_View' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_preprocessed_file(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_preprocessed_file(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .build_preprocessed_file(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 411, + "pattern": "self_method_not_found", + "note": "self._open(...) not found in class 'NKJPCorpus_Text_View' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 413, + "pattern": "self_method_not_found", + "note": "self.close(...) not found in class 'NKJPCorpus_Text_View' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_preprocessed_file(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_preprocessed_file(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .build_preprocessed_file(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 462, + "pattern": "self_method_not_found", + "note": "self._open(...) not found in class 'NKJPCorpus_Morph_View' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 471, + "pattern": "self_method_not_found", + "note": "self.close(...) not found in class 'NKJPCorpus_Morph_View' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_preprocessed_file(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_preprocessed_file(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nkjp", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'find_corpus_fileids(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 79, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'NombankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 81, + "pattern": "self_method_not_found", + "note": "self.encoding(...) not found in class 'NombankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 90, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'NombankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 92, + "pattern": "self_method_not_found", + "note": "self.encoding(...) not found in class 'NombankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 105, + "pattern": "self_method_not_found", + "note": "self.fileids(...) not found in class 'NombankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 110, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'NombankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 123, + "pattern": "self_method_not_found", + "note": "self.fileids(...) not found in class 'NombankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 127, + "pattern": "self_method_not_found", + "note": "self.fileids(...) not found in class 'NombankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 133, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'NombankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 143, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 144, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'NombankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 146, + "pattern": "self_method_not_found", + "note": "self.encoding(...) not found in class 'NombankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 159, + "pattern": "name_call_unresolved", + "note": "Call to 'instance_filter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .parsed_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 279, + "pattern": "name_call_unresolved", + "note": "Call to 'parse_fileid_xform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 346, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 364, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nombank", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'XMLCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 29, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'NPSChatCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'XMLCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 36, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'NPSChatCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'XMLCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 46, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'NPSChatCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'XMLCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 57, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'NPSChatCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 80, + "pattern": "name_call_unresolved", + "note": "Call to 'map_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.nps_chat", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.opinion_lexicon", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.opinion_lexicon", + "lineno": 46, + "pattern": "self_method_not_found", + "note": "self._open(...) not found in class 'IgnoreReadmeCorpusView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.opinion_lexicon", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'read_blankline_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.opinion_lexicon", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.opinion_lexicon", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.opinion_lexicon", + "lineno": 95, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'OpinionLexiconCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.opinion_lexicon", + "lineno": 96, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'OpinionLexiconCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.opinion_lexicon", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.opinion_lexicon", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_lite", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .cursor(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_lite", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_lite", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_lite", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_lite", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .fetchall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_lite", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_lite", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .fetchall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_lite", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_lite", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_lite", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_lite", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .fetchall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_lite", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_lite", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_swadesh", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_swadesh", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_swadesh", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_swadesh", + "lineno": 46, + "pattern": "self_method_not_found", + "note": "self.fileids(...) not found in class 'PanlexSwadeshCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.panlex_swadesh", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_swadesh", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_swadesh", + "lineno": 57, + "pattern": "self_method_not_found", + "note": "self.raw(...) not found in class 'PanlexSwadeshCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.panlex_swadesh", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_swadesh", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'PanlexLanguage(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.panlex_swadesh", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_swadesh", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_swadesh", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_swadesh", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_swadesh", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_swadesh", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.panlex_swadesh", + "lineno": 92, + "pattern": "self_method_not_found", + "note": "self.fileids(...) not found in class 'PanlexSwadeshCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'defaultdict(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'defaultdict(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 186, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 200, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 221, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 235, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 252, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 266, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 283, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 297, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 314, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 328, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 345, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pl196x", + "lineno": 359, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'WordPunctTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 75, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'PlaintextCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 76, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'PlaintextCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'PunktTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 95, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'PlaintextCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 96, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'PlaintextCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 109, + "pattern": "name_call_unresolved", + "note": "Call to 'PunktTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 113, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 115, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'PlaintextCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 116, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'PlaintextCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 128, + "pattern": "self_method_not_found", + "note": "self._para_block_reader(...) not found in class 'PlaintextCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 139, + "pattern": "self_method_not_found", + "note": "self._para_block_reader(...) not found in class 'PlaintextCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 180, + "pattern": "name_call_unresolved", + "note": "Call to 'PunktTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 210, + "pattern": "self_method_not_found", + "note": "self._para_block_reader(...) not found in class 'EuroparlCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 216, + "pattern": "self_method_not_found", + "note": "self._para_block_reader(...) not found in class 'EuroparlCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 227, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 229, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'EuroparlCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.plaintext", + "lineno": 230, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'EuroparlCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.ppattach", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.ppattach", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.ppattach", + "lineno": 71, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'PPAttachmentCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.ppattach", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.ppattach", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.ppattach", + "lineno": 79, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'PPAttachmentCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.ppattach", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ppattach", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ppattach", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ppattach", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'find_corpus_fileids(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 79, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'PropbankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 81, + "pattern": "self_method_not_found", + "note": "self.encoding(...) not found in class 'PropbankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 90, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'PropbankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 92, + "pattern": "self_method_not_found", + "note": "self.encoding(...) not found in class 'PropbankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 106, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'PropbankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 129, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'PropbankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 132, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 139, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 140, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'PropbankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 142, + "pattern": "self_method_not_found", + "note": "self.encoding(...) not found in class 'PropbankCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 155, + "pattern": "name_call_unresolved", + "note": "Call to 'instance_filter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .parsed_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 285, + "pattern": "name_call_unresolved", + "note": "Call to 'parse_fileid_xform(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 353, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 371, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.propbank", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pros_cons", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'WordPunctTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pros_cons", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pros_cons", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pros_cons", + "lineno": 82, + "pattern": "self_method_not_found", + "note": "self._resolve(...) not found in class 'ProsConsCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.pros_cons", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pros_cons", + "lineno": 89, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'ProsConsCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.pros_cons", + "lineno": 90, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ProsConsCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.pros_cons", + "lineno": 106, + "pattern": "self_method_not_found", + "note": "self._resolve(...) not found in class 'ProsConsCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.pros_cons", + "lineno": 111, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.pros_cons", + "lineno": 113, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'ProsConsCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.pros_cons", + "lineno": 114, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ProsConsCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.pros_cons", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pros_cons", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pros_cons", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pros_cons", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.pros_cons", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 195, + "pattern": "name_call_unresolved", + "note": "Call to 'WordPunctTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 223, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 225, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'ReviewsCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 226, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ReviewsCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 241, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 243, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'ReviewsCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 244, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ReviewsCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 258, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 260, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'ReviewsCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 261, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ReviewsCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 275, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 277, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'ReviewsCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 278, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ReviewsCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.reviews", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.rte", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.rte", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .iter(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.rte", + "lineno": 146, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.rte", + "lineno": 146, + "pattern": "self_method_not_found", + "note": "self.xml(...) not found in class 'RTECorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 103, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 105, + "pattern": "name_call_unresolved", + "note": "Call to '_(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access ._word(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .lemma_from_key(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 210, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 214, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 214, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 216, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 218, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.semcor", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access ._word(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 54, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'SensevalCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'WhitespaceTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .bisect_right(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.senseval", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sentiwordnet", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sentiwordnet", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sentiwordnet", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sentiwordnet", + "lineno": 56, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'SentiWordNetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.sentiwordnet", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sentiwordnet", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sentiwordnet", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sentiwordnet", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .synset_from_pos_and_offset(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sentiwordnet", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .synset(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sentiwordnet", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sentiwordnet", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .offset(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sentiwordnet", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .synsets(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sentiwordnet", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sentiwordnet", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sentiwordnet", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .synset_from_pos_and_offset(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sentiwordnet", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sinica_treebank", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sinica_treebank", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sinica_treebank", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sinica_treebank", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sinica_treebank", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sinica_treebank", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sinica_treebank", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sinica_treebank", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'sinica_parse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.sinica_treebank", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.sinica_treebank", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'map_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.sinica_treebank", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.string_category", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.string_category", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.string_category", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.string_category", + "lineno": 47, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'StringCategoryCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.string_category", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.string_category", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.string_category", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 48, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'SwitchboardCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 54, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'SwitchboardCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 57, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'SwitchboardCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 63, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'SwitchboardCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 67, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'SwitchboardCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'StreamBackedCorpusView(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 75, + "pattern": "self_method_not_found", + "note": "self.abspath(...) not found in class 'SwitchboardCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'read_blankline_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 94, + "pattern": "name_call_unresolved", + "note": "Call to 'read_blankline_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 120, + "pattern": "name_call_unresolved", + "note": "Call to 'str2tuple(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.switchboard", + "lineno": 124, + "pattern": "name_call_unresolved", + "note": "Call to 'map_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'WhitespaceTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 87, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'TaggedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 112, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'TaggedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 123, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 137, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'TaggedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'map_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 152, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 166, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'TaggedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 178, + "pattern": "name_call_unresolved", + "note": "Call to 'map_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 181, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 195, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'TaggedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 207, + "pattern": "name_call_unresolved", + "note": "Call to 'map_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 210, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 224, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'TaggedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 246, + "pattern": "self_method_not_found", + "note": "self._resolve(...) not found in class 'CategorizedTaggedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 249, + "pattern": "self_method_not_found", + "note": "self._resolve(...) not found in class 'CategorizedTaggedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_paras(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 252, + "pattern": "self_method_not_found", + "note": "self._resolve(...) not found in class 'CategorizedTaggedCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 290, + "pattern": "self_method_not_found", + "note": "self._para_block_reader(...) not found in class 'TaggedCorpusView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 294, + "pattern": "name_call_unresolved", + "note": "Call to 'str2tuple(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 298, + "pattern": "self_method_not_found", + "note": "self._tag_mapping_function(...) not found in class 'TaggedCorpusView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 329, + "pattern": "name_call_unresolved", + "note": "Call to 'LineTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 330, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 337, + "pattern": "name_call_unresolved", + "note": "Call to 'read_regexp_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.tagged", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 161, + "pattern": "name_call_unresolved", + "note": "Call to 'find_corpus_fileids(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 165, + "pattern": "name_call_unresolved", + "note": "Call to 'find_corpus_fileids(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 232, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'TimitCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 271, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'TimitCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 284, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'TimitCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 296, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'TimitCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 311, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'TimitCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 320, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'TimitCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 335, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'TimitCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 348, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'TimitCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 366, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 373, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 387, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'TimitCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .getnframes(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .readframes(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .readframes(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .TemporaryFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .setparams(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .getparams(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .writeframes(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 414, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'TimitCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .setfmt(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .channels(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .speed(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .init(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .play(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .Sound(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .get_busy(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.timit", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.toolbox", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.toolbox", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.toolbox", + "lineno": 25, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ToolboxCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.toolbox", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'concat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.toolbox", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .fields(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.toolbox", + "lineno": 45, + "pattern": "self_method_not_found", + "note": "self.abspaths(...) not found in class 'ToolboxCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.toolbox", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.twitter", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'TweetTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.twitter", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .getsize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.twitter", + "lineno": 90, + "pattern": "self_method_not_found", + "note": "self.CorpusView(...) not found in class 'TwitterCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.twitter", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.twitter", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.twitter", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.twitter", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.udhr", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .file_size(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 213, + "pattern": "name_call_unresolved", + "note": "Call to '_secure_open(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 216, + "pattern": "name_call_unresolved", + "note": "Call to '_secure_open(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 253, + "pattern": "name_call_unresolved", + "note": "Call to 'LazySubsequence(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .bisect_right(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .bisect_right(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .iterate_from(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 465, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .iselement(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .Element(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 502, + "pattern": "name_call_unresolved", + "note": "Call to 'wordpunct_tokenize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 648, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 689, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 689, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 695, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 722, + "pattern": "attribute_call", + "note": "Call via attribute access .namelist(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 723, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 738, + "pattern": "attribute_call", + "note": "Call via attribute access .commonpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 748, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 751, + "pattern": "attribute_call", + "note": "Call via attribute access .commonpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 762, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 766, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 780, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 784, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 786, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 799, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.util", + "lineno": 801, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 520, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 635, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.verbnet", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordlist", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordlist", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordlist", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordlist", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordlist", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'line_tokenize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordlist", + "lineno": 37, + "pattern": "self_method_not_found", + "note": "self.raw(...) not found in class 'WordListCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordlist", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordlist", + "lineno": 48, + "pattern": "self_method_not_found", + "note": "self.fileids(...) not found in class 'SwadeshCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordlist", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'line_tokenize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordlist", + "lineno": 108, + "pattern": "self_method_not_found", + "note": "self.raw(...) not found in class 'NonbreakingPrefixesCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordlist", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordlist", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordlist", + "lineno": 157, + "pattern": "self_method_not_found", + "note": "self.raw(...) not found in class 'UnicharsCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordlist", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordlist", + "lineno": 182, + "pattern": "name_call_unresolved", + "note": "Call to 'line_tokenize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordlist", + "lineno": 182, + "pattern": "self_method_not_found", + "note": "self.raw(...) not found in class 'MWAPPDBCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 139, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 142, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 145, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 148, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 151, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 154, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 157, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 160, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 163, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 166, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 169, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 172, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 175, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 178, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 181, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 184, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 187, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 190, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 193, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 196, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 199, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 202, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 205, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 208, + "pattern": "self_method_not_found", + "note": "self._related(...) not found in class '_WordNetObject' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 336, + "pattern": "name_call_unresolved", + "note": "Call to 'get_synset(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .lemma_count(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .langs(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access ._load_lang_data(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .ss2of(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .get_version(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access ._load_lang_data(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .ss2of(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access ._load_lang_data(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .instance_hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .max_depth(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .min_depth(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 681, + "pattern": "attribute_call", + "note": "Call via attribute access .hypernym_paths(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 682, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access ._iter_hypernym_lists(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .intersection(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .min_depth(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 760, + "pattern": "attribute_call", + "note": "Call via attribute access .min_depth(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 762, + "pattern": "attribute_call", + "note": "Call via attribute access .max_depth(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .max_depth(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 782, + "pattern": "attribute_call", + "note": "Call via attribute access .hypernym_distances(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 798, + "pattern": "attribute_call", + "note": "Call via attribute access .popleft(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 804, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 804, + "pattern": "attribute_call", + "note": "Call via attribute access ._hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 805, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 805, + "pattern": "attribute_call", + "note": "Call via attribute access ._instance_hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 833, + "pattern": "attribute_call", + "note": "Call via attribute access ._shortest_hypernym_paths(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 840, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 841, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 844, + "pattern": "attribute_call", + "note": "Call via attribute access .isinf(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 876, + "pattern": "attribute_call", + "note": "Call via attribute access ._needs_root(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 910, + "pattern": "name_call_unresolved", + "note": "Call to 'WordNetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 919, + "pattern": "attribute_call", + "note": "Call via attribute access ._compute_max_depth(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 929, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 966, + "pattern": "attribute_call", + "note": "Call via attribute access ._needs_root(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 985, + "pattern": "attribute_call", + "note": "Call via attribute access .max_depth(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 999, + "pattern": "attribute_call", + "note": "Call via attribute access .shortest_path_distance(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1091, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1096, + "pattern": "attribute_call", + "note": "Call via attribute access .hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1096, + "pattern": "attribute_call", + "note": "Call via attribute access .instance_hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1108, + "pattern": "name_call_unresolved", + "note": "Call to 'get_synset(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1163, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1187, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1203, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'WordNetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1205, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1207, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1234, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyCorpusLoader(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1237, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1240, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1240, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1242, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1242, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1250, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1252, + "pattern": "attribute_call", + "note": "Call via attribute access .intersection(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1252, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1253, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1257, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1274, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1283, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1301, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1303, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1305, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1319, + "pattern": "attribute_call", + "note": "Call via attribute access .offset(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1319, + "pattern": "attribute_call", + "note": "Call via attribute access .pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1332, + "pattern": "name_call_unresolved", + "note": "Call to 'WordNetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1345, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1345, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1351, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1353, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1354, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1356, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1365, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1385, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1397, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1399, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1399, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1401, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1401, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1407, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1408, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1412, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1414, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'WordNetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1416, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1419, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1452, + "pattern": "name_call_unresolved", + "note": "Call to 'WordNetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1469, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1471, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'WordNetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1473, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1489, + "pattern": "attribute_call", + "note": "Call via attribute access .max_depth(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1501, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1503, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1505, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1506, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1517, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1517, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1522, + "pattern": "attribute_call", + "note": "Call via attribute access .lemmas(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1525, + "pattern": "name_call_unresolved", + "note": "Call to 'WordNetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1529, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1531, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1532, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1537, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'WordNetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1540, + "pattern": "name_call_unresolved", + "note": "Call to '_binary_search_file(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1542, + "pattern": "name_call_unresolved", + "note": "Call to 'WordNetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1543, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1549, + "pattern": "name_call_unresolved", + "note": "Call to 'WordNetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1556, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1556, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1563, + "pattern": "name_call_unresolved", + "note": "Call to 'WordNetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1566, + "pattern": "name_call_unresolved", + "note": "Call to 'WordNetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1580, + "pattern": "name_call_unresolved", + "note": "Call to 'WordNetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1593, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1595, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'WordNetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1614, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1615, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1619, + "pattern": "attribute_call", + "note": "Call via attribute access .isalnum(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1627, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1628, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1647, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1647, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1648, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1648, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1649, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1651, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1653, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1656, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1679, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1680, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1683, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1684, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1694, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1701, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1719, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1721, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1722, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1726, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1727, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1731, + "pattern": "name_call_unresolved", + "note": "Call to 'WordNetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1750, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1753, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1755, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1799, + "pattern": "attribute_call", + "note": "Call via attribute access .synset(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1812, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1820, + "pattern": "name_call_unresolved", + "note": "Call to 'get_synset(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1823, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1841, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1846, + "pattern": "attribute_call", + "note": "Call via attribute access .lemmas(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1847, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1847, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1855, + "pattern": "attribute_call", + "note": "Call via attribute access .pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1857, + "pattern": "attribute_call", + "note": "Call via attribute access .lemmas(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1858, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1858, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1914, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1932, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'WordNetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1936, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1937, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1939, + "pattern": "attribute_call", + "note": "Call via attribute access .isspace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1945, + "pattern": "name_call_unresolved", + "note": "Call to 'from_pos_and_line(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1957, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1958, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1962, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1965, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1974, + "pattern": "attribute_call", + "note": "Call via attribute access .lemma_names(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1986, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1988, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 1989, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2021, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'WordNetCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2023, + "pattern": "name_call_unresolved", + "note": "Call to '_binary_search_file(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2025, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2030, + "pattern": "attribute_call", + "note": "Call via attribute access .path_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2035, + "pattern": "attribute_call", + "note": "Call via attribute access .lch_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2040, + "pattern": "attribute_call", + "note": "Call via attribute access .wup_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2045, + "pattern": "attribute_call", + "note": "Call via attribute access .res_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2050, + "pattern": "attribute_call", + "note": "Call via attribute access .jcn_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2055, + "pattern": "attribute_call", + "note": "Call via attribute access .lin_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2134, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2145, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2186, + "pattern": "name_call_unresolved", + "note": "Call to 'map_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2211, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2242, + "pattern": "attribute_call", + "note": "Call via attribute access ._iter_hypernym_lists(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2262, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2271, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2275, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2276, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2277, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2277, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2290, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2293, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2299, + "pattern": "attribute_call", + "note": "Call via attribute access .pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2302, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2306, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2306, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2307, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2309, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2311, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2315, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2329, + "pattern": "attribute_call", + "note": "Call via attribute access .hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2384, + "pattern": "attribute_call", + "note": "Call via attribute access .synset(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2385, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2386, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2391, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2399, + "pattern": "attribute_call", + "note": "Call via attribute access .union(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2415, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2435, + "pattern": "self_method_not_found", + "note": "self.open(...) not found in class 'WordNetICCorpusReader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2439, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2463, + "pattern": "attribute_call", + "note": "Call via attribute access .path_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2469, + "pattern": "attribute_call", + "note": "Call via attribute access .lch_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2473, + "pattern": "attribute_call", + "note": "Call via attribute access .wup_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2477, + "pattern": "attribute_call", + "note": "Call via attribute access .res_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2481, + "pattern": "attribute_call", + "note": "Call via attribute access .jcn_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2485, + "pattern": "attribute_call", + "note": "Call via attribute access .lin_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2514, + "pattern": "name_call_unresolved", + "note": "Call to 'WordNetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2521, + "pattern": "attribute_call", + "note": "Call via attribute access .common_hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2544, + "pattern": "name_call_unresolved", + "note": "Call to 'WordNetError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.wordnet", + "lineno": 2550, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .getroot(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'WordPunctTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .getiterator(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .iter(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .char_seek_forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .char_seek_forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 392, + "pattern": "name_call_unresolved", + "note": "Call to 'elt_handler(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.xmldocs", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ycoe", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ycoe", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ycoe", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ycoe", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ycoe", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ycoe", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ycoe", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ycoe", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ycoe", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .paras(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ycoe", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ycoe", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ycoe", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_paras(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ycoe", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .parsed_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ycoe", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ycoe", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.corpus.reader.ycoe", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 180, + "pattern": "name_call_unresolved", + "note": "Call to 'CFG(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 180, + "pattern": "name_call_unresolved", + "note": "Call to 'Nonterminal(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .focus(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .focus(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .tk_focusNext(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_names(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_names(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .compare(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 522, + "pattern": "name_call_unresolved", + "note": "Call to 'Nonterminal(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 523, + "pattern": "name_call_unresolved", + "note": "Call to 'CFG(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 525, + "pattern": "self_method_not_found", + "note": "self._set_cfg_callback(...) not found in class 'CFGEditor' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.cfg", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 533, + "pattern": "self_method_not_found", + "note": "self._set_cfg_callback(...) not found in class 'CFGEditor' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.cfg", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 596, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .focus(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .add_callback(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .add_callback(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 627, + "pattern": "attribute_call", + "note": "Call via attribute access .canvas(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 673, + "pattern": "attribute_call", + "note": "Call via attribute access .text(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 673, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .text(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 695, + "pattern": "attribute_call", + "note": "Call via attribute access .highlight(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 703, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 704, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 716, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 724, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 727, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 734, + "pattern": "name_call_unresolved", + "note": "Call to 'Nonterminal(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 737, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 738, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 739, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 740, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 741, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 742, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 743, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 744, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 745, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 747, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 748, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 749, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 750, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 751, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 752, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 753, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 754, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 755, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 756, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 757, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 759, + "pattern": "name_call_unresolved", + "note": "Call to 'CFG(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 761, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 775, + "pattern": "name_call_unresolved", + "note": "Call to 'Nonterminal(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 806, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 808, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 820, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 821, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 822, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 823, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 824, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 825, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 826, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 827, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 828, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 830, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 831, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 832, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 833, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 834, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 835, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 836, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 837, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 838, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 839, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 840, + "pattern": "name_call_unresolved", + "note": "Call to 'Production(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.cfg", + "lineno": 846, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.cfg", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.dispersion", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .casefold(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.dispersion", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .casefold(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.dispersion", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.dispersion", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.dispersion", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .subplots(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.dispersion", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.dispersion", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .autoscale(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.dispersion", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .set_yticks(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.dispersion", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .set_ylim(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.dispersion", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .set_title(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.dispersion", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .set_xlabel(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.dispersion", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.dispersion", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 106, + "pattern": "self_method_not_found", + "note": "self.grid_rowconfigure(...) not found in class 'MultiListbox' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.table", + "lineno": 108, + "pattern": "self_method_not_found", + "note": "self.grid_columnconfigure(...) not found in class 'MultiListbox' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.table", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 141, + "pattern": "self_method_not_found", + "note": "self.bind(...) not found in class 'MultiListbox' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.table", + "lineno": 144, + "pattern": "self_method_not_found", + "note": "self.bind(...) not found in class 'MultiListbox' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.table", + "lineno": 145, + "pattern": "self_method_not_found", + "note": "self.bind(...) not found in class 'MultiListbox' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.table", + "lineno": 146, + "pattern": "self_method_not_found", + "note": "self.bind(...) not found in class 'MultiListbox' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.table", + "lineno": 147, + "pattern": "self_method_not_found", + "note": "self.bind(...) not found in class 'MultiListbox' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.table", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .winfo_x(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .winfo_width(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .winfo_width(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .winfo_width(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .winfo_x(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .winfo_x(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .winfo_width(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .unbind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .unbind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .nearest(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 247, + "pattern": "self_method_not_found", + "note": "self.focus(...) not found in class 'MultiListbox' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.table", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .yview_scroll(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfigure(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfigure(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfigure(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 407, + "pattern": "self_method_not_found", + "note": "self.grid_bbox(...) not found in class 'MultiListbox' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.table", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .grid_forget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .grid_forget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 427, + "pattern": "self_method_not_found", + "note": "self.grid_columnconfigure(...) not found in class 'MultiListbox' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.table", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 442, + "pattern": "self_method_not_found", + "note": "self.grid_columnconfigure(...) not found in class 'MultiListbox' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.table", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .curselection(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_includes(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .nearest(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .activate(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .scan_mark(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .scan_dragto(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .see(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_anchor(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .yview(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .yview_moveto(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .yview_scroll(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 687, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 712, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 716, + "pattern": "attribute_call", + "note": "Call via attribute access .focus(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .rowconfigure(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access .columnconfigure(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfigure(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 739, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_to_labels(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 743, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_to_listboxes(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_to_columns(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 768, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 771, + "pattern": "self_method_not_found", + "note": "self._reprfunc(...) not found in class 'Table' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.table", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 806, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 849, + "pattern": "self_method_not_found", + "note": "self._reprfunc(...) not found in class 'Table' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.table", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 851, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 860, + "pattern": "self_method_not_found", + "note": "self._reprfunc(...) not found in class 'Table' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.table", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 874, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 919, + "pattern": "attribute_call", + "note": "Call via attribute access .hide_column(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 923, + "pattern": "attribute_call", + "note": "Call via attribute access .show_column(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 935, + "pattern": "attribute_call", + "note": "Call via attribute access .curselection(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 943, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 977, + "pattern": "attribute_call", + "note": "Call via attribute access .reverse(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 979, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 980, + "pattern": "attribute_call", + "note": "Call via attribute access .itemgetter(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 997, + "pattern": "attribute_call", + "note": "Call via attribute access ._resize_column(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1018, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1021, + "pattern": "self_method_not_found", + "note": "self._reprfunc(...) not found in class 'Table' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.table", + "lineno": 1022, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1026, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1084, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1091, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfigure(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1093, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1096, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1099, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfigure(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1117, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1125, + "pattern": "self_method_not_found", + "note": "self._reprfunc(...) not found in class 'Table' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.table", + "lineno": 1126, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1137, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1137, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1141, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1149, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1152, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1153, + "pattern": "attribute_call", + "note": "Call via attribute access .synsets(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1155, + "pattern": "attribute_call", + "note": "Call via attribute access .definition(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1155, + "pattern": "attribute_call", + "note": "Call via attribute access .hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1159, + "pattern": "attribute_call", + "note": "Call via attribute access .definition(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1159, + "pattern": "attribute_call", + "note": "Call via attribute access .hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1162, + "pattern": "attribute_call", + "note": "Call via attribute access .definition(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1164, + "pattern": "attribute_call", + "note": "Call via attribute access .columnconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1165, + "pattern": "attribute_call", + "note": "Call via attribute access .columnconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1166, + "pattern": "attribute_call", + "note": "Call via attribute access .columnconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1167, + "pattern": "attribute_call", + "note": "Call via attribute access .columnconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1171, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.table", + "lineno": 1174, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .create_polygon(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 433, + "pattern": "name_call_unresolved", + "note": "Call to 'make_node(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.tree", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 449, + "pattern": "name_call_unresolved", + "note": "Call to 'make_leaf(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.tree", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_click(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 614, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_click(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_drag(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_drag(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 630, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_click(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_click(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_drag(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_drag(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 648, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_click(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_click(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 657, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_drag(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_drag(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 667, + "pattern": "name_call_unresolved", + "note": "Call to 'make_node(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.tree", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 669, + "pattern": "name_call_unresolved", + "note": "Call to 'make_leaf(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.tree", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 696, + "pattern": "name_call_unresolved", + "note": "Call to 'make_node(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.tree", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 710, + "pattern": "name_call_unresolved", + "note": "Call to 'make_leaf(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.tree", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 723, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 727, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 737, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 741, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 743, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 751, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 756, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 758, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 765, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 770, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 779, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 783, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 808, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 811, + "pattern": "attribute_call", + "note": "Call via attribute access .hidden(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access .manage(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 814, + "pattern": "attribute_call", + "note": "Call via attribute access .hide(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 827, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .replace_child(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 836, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 837, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 837, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 838, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 838, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 839, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 842, + "pattern": "attribute_call", + "note": "Call via attribute access .hide(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 845, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 845, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 860, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 865, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 871, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 878, + "pattern": "attribute_call", + "note": "Call via attribute access .canvas(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 890, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 891, + "pattern": "attribute_call", + "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 894, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 902, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 906, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 907, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 908, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 914, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 920, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 923, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 926, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 933, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 947, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 954, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 961, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 963, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 966, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 967, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 968, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 969, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 977, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 986, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 998, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1008, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1021, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1025, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1051, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1055, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1058, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1058, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .child(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1064, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_click(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1065, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_click(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1070, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1083, + "pattern": "attribute_call", + "note": "Call via attribute access .set_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1083, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1083, + "pattern": "attribute_call", + "note": "Call via attribute access .expanded_tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1084, + "pattern": "attribute_call", + "note": "Call via attribute access .set_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1084, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1084, + "pattern": "attribute_call", + "note": "Call via attribute access .collapsed_tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1085, + "pattern": "attribute_call", + "note": "Call via attribute access .set_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1085, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1085, + "pattern": "attribute_call", + "note": "Call via attribute access .collapsed_tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1086, + "pattern": "attribute_call", + "note": "Call via attribute access .set_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1086, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1086, + "pattern": "attribute_call", + "note": "Call via attribute access .collapsed_tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1089, + "pattern": "attribute_call", + "note": "Call via attribute access .set_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1089, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1089, + "pattern": "attribute_call", + "note": "Call via attribute access .expanded_tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1090, + "pattern": "attribute_call", + "note": "Call via attribute access .set_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1090, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1090, + "pattern": "attribute_call", + "note": "Call via attribute access .collapsed_tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1091, + "pattern": "attribute_call", + "note": "Call via attribute access .set_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1091, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1091, + "pattern": "attribute_call", + "note": "Call via attribute access .collapsed_tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1092, + "pattern": "attribute_call", + "note": "Call via attribute access .set_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1092, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1092, + "pattern": "attribute_call", + "note": "Call via attribute access .collapsed_tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1106, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.tree", + "lineno": 1120, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_unbind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_unbind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_unbind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .manage(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .tags(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .unbind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .__start_drag(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 591, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .unbind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 614, + "pattern": "attribute_call", + "note": "Call via attribute access .unbind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 642, + "pattern": "name_call_unresolved", + "note": "Call to 'cb(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.util", + "lineno": 646, + "pattern": "attribute_call", + "note": "Call via attribute access .__drag(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 657, + "pattern": "name_call_unresolved", + "note": "Call to 'cb(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.util", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .__click(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 701, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 768, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 769, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 785, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 787, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 797, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 809, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 865, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 901, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 903, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 904, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 906, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 909, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 910, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 914, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 916, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 919, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 920, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 921, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 949, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1008, + "pattern": "attribute_call", + "note": "Call via attribute access .create_rectangle(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1009, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1010, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1016, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1018, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1024, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1026, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1028, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1031, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1033, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1068, + "pattern": "attribute_call", + "note": "Call via attribute access .create_oval(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1069, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1070, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1072, + "pattern": "attribute_call", + "note": "Call via attribute access .create_oval(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1075, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1076, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1085, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1087, + "pattern": "attribute_call", + "note": "Call via attribute access .create_oval(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1092, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1093, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1095, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1097, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1100, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1102, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1104, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1106, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1114, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1116, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1118, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1125, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1143, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1147, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1185, + "pattern": "attribute_call", + "note": "Call via attribute access .create_arc(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1186, + "pattern": "attribute_call", + "note": "Call via attribute access .create_arc(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1187, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1191, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1192, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1194, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1195, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1197, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1201, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1203, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1205, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1208, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1210, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1211, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1240, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1241, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1242, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1246, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1247, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1249, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1250, + "pattern": "attribute_call", + "note": "Call via attribute access .itemconfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1252, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1256, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1258, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1260, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1263, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1265, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1268, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1308, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1320, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1330, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1345, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1348, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1349, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1352, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1356, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1358, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1363, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1365, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1374, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1377, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1382, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1383, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1389, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1390, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1411, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1425, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1444, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1480, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1492, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1502, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1517, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1520, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1521, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1524, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1528, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1530, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1535, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1537, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1546, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1549, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1554, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1555, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1561, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1562, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1583, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1597, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1616, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1647, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1648, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1660, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1671, + "pattern": "attribute_call", + "note": "Call via attribute access .coords(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1703, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1743, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1795, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1796, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1797, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1798, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1811, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1812, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1813, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1816, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1830, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1836, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1839, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1841, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1858, + "pattern": "attribute_call", + "note": "Call via attribute access .postscript(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1869, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1871, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1871, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1879, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1913, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1914, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1917, + "pattern": "attribute_call", + "note": "Call via attribute access .add_child(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1924, + "pattern": "attribute_call", + "note": "Call via attribute access .width(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1925, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1933, + "pattern": "attribute_call", + "note": "Call via attribute access .bbox(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1934, + "pattern": "attribute_call", + "note": "Call via attribute access .move(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1939, + "pattern": "attribute_call", + "note": "Call via attribute access .find_overlapping(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1947, + "pattern": "attribute_call", + "note": "Call via attribute access .find_overlapping(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1954, + "pattern": "attribute_call", + "note": "Call via attribute access .find_overlapping(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1966, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1970, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_child(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1977, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1987, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 1999, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2023, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2026, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2029, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2031, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2033, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2035, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2040, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2041, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2042, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2043, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2044, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2047, + "pattern": "attribute_call", + "note": "Call via attribute access .focus(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2050, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2059, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2070, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2082, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2106, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2110, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2113, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2115, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2116, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2120, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2124, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2126, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2128, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2130, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2132, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2133, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2134, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2136, + "pattern": "attribute_call", + "note": "Call via attribute access .focus(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2139, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2140, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2142, + "pattern": "self_method_not_found", + "note": "self._set_callback(...) not found in class 'EntryDialog' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.util", + "lineno": 2157, + "pattern": "self_method_not_found", + "note": "self._set_callback(...) not found in class 'EntryDialog' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.util", + "lineno": 2157, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2162, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2201, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2204, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2205, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2254, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2258, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2259, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2261, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2262, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2265, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2275, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2276, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2278, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2281, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2289, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2291, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2306, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2307, + "pattern": "attribute_call", + "note": "Call via attribute access .see(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2334, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2342, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2365, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2369, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2373, + "pattern": "attribute_call", + "note": "Call via attribute access .focus(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2383, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2386, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2387, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2388, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2389, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2392, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2398, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2399, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2402, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2411, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2412, + "pattern": "name_call_unresolved", + "note": "Call to 'cb_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.draw.util", + "lineno": 2416, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2417, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2422, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2423, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2424, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2437, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2438, + "pattern": "attribute_call", + "note": "Call via attribute access .see(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2439, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2440, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2442, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2443, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2444, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2456, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2463, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2474, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2492, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2493, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2496, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2498, + "pattern": "self_method_not_found", + "note": "self._callback(...) not found in class 'MutableOptionMenu' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.draw.util", + "lineno": 2502, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2504, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2509, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw.util", + "lineno": 2513, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.draw", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.huggingface.dataset", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.huggingface.dataset", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.huggingface.dataset", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.huggingface.dataset", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.huggingface.dataset", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .filter(...) - target object type not statically resolved." + }, + { + "module": "nltk.huggingface.dataset", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "nltk.huggingface.dataset", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "nltk.huggingface.dataset", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.huggingface.dataset", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.huggingface.dataset", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .unique(...) - target object type not statically resolved." + }, + { + "module": "nltk.huggingface.dataset", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.huggingface.dataset", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "nltk.huggingface.dataset", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.huggingface.dataset", + "lineno": 325, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.huggingface.dataset", + "lineno": 329, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.api", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access ._prove(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 297, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.api", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access ._build_model(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 353, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.api", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .assumptions(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .goal(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .add_assumptions(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .retract_assumptions(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .print_assumptions(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access ._prove(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 434, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.api", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .decorate_proof(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .get_prover(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access ._build_model(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 487, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.api", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access ._decorate_model(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .get_prover(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .prove(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .build_model(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .is_alive(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .is_alive(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .prove(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .build_model(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .is_alive(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .is_alive(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 602, + "pattern": "self_method_not_found", + "note": "self._command(...) not found in class 'TheoremToolThread' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.inference.api", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .localtime(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.api", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'load_parser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.discourse", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 120, + "pattern": "name_call_unresolved", + "note": "Call to 'root_semrep(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.discourse", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_to_meaning(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_to_readings(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .combine_readings(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .process_thread(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.discourse", + "lineno": 635, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.mace", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .model(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access ._make_model_var(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access ._make_relation_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 96, + "pattern": "name_call_unresolved", + "note": "Call to 'Valuation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.mace", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access ._make_relation_tuple(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access ._make_model_var(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access ._make_relation_tuple(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 208, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.mace", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access ._find_binary(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access ._call(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access ._make_relation_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access ._make_relation_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.mace", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access ._make_relation_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .constants(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .assumptions(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .goal(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .goal(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .assumptions(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .__class__(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .assumptions(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .goal(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .prove(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 162, + "pattern": "self_method_not_found", + "note": "self.append(...) not found in class 'SetHolder' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .assumptions(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute_bindings(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 257, + "pattern": "name_call_unresolved", + "note": "Call to 'antecedent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .uncurry(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .append_sig(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .uncurry(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .uncurry(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .append_prop(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_sig_len(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 348, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 349, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 350, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 360, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 361, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 362, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 363, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 373, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 374, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 375, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 376, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 386, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 387, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 388, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 398, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 399, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 400, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 401, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 402, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 403, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 417, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 418, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 419, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 429, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 430, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 431, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 432, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 446, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 447, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 448, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 458, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 459, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 460, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 461, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 462, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 472, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 473, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 474, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 475, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 476, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 490, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 491, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 492, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 507, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 508, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 509, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 510, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 511, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 515, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 518, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 521, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 525, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 526, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 527, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 530, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 531, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 532, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.nonmonotonic", + "lineno": 547, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.prover9", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.prover9", + "lineno": 59, + "pattern": "self_method_not_found", + "note": "self.assumptions(...) not found in class 'Prover9CommandParent' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.inference.prover9", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.prover9", + "lineno": 62, + "pattern": "self_method_not_found", + "note": "self.assumptions(...) not found in class 'Prover9CommandParent' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.inference.prover9", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.prover9", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access ._call_prooftrans(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.prover9", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.prover9", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.prover9", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.prover9", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.prover9", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.prover9", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.prover9", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.prover9", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.prover9", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .prover9_input(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.prover9", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.prover9", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.prover9", + "lineno": 368, + "pattern": "name_call_unresolved", + "note": "Call to 'Prover9LimitExceededException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.prover9", + "lineno": 370, + "pattern": "name_call_unresolved", + "note": "Call to 'Prover9FatalException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.prover9", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.prover9", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .prove(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access ._decorate_clauses(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .is_tautology(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .is_tautology(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access ._prove(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access ._decorate_clauses(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .is_tautology(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .subsumes(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .__getslice__(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .__add__(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .free(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .constants(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute_bindings(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 347, + "pattern": "name_call_unresolved", + "note": "Call to 'finalize_method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 391, + "pattern": "name_call_unresolved", + "note": "Call to 'finalize_method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 496, + "pattern": "name_call_unresolved", + "note": "Call to 'skolemize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .free(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 526, + "pattern": "name_call_unresolved", + "note": "Call to 'ProverParseError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .free(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .constants(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .prove(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .prove(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 713, + "pattern": "attribute_call", + "note": "Call via attribute access .prove(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 718, + "pattern": "attribute_call", + "note": "Call via attribute access .prove(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.resolution", + "lineno": 725, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 726, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 727, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 728, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 730, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 731, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 733, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 735, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 736, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 737, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 738, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 739, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 741, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 742, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 743, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 744, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 745, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.resolution", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .prove(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .pop_first(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 101, + "pattern": "name_call_unresolved", + "note": "Call to 'proof_method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.tableau", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .negate(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'context(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.tableau", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_alls_fresh(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .negate(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 137, + "pattern": "name_call_unresolved", + "note": "Call to 'context(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.tableau", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_alls_fresh(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_alls_fresh(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_alls_fresh(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .uncurry(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .is_atom(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 186, + "pattern": "name_call_unresolved", + "note": "Call to 'ctx(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.tableau", + "lineno": 186, + "pattern": "name_call_unresolved", + "note": "Call to 'ctx(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.tableau", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 188, + "pattern": "name_call_unresolved", + "note": "Call to 'context(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.tableau", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .uncurry(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .is_atom(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 203, + "pattern": "name_call_unresolved", + "note": "Call to 'ctx(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.tableau", + "lineno": 203, + "pattern": "name_call_unresolved", + "note": "Call to 'ctx(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.tableau", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 206, + "pattern": "name_call_unresolved", + "note": "Call to 'context(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.tableau", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .clone(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .clone(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .clone(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .clone(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .clone(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .put_atoms(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .replace_all(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_neqs_fresh(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_alls_fresh(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .line(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_alls_fresh(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .is_atom(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .is_atom(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 536, + "pattern": "name_call_unresolved", + "note": "Call to 'ProverParseError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.tableau", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .is_atom(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 564, + "pattern": "name_call_unresolved", + "note": "Call to 'ProverParseError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.inference.tableau", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 596, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.inference.tableau", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .prove(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.api", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .fsum(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.api", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .Random(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.api", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .fsum(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.api", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .random(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.api", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.api", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.api", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.api", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.api", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.api", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.api", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.api", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.counter", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.counter", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.counter", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.counter", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.counter", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.counter", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.counter", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .__len__(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.models", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.models", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.models", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.models", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.models", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.models", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.models", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.models", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.models", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.models", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'smoothing_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.lm.models", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .unigram_score(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.models", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .alpha_gamma(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.models", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.models", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.models", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.preprocessing", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'pad_both_ends(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.lm.preprocessing", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'padding_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.lm.preprocessing", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'flatten(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.lm.smoothing", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.smoothing", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'as_count(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.lm.smoothing", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.smoothing", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.smoothing", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.smoothing", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.smoothing", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.smoothing", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.smoothing", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.smoothing", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .freq(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.smoothing", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.smoothing", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.smoothing", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.vocabulary", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.vocabulary", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.vocabulary", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.lm.vocabulary", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 148, + "pattern": "self_method_not_found", + "note": "self.distance(...) not found in class 'AnnotationTask' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 205, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 222, + "pattern": "self_method_not_found", + "note": "self.distance(...) not found in class 'AnnotationTask' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 290, + "pattern": "self_method_not_found", + "note": "self.distance(...) not found in class 'AnnotationTask' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 336, + "pattern": "self_method_not_found", + "note": "self.distance(...) not found in class 'AnnotationTask' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .OptionParser(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .print_help(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 434, + "pattern": "name_call_unresolved", + "note": "Call to 'exit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.agreement", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .shutdown(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.aline", + "lineno": 1382, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.aline", + "lineno": 1402, + "pattern": "attribute_call", + "note": "Call via attribute access .amax(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.aline", + "lineno": 1423, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.aline", + "lineno": 1437, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.aline", + "lineno": 1449, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.aline", + "lineno": 1452, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.aline", + "lineno": 1455, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.aline", + "lineno": 1518, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.aline", + "lineno": 1566, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.aline", + "lineno": 1566, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.aline", + "lineno": 1570, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.association", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .log2(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.association", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to '_product(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.association", + "lineno": 111, + "pattern": "name_call_unresolved", + "note": "Call to '_product(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.association", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access ._contingency(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.association", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access ._expected_values(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.association", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.association", + "lineno": 129, + "pattern": "name_call_unresolved", + "note": "Call to '_product(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.association", + "lineno": 138, + "pattern": "name_call_unresolved", + "note": "Call to '_log2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.association", + "lineno": 138, + "pattern": "name_call_unresolved", + "note": "Call to '_log2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.association", + "lineno": 139, + "pattern": "name_call_unresolved", + "note": "Call to '_product(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.association", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access ._contingency(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.association", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to '_ln(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.association", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access ._expected_values(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.association", + "lineno": 154, + "pattern": "name_call_unresolved", + "note": "Call to '_product(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.association", + "lineno": 155, + "pattern": "name_call_unresolved", + "note": "Call to '_log2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.association", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access ._contingency(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.association", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access ._contingency(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.association", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .phi_sq(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.association", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access ._contingency(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.association", + "lineno": 457, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.association", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.association", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.association", + "lineno": 472, + "pattern": "name_call_unresolved", + "note": "Call to 'old_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.association", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access ._marginals(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.confusionmatrix", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .rjust(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.confusionmatrix", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.confusionmatrix", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.confusionmatrix", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.confusionmatrix", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.confusionmatrix", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.confusionmatrix", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .pretty_format(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.confusionmatrix", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .recall(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.distance", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.distance", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.distance", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .itemgetter(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.distance", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .union(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.distance", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .intersection(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.distance", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .union(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.distance", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .intersection(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.distance", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .union(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.distance", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.distance", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.distance", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.paice", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.paice", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.paice", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.paice", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.paice", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.paice", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.paice", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.paice", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.paice", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.paice", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.scores", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .intersection(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.scores", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .intersection(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.scores", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.scores", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.scores", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.scores", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.scores", + "lineno": 169, + "pattern": "name_call_unresolved", + "note": "Call to 'stat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.scores", + "lineno": 169, + "pattern": "name_call_unresolved", + "note": "Call to 'stat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.scores", + "lineno": 176, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyConcatenation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.scores", + "lineno": 185, + "pattern": "name_call_unresolved", + "note": "Call to 'stat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.scores", + "lineno": 185, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.scores", + "lineno": 186, + "pattern": "name_call_unresolved", + "note": "Call to 'stat(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.scores", + "lineno": 186, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.metrics.scores", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.scores", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.segmentation", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.segmentation", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.segmentation", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.segmentation", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.segmentation", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .arange(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.segmentation", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.segmentation", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.metrics.segmentation", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.chomsky", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.chomsky", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .shuffle(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.chomsky", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.chomsky", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.chomsky", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.minimalset", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.minimalset", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.minimalset", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.wordfinder", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.wordfinder", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'xf(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.misc.wordfinder", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'yf(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.misc.wordfinder", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'xf(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.misc.wordfinder", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'yf(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.misc.wordfinder", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'xf(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.misc.wordfinder", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'yf(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.misc.wordfinder", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.wordfinder", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.wordfinder", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.wordfinder", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .choice(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.wordfinder", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.wordfinder", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.wordfinder", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .choice(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.wordfinder", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.misc.wordfinder", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .shuffle(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.bllip", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.bllip", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.bllip", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .load_parser_model(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.bllip", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .load_reranker_model(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.bllip", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.bllip", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_tagged(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.bllip", + "lineno": 245, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.bllip", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .from_unified_model_dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.bllip", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.bllip", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.bllip", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.bllip", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.bllip", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.bllip", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.bllip", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.bllip", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.bllip", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 654, + "pattern": "name_call_unresolved", + "note": "Call to 'OrderedDict(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.chart", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .is_incomplete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .product(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 736, + "pattern": "name_call_unresolved", + "note": "Call to 'tree_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.chart", + "lineno": 739, + "pattern": "attribute_call", + "note": "Call via attribute access .is_incomplete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 740, + "pattern": "name_call_unresolved", + "note": "Call to 'tree_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.chart", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 742, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 759, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .is_complete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 788, + "pattern": "attribute_call", + "note": "Call via attribute access .is_complete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 788, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 790, + "pattern": "attribute_call", + "note": "Call via attribute access .is_complete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 810, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 835, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 868, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 868, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 884, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 892, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 894, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 898, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1004, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1030, + "pattern": "attribute_call", + "note": "Call via attribute access .is_incomplete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1031, + "pattern": "attribute_call", + "note": "Call via attribute access .is_complete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1032, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1032, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1033, + "pattern": "attribute_call", + "note": "Call via attribute access .nextsym(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1033, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1038, + "pattern": "attribute_call", + "note": "Call via attribute access .move_dot_forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1038, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1041, + "pattern": "attribute_call", + "note": "Call via attribute access .insert_with_backpointer(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1067, + "pattern": "attribute_call", + "note": "Call via attribute access .is_incomplete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1073, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1074, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1074, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1076, + "pattern": "attribute_call", + "note": "Call via attribute access .move_dot_forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1076, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1077, + "pattern": "attribute_call", + "note": "Call via attribute access .insert_with_backpointer(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1081, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1082, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1082, + "pattern": "attribute_call", + "note": "Call via attribute access .nextsym(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1084, + "pattern": "attribute_call", + "note": "Call via attribute access .move_dot_forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1084, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1085, + "pattern": "attribute_call", + "note": "Call via attribute access .insert_with_backpointer(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1098, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1099, + "pattern": "attribute_call", + "note": "Call via attribute access .leaf(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1100, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1120, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1120, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1121, + "pattern": "attribute_call", + "note": "Call via attribute access .from_production(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1122, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1140, + "pattern": "attribute_call", + "note": "Call via attribute access .is_complete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1142, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1142, + "pattern": "attribute_call", + "note": "Call via attribute access .nextsym(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1143, + "pattern": "attribute_call", + "note": "Call via attribute access .from_production(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1143, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1144, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1159, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1163, + "pattern": "attribute_call", + "note": "Call via attribute access .is_complete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1165, + "pattern": "attribute_call", + "note": "Call via attribute access .nextsym(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1165, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1172, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1177, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1180, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1181, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1183, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1183, + "pattern": "attribute_call", + "note": "Call via attribute access .leaf(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1186, + "pattern": "attribute_call", + "note": "Call via attribute access .from_production(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1187, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1210, + "pattern": "attribute_call", + "note": "Call via attribute access .is_incomplete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1212, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1212, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1213, + "pattern": "attribute_call", + "note": "Call via attribute access .from_production(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1213, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1214, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1233, + "pattern": "attribute_call", + "note": "Call via attribute access .is_incomplete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1235, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1235, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1237, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1250, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1251, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1252, + "pattern": "attribute_call", + "note": "Call via attribute access .from_production(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1253, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1264, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1265, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1265, + "pattern": "attribute_call", + "note": "Call via attribute access .leaf(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1266, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1267, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1267, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1269, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1269, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1270, + "pattern": "attribute_call", + "note": "Call via attribute access .move_dot_forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1270, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1271, + "pattern": "attribute_call", + "note": "Call via attribute access .insert_with_backpointer(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1275, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1276, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1276, + "pattern": "attribute_call", + "note": "Call via attribute access .nextsym(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1278, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1279, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1279, + "pattern": "attribute_call", + "note": "Call via attribute access .leaf(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1280, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1280, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1281, + "pattern": "attribute_call", + "note": "Call via attribute access .move_dot_forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1281, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1282, + "pattern": "attribute_call", + "note": "Call via attribute access .insert_with_backpointer(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1288, + "pattern": "attribute_call", + "note": "Call via attribute access .is_incomplete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1291, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1292, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1292, + "pattern": "attribute_call", + "note": "Call via attribute access .leaf(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1293, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1293, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1294, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1295, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1295, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1295, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1296, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1307, + "pattern": "attribute_call", + "note": "Call via attribute access .is_leftcorner(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1399, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1401, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1416, + "pattern": "attribute_call", + "note": "Call via attribute access .pretty_format_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1432, + "pattern": "attribute_call", + "note": "Call via attribute access .check_coverage(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1433, + "pattern": "self_method_not_found", + "note": "self._chart_class(...) not found in class 'ChartParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.parse.chart", + "lineno": 1437, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1439, + "pattern": "attribute_call", + "note": "Call via attribute access .pretty_format_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1444, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1445, + "pattern": "name_call_unresolved", + "note": "Call to 'trace_new_edges(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.chart", + "lineno": 1448, + "pattern": "attribute_call", + "note": "Call via attribute access .edges(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1451, + "pattern": "attribute_call", + "note": "Call via attribute access .reverse(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1453, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1455, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1457, + "pattern": "name_call_unresolved", + "note": "Call to 'trace_new_edges(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.chart", + "lineno": 1466, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_everywhere(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1468, + "pattern": "name_call_unresolved", + "note": "Call to 'trace_new_edges(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.chart", + "lineno": 1475, + "pattern": "attribute_call", + "note": "Call via attribute access .parses(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1475, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1485, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1496, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1501, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1512, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1517, + "pattern": "attribute_call", + "note": "Call via attribute access .is_nonempty(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1521, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1550, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1585, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1591, + "pattern": "attribute_call", + "note": "Call via attribute access .pretty_format_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1611, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_everywhere(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1637, + "pattern": "attribute_call", + "note": "Call via attribute access .parses(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1637, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1677, + "pattern": "attribute_call", + "note": "Call via attribute access .check_coverage(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1699, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1749, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1763, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1763, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1791, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1793, + "pattern": "attribute_call", + "note": "Call via attribute access .parses(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1793, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1795, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1796, + "pattern": "attribute_call", + "note": "Call via attribute access .edges(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1810, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1824, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.chart", + "lineno": 1825, + "pattern": "attribute_call", + "note": "Call via attribute access .edges(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .socket(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .getsockname(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .poll(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 143, + "pattern": "name_call_unresolved", + "note": "Call to 'CoreNLPServerError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .urljoin(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 158, + "pattern": "name_call_unresolved", + "note": "Call to 'CoreNLPServerError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .urljoin(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 169, + "pattern": "name_call_unresolved", + "note": "Call to 'CoreNLPServerError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .Session(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_for_status(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .json(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 310, + "pattern": "self_method_not_found", + "note": "self.make_tree(...) not found in class 'GenericCoreNLPParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 325, + "pattern": "self_method_not_found", + "note": "self.make_tree(...) not found in class 'GenericCoreNLPParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.corenlp", + "lineno": 798, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 337, + "pattern": "name_call_unresolved", + "note": "Call to 'cell_extractor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 344, + "pattern": "name_call_unresolved", + "note": "Call to 'cell_extractor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 398, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 411, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .MultiDiGraph(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .add_nodes_from(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .add_edges_from(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .pprint(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .spring_layout(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .draw_networkx_nodes(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .draw_networkx_labels(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .xticks(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .yticks(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .savefig(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .pprint(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 657, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.dependencygraph", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .pprint(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .nextsym(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .move_dot_forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .insert_with_backpointer(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .is_complete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .nextsym(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 259, + "pattern": "name_call_unresolved", + "note": "Call to 'PredictorRule(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .check_coverage(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 353, + "pattern": "self_method_not_found", + "note": "self._chart_class(...) not found in class 'IncrementalChartParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .pretty_format_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 363, + "pattern": "name_call_unresolved", + "note": "Call to 'trace_new_edges(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 374, + "pattern": "name_call_unresolved", + "note": "Call to 'trace_new_edges(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .is_nonempty(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 427, + "pattern": "name_call_unresolved", + "note": "Call to 'FeatureCompleterRule(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 428, + "pattern": "name_call_unresolved", + "note": "Call to 'FeatureScannerRule(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 429, + "pattern": "name_call_unresolved", + "note": "Call to 'FeaturePredictorRule(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 460, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .parses(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.earleychart", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.evaluate", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.evaluate", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .category(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.evaluate", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute_bindings(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .__str__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .__str__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .is_incomplete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .is_complete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .nextsym(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .nextsym(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .bindings(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .rename_variables(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .variables(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .bindings(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .move_dot_forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .insert_with_backpointer(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .nextsym(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .from_production(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .is_complete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .nextsym(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .next_with_bindings(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .leaf(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .from_production(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .is_incomplete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .from_production(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .is_incomplete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .rename_variables(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .move_dot_forward(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .from_production(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .from_production(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .initialize(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .is_complete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute_bindings(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .variables(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 640, + "pattern": "name_call_unresolved", + "note": "Call to 'parser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .chart_parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .parses(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 655, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .Stats(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .print_stats(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .sort_stats(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .strip_dirs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .print_stats(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .sort_stats(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.featurechart", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .strip_dirs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.generate", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.generate", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .getrecursionlimit(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.generate", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .islice(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.generate", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.generate", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.generate", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.malt", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .gettempdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 233, + "pattern": "self_method_not_found", + "note": "self.tagger(...) not found in class 'MaltParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.parse.malt", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .wait(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .to_conll(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.malt", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .testmod(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .prob_classify_many(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .remove_by_address(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .add_node(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .redirect_arcs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 610, + "pattern": "attribute_call", + "note": "Call via attribute access .contains(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .contains(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 648, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.nonprojectivedependencyparser", + "lineno": 727, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .num_leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .leaf(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .is_incomplete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .from_production(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .nextsym(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .is_incomplete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .is_complete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .dot(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .child_pointer_lists(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .is_incomplete(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .nextsym(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .select(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .check_coverage(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .set_prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .pretty_format_edge(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .length(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .trace(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .freeze(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.pchart", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .contains(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .contains(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .contains(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .contains(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .left_children(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 460, + "pattern": "attribute_call", + "note": "Call via attribute access .right_children(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .left_children(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .right_children(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 703, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.projectivedependencyparser", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .check_coverage(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 248, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 252, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .convert(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 404, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .RecursiveDescentParser(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.recursivedescent", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .check_coverage(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 189, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .ShiftReduceParser(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.shiftreduce", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 98, + "pattern": "self_method_not_found", + "note": "self._make_tree(...) not found in class 'GenericStanfordParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.parse.stanford", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 102, + "pattern": "self_method_not_found", + "note": "self._make_tree(...) not found in class 'GenericStanfordParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.parse.stanford", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.stanford", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .gettempdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .astype(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .astype(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .astype(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .SVC(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .fit(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .csr_matrix(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .predict_proba(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.transitionparser", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.util", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'parser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.util", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'parser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.util", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'parser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.util", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.util", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.util", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.util", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.util", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.util", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.util", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .check_coverage(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .symbol(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 200, + "pattern": "name_call_unresolved", + "note": "Call to 'ProbabilisticTree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .lhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .rhs(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .freeze(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.parse.viterbi", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .normpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .fdopen(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .interpret(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 423, + "pattern": "name_call_unresolved", + "note": "Call to 'cond(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.boxer", + "lineno": 574, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 631, + "pattern": "self_method_not_found", + "note": "self._make_atom(...) not found in class 'BoxerOutputDrsParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.boxer", + "lineno": 637, + "pattern": "self_method_not_found", + "note": "self._make_atom(...) not found in class 'BoxerOutputDrsParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.boxer", + "lineno": 643, + "pattern": "self_method_not_found", + "note": "self._make_atom(...) not found in class 'BoxerOutputDrsParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.boxer", + "lineno": 692, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 714, + "pattern": "name_call_unresolved", + "note": "Call to 'make_callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.boxer", + "lineno": 726, + "pattern": "name_call_unresolved", + "note": "Call to 'make_callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.boxer", + "lineno": 782, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1033, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1033, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1044, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1052, + "pattern": "attribute_call", + "note": "Call via attribute access ._variables(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1053, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1055, + "pattern": "attribute_call", + "note": "Call via attribute access ._variables(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1056, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1060, + "pattern": "attribute_call", + "note": "Call via attribute access .atoms(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1062, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1062, + "pattern": "attribute_call", + "note": "Call via attribute access .atoms(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1066, + "pattern": "attribute_call", + "note": "Call via attribute access .clean(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1067, + "pattern": "attribute_call", + "note": "Call via attribute access .clean(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1070, + "pattern": "attribute_call", + "note": "Call via attribute access .renumber_sentences(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1072, + "pattern": "attribute_call", + "note": "Call via attribute access .renumber_sentences(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1076, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1077, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1078, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1103, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1107, + "pattern": "attribute_call", + "note": "Call via attribute access ._variables(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1110, + "pattern": "attribute_call", + "note": "Call via attribute access .atoms(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1113, + "pattern": "attribute_call", + "note": "Call via attribute access .clean(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1116, + "pattern": "attribute_call", + "note": "Call via attribute access .renumber_sentences(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1132, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1155, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1156, + "pattern": "self_method_not_found", + "note": "self._pred(...) not found in class 'BoxerIndexed' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1159, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1168, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1200, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1220, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1254, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1271, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1294, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1311, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1317, + "pattern": "attribute_call", + "note": "Call via attribute access ._variables(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1324, + "pattern": "attribute_call", + "note": "Call via attribute access .atoms(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1332, + "pattern": "attribute_call", + "note": "Call via attribute access .clean(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1338, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1341, + "pattern": "attribute_call", + "note": "Call via attribute access .renumber_sentences(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1353, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1366, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1381, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1392, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1408, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1413, + "pattern": "attribute_call", + "note": "Call via attribute access ._variables(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1413, + "pattern": "attribute_call", + "note": "Call via attribute access ._variables(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1416, + "pattern": "attribute_call", + "note": "Call via attribute access .atoms(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1416, + "pattern": "attribute_call", + "note": "Call via attribute access .atoms(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1423, + "pattern": "attribute_call", + "note": "Call via attribute access .clean(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1424, + "pattern": "attribute_call", + "note": "Call via attribute access .clean(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1430, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1447, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1458, + "pattern": "attribute_call", + "note": "Call via attribute access ._variables(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1459, + "pattern": "attribute_call", + "note": "Call via attribute access ._variables(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1464, + "pattern": "attribute_call", + "note": "Call via attribute access .atoms(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1464, + "pattern": "attribute_call", + "note": "Call via attribute access .atoms(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1472, + "pattern": "attribute_call", + "note": "Call via attribute access .clean(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1474, + "pattern": "attribute_call", + "note": "Call via attribute access .clean(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1480, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1490, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1570, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1578, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1581, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1589, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1597, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1600, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1603, + "pattern": "attribute_call", + "note": "Call via attribute access .interpret_multi(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1604, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1609, + "pattern": "attribute_call", + "note": "Call via attribute access .eliminate_equality(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1609, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1611, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1611, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.boxer", + "lineno": 1613, + "pattern": "attribute_call", + "note": "Call via attribute access .pretty_print(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 349, + "pattern": "name_call_unresolved", + "note": "Call to 'is_rel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.chat80", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .union(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .union(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .cursor(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .cursor(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .augment(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 593, + "pattern": "name_call_unresolved", + "note": "Call to 'Valuation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.chat80", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .access(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 635, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 638, + "pattern": "name_call_unresolved", + "note": "Call to 'Valuation(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.chat80", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .writelines(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 708, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 734, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .set_defaults(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 751, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 761, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 767, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 774, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 788, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 796, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 798, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 806, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 811, + "pattern": "attribute_call", + "note": "Call via attribute access .access(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 819, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 825, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.chat80", + "lineno": 833, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.cooper_storage", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'remove(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.cooper_storage", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.cooper_storage", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.cooper_storage", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'load_parser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.cooper_storage", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.cooper_storage", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.cooper_storage", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_with_bindops(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.cooper_storage", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .CooperStore(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.cooper_storage", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.cooper_storage", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .s_retrieve(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 176, + "pattern": "name_call_unresolved", + "note": "Call to 'factory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 232, + "pattern": "self_method_not_found", + "note": "self.simplify(...) not found in class 'DrtExpression' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.drt", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .equiv(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 275, + "pattern": "self_method_not_found", + "note": "self.visit_structured(...) not found in class 'DrtExpression' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.drt", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .eliminate_equality(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 282, + "pattern": "self_method_not_found", + "note": "self._pretty(...) not found in class 'DrtExpression' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.drt", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .free(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .free(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .free(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .get_refs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .get_refs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 389, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 390, + "pattern": "name_call_unresolved", + "note": "Call to 'combinator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 394, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 395, + "pattern": "name_call_unresolved", + "note": "Call to 'combinator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .eliminate_equality(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .eliminate_equality(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access ._pretty(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access ._assemble_pretty(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access ._pretty(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 552, + "pattern": "name_call_unresolved", + "note": "Call to 'DrtIndividualVariableExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 554, + "pattern": "name_call_unresolved", + "note": "Call to 'DrtFunctionVariableExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 556, + "pattern": "name_call_unresolved", + "note": "Call to 'DrtEventVariableExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 558, + "pattern": "name_call_unresolved", + "note": "Call to 'DrtConstantExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .eliminate_equality(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .get_refs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access ._pretty(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 652, + "pattern": "name_call_unresolved", + "note": "Call to 'combinator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 652, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 656, + "pattern": "name_call_unresolved", + "note": "Call to 'combinator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 656, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .get_refs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 671, + "pattern": "attribute_call", + "note": "Call via attribute access ._pretty(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 686, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'DrtLambdaExpression' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.drt", + "lineno": 688, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 692, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 701, + "pattern": "attribute_call", + "note": "Call via attribute access ._pretty(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 713, + "pattern": "attribute_call", + "note": "Call via attribute access .get_refs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .get_refs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .get_refs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access ._assemble_pretty(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 727, + "pattern": "self_method_not_found", + "note": "self.getOp(...) not found in class 'DrtBinaryExpression' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.drt", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access ._pretty(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 767, + "pattern": "attribute_call", + "note": "Call via attribute access ._pretty(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 768, + "pattern": "attribute_call", + "note": "Call via attribute access ._pretty_subex(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 780, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 793, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 796, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 800, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 806, + "pattern": "attribute_call", + "note": "Call via attribute access .free(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 808, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 809, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 811, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 814, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 816, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 820, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'DrtConcatenation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.drt", + "lineno": 826, + "pattern": "attribute_call", + "note": "Call via attribute access .eliminate_equality(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 835, + "pattern": "attribute_call", + "note": "Call via attribute access .get_refs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 835, + "pattern": "attribute_call", + "note": "Call via attribute access .get_refs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 838, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 842, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'DrtConcatenation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.drt", + "lineno": 846, + "pattern": "attribute_call", + "note": "Call via attribute access .get_refs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 846, + "pattern": "attribute_call", + "note": "Call via attribute access .get_refs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .get_refs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 859, + "pattern": "attribute_call", + "note": "Call via attribute access .get_refs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 863, + "pattern": "self_method_not_found", + "note": "self.make_VariableExpression(...) not found in class 'DrtConcatenation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.drt", + "lineno": 864, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 878, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 878, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 880, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 884, + "pattern": "attribute_call", + "note": "Call via attribute access ._assemble_pretty(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 890, + "pattern": "attribute_call", + "note": "Call via attribute access ._assemble_pretty(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 891, + "pattern": "attribute_call", + "note": "Call via attribute access ._pretty(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 897, + "pattern": "attribute_call", + "note": "Call via attribute access ._pretty(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 898, + "pattern": "attribute_call", + "note": "Call via attribute access ._pretty_subex(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 903, + "pattern": "name_call_unresolved", + "note": "Call to 'combinator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 904, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 904, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 904, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 907, + "pattern": "name_call_unresolved", + "note": "Call to 'combinator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 907, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 907, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 934, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 934, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 939, + "pattern": "attribute_call", + "note": "Call via attribute access .get_refs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 939, + "pattern": "attribute_call", + "note": "Call via attribute access .get_refs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 946, + "pattern": "attribute_call", + "note": "Call via attribute access ._pretty(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 947, + "pattern": "attribute_call", + "note": "Call via attribute access ._pretty(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 954, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 958, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 984, + "pattern": "self_method_not_found", + "note": "self.append(...) not found in class 'PossibleAntecedents' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.drt", + "lineno": 986, + "pattern": "self_method_not_found", + "note": "self.append(...) not found in class 'PossibleAntecedents' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.drt", + "lineno": 995, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1004, + "pattern": "attribute_call", + "note": "Call via attribute access .is_pronoun_function(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1007, + "pattern": "attribute_call", + "note": "Call via attribute access .get_refs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1008, + "pattern": "attribute_call", + "note": "Call via attribute access .make_VariableExpression(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1016, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1022, + "pattern": "attribute_call", + "note": "Call via attribute access .make_EqualityExpression(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1026, + "pattern": "attribute_call", + "note": "Call via attribute access .__class__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1042, + "pattern": "name_call_unresolved", + "note": "Call to 'AnaphoraResolutionException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1052, + "pattern": "attribute_call", + "note": "Call via attribute access .__class__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1058, + "pattern": "attribute_call", + "note": "Call via attribute access .__class__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1067, + "pattern": "attribute_call", + "note": "Call via attribute access .__class__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1074, + "pattern": "attribute_call", + "note": "Call via attribute access .__class__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1080, + "pattern": "attribute_call", + "note": "Call via attribute access .__class__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1105, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1121, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1130, + "pattern": "attribute_call", + "note": "Call via attribute access .metrics(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1137, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1162, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1166, + "pattern": "attribute_call", + "note": "Call via attribute access .create_rectangle(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1170, + "pattern": "attribute_call", + "note": "Call via attribute access .create_line(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1184, + "pattern": "attribute_call", + "note": "Call via attribute access .measure(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1226, + "pattern": "name_call_unresolved", + "note": "Call to 'factory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1235, + "pattern": "name_call_unresolved", + "note": "Call to 'command(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1245, + "pattern": "name_call_unresolved", + "note": "Call to 'command(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1259, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1262, + "pattern": "name_call_unresolved", + "note": "Call to 'command(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1276, + "pattern": "name_call_unresolved", + "note": "Call to 'command(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1279, + "pattern": "attribute_call", + "note": "Call via attribute access .uncurry(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1303, + "pattern": "name_call_unresolved", + "note": "Call to 'command(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1314, + "pattern": "name_call_unresolved", + "note": "Call to 'command(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1317, + "pattern": "name_call_unresolved", + "note": "Call to 'command(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1330, + "pattern": "name_call_unresolved", + "note": "Call to 'command(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1346, + "pattern": "name_call_unresolved", + "note": "Call to 'command(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1358, + "pattern": "name_call_unresolved", + "note": "Call to 'command(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1358, + "pattern": "attribute_call", + "note": "Call via attribute access .getOp(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1370, + "pattern": "name_call_unresolved", + "note": "Call to 'command(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1376, + "pattern": "name_call_unresolved", + "note": "Call to 'command(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1393, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1394, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1395, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1396, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1397, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1398, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1399, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1400, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1401, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1404, + "pattern": "attribute_call", + "note": "Call via attribute access .fol(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1404, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1407, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1409, + "pattern": "attribute_call", + "note": "Call via attribute access .alpha_convert(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1414, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1416, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1418, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1421, + "pattern": "attribute_call", + "note": "Call via attribute access .pretty_print(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1421, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1422, + "pattern": "attribute_call", + "note": "Call via attribute access .pretty_print(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1422, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1425, + "pattern": "attribute_call", + "note": "Call via attribute access .pretty_print(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1425, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1426, + "pattern": "attribute_call", + "note": "Call via attribute access .pretty_print(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1426, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1427, + "pattern": "attribute_call", + "note": "Call via attribute access .pretty_print(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1427, + "pattern": "name_call_unresolved", + "note": "Call to 'dexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt", + "lineno": 1451, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt", + "lineno": 1452, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'MaltParser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .option_add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .cget(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .scrollregion(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .canvas(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .add_checkbutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .add_radiobutton(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .add_cascade(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .destroy(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .curselection(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .curselection(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .size(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .print_to_file(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .curselection(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_to_meaning(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .curselection(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .selection_set(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve_anaphora(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .itemcget(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .create_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .create_rectangle(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.drt_glue_demo", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .getfullargspec(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 150, + "pattern": "name_call_unresolved", + "note": "Call to 'Undefined(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 159, + "pattern": "self_method_not_found", + "note": "self.values(...) not found in class 'Valuation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 171, + "pattern": "self_method_not_found", + "note": "self.keys(...) not found in class 'Valuation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 324, + "pattern": "name_call_unresolved", + "note": "Call to 'Undefined(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 341, + "pattern": "self_method_not_found", + "note": "self.clear(...) not found in class 'Assignment' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 361, + "pattern": "self_method_not_found", + "note": "self.items(...) not found in class 'Assignment' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .issuperset(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 403, + "pattern": "name_call_unresolved", + "note": "Call to 'Error(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .uncurry(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 536, + "pattern": "name_call_unresolved", + "note": "Call to 'Undefined(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .free(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 593, + "pattern": "name_call_unresolved", + "note": "Call to 'Undefined(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .purge(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 751, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluate(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluate(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 802, + "pattern": "attribute_call", + "note": "Call via attribute access .purge(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 804, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.evaluate", + "lineno": 804, + "pattern": "attribute_call", + "note": "Call via attribute access .satisfiers(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearLogicApplicationException(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .LinearLogicApplicationException(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .applyto(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 94, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'GlueFormula' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.glue", + "lineno": 105, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'GlueFormula' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.glue", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .compile_pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 118, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'GlueFormula' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.glue", + "lineno": 122, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'GlueFormula' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.glue", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 161, + "pattern": "self_method_not_found", + "note": "self.clear(...) not found in class 'GlueDict' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.glue", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 403, + "pattern": "name_call_unresolved", + "note": "Call to 'glueFormulaFactory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.glue", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 550, + "pattern": "name_call_unresolved", + "note": "Call to 'Prover9(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.glue", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .train_from_file(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access .unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .applyto(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .applyto(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 629, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 648, + "pattern": "attribute_call", + "note": "Call via attribute access .equiv(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 677, + "pattern": "name_call_unresolved", + "note": "Call to 'MaltParser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.glue", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 683, + "pattern": "attribute_call", + "note": "Call via attribute access .to_glueformula_list(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 692, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 704, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.glue", + "lineno": 717, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 718, + "pattern": "name_call_unresolved", + "note": "Call to 'UnigramTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.glue", + "lineno": 719, + "pattern": "name_call_unresolved", + "note": "Call to 'BigramTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.glue", + "lineno": 720, + "pattern": "name_call_unresolved", + "note": "Call to 'TrigramTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.glue", + "lineno": 723, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.glue", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 807, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.glue", + "lineno": 823, + "pattern": "name_call_unresolved", + "note": "Call to 'MaltParser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.glue", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.glue", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .uncurry(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 332, + "pattern": "name_call_unresolved", + "note": "Call to 'load_parser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.hole", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.hole", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .__contains__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .to_glueformula_list(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access ._to_depgraph(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access ._to_depgraph(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access ._read_depgraph(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access ._make_label(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access ._read_depgraph(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .pretty_format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.lfg", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .read_depgraph(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'factory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .initialize_label(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 212, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'ImpExpression' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .compile_neg(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .compile_pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .compile_pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .compile_neg(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 259, + "pattern": "name_call_unresolved", + "note": "Call to 'glueFormulaFactory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .initialize_labels(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .initialize_labels(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 312, + "pattern": "name_call_unresolved", + "note": "Call to 'LinearLogicApplicationException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 320, + "pattern": "name_call_unresolved", + "note": "Call to 'LinearLogicApplicationException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 325, + "pattern": "name_call_unresolved", + "note": "Call to 'LinearLogicApplicationException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 400, + "pattern": "name_call_unresolved", + "note": "Call to 'VariableBindingException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 434, + "pattern": "name_call_unresolved", + "note": "Call to 'VariableBindingException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 460, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 470, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 471, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 472, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 473, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 474, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 475, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 476, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.linearlogic", + "lineno": 477, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .typecheck(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 170, + "pattern": "name_call_unresolved", + "note": "Call to 'Trie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 445, + "pattern": "name_call_unresolved", + "note": "Call to 'factory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 506, + "pattern": "name_call_unresolved", + "note": "Call to 'factory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 610, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 687, + "pattern": "name_call_unresolved", + "note": "Call to 'skolem(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .matches(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .matches(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 748, + "pattern": "attribute_call", + "note": "Call via attribute access .str(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .str(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .str(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 806, + "pattern": "attribute_call", + "note": "Call via attribute access .__eq__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 877, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 890, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 905, + "pattern": "attribute_call", + "note": "Call via attribute access .typecheck(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 908, + "pattern": "attribute_call", + "note": "Call via attribute access .typecheck(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 943, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 945, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 950, + "pattern": "name_call_unresolved", + "note": "Call to 'accum(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1005, + "pattern": "name_call_unresolved", + "note": "Call to 'Prover9(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1006, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1007, + "pattern": "attribute_call", + "note": "Call via attribute access .prove(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1011, + "pattern": "attribute_call", + "note": "Call via attribute access .variables(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1022, + "pattern": "attribute_call", + "note": "Call via attribute access .substitute_bindings(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1024, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1025, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1044, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1083, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1096, + "pattern": "attribute_call", + "note": "Call via attribute access .visit(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1103, + "pattern": "attribute_call", + "note": "Call via attribute access .__class__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1105, + "pattern": "attribute_call", + "note": "Call via attribute access .__class__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1141, + "pattern": "name_call_unresolved", + "note": "Call to 'combinator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1147, + "pattern": "self_method_not_found", + "note": "self.str(...) not found in class 'Expression' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.logic", + "lineno": 1157, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1167, + "pattern": "attribute_call", + "note": "Call via attribute access .free(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1176, + "pattern": "attribute_call", + "note": "Call via attribute access .constants(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1185, + "pattern": "attribute_call", + "note": "Call via attribute access .predicates(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1192, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1238, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1239, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1243, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1243, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1247, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'ApplicationExpression' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.logic", + "lineno": 1263, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_type(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1265, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_type(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1291, + "pattern": "attribute_call", + "note": "Call via attribute access .findtype(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1298, + "pattern": "attribute_call", + "note": "Call via attribute access .matches(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1313, + "pattern": "attribute_call", + "note": "Call via attribute access .constants(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1314, + "pattern": "attribute_call", + "note": "Call via attribute access .constants(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1321, + "pattern": "attribute_call", + "note": "Call via attribute access .predicates(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1322, + "pattern": "attribute_call", + "note": "Call via attribute access .predicates(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1326, + "pattern": "name_call_unresolved", + "note": "Call to 'combinator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1326, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1326, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1341, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1435, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1439, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1485, + "pattern": "attribute_call", + "note": "Call via attribute access .matches(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1488, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1545, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1548, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1552, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1576, + "pattern": "name_call_unresolved", + "note": "Call to 'EventVariableExpression(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1607, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'VariableBinderExpression' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.logic", + "lineno": 1609, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1616, + "pattern": "attribute_call", + "note": "Call via attribute access .free(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1620, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'VariableBinderExpression' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.logic", + "lineno": 1622, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1631, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'VariableBinderExpression' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.logic", + "lineno": 1632, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1637, + "pattern": "attribute_call", + "note": "Call via attribute access .free(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1645, + "pattern": "attribute_call", + "note": "Call via attribute access .findtype(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1649, + "pattern": "name_call_unresolved", + "note": "Call to 'combinator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1649, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1653, + "pattern": "name_call_unresolved", + "note": "Call to 'combinator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1653, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1664, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1674, + "pattern": "attribute_call", + "note": "Call via attribute access .findtype(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1683, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_type(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1684, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1695, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1713, + "pattern": "attribute_call", + "note": "Call via attribute access .matches(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1715, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_type(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1724, + "pattern": "self_method_not_found", + "note": "self.getQuantifier(...) not found in class 'QuantifiedExpression' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.logic", + "lineno": 1726, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1763, + "pattern": "attribute_call", + "note": "Call via attribute access .matches(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1765, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_type(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1769, + "pattern": "attribute_call", + "note": "Call via attribute access .findtype(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1773, + "pattern": "name_call_unresolved", + "note": "Call to 'combinator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1773, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1802, + "pattern": "attribute_call", + "note": "Call via attribute access .findtype(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1803, + "pattern": "attribute_call", + "note": "Call via attribute access .findtype(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1813, + "pattern": "name_call_unresolved", + "note": "Call to 'combinator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1813, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1813, + "pattern": "name_call_unresolved", + "note": "Call to 'function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1827, + "pattern": "self_method_not_found", + "note": "self.getOp(...) not found in class 'BinaryExpression' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.sem.logic", + "lineno": 1841, + "pattern": "attribute_call", + "note": "Call via attribute access .matches(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1843, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_type(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1844, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_type(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1897, + "pattern": "attribute_call", + "note": "Call via attribute access .matches(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1899, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_type(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1900, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_type(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1912, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1928, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1935, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1949, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1961, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1973, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1979, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1980, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1981, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1982, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1983, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1984, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1985, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1986, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1987, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1988, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1989, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1990, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1991, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1992, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1993, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1996, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1996, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1997, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1997, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1998, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1998, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 1999, + "pattern": "attribute_call", + "note": "Call via attribute access .simplify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 1999, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 2002, + "pattern": "name_call_unresolved", + "note": "Call to 'lexpr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.logic", + "lineno": 2004, + "pattern": "attribute_call", + "note": "Call via attribute access .alpha_convert(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 2028, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.logic", + "lineno": 2034, + "pattern": "attribute_call", + "note": "Call via attribute access .str(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 101, + "pattern": "name_call_unresolved", + "note": "Call to 'tuple2str(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.relextract", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .cursor(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .parsed_docs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .parsed_docs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .parsed_docs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .chunked_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .chunked_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.relextract", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .ne_chunk(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.skolemize", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.skolemize", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.skolemize", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.skolemize", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.skolemize", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.skolemize", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'FeatureChartParser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.util", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'load_parser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sem.util", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluate(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .set_defaults(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .add_option(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "nltk.sem.util", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .most_common(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .from_documents(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_freq_filter(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .nbest(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .classify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 155, + "pattern": "name_call_unresolved", + "note": "Call to 'extractor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 179, + "pattern": "name_call_unresolved", + "note": "Call to 'trainer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 223, + "pattern": "name_call_unresolved", + "note": "Call to 'eval_accuracy(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .classify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 237, + "pattern": "name_call_unresolved", + "note": "Call to 'eval_precision(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 242, + "pattern": "name_call_unresolved", + "note": "Call to 'eval_recall(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.sentiment_analyzer", + "lineno": 245, + "pattern": "name_call_unresolved", + "note": "Call to 'eval_f_measure(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.util", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.util", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .bigrams(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .strftime(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .shuffle(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .locator_params(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .axes(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .grid(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .ylim(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .tight_layout(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .xticks(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .yticks(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .margins(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .writerow(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .writerow(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 431, + "pattern": "name_call_unresolved", + "note": "Call to 'PunktTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.util", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .reader(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 482, + "pattern": "name_call_unresolved", + "note": "Call to 'TweetTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.util", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 509, + "pattern": "name_call_unresolved", + "note": "Call to 'SentimentAnalyzer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.util", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .all_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .unigram_word_feats(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .add_feat_extractor(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .bigram_collocation_feats(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .add_feat_extractor(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_features(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_features(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .show_most_informative_features(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluate(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 574, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 589, + "pattern": "name_call_unresolved", + "note": "Call to 'SentimentAnalyzer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.util", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .all_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .unigram_word_feats(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .add_feat_extractor(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 596, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_features(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_features(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 599, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .show_most_informative_features(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluate(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 656, + "pattern": "name_call_unresolved", + "note": "Call to 'SentimentAnalyzer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.util", + "lineno": 657, + "pattern": "attribute_call", + "note": "Call via attribute access .all_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .unigram_word_feats(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .add_feat_extractor(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_features(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_features(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 671, + "pattern": "attribute_call", + "note": "Call via attribute access .show_most_informative_features(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 676, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluate(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .save_file(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 715, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 716, + "pattern": "attribute_call", + "note": "Call via attribute access .classify(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 741, + "pattern": "attribute_call", + "note": "Call via attribute access .positive(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 744, + "pattern": "attribute_call", + "note": "Call via attribute access .negative(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 771, + "pattern": "name_call_unresolved", + "note": "Call to 'SentimentIntensityAnalyzer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.util", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .polarity_scores(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 795, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 805, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 826, + "pattern": "name_call_unresolved", + "note": "Call to 'SentimentIntensityAnalyzer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.util", + "lineno": 835, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 836, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 838, + "pattern": "attribute_call", + "note": "Call via attribute access .polarity_scores(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 845, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.util", + "lineno": 848, + "pattern": "name_call_unresolved", + "note": "Call to 'eval_accuracy(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.util", + "lineno": 850, + "pattern": "name_call_unresolved", + "note": "Call to 'eval_precision(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.util", + "lineno": 852, + "pattern": "name_call_unresolved", + "note": "Call to 'eval_recall(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.util", + "lineno": 854, + "pattern": "name_call_unresolved", + "note": "Call to 'eval_f_measure(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .scalar_inc_dec(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .negated(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .negated(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .negated(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 610, + "pattern": "attribute_call", + "note": "Call via attribute access .fabs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .fabs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .fabs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .fabs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .fabs(...) - target object type not statically resolved." + }, + { + "module": "nltk.sentiment.vader", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .fabs(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.arlstem2", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .replace_to(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .subn(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .subn(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .subn(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .subn(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.cistem", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .replace_back(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.isri", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.isri", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.isri", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.isri", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.isri", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.isri", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.isri", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.isri", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.isri", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.isri", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.isri", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.isri", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.isri", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.isri", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.isri", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.isri", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.lancaster", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.lancaster", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.lancaster", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.lancaster", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.lancaster", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.lancaster", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.lancaster", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.lancaster", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.lancaster", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .isalpha(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.lancaster", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 261, + "pattern": "name_call_unresolved", + "note": "Call to 'condition(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.stem.porter", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 268, + "pattern": "name_call_unresolved", + "note": "Call to 'condition(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.stem.porter", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 695, + "pattern": "attribute_call", + "note": "Call via attribute access .PorterStemmer(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .stem(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 709, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 710, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 710, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 713, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 713, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 713, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 715, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 715, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.porter", + "lineno": 715, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.regexp", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.regexp", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.rslp", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.rslp", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.rslp", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.rslp", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.rslp", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.rslp", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.rslp", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.rslp", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.rslp", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.rslp", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.rslp", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.rslp", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.rslp", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'stemmerclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.stem.snowball", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .stem(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 548, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 556, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 603, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 644, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 687, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 695, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 710, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 717, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 723, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 795, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 802, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1009, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1024, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1036, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1042, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1047, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1055, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1062, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1099, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1123, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1124, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1128, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1136, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1152, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1156, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1161, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1168, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1184, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1190, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1196, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1202, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1210, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1217, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1222, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1225, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1235, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1237, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1252, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1255, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1255, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1409, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1419, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1419, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1419, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1424, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1427, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1428, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1432, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1440, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1441, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1455, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1463, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1493, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1495, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1518, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1519, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1520, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1523, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1525, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1543, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1546, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1549, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1554, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1556, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1561, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1567, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1575, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1578, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1583, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1693, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1694, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1736, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1744, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1745, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1758, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1760, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1762, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1771, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1901, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1912, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1927, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1938, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1941, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1944, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 1982, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2051, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2077, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2080, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2093, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2097, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2112, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2272, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2285, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2294, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2297, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2301, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2308, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2336, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2344, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2358, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2359, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2366, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2409, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2431, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2437, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2454, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2460, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2464, + "pattern": "attribute_call", + "note": "Call via attribute access .rindex(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2473, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2525, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2532, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2534, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2542, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2558, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2567, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2570, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2570, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2570, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2598, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2651, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2656, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2663, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2666, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2682, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2704, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2718, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2756, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2756, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2756, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2756, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2756, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2988, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2996, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 2999, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3002, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3007, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3008, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3012, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3013, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3016, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3017, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3023, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3034, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3049, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3052, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3055, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3060, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3075, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3076, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3091, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3092, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3121, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3122, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3162, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3389, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3398, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3398, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3398, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3398, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3398, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3409, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3416, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3419, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3426, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3442, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3443, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3449, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3454, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3458, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3462, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3466, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3473, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3480, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3501, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3505, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3514, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3519, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3530, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3536, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3540, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3545, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3548, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3548, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3633, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3642, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3660, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3667, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3876, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3885, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3885, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3885, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3885, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3896, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3897, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3904, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3909, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3913, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3919, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3927, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3947, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3956, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3960, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3969, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3980, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3989, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 3996, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4002, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4006, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4006, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4007, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4007, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4011, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4014, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4014, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4277, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4288, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4291, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4298, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4340, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4427, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4433, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4454, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4482, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4483, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4490, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4495, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4495, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4895, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4915, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 4922, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5073, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5111, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5118, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5124, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5129, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5135, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5139, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5143, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5176, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5176, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5176, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5193, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5193, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5193, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5194, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5194, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5194, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5215, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5302, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5551, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5563, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5563, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5567, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5582, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5583, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5593, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5596, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5602, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5607, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5611, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5615, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5634, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5655, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5665, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5673, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5684, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5691, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5695, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5698, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5704, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5709, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5729, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5729, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5729, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5729, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5729, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5811, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5820, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5832, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5839, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5890, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5906, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5908, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5909, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5909, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5910, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5911, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5911, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5915, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.snowball", + "lineno": 5918, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.wordnet", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access ._morphy(...) - target object type not statically resolved." + }, + { + "module": "nltk.stem.wordnet", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .morphy(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.api", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.api", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.api", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.api", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.api", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to 'ConfusionMatrix(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.api", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .recall(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.api", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .precision(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.api", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .f_measure(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.api", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .evaluate(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 97, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 99, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 100, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 101, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 102, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 103, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 105, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 109, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 110, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 111, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 113, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 115, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 116, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 117, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 118, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 119, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 120, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 121, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 123, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 124, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 125, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 126, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 129, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 130, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 132, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 133, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 142, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 143, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 144, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 145, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 146, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 150, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 151, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 152, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 153, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 154, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 155, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 156, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 157, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 158, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 159, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 160, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 161, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 162, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 163, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 164, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 165, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .getmembers(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 231, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 247, + "pattern": "name_call_unresolved", + "note": "Call to 'untag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 330, + "pattern": "name_call_unresolved", + "note": "Call to 'BrillTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .applicable_rules(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .bisect_left(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .applies(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .bisect_left(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .insort_left(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .get_neighborhood(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .applies(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .applicable_rules(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .applies(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 596, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 599, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.brill_trainer", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.crf", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .Tagger(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.crf", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.crf", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.crf", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.crf", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.crf", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .category(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.crf", + "lineno": 162, + "pattern": "self_method_not_found", + "note": "self._feature_func(...) not found in class 'CRFTagger' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tag.crf", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.crf", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .Trainer(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.crf", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .set_params(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.crf", + "lineno": 186, + "pattern": "self_method_not_found", + "note": "self._feature_func(...) not found in class 'CRFTagger' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tag.crf", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.crf", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 165, + "pattern": "name_call_unresolved", + "note": "Call to 'LazyMap(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.hmm", + "lineno": 171, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.hmm", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .test(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .test(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access ._train(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 240, + "pattern": "self_method_not_found", + "note": "self._transform(...) not found in class 'HiddenMarkovModelTagger' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tag.hmm", + "lineno": 255, + "pattern": "self_method_not_found", + "note": "self._transform(...) not found in class 'HiddenMarkovModelTagger' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tag.hmm", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 286, + "pattern": "self_method_not_found", + "note": "self._transform(...) not found in class 'HiddenMarkovModelTagger' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tag.hmm", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .hstack(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 383, + "pattern": "self_method_not_found", + "note": "self._transform(...) not found in class 'HiddenMarkovModelTagger' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tag.hmm", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .argmax(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .argmax(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 426, + "pattern": "self_method_not_found", + "note": "self._transform(...) not found in class 'HiddenMarkovModelTagger' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tag.hmm", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .random(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .random(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .random(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .random(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 550, + "pattern": "self_method_not_found", + "note": "self._transform(...) not found in class 'HiddenMarkovModelTagger' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tag.hmm", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 574, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 586, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 598, + "pattern": "self_method_not_found", + "note": "self._transform(...) not found in class 'HiddenMarkovModelTagger' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tag.hmm", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 619, + "pattern": "self_method_not_found", + "note": "self._transform(...) not found in class 'HiddenMarkovModelTagger' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tag.hmm", + "lineno": 649, + "pattern": "self_method_not_found", + "note": "self._transform(...) not found in class 'HiddenMarkovModelTagger' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tag.hmm", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access .zeros(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 695, + "pattern": "attribute_call", + "note": "Call via attribute access .fromiter(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .fromiter(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .logprob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 765, + "pattern": "attribute_call", + "note": "Call via attribute access .log2(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 796, + "pattern": "attribute_call", + "note": "Call via attribute access .chain(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 798, + "pattern": "self_method_not_found", + "note": "self._transform(...) not found in class 'HiddenMarkovModelTagger' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tag.hmm", + "lineno": 805, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 808, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 825, + "pattern": "name_call_unresolved", + "note": "Call to 'accuracy(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.hmm", + "lineno": 889, + "pattern": "attribute_call", + "note": "Call via attribute access ._forward_probability(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 890, + "pattern": "attribute_call", + "note": "Call via attribute access ._backward_probability(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 900, + "pattern": "attribute_call", + "note": "Call via attribute access ._transitions_matrix(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 909, + "pattern": "attribute_call", + "note": "Call via attribute access ._outputs_vector(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 917, + "pattern": "attribute_call", + "note": "Call via attribute access .reshape(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 919, + "pattern": "attribute_call", + "note": "Call via attribute access .logaddexp2(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 920, + "pattern": "attribute_call", + "note": "Call via attribute access .logaddexp2(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 922, + "pattern": "attribute_call", + "note": "Call via attribute access .logaddexp2(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .logaddexp2(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 954, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 998, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 999, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1023, + "pattern": "attribute_call", + "note": "Call via attribute access .logaddexp2(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1024, + "pattern": "attribute_call", + "note": "Call via attribute access .logaddexp2(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1026, + "pattern": "attribute_call", + "note": "Call via attribute access .logaddexp2(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1027, + "pattern": "attribute_call", + "note": "Call via attribute access .logaddexp2(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1050, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1055, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1115, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1116, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1119, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1120, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1124, + "pattern": "name_call_unresolved", + "note": "Call to 'estimator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1132, + "pattern": "attribute_call", + "note": "Call via attribute access .empty(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1133, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1138, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1139, + "pattern": "attribute_call", + "note": "Call via attribute access .log2(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1139, + "pattern": "attribute_call", + "note": "Call via attribute access .sum(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1151, + "pattern": "attribute_call", + "note": "Call via attribute access .log2(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1181, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1182, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1183, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1209, + "pattern": "attribute_call", + "note": "Call via attribute access .probability(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1210, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1211, + "pattern": "attribute_call", + "note": "Call via attribute access .probability(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1212, + "pattern": "attribute_call", + "note": "Call via attribute access .entropy(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1213, + "pattern": "attribute_call", + "note": "Call via attribute access ._exhaustive_entropy(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1214, + "pattern": "attribute_call", + "note": "Call via attribute access .point_entropy(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1215, + "pattern": "attribute_call", + "note": "Call via attribute access ._exhaustive_point_entropy(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1222, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1224, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1232, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1233, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1235, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1235, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1259, + "pattern": "attribute_call", + "note": "Call via attribute access .test(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1285, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1293, + "pattern": "attribute_call", + "note": "Call via attribute access .test(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1301, + "pattern": "attribute_call", + "note": "Call via attribute access .test(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1318, + "pattern": "attribute_call", + "note": "Call via attribute access .Random(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1319, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hmm", + "lineno": 1321, + "pattern": "attribute_call", + "note": "Call via attribute access .random_sample(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hunpos", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hunpos", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hunpos", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hunpos", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hunpos", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hunpos", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hunpos", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hunpos", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.hunpos", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .readline(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.mapping", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.mapping", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.mapping", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.mapping", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.mapping", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .fromiter(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .sum(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 121, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 179, + "pattern": "name_call_unresolved", + "note": "Call to 'path_join(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .predict(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .predict(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .shuffle(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .average_weights(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 272, + "pattern": "name_call_unresolved", + "note": "Call to 'path_join(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .isabs(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 312, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .decode_json_params(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.perceptron", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.senna", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.senna", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.senna", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.senna", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.senna", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.senna", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.senna", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.senna", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.senna", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.senna", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .choose_tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_one(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 251, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.sequential", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .literal_eval(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 318, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.sequential", + "lineno": 320, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.sequential", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 474, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.sequential", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 553, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.sequential", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .classify(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .prob_classify(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 676, + "pattern": "name_call_unresolved", + "note": "Call to 'classifier_builder(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.sequential", + "lineno": 691, + "pattern": "self_method_not_found", + "note": "self._feature_detector(...) not found in class 'ClassifierBasedTagger' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tag.sequential", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 720, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 724, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 726, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 728, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 732, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 741, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 742, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 743, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 744, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 748, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.sequential", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .fdopen(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.stanford", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 494, + "pattern": "name_call_unresolved", + "note": "Call to 'bigram_get(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.tnt", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 626, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 648, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 656, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 684, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 686, + "pattern": "name_call_unresolved", + "note": "Call to 'extend(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.tnt", + "lineno": 686, + "pattern": "name_call_unresolved", + "note": "Call to 'pair_decoded(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.tnt", + "lineno": 686, + "pattern": "name_call_unresolved", + "note": "Call to 'tagword(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.tnt", + "lineno": 687, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 690, + "pattern": "name_call_unresolved", + "note": "Call to 'extend(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.tnt", + "lineno": 690, + "pattern": "name_call_unresolved", + "note": "Call to 'pair_decoded(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.tnt", + "lineno": 690, + "pattern": "name_call_unresolved", + "note": "Call to 'tagword(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.tnt", + "lineno": 738, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 739, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 761, + "pattern": "name_call_unresolved", + "note": "Call to 'trans_logp_unigram_get(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.tnt", + "lineno": 765, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 775, + "pattern": "name_call_unresolved", + "note": "Call to 'trans_logp_unigram_get(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.tnt", + "lineno": 788, + "pattern": "name_call_unresolved", + "note": "Call to 'unknown_tag_scores(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.tnt", + "lineno": 794, + "pattern": "name_call_unresolved", + "note": "Call to 'trans_logp_unigram_get(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.tnt", + "lineno": 798, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 800, + "pattern": "name_call_unresolved", + "note": "Call to 'trans_logp_unigram_get(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.tnt", + "lineno": 812, + "pattern": "name_call_unresolved", + "note": "Call to 'expand_states(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.tnt", + "lineno": 817, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 838, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 842, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 845, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 916, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 922, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 923, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 928, + "pattern": "name_call_unresolved", + "note": "Call to 'trigram_logp_get(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.tnt", + "lineno": 930, + "pattern": "name_call_unresolved", + "note": "Call to 'bigram_logp_get(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.tnt", + "lineno": 952, + "pattern": "name_call_unresolved", + "note": "Call to 'new_states_get(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tag.tnt", + "lineno": 1010, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.tnt", + "lineno": 1032, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.util", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .rfind(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag.util", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.tag", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tbl.demo", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'Template(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tbl.demo", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .expand(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .expand(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .expand(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 246, + "pattern": "name_call_unresolved", + "note": "Call to 'UnigramTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tbl.demo", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 260, + "pattern": "name_call_unresolved", + "note": "Call to 'UnigramTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tbl.demo", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .accuracy(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 271, + "pattern": "name_call_unresolved", + "note": "Call to 'BrillTaggerTrainer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tbl.demo", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .accuracy(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .rules(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .batch_tag_incremental(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .train_stats(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .print_template_statistics(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .print_template_statistics(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 319, + "pattern": "name_call_unresolved", + "note": "Call to 'error_list(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tbl.demo", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .tag_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .seed(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .shuffle(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .axis(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .savefig(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.demo", + "lineno": 397, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tbl.demo", + "lineno": 399, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tbl.erroranalysis", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.erroranalysis", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.erroranalysis", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.erroranalysis", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.feature", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.feature", + "lineno": 100, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tbl.feature", + "lineno": 162, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tbl.rule", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.rule", + "lineno": 146, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tbl.rule", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .extract_property(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.rule", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.rule", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.rule", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.rule", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.rule", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.rule", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.rule", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.rule", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.rule", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.template", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.template", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.template", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.template", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .product(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.template", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .extract_property(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.template", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.template", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.template", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .combinations(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.template", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .product(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.template", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .issuperset(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.template", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .intersects(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.template", + "lineno": 310, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tbl.template", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access ._poptemplate(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.template", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tbl.template", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.all", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.all", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.all", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.all", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .TestSuite(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.all", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .DocFileSuite(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.childes_fixt", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.classify_fixt", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.conftest", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .object(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.conftest", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .object(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.conftest", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.conftest", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.conftest", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access ._unload(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.conftest", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.gensim_fixt", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.gluesemantics_malt_fixt", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.portuguese_en_fixt", + "lineno": 4, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.probability_fixt", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.setup_fixt", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.setup_fixt", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.test_filestring_sandbox", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.test_filestring_sandbox", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.test_filestring_sandbox", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.test_filestring_sandbox", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.test_filestring_sandbox", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.test_filestring_sandbox", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.test_filestring_sandbox", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.test_filestring_sandbox", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .symlink_to(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.test_filestring_sandbox", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.test_filestring_sandbox", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.test_filestring_sandbox", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.test_filestring_sandbox", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.test_filestring_sandbox", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_aline", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_aline", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_aline", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_bllip", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_bllip", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_bllip", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_bllip", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .pformat(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_bllip", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_bllip", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_bllip", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_bllip", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .pformat(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_brill", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_brill", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'UnigramTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_brill", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .Template(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_brill", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_brill", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_brill", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'demo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_brill", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .categories(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .is_variable(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .restrs(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .restrs(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .categories(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .categ(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .categories(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .can_unify(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .res(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .is_variable(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .restrs(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .restrs(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .dir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ccg_dir", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfd_mutation", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'ConditionalFreqDist(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_cfd_mutation", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfd_mutation", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfd_mutation", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .tabulate(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfd_mutation", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfd_mutation", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'ConditionalFreqDist(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_cfd_mutation", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfd_mutation", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfd_mutation", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfd_mutation", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'ConditionalFreqDist(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_cfd_mutation", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfd_mutation", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfg2chomsky", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .is_flexible_chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfg2chomsky", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .is_chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfg2chomsky", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfg2chomsky", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .is_flexible_chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfg2chomsky", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .is_chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfg2chomsky", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .is_flexible_chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfg2chomsky", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .is_chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfg2chomsky", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfg2chomsky", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .is_flexible_chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfg2chomsky", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .is_chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfg2chomsky", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .is_flexible_chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfg2chomsky", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .is_chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfg2chomsky", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfg2chomsky", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .is_flexible_chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_cfg2chomsky", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .is_chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_chunk", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpParser(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_chunk", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_chunk", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .pformat(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_classify", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_classify", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_classify", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .prob_classify(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_classify", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_classify", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_classify", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_classify", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_collocations", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_collocations", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_collocations", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_collocations", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_collocations", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_collocations", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .score_ngrams(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_collocations", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_collocations", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_collocations", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_collocations", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_collocations", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .score_ngrams(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_collocations", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_collocations", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_collocations", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_collocations", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_collocations", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .score_ngrams(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_concordance", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_concordance", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .concordance_list(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_concordance", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .concordance_list(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_concordance", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .concordance_list(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_concordance", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .concordance(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_concordance", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_concordance", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .stop(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_once_with(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_once_with(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_once_with(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1067, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1068, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1071, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1074, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1077, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1078, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1079, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1080, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1083, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1086, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1086, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1087, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1090, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1091, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1094, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1095, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1096, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1110, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_once_with(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1425, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1426, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1429, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1430, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1436, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_once_with(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corenlp", + "lineno": 1440, + "pattern": "attribute_call", + "note": "Call via attribute access .tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .raw(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .raw(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .raw(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .parsed_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .parsed_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .tree(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 111, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 118, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 121, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 124, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 126, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 139, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 142, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 152, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 156, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 157, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 162, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 163, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 167, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 171, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'Tree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .categories(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .skipif(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .entries(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpora", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_reader", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_reader", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_reader", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_reader", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .symlink(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_reader", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_reader", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_reader", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_reader", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .skipif(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_reader", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_reader", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_reader", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_reader", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_reader", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .symlink(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_reader", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .skipif(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_util", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'TestClass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpus_util", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'bound_method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpus_util", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'Counter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpus_util", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'bound_increment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpus_util", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'bound_increment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpus_util", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'Multiplier(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpus_util", + "lineno": 75, + "pattern": "name_call_unresolved", + "note": "Call to 'bound_multiply(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpus_util", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'bound_multiply(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_corpus_util", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_util", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_util", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_util", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .marker(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_util", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_util", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .marker(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_util", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_views", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .LineTokenizer(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_views", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_views", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_views", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_views", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_views", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_views", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_corpus_views", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .file_size(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize_resource_url(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize_resource_url(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize_resource_url(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize_resource_url(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize_resource_url(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize_resource_url(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize_resource_url(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize_resource_url(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize_resource_url(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize_resource_url(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .writestr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_data_security", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_distance", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_distance", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_distance", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_distance", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_distance", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_distance", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .joinpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 13, + "pattern": "name_call_unresolved", + "note": "Call to 'download(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .joinpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'download(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .joinpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .patch(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'download(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .call(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .call(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .joinpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .make_archive(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .writestr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .infolist(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .md5(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'real_pathsec_urlopen(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .getsize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .md5(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .relpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .getsize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdtemp(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdtemp(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .as_uri(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .Manager(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .Value(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .Lock(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .submit(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .result(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_atomic", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .writestr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .read_bytes(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .read_bytes(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .getpid(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .skipif(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .symlink(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .iterdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_not_called(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .getpid(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .iterdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .skipif(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .read_bytes(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .iterdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .readouterr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .readouterr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .skipif(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .skipif(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_unzip", + "lineno": 405, + "pattern": "name_call_unresolved", + "note": "Call to 'original_normcase(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_downloader_xxe", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_xxe", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_downloader_xxe", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'real_open(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_framenet_security", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_freqdist", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .FreqDist(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_hmm", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access ._forward_probability(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_hmm", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access ._forward_probability(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_hmm", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .sum(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_hmm", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access ._backward_probability(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_hmm", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .sum(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_hmm", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json2csv_corpus", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json2csv_corpus", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json2csv_corpus", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .read_bytes(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json2csv_corpus", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json2csv_corpus", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json2csv_corpus", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .read_bytes(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json2csv_corpus", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .tagged_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'DefaultTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'RegexpTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'AffixTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'UnigramTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'BigramTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'TrigramTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'NgramTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'PerceptronTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'BrillTaggerTrainer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_json_serialization", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_langnames", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_langnames", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_langnames", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_langnames", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_langnames", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_langnames", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_langnames", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_langnames", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_langnames", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_metrics", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .likelihood_ratio(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_metrics", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .likelihood_ratio(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_metrics", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .likelihood_ratio(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_metrics", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .likelihood_ratio(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_metrics", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .likelihood_ratio(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_metrics", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .likelihood_ratio(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_naivebayes", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .prob_classify(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_naivebayes", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_naivebayes", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_naivebayes", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_naivebayes", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .prob_classify(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_naivebayes", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_naivebayes", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_naivebayes", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .max(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .header(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .header(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .symlink(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nkjp_security", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .header(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nombank", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .nouns(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nombank", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .instances(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nombank", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .rolesets(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nombank", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .nouns(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nombank", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .instances(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nombank", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nombank", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_nombank", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_open_datafile", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_open_datafile", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_open_datafile", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_open_datafile", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_open_datafile", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .writestr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_open_datafile", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_open_datafile", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_open_datafile", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_open_datafile", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_open_datafile", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_open_datafile", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_open_datafile", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_open_datafile", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_open_datafile", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .fail(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .fail(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .fail(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .fail(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .ZipInfo(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .writestr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 117, + "pattern": "name_call_unresolved", + "note": "Call to 'TargetZipFile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .extractall(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to 'TargetZipFile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .extractall(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .ProxyHandler(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .build_opener(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .install_opener(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .install_opener(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 206, + "pattern": "self_method_not_found", + "note": "self.send_response(...) not found in class '_Handler' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 207, + "pattern": "self_method_not_found", + "note": "self.end_headers(...) not found in class '_Handler' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .Thread(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 235, + "pattern": "name_call_unresolved", + "note": "Call to 'real_getaddrinfo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .shutdown(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_address(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_address(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pathsec", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pickle_load_warnings", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pickle_load_warnings", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pickle_load_warnings", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pickle_load_warnings", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pickle_load_warnings", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pickle_load_warnings", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pickle_load_warnings", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pickle_load_warnings", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'DependencyGraph(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pickle_load_warnings", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pickle_load_warnings", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .getsource(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pickle_load_warnings", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pickle_load_warnings", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pickle_load_warnings", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'pos_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'word_tokenize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'pos_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'word_tokenize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'tagset(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .patch(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'pos_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'word_tokenize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 103, + "pattern": "name_call_unresolved", + "note": "Call to 'pos_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 103, + "pattern": "name_call_unresolved", + "note": "Call to 'word_tokenize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'pos_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'word_tokenize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 157, + "pattern": "name_call_unresolved", + "note": "Call to 'word_tokenize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 159, + "pattern": "name_call_unresolved", + "note": "Call to 'word_tokenize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 165, + "pattern": "name_call_unresolved", + "note": "Call to 'pos_tag(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_pos_tag", + "lineno": 165, + "pattern": "name_call_unresolved", + "note": "Call to 'word_tokenize(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .reviews(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .features(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get_context(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .Queue(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .Process(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .is_alive(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .terminate(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nowait(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_reviews_security", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ribes", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ribes", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ribes", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ribes", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ribes", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_ribes", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_rte_classify", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .pairs(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_rte_classify", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_rte_classify", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .pairs(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_rte_classify", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'config_megam(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_rte_classify", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_seekable_unicode_stream_reader", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_seekable_unicode_stream_reader", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'SeekableUnicodeStreamReader(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_seekable_unicode_stream_reader", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_seekable_unicode_stream_reader", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_seekable_unicode_stream_reader", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_seekable_unicode_stream_reader", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_seekable_unicode_stream_reader", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_seekable_unicode_stream_reader", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_seekable_unicode_stream_reader", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_seekable_unicode_stream_reader", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_seekable_unicode_stream_reader", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_seekable_unicode_stream_reader", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_seekable_unicode_stream_reader", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'SeekableUnicodeStreamReader(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_seekable_unicode_stream_reader", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .__del__(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_seekable_unicode_stream_reader", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .collect(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_segmentation", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_segmentation", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_segmentation", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_segmentation", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .normpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'Senna(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'SennaTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'SennaChunkTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .bio_to_chunks(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'SennaNERTagger(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_senna", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_stem", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .stem(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tag", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_texttiling", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_texttiling", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_texttiling", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_texttiling", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .leaf_treeposition(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .treepositions(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 548, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 596, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 762, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tgrep", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .isclose(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 376, + "pattern": "name_call_unresolved", + "note": "Call to 'unk_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .tagdata(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tnt", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'StanfordSegmenter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .default_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .default_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .skipif(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'TweetTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 262, + "pattern": "name_call_unresolved", + "note": "Call to 'TweetTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 274, + "pattern": "name_call_unresolved", + "note": "Call to 'SyllableTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 282, + "pattern": "name_call_unresolved", + "note": "Call to 'SyllableTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 294, + "pattern": "name_call_unresolved", + "note": "Call to 'LegalitySyllableTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 303, + "pattern": "name_call_unresolved", + "note": "Call to 'StanfordSegmenter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .default_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .segment(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 327, + "pattern": "name_call_unresolved", + "note": "Call to 'StanfordSegmenter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .default_config(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .segment(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 346, + "pattern": "name_call_unresolved", + "note": "Call to 'TweetTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 363, + "pattern": "name_call_unresolved", + "note": "Call to 'TweetTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 529, + "pattern": "name_call_unresolved", + "note": "Call to 'TweetTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 682, + "pattern": "name_call_unresolved", + "note": "Call to 'TreebankWordTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .span_tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access .span_tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .span_tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 830, + "pattern": "name_call_unresolved", + "note": "Call to 'TestPunktTokenizeWordsMock(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 839, + "pattern": "name_call_unresolved", + "note": "Call to 'BengaliLanguageVars(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 897, + "pattern": "name_call_unresolved", + "note": "Call to 'ExtLangVars(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 902, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 952, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 959, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 963, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 963, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 963, + "pattern": "attribute_call", + "note": "Call via attribute access .read_bytes(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 968, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 970, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 972, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access ._validate_classpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 980, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 982, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 984, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 985, + "pattern": "attribute_call", + "note": "Call via attribute access ._validate_classpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 994, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 996, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 997, + "pattern": "attribute_call", + "note": "Call via attribute access ._validate_classpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1005, + "pattern": "attribute_call", + "note": "Call via attribute access ._sha256sum(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1006, + "pattern": "attribute_call", + "note": "Call via attribute access .write_bytes(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1007, + "pattern": "attribute_call", + "note": "Call via attribute access ._sha256sum(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1014, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1016, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1017, + "pattern": "attribute_call", + "note": "Call via attribute access ._validate_classpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1043, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1047, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1051, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1055, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1063, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1067, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1071, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1076, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1081, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1086, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1091, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1097, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1120, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1127, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1133, + "pattern": "name_call_unresolved", + "note": "Call to 'TreebankWordTokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1134, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1135, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1140, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1144, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1148, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1152, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1156, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1160, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1164, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1168, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1172, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1176, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1179, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1183, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1187, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1188, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_tokenize", + "lineno": 1193, + "pattern": "attribute_call", + "note": "Call via attribute access .detokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_twitter_auth", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_twitter_auth", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'Authenticate(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_twitter_auth", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_twitter_auth", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_twitter_auth", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_twitter_auth", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .load_creds(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_twitter_auth", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .fail(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_twitter_auth", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .fail(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_twitter_auth", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_twitter_auth", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .load_creds(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_twitter_auth", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .classids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .lemmas(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .wordnetids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .classids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .shortid(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .longid(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .classids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .vnclass(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .classids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .shortid(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .vnclass(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .classids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .frames(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .classids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .themroles(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .classids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .subclasses(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .classids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .pprint(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .lemmas(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .classids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .classids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .classids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .longid(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .longid(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .shortid(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .longid(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .shortid(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_verbnet", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_loaded(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .lemma_names(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .definition(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .examples(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .synsets(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .synsets(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .hyponyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .instance_hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .instance_hyponyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .root_hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .root_hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .root_hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .derivationally_related_forms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'L(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'L(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .derivationally_related_forms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 94, + "pattern": "name_call_unresolved", + "note": "Call to 'L(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to 'L(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .derivationally_related_forms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'L(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 99, + "pattern": "name_call_unresolved", + "note": "Call to 'L(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .derivationally_related_forms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 101, + "pattern": "name_call_unresolved", + "note": "Call to 'L(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .member_holonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .part_meronyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .member_meronyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 110, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 110, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .member_holonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 111, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 111, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .part_meronyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 115, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 115, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 115, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .part_holonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 117, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 117, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .substance_meronyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 120, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 121, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 121, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .substance_holonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 124, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 126, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 129, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .antonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'L(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'L(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .antonyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 139, + "pattern": "name_call_unresolved", + "note": "Call to 'L(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 139, + "pattern": "name_call_unresolved", + "note": "Call to 'L(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .entailments(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 144, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 144, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .similar_tos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 146, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 150, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 151, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 152, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 153, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 154, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .attributes(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 157, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 157, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .attributes(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 158, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 158, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .pertainyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 162, + "pattern": "name_call_unresolved", + "note": "Call to 'L(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 162, + "pattern": "name_call_unresolved", + "note": "Call to 'L(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .lowest_common_hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 168, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 168, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 169, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .lowest_common_hypernyms(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 172, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 172, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 173, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .topic_domains(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 178, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 178, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .region_domains(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 179, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 179, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .usage_domains(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 180, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 180, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .in_topic_domains(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 185, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 185, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .in_region_domains(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 188, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 188, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .in_usage_domains(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 191, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 191, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .path_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 196, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 196, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .path_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 197, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 197, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .path_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 199, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 199, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .path_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 200, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 200, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .path_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 203, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 203, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .path_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 204, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 204, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .path_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 207, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 207, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .path_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 208, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 208, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .lch_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 211, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 211, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .wup_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 214, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 214, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .wup_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 217, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 217, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .wup_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 218, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 218, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .wup_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 221, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 221, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .wup_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 222, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 222, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .wup_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 225, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 225, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .wup_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 226, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 226, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .lch_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 229, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 229, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .lch_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 230, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 230, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .ic(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .jcn_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 235, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 235, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .ic(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .lin_similarity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 239, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 239, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .lemma_names(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 251, + "pattern": "name_call_unresolved", + "note": "Call to 'S(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .all_lemma_names(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .all_lemma_names(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .__iter__(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .__iter__(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.test_wordnet", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .tag2pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'NgramCounter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'NgramCounter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .TestCase(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .TestCase(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .assertCountEqual(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .assertCountEqual(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .conditions(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 75, + "pattern": "name_call_unresolved", + "note": "Call to 'NgramCounter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .TestCase(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 80, + "pattern": "name_call_unresolved", + "note": "Call to 'NgramCounter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'FreqDist(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'NgramCounter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .assertCountEqual(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 97, + "pattern": "name_call_unresolved", + "note": "Call to 'NgramCounter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 100, + "pattern": "name_call_unresolved", + "note": "Call to 'NgramCounter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'NgramCounter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 109, + "pattern": "name_call_unresolved", + "note": "Call to 'NgramCounter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .assertCountEqual(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .assertCountEqual(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .assertCountEqual(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_counter", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'Vocabulary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'MLE(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .fit(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .isinf(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .logscore(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .entropy(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .perplexity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .isinf(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .entropy(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .isinf(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .perplexity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .entropy(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .perplexity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to 'MLE(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .fit(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 159, + "pattern": "name_call_unresolved", + "note": "Call to 'Lidstone(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .fit(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .entropy(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .perplexity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 222, + "pattern": "name_call_unresolved", + "note": "Call to 'Lidstone(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .fit(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 248, + "pattern": "name_call_unresolved", + "note": "Call to 'Laplace(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .fit(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .entropy(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .perplexity(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 315, + "pattern": "name_call_unresolved", + "note": "Call to 'WittenBellInterpolated(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .fit(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 372, + "pattern": "name_call_unresolved", + "note": "Call to 'KneserNeyInterpolated(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .fit(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 424, + "pattern": "name_call_unresolved", + "note": "Call to 'AbsoluteDiscountingInterpolated(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .fit(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 473, + "pattern": "name_call_unresolved", + "note": "Call to 'StupidBackoff(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .fit(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 515, + "pattern": "name_call_unresolved", + "note": "Call to 'KneserNeyInterpolated(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .fit(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .getfixturevalue(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .approx(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 520, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .xfail(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 574, + "pattern": "attribute_call", + "note": "Call via attribute access .fit(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 615, + "pattern": "name_call_unresolved", + "note": "Call to 'StupidBackoff(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .fit(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 623, + "pattern": "name_call_unresolved", + "note": "Call to 'WittenBellInterpolated(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .fit(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 627, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_models", + "lineno": 627, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'Vocabulary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'Vocabulary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'Vocabulary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 116, + "pattern": "name_call_unresolved", + "note": "Call to 'Vocabulary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 117, + "pattern": "name_call_unresolved", + "note": "Call to 'Vocabulary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 118, + "pattern": "name_call_unresolved", + "note": "Call to 'Vocabulary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 119, + "pattern": "name_call_unresolved", + "note": "Call to 'Vocabulary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 133, + "pattern": "name_call_unresolved", + "note": "Call to 'Vocabulary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 146, + "pattern": "name_call_unresolved", + "note": "Call to 'Vocabulary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'Vocabulary(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.lm.test_vocabulary", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_bleu", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm1", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm1", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm1", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm1", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .set_uniform_probabilities(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm1", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm1", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm1", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm1", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .set_uniform_probabilities(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm1", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm1", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm1", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .prob_t_a_given_s(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm2", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm2", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm2", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm2", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .set_uniform_probabilities(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm2", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm2", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm2", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm2", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .set_uniform_probabilities(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm2", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm2", + "lineno": 75, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm2", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .prob_t_a_given_s(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm3", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm3", + "lineno": 17, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm3", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel3(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm3", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .set_uniform_probabilities(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm3", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm3", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm3", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel3(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm3", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .set_uniform_probabilities(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm3", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm3", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel3(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm3", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .prob_t_a_given_s(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm4", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm4", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm4", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel4(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm4", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .set_uniform_probabilities(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm4", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm4", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm4", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel4(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm4", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .set_uniform_probabilities(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm4", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm4", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel4(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm4", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .prob_t_a_given_s(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm5", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm5", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm5", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel5(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm5", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .set_uniform_probabilities(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm5", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm5", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm5", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel5(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm5", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .set_uniform_probabilities(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm5", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm5", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel5(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm5", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .prob_t_a_given_s(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm5", + "lineno": 145, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm5", + "lineno": 151, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel5(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm5", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .prune(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 19, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .best_model2_alignment(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .best_model2_alignment(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 102, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .best_model2_alignment(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 115, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 116, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .best_model2_alignment(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .best_model2_alignment(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 145, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .neighboring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 177, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .neighboring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 200, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .neighboring(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 247, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .hillclimb(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 259, + "pattern": "name_call_unresolved", + "note": "Call to 'AlignedSent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 262, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_ibm_model", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .sample(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_meteor", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_meteor", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_nist", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_nist", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_nist", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_nist", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .create_fake_phrase_table(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'StackDecoder(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .find_all_src_phrases(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'StackDecoder(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .distortion_score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'StackDecoder(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .distortion_score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .create_fake_phrase_table(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .create_fake_language_model(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'StackDecoder(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .compute_future_scores(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .translations_for(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .probability(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .translations_for(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .probability(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .create_fake_phrase_table(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .create_fake_language_model(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to 'StackDecoder(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .compute_future_scores(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'StackDecoder(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .future_score(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .valid_phrases(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 137, + "pattern": "name_call_unresolved", + "note": "Call to 'PhraseTable(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .translation_so_far(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .total_translated_words(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .translated_positions(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "nltk.test.unit.translate.test_stack_decoder", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .untranslated_spans(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.api", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.casual", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'MacIntyreContractions(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.destructive", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.legality_principle", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.legality_principle", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.legality_principle", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.mwe", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'Trie(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tokenize.mwe", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.mwe", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .chars(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .chars(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .chars(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.nist", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .islower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .word_tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 574, + "pattern": "self_method_not_found", + "note": "self._Token(...) not found in class 'PunktBaseClass' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 578, + "pattern": "self_method_not_found", + "note": "self._Token(...) not found in class 'PunktBaseClass' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 643, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 750, + "pattern": "self_method_not_found", + "note": "self._Token(...) not found in class 'PunktTrainer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 801, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 823, + "pattern": "attribute_call", + "note": "Call via attribute access .clear_sent_starters(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 825, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .clear_collocations(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 852, + "pattern": "attribute_call", + "note": "Call via attribute access .clear_ortho_context(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 919, + "pattern": "attribute_call", + "note": "Call via attribute access .add_ortho_context(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 957, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 960, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 972, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 986, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 994, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 996, + "pattern": "attribute_call", + "note": "Call via attribute access .pow(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1009, + "pattern": "attribute_call", + "note": "Call via attribute access .clear_abbrevs(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1010, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1013, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1076, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1076, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1079, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1079, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1103, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1103, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1110, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1117, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1117, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1124, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1126, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1173, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1177, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1218, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1223, + "pattern": "attribute_call", + "note": "Call via attribute access .N(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1257, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1270, + "pattern": "attribute_call", + "note": "Call via attribute access .get_params(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1295, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1296, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1298, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1308, + "pattern": "attribute_call", + "note": "Call via attribute access ._debug_ortho_context(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1396, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1396, + "pattern": "attribute_call", + "note": "Call via attribute access .period_context_re(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1398, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1405, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1414, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1415, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1425, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1426, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1433, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1434, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1436, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1439, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1441, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1466, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1468, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1468, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1469, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1503, + "pattern": "self_method_not_found", + "note": "self._Token(...) not found in class 'PunktSentenceTokenizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1549, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1556, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1556, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1565, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1565, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1566, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1566, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1568, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1596, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1598, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1600, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1602, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1745, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1789, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1791, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1793, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1795, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1824, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1824, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1824, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1826, + "pattern": "name_call_unresolved", + "note": "Call to 'train_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1828, + "pattern": "attribute_call", + "note": "Call via attribute access .train(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1829, + "pattern": "name_call_unresolved", + "note": "Call to 'tok_cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1829, + "pattern": "attribute_call", + "note": "Call via attribute access .get_params(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1830, + "pattern": "attribute_call", + "note": "Call via attribute access .sentences_from_text(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.punkt", + "lineno": 1831, + "pattern": "name_call_unresolved", + "note": "Call to 'cleanup(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tokenize.regexp", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.regexp", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.regexp", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.regexp", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.regexp", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.regexp", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.regexp", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.regexp", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.regexp", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.regexp", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.repp", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .gettempdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.repp", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.repp", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.repp", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.repp", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.repp", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.repp", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.repp", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.repp", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.repp", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.repp", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.repp", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.repp", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.repp", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sexpr", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sexpr", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sexpr", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sexpr", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sexpr", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sexpr", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sexpr", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sexpr", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sexpr", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sexpr", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sexpr", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.simple", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.simple", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.simple", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.simple", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.simple", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sonority_sequencing", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sonority_sequencing", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sonority_sequencing", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sonority_sequencing", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sonority_sequencing", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sonority_sequencing", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sonority_sequencing", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sonority_sequencing", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sonority_sequencing", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.sonority_sequencing", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 162, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 178, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 183, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 194, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .fdopen(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 302, + "pattern": "name_call_unresolved", + "note": "Call to 'LookupError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.stanford_segmenter", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .array(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .__iter__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .std(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .reverse(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .ones(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .convolve(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .sum(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .figure(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .raw(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 548, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .xlabel(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .ylabel(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .plot(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .stem(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .legend(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.texttiling", + "lineno": 556, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.toktok", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'MacIntyreContractions(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 278, + "pattern": "name_call_unresolved", + "note": "Call to 'MacIntyreContractions(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.treebank", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.util", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.util", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .span(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize.util", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.tokenize", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .invert(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 328, + "pattern": "name_call_unresolved", + "note": "Call to 'PhraseTableEntry(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.translate.api", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.api", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.bleu_score", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.bleu_score", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .__new__(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.bleu_score", + "lineno": 267, + "pattern": "name_call_unresolved", + "note": "Call to 'smoothing_function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.translate.bleu_score", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.bleu_score", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.bleu_score", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .fsum(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.bleu_score", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.bleu_score", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.bleu_score", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.bleu_score", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.bleu_score", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.bleu_score", + "lineno": 657, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.chrf_score", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.chrf_score", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.chrf_score", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.chrf_score", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.chrf_score", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.chrf_score", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.chrf_score", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gale_church", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gale_church", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gale_church", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gale_church", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gale_church", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gale_church", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gale_church", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gale_church", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gale_church", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gale_church", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .next(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gdfa", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gdfa", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gdfa", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .intersection(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gdfa", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .union(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gdfa", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gdfa", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gdfa", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gdfa", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gdfa", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gdfa", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gdfa", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gdfa", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gleu_score", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gleu_score", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.gleu_score", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm1", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm1", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm1", + "lineno": 174, + "pattern": "self_method_not_found", + "note": "self.maximize_lexical_translation_probabilities(...) not found in class 'IBMModel1' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm1", + "lineno": 251, + "pattern": "name_call_unresolved", + "note": "Call to 'Alignment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.translate.ibm2", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm2", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel1(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.translate.ibm2", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm2", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm2", + "lineno": 183, + "pattern": "self_method_not_found", + "note": "self.maximize_lexical_translation_probabilities(...) not found in class 'IBMModel2' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm2", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm2", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm2", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm2", + "lineno": 295, + "pattern": "name_call_unresolved", + "note": "Call to 'Alignment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.translate.ibm2", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 166, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .reset_probabilities(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 231, + "pattern": "self_method_not_found", + "note": "self.sample(...) not found in class 'IBMModel3' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 233, + "pattern": "name_call_unresolved", + "note": "Call to 'Alignment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .zero_indexed_alignment(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 238, + "pattern": "self_method_not_found", + "note": "self.prob_of_alignments(...) not found in class 'IBMModel3' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 260, + "pattern": "self_method_not_found", + "note": "self.maximize_lexical_translation_probabilities(...) not found in class 'IBMModel3' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 262, + "pattern": "self_method_not_found", + "note": "self.maximize_fertility_probabilities(...) not found in class 'IBMModel3' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 263, + "pattern": "self_method_not_found", + "note": "self.maximize_null_generation_probabilities(...) not found in class 'IBMModel3' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .fertility_of_i(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .fertility_of_i(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm3", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 217, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel3(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .reset_probabilities(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 297, + "pattern": "self_method_not_found", + "note": "self.sample(...) not found in class 'IBMModel4' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 299, + "pattern": "name_call_unresolved", + "note": "Call to 'Alignment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .zero_indexed_alignment(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 304, + "pattern": "self_method_not_found", + "note": "self.prob_of_alignments(...) not found in class 'IBMModel4' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 332, + "pattern": "self_method_not_found", + "note": "self.maximize_lexical_translation_probabilities(...) not found in class 'IBMModel4' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 334, + "pattern": "self_method_not_found", + "note": "self.maximize_fertility_probabilities(...) not found in class 'IBMModel4' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 335, + "pattern": "self_method_not_found", + "note": "self.maximize_null_generation_probabilities(...) not found in class 'IBMModel4' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .model4_prob_t_a_given_s(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .fertility_of_i(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .fertility_of_i(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .is_head_word(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .previous_cept(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .center_of_cept(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .previous_in_tablet(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .is_head_word(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .previous_cept(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .center_of_cept(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm4", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .previous_in_tablet(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 227, + "pattern": "name_call_unresolved", + "note": "Call to 'IBMModel4(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .reset_probabilities(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 321, + "pattern": "name_call_unresolved", + "note": "Call to 'Alignment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .zero_indexed_alignment(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 326, + "pattern": "self_method_not_found", + "note": "self.prob_of_alignments(...) not found in class 'IBMModel5' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 353, + "pattern": "self_method_not_found", + "note": "self.maximize_lexical_translation_probabilities(...) not found in class 'IBMModel5' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 355, + "pattern": "self_method_not_found", + "note": "self.maximize_fertility_probabilities(...) not found in class 'IBMModel5' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 356, + "pattern": "self_method_not_found", + "note": "self.maximize_null_generation_probabilities(...) not found in class 'IBMModel5' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .sample(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .model4_prob_t_a_given_s(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .model4_prob_t_a_given_s(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 430, + "pattern": "self_method_not_found", + "note": "self.neighboring(...) not found in class 'IBMModel5' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .model4_prob_t_a_given_s(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 460, + "pattern": "attribute_call", + "note": "Call via attribute access .fertility_of_i(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .fertility_of_i(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .previous_cept(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .center_of_cept(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 556, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 603, + "pattern": "attribute_call", + "note": "Call via attribute access .vacancies_at(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .previous_cept(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .center_of_cept(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .vacancies_at(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .vacancies_at(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .occupy(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .vacancies_at(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 626, + "pattern": "attribute_call", + "note": "Call via attribute access .vacancies_at(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm5", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .occupy(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm_model", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm_model", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm_model", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm_model", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm_model", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm_model", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm_model", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm_model", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm_model", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm_model", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm_model", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm_model", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm_model", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm_model", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm_model", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .fertility_of_i(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ibm_model", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .fertility_of_i(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.lepor", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.lepor", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.lepor", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.lepor", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.lepor", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.lepor", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.lepor", + "lineno": 254, + "pattern": "name_call_unresolved", + "note": "Call to 'tokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.translate.lepor", + "lineno": 256, + "pattern": "name_call_unresolved", + "note": "Call to 'tokenizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.translate.lepor", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .word_tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.lepor", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .word_tokenize(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.lepor", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.lepor", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.meteor_score", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.meteor_score", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.meteor_score", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .stem(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.meteor_score", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .stem(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.meteor_score", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .union(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.meteor_score", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.meteor_score", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.meteor_score", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .lemmas(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.meteor_score", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.meteor_score", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .name(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.meteor_score", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .synsets(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.meteor_score", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.meteor_score", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.metrics", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .issubset(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.nist_score", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.nist_score", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.nist_score", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.nist_score", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.nist_score", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.nist_score", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.nist_score", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.nist_score", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .log(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.phrase_based", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.phrase_based", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.phrase_based", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.phrase_based", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.phrase_based", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.phrase_based", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ribes_score", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .exp(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ribes_score", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ribes_score", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.ribes_score", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .valid_phrases(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .translations_for(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .best(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .translation_so_far(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .translations_for(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .probability(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .untranslated_spans(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .probability_change(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .untranslated_spans(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .score(...) - target object type not statically resolved." + }, + { + "module": "nltk.translate.stack_decoder", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.immutable", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.immutable", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.immutable", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .convert(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.immutable", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .convert(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.immutable", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tree.immutable", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.immutable", + "lineno": 106, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tree.parented", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 109, + "pattern": "name_call_unresolved", + "note": "Call to 'slice_bounds(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tree.parented", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .__delitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .__delitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'slice_bounds(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tree.parented", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 242, + "pattern": "self_method_not_found", + "note": "self.index(...) not found in class 'AbstractParentedTree' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.tree.parented", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .parent(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .treeposition(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_roots_helper(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 548, + "pattern": "attribute_call", + "note": "Call via attribute access .treepositions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parented", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parsing", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parsing", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.parsing", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .treepositions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .sort(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 324, + "pattern": "name_call_unresolved", + "note": "Call to 'OrderedDict(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .rjust(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .center(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 593, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .parsed_sents(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .text(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.prettyprinter", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.probabilistic", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .convert(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.probabilistic", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .convert(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.probabilistic", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tree.probabilistic", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.probabilistic", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tree.probabilistic", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.probabilistic", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .prob(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .set_label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .set_label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .set_label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .set_label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.transforms", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .pprint(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .__setitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .__delitem__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .treepositions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .subtrees(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .pos(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .convert(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 544, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tree.tree", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .convert(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .convert(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .treepositions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 572, + "pattern": "name_call_unresolved", + "note": "Call to 'leaf_freezer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tree.tree", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .convert(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 643, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access ._parse_error(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 666, + "pattern": "name_call_unresolved", + "note": "Call to 'read_node(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tree.tree", + "lineno": 672, + "pattern": "attribute_call", + "note": "Call via attribute access ._parse_error(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access ._parse_error(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 676, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 676, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tree.tree", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access ._parse_error(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 682, + "pattern": "name_call_unresolved", + "note": "Call to 'read_leaf(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tree.tree", + "lineno": 683, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 687, + "pattern": "attribute_call", + "note": "Call via attribute access ._parse_error(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 689, + "pattern": "attribute_call", + "note": "Call via attribute access ._parse_error(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 723, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 723, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 730, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .fromlist(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .text(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 774, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 784, + "pattern": "attribute_call", + "note": "Call via attribute access ._repr_svg_(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .pformat(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 834, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 859, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 868, + "pattern": "attribute_call", + "note": "Call via attribute access ._pformat_flat(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 876, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 880, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 884, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 888, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 920, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 923, + "pattern": "attribute_call", + "note": "Call via attribute access .__repr__(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 926, + "pattern": "attribute_call", + "note": "Call via attribute access .label(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 929, + "pattern": "attribute_call", + "note": "Call via attribute access .height(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 930, + "pattern": "attribute_call", + "note": "Call via attribute access .leaves(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 937, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 937, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 946, + "pattern": "attribute_call", + "note": "Call via attribute access .collapse_unary(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 949, + "pattern": "attribute_call", + "note": "Call via attribute access .chomsky_normal_form(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 954, + "pattern": "name_call_unresolved", + "note": "Call to 'ProbabilisticTree(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.tree.tree", + "lineno": 960, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 960, + "pattern": "attribute_call", + "note": "Call via attribute access .pformat(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 967, + "pattern": "attribute_call", + "note": "Call via attribute access .pformat_latex_qtree(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 972, + "pattern": "attribute_call", + "note": "Call via attribute access .productions(...) - target object type not statically resolved." + }, + { + "module": "nltk.tree.tree", + "lineno": 976, + "pattern": "attribute_call", + "note": "Call via attribute access .set_label(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.api", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.api", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.api", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .strptime(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.api", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.common", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.common", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.common", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .writerow(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.common", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.common", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .writerow(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.common", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.common", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.common", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .writer(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.common", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .writerow(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.common", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.common", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.common", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.common", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .writerow(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.common", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .writerow(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .handle(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .do_continue(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 76, + "pattern": "self_method_not_found", + "note": "self.disconnect(...) not found in class 'Streamer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .on_finish(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .sample(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .filter(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 170, + "pattern": "self_method_not_found", + "note": "self.lookup_status(...) not found in class 'Query' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .handle(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .do_continue(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .on_finish(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 226, + "pattern": "self_method_not_found", + "note": "self.search(...) not found in class 'Query' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .do_continue(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 248, + "pattern": "self_method_not_found", + "note": "self.search(...) not found in class 'Query' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .do_continue(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 291, + "pattern": "self_method_not_found", + "note": "self.show_user(...) not found in class 'Query' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 303, + "pattern": "self_method_not_found", + "note": "self.get_user_timeline(...) not found in class 'Query' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .handle(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .sample(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .filter(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access ._search_tweets(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .strftime(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitterclient", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .do_continue(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .timedelta(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .timetuple(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'Twitter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .tweets(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 96, + "pattern": "name_call_unresolved", + "note": "Call to 'Twitter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .tweets(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 103, + "pattern": "name_call_unresolved", + "note": "Call to 'Twitter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .tweets(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'credsfromfile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 113, + "pattern": "name_call_unresolved", + "note": "Call to 'Streamer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'TweetViewer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .sample(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 123, + "pattern": "name_call_unresolved", + "note": "Call to 'credsfromfile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 124, + "pattern": "name_call_unresolved", + "note": "Call to 'Streamer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 125, + "pattern": "name_call_unresolved", + "note": "Call to 'TweetViewer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .filter(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 134, + "pattern": "name_call_unresolved", + "note": "Call to 'credsfromfile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 135, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .search_tweets(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 145, + "pattern": "name_call_unresolved", + "note": "Call to 'credsfromfile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 146, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'TweetWriter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .user_tweets(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 156, + "pattern": "name_call_unresolved", + "note": "Call to 'credsfromfile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 157, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .user_info_from_id(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 175, + "pattern": "name_call_unresolved", + "note": "Call to 'credsfromfile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 176, + "pattern": "name_call_unresolved", + "note": "Call to 'Streamer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 177, + "pattern": "name_call_unresolved", + "note": "Call to 'TweetViewer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .filter(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 186, + "pattern": "name_call_unresolved", + "note": "Call to 'credsfromfile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 187, + "pattern": "name_call_unresolved", + "note": "Call to 'Streamer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 188, + "pattern": "name_call_unresolved", + "note": "Call to 'TweetWriter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .sample(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .datetime(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 203, + "pattern": "name_call_unresolved", + "note": "Call to 'credsfromfile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 204, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 205, + "pattern": "name_call_unresolved", + "note": "Call to 'TweetViewer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .search_tweets(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .handle(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .docs(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .strings(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .tokenized(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 265, + "pattern": "name_call_unresolved", + "note": "Call to 'credsfromfile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 266, + "pattern": "name_call_unresolved", + "note": "Call to 'Query(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .expand_tweetids(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.twitter_demo", + "lineno": 302, + "pattern": "name_call_unresolved", + "note": "Call to 'demo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "nltk.twitter.util", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .load_creds(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.util", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .normpath(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.util", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.util", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.util", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.util", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.util", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.util", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .pformat(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.util", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.util", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.util", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .obtain_access_token(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.util", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .isabs(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.util", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter.util", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "nltk.twitter", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.find_deprecated", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'defaultdict(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.find_deprecated", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'defaultdict(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.find_deprecated", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'defaultdict(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.find_deprecated", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .end(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .get_examples(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .generate_tokens(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .union(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .union(...) - target object type not statically resolved." + }, + { + "module": "tools.find_deprecated", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .fill(...) - target object type not statically resolved." + }, + { + "module": "tools.global_replace", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "tools.global_replace", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .access(...) - target object type not statically resolved." + }, + { + "module": "tools.global_replace", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .chmod(...) - target object type not statically resolved." + }, + { + "module": "tools.global_replace", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tools.global_replace", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tools.global_replace", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.global_replace", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.global_replace", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tools.global_replace", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tools.global_replace", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .chmod(...) - target object type not statically resolved." + }, + { + "module": "tools.global_replace", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." + }, + { + "module": "tools.global_replace", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'exit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tools.global_replace", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "tools.global_replace", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .fileids(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .words(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .DataFrame(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .to_parquet(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .create_repo(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_file(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .upload_file(...) - target object type not statically resolved." + }, + { + "module": "tools.huggingface.push_stopwords", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .upload_file(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .glob(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .stream(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .stream(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "web.conf", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + } + ], + "governance_gate": "APPROVED" +} \ No newline at end of file