yoeo / guesslang

Detect the programming language of a source code
https://guesslang.readthedocs.io
MIT License
773 stars 110 forks source link

Question - Can I use it in my node web app? #35

Closed max-programming closed 2 years ago

max-programming commented 2 years ago

I really like this DL module and I don't know anything about machine learning. But I want to use this in my app to guess the language based on user input.

Now, this app uses Next.js and I wanted to ask that is there a way to use it in a nodejs based app?

yoeo commented 2 years ago

Hi @max-programming, your app looks very neat :+1:

There is indeed a Javascript project that uses Guesslang model https://github.com/microsoft/vscode-languagedetection

I don't know NodeJS well, so I can't tell if the solutions used in this project will work on yours or not. But do not hesitate to leave a message to the "vscode-languagedetection" maintainers if you have questions.

max-programming commented 2 years ago

Thanks for that @yoeo ! Will check out the Js project.

yoeo commented 2 years ago

I'm closing this issue for now, please re-open it if you have more questions.