Skip to content

Commit

Permalink
sfdg
Browse files Browse the repository at this point in the history
  • Loading branch information
ym001 committed May 7, 2020
1 parent 30e3530 commit 53b1345
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,24 @@ reminiscent.

You can install it with pip :

     pip install Manteia
     __pip install Manteia__

Example of use Classification :

     >>> from Manteia.Classification import Classification
''
>>> 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

     >>> Generation(seed='What do you do if a bird shits on your car?')
If you're a car owner, you're supposed to be able to call the police
and have them take the bird off the car.

documentation :

https://manteia.readthedocs.io/en/latest/#
[documentation](https://manteia.readthedocs.io/en/latest/#)

This code is licensed under MIT.

0 comments on commit 53b1345

Please sign in to comment.