Skip to content

Commit 752f0b8

Browse files
authored
Update README.rst
1 parent 1dac325 commit 752f0b8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ Example Session
1717
Out[3]= 0.5
1818
In[4] = TextCases["I was in London last year.", "Pronoun"]
1919
Out[4]= {I}
20-
In[5] = LanguageIdentify["eins zwei drei"]
21-
Out[4]= "German"
22-
23-
More examples can be found in the `test file <https://github.com/Mathics3/Mathics3-Module-nltk/blob/master/test/test_nltk.py>`_.
20+
In[5] = Synonyms["forget"]
21+
Out[5]= {blank out, block, bury, draw a blank, leave}
22+
In[6] = Antonyms["big"]
23+
Out[6]= {little, small}
24+
In[7] = LanguageIdentify["eins zwei drei"]
25+
Out[7]= "German"
26+
27+
Other examples can be found in the `test file <https://github.com/Mathics3/Mathics3-Module-nltk/blob/master/test/test_ntlk.py>`_.
2428

2529
Installing and Running
2630
----------------------

0 commit comments

Comments
 (0)