Download the PHP package tgerbet/babelfish without Composer
On this page you can find all versions of the php package tgerbet/babelfish. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package babelfish
Babelfish
Babelfish is a file programming language detector based on github/linguist and src-d/enry.
Examples
How Babelfish works?
The language is determined by using an ordered set of strategies. Each strategy will either identify the precise language or reduce the number of likely languages for the next strategy. The default set of strategies is:
- Vim or Emacs modeline
- commonly used filename
- shell shebang
- file extension
- XML header
- heuristics
- naïve Bayesian classification
See also How Linguist works.
All versions of babelfish with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
The package tgerbet/babelfish contains the following files
Loading the files please wait ....