Skip to content

Commit

Permalink
ef
Browse files Browse the repository at this point in the history
o
  • Loading branch information
ym001 committed May 7, 2020
1 parent 53b1345 commit 043ce62
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ You can install it with pip :
     __pip install Manteia__

Example of use Classification :
''
>>> from Manteia.Classification import Classification
     >>> # Initializing a list of texts,labels
     >>> documents=['a text','text b']
     >>> labels=['a','b']
     >>> Classification(documents,labels)
''

'>>> from Manteia.Classification import Classification'
    '>>> # Initializing a list of texts,labels'
    '>>> documents=['a text','text b']'
    '>>> labels=['a','b']'
    '>>> Classification(documents,labels)'

Example of use Generation :

     >>> from Manteia.Generation import Generation
Expand Down

0 comments on commit 043ce62

Please sign in to comment.