Skip to content

Commit e24f0b2

Browse files
committed
Update README.md
1 parent 1fd3c39 commit e24f0b2

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ frequent token 'X' of the analyzed text, map['X'] will be 1.
1818
## Usage
1919
### Detect
2020
#### Get the closest language:
21-
The default detector supports the following languages*:
21+
The default detector supports the following languages:
2222
**Arabic, English, French, German, Hebrew, Russian, Turkish**
2323

2424
``` go
@@ -77,7 +77,7 @@ New languages can directly be analyzed and added to a detector by providing a te
7777
The text sample should be bigger then 200kb and can be "dirty" (special chars, lists, etc.), but the language
7878
should not change for long parts.
7979

80-
Altermatively Analyze can be used and the resulting language can added using AddLanguage method:
80+
Alternatively Analyze can be used and the resulting language can added using AddLanguage method:
8181

8282
``` go
8383
text_sample := GetTextFromFile("samples/polish.txt")
@@ -86,4 +86,13 @@ Altermatively Analyze can be used and the resulting language can added using Add
8686
//language can be added selectively to detectors
8787
detectorA.AddLanguage(french)
8888
detectorC.AddLanguage(french)
89-
```
89+
```
90+
91+
## Contribution
92+
93+
Suggestions and Bug reports can be made through Github issues.
94+
Contributions are welcomed, there is currently no need to open an issue for it, but please follow the code style, including descriptive tests with [GoConvey](http://goconvey.co/).
95+
96+
## License
97+
98+
Licensed under [Apache 2.0](LICENSE).

0 commit comments

Comments
 (0)