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"
28
28
29
29
## Usage
30
30
31
- ### Language detection
31
+ ### Detect language
32
32
33
33
``` python
34
34
detectlanguage.detect(" Dolce far niente" )
@@ -40,7 +40,7 @@ detectlanguage.detect("Dolce far niente")
40
40
[{' language' : ' it' , ' score' : 0.5074 }]
41
41
```
42
42
43
- ### Simple code detection
43
+ ### Detect single code
44
44
45
45
If you need just a language code you can use ` detect_code ` .
46
46
@@ -71,7 +71,7 @@ Result is array of detections in the same order as the texts were passed.
71
71
[[{' language' : ' it' , ' score' : 0.5074 }], [{' language' : ' en' , ' score' : 0.9098 }]]
72
72
```
73
73
74
- ### Getting your account status
74
+ ### Get your account status
75
75
76
76
``` python
77
77
detectlanguage.account_status()
@@ -85,7 +85,7 @@ detectlanguage.account_status()
85
85
' plan_expires' : None }
86
86
```
87
87
88
- ### Getting list of supported languages
88
+ ### Get list of supported languages
89
89
90
90
``` python
91
91
detectlanguage.languages()
You can’t perform that action at this time.
0 commit comments