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
Could you please help me understand how to use a dictionary defined in a JSON settings file with ltex-cli? Here is what I have:
❯ cat ltex.json
{
"ltex.language": "en-US",
"ltex.dictionary": {
"en-US": [
"GERAD",
]
}
}
❯ echo"I am at GERAD"| ltex-cli --client-configuration=$PWD/ltex.json -
I am at GERAD
Use 'GERALD'
Use 'GERARD'
Use 'GRAD'
Use 'GÉRARD'
So it seems like the dictionary entry is simply ignored. What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Could you please help me understand how to use a dictionary defined in a JSON settings file with
ltex-cli
? Here is what I have:So it seems like the dictionary entry is simply ignored. What am I doing wrong?
The text was updated successfully, but these errors were encountered: