MCPcopy
hub / github.com/nltk/nltk / join

Method join

nltk/data.py:346–353  ·  view source on GitHub ↗

Return a new path pointer formed by starting at the path identified by this pointer, and then following the relative path given by ``fileid``. The path components of ``fileid`` should be separated by forward slashes, regardless of the underlying file system'

(self, fileid)

Source from the content-addressed store, hash-verified

344
345 @abstractmethod
346 def join(self, fileid):
347 """
348 Return a new path pointer formed by starting at the path
349 identified by this pointer, and then following the relative
350 path given by ``fileid``. The path components of ``fileid``
351 should be separated by forward slashes, regardless of
352 the underlying file system's path separator character.
353 """
354
355
356class FileSystemPathPointer(PathPointer, str):

Callers 15

setup.pyFile · 0.45
global_replace.pyFile · 0.45
find_deprecated.pyFile · 0.45
find_deprecated_defsFunction · 0.45
print_deprecated_usesFunction · 0.45
print_deprecated_uses_inFunction · 0.45
common_contextsMethod · 0.45
find_concordanceMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
generateMethod · 0.45
findallMethod · 0.45

Calls

no outgoing calls

Tested by 15

_assert_blockedFunction · 0.36
setup_classMethod · 0.36
test_correct_fileMethod · 0.36
test_build_indexFunction · 0.36
check_readerFunction · 0.36