We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68102f9 commit 08b3f72Copy full SHA for 08b3f72
README.md
@@ -16,8 +16,17 @@ Usage
16
'mèo'
17
>>> bogo.process_sequence('meo2', rules=bogo.get_vni_definition())
18
19
+>>> bogo.process_sequence('system')
20
+'system'
21
+>>> bogo.process_sequence('system', skip_non_vietnamese=False)
22
+'sýtem'
23
```
24
25
+More help available with:
26
+
27
+```python
28
+>>> help(bogo.bogo)
29
+```
30
31
Some functions from bogo.bogo are exported to package toplevel:
32
@@ -26,6 +35,4 @@ Some functions from bogo.bogo are exported to package toplevel:
35
- `get_telex_definition()`
36
- `get_vni_definition()`
37
-Read `help(bogo.bogo)` in the Python interpreter for more help.
-
38
BoGo is extensively tested with Python 3.2 and Python 3.3.
0 commit comments