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 3131
3232## Usage
3333
34- ### Language detection
34+ ### Detect language
3535
3636``` ruby
3737DetectLanguage .detect(' Dolce far niente' )
@@ -43,7 +43,7 @@ DetectLanguage.detect('Dolce far niente')
4343[{" language" => " it" , " score" => 0.5074 }]
4444```
4545
46- ### Language code detection
46+ ### Detect single code
4747
4848If you need just a language code you can use ` detect_code ` .
4949
@@ -75,7 +75,7 @@ Result is array of detections in the same order as the texts were passed.
7575[[{" language" => " it" , " score" => 0.5074 }], [{" language" => " lt" , " score" => 0.3063 }]]
7676```
7777
78- ### Getting your account status
78+ ### Get your account status
7979
8080``` ruby
8181DetectLanguage .account_status
@@ -88,7 +88,7 @@ DetectLanguage.account_status
8888 " daily_requests_limit" =>5000 , " daily_bytes_limit" =>1048576 , " status" =>" ACTIVE" }
8989```
9090
91- ### Getting list of supported languages
91+ ### Get list of supported languages
9292
9393``` ruby
9494DetectLanguage .languages
You can’t perform that action at this time.
0 commit comments