You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask you how it is possible use ldig to detect language from short text. Is it possible to use it as a command line tool where I would load a model directory and some text dto detect?
Something like this:
$ /c/Python27/python ldig.py -m models/ldig.model.small/ldig.model.small/model.small/ -t "Dneska mi je krasne"
and the program will return cs
I am confused by using the data file - I need only detect languages for a list of text, I don't need to learn my own model or measure the accuracy by estimating label.
Thank you.
The text was updated successfully, but these errors were encountered:
Though my ldig.py doesn't have your required feature,
ldig.py's lines at 406-426 means "to predict what language string s is
written in".
So I reckon you can add it with some modification.
I would like to ask you how it is possible use ldig to detect language
from short text. Is it possible to use it as a command line tool where I
would load a model directory and some text dto detect?
Something like this:
$ /c/Python27/python ldig.py -m
models/ldig.model.small/ldig.model.small/model.small/ -t "Dneska mi je
krasne"
and the program will return cs
I am confused by using the data file - I need only detect languages for a
list of text, I don't need to learn my own model or measure the accuracy by
estimating label.
Thank you.
—
Reply to this email directly or view it on GitHub #3.
Hello,
I would like to ask you how it is possible use ldig to detect language from short text. Is it possible to use it as a command line tool where I would load a model directory and some text dto detect?
Something like this:
$ /c/Python27/python ldig.py -m models/ldig.model.small/ldig.model.small/model.small/ -t "Dneska mi je krasne"
and the program will return cs
I am confused by using the data file - I need only detect languages for a list of text, I don't need to learn my own model or measure the accuracy by estimating label.
Thank you.
The text was updated successfully, but these errors were encountered: