diff options
Diffstat (limited to 'nlp/demo.py')
| -rw-r--r-- | nlp/demo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nlp/demo.py b/nlp/demo.py index 1b15a71..f4090ca 100644 --- a/nlp/demo.py +++ b/nlp/demo.py @@ -28,4 +28,4 @@ def test3(): if __name__ == '__main__': - test3() + test2() |
