|
|
|
|
|
_convert_numbers(self,
text)
Removes digit grouping and spaces currency symbols and codes |
source code
|
|
|
|
|
|
|
|
|
|
| _get_composite_words_patterns(self,
dict_composite_words) |
source code
|
|
|
|
| _get_abbreviations_patterns(self,
dict_abbreviations) |
source code
|
|
|
|
| _get_special_abbreviations_patterns(self,
dict_abbreviations) |
source code
|
|
|
|
_format_punkt(self,
token)
Returns:
A modified token with separated punkt, if is not a number, otherwise
returns the token |
source code
|
|
|
|
|
|
|
| _format_upper_abbreviations(self,
line,
a,
abbr) |
source code
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|