Package nltk :: Module sourcedstring :: Class SimpleSourcedUnicodeString
[hide private]
[frames] | no frames]

type SimpleSourcedUnicodeString

source code

 object --+            
          |            
 basestring --+        
              |        
  SourcedString --+    
                  |    
SimpleSourcedString --+
                      |
     object --+       |
              |       |
     basestring --+   |
                  |   |
            unicode --+
                      |
                     SimpleSourcedUnicodeString

Nested Classes [hide private]
_stringtype
A class variable, defined by subclasses of SourcedString, determining what type of string this class contains.
Instance Methods [hide private]

Inherited from SimpleSourcedString: __getitem__, __getslice__, __init__, __repr__, capitalize, lower, swapcase, title, upper

Inherited from unicode: __contains__, __eq__, __ge__, __getattribute__, __getnewargs__, __gt__, __hash__, __le__, __len__, __lt__, __ne__, __rmod__, __str__, count, endswith, find, index, isalnum, isalpha, isdecimal, isdigit, islower, isnumeric, isspace, istitle, isupper, rfind, rindex, startswith

    Splitting & Stripping Methods

Inherited from SourcedString: lstrip, partition, rpartition, rsplit, rstrip, split, splitlines, strip

    String Concatenation Methods

Inherited from SourcedString: __add__, __mul__, __radd__, __rmul__, join

    Justification Methods

Inherited from SourcedString: center, ljust, rjust, zfill

    Replacement Methods

Inherited from SourcedString: __mod__, expandtabs, replace, translate

    Unicode

Inherited from SimpleSourcedString (private): _decode_one_to_one

Inherited from SourcedString: decode, encode

    Display

Inherited from SourcedString: pprint

Static Methods [hide private]

Inherited from SimpleSourcedString: __new__

    String Concatenation Methods

Inherited from SourcedString: concat

Class Variables [hide private]
    Splitting & Stripping Methods

Inherited from SourcedString (private): _LINE_RE, _NEWLINE_RE, _WHITESPACE_RE

    Display

Inherited from SourcedString (private): _PPRINT_CHAR_REPRS

Instance Variables [hide private]

Inherited from SimpleSourcedString: source

Properties [hide private]

Inherited from SimpleSourcedString: begin, docid, end, sources