My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Squashed 'ocaml-langdetect/' changes from 06e823a..93f84f4

93f84f4 Documentation and code quality improvements across libraries

git-subtree-dir: ocaml-langdetect
git-subtree-split: 93f84f4cd6ffbe35e38673769a735190e011c137

+2 -2
+1 -1
dune-project
··· 16 16 (synopsis "Language detection library using n-gram frequency analysis") 17 17 (description 18 18 "An OCaml port of the Cybozu langdetect algorithm. Detects the natural \ 19 - language of text using n-gram frequency profiles. Supports 47 languages \ 19 + language of text using n-gram frequency profiles. Supports 49 languages \ 20 20 including English, Chinese, Japanese, Arabic, and many European languages.") 21 21 (depends 22 22 (ocaml (>= 5.1.0))
+1 -1
langdetect.opam
··· 2 2 opam-version: "2.0" 3 3 synopsis: "Language detection library using n-gram frequency analysis" 4 4 description: 5 - "An OCaml port of the Cybozu langdetect algorithm. Detects the natural language of text using n-gram frequency profiles. Supports 47 languages including English, Chinese, Japanese, Arabic, and many European languages." 5 + "An OCaml port of the Cybozu langdetect algorithm. Detects the natural language of text using n-gram frequency profiles. Supports 49 languages including English, Chinese, Japanese, Arabic, and many European languages." 6 6 maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 7 7 authors: ["Anil Madhavapeddy"] 8 8 license: "MIT"