File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ detectlanguage.configuration.api_key = "YOUR API KEY"
2828
2929## Usage
3030
31- ### Language detection
31+ ### Detect language
3232
3333``` python
3434detectlanguage.detect(" Dolce far niente" )
@@ -40,7 +40,7 @@ detectlanguage.detect("Dolce far niente")
4040[{' language' : ' it' , ' score' : 0.5074 }]
4141```
4242
43- ### Simple code detection
43+ ### Detect single code
4444
4545If you need just a language code you can use ` detect_code ` .
4646
@@ -71,7 +71,7 @@ Result is array of detections in the same order as the texts were passed.
7171[[{' language' : ' it' , ' score' : 0.5074 }], [{' language' : ' en' , ' score' : 0.9098 }]]
7272```
7373
74- ### Getting your account status
74+ ### Get your account status
7575
7676``` python
7777detectlanguage.account_status()
@@ -85,7 +85,7 @@ detectlanguage.account_status()
8585 ' plan_expires' : None }
8686```
8787
88- ### Getting list of supported languages
88+ ### Get list of supported languages
8989
9090``` python
9191detectlanguage.languages()
You can’t perform that action at this time.
0 commit comments