guesslang
guesslang copied to clipboard
Detect the programming language of a source code
- Fixes #56 - Fixes #58 - Fixes #61 - Fixes #65
- [ ] [Nim](https://github.com/search?l=Nim&q=extension%3Anim&type=Code) - [ ] [QML](https://github.com/search?q=extension%3Aqml&type=) - [ ] [Solidity](https://github.com/search?q=extension%3Asol)
Do you have a paper or a way to cite the tool?
Hello. I tried right now to install guesslang, but I got this error: ``` Defaulting to user installation because normal site-packages is not writeable Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting...
Hi, with latest [`python-tensorflow 2.9.1`](https://archlinux.org/packages/community/x86_64/python-tensorflow) upgrade, [`guesslang`](https://aur.archlinux.org/packages/guesslang) stop working. ``` Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 573, in _build_master ws.require(__requires__) File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 891, in require needed =...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Hello! I wanted to know the license for the pre-trained model that is available. Could you please let me know the license specifications for the dataset and the pre-trained model?
Your `install_requires` is taken from `requirements.txt` where the version number is fixed. This is usually not a good idea because you prevent Python users from updating their installation when guesslang...
python version: 3.10 os: manjaro 21 Here is the install output: ``` Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: guesslang in /usr/lib/python3.10/site-packages/guesslang-2.2.2-py3.10.egg (2.2.2) Collecting...
Hello! Ive been trying to install guesslang on a M1 computer without success. Is there any knowledge on how to use this lib on a M1 mac ? Thanks