File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Some of the most important features that EasyTXT provide:
2727* normalizes spaces
2828* converts html table data into sentences or features
2929* html table parser which returns dict of column row info
30+ * autocomplete works with any method or function :)
3031* ...
3132
3233There are many more features regarding which, please refer to the documentation
@@ -41,8 +42,8 @@ In this example lets parse badly structured text and output it into multiple
4142formats.
4243
4344Please note that calling multiple formats at the same time won't affect
44- performance since sentences are cached and all other formats call cached
45- sentences under the hood .
45+ performance since sentences are cached and when calling other formats,
46+ cached sentences will be used in a process .
4647
4748 >>> from easytxt import parse_text
4849 >>> test_text = ' first sentence... Bad ünicode. HTML entities <3!'
You can’t perform that action at this time.
0 commit comments