Preview: among.py
Size: 404 B
/proc/self/root/opt/cloudlinux/venv/lib64/python3.11/site-packages/snowballstemmer/among.py
class Among(object):
def __init__(self, s, substring_i, result, method=None):
"""
@ivar s search string
@ivar substring index to longest matching substring
@ivar result of the lookup
@ivar method method to use if substring matches
"""
self.s = s
self.substring_i = substring_i
self.result = result
self.method = method
Directory Contents
Dirs: 1 × Files: 32