···1616 (synopsis "Language detection library using n-gram frequency analysis")
1717 (description
1818 "An OCaml port of the Cybozu langdetect algorithm. Detects the natural \
1919- language of text using n-gram frequency profiles. Supports 47 languages \
1919+ language of text using n-gram frequency profiles. Supports 49 languages \
2020 including English, Chinese, Japanese, Arabic, and many European languages.")
2121 (depends
2222 (ocaml (>= 5.1.0))
+1-1
langdetect.opam
···22opam-version: "2.0"
33synopsis: "Language detection library using n-gram frequency analysis"
44description:
55- "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."
55+ "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."
66maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
77authors: ["Anil Madhavapeddy"]
88license: "MIT"