Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
ym001 committed May 7, 2020
1 parent c52766c commit 1d755fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can install it with pip :
Example of use Classification :

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

0 comments on commit 1d755fa

Please sign in to comment.