Skip to content

Commit

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

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 :

Expand Down

0 comments on commit c52766c

Please sign in to comment.