Giter VIP home page Giter VIP logo

text-translation-api-v3-c-sharp's People

Contributors

chriswendt1 avatar erhopf avatar jann-skotdal avatar kellyaltom avatar mairaw avatar v-jaswel avatar yozian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

text-translation-api-v3-c-sharp's Issues

Language Detection Score is unreasonably high?

Hi all,

I am working on a bot project at the moment where we use language detection to determine what language the user wants to converse in. (French or English) The user can switch at any moment so we need to be confident on when switches should occur.

I am noticing that alternative languages are always detected with score of 1. This is really throwing off our conversations because we can't accurately determine the confidence level if the user wants to switch languages or not.

See the following Postman screenshot.
"Complete a masterline" - This is very clearly English, but it could contain alternates for French and 'ro' (Not even sure what this language is). But at a score of 1? Seems unrealistic to me. Am I doing something wrong? Can I train this to be more accurate?
image

The document has an unsupported naming convention or an invalid language code

I am creating custom training model and I have created project/workspace from ui using Custom Translator Portal
When I am trying to upload a document using this custom sample app using my existing workSpaceId I am getting this error.

Please let me know what I am missing.
The document has an unsupported naming convention or an invalid language code.

Request Code

DocumentDetailsForImportRequest documentdetails = new DocumentDetailsForImportRequest();
            documentdetails.DocumentName = "MyDocPersonelPolicyFINAL"; // Enter document name
            documentdetails.DocumentType = "training"; //values = training/ tuning/ testing
            documentdetails.IsParallel = true; // Enter if this is a parallel document. values = true, false
            documentdetails.FileDetails = new List<FileForImportRequest>();


            FileForImportRequest sourcelanguagefile = new FileForImportRequest();
            sourcelanguagefile.Name = Path.GetFileName(sourcelanguagefilepath);
            sourcelanguagefile.Language = "en"; // Enter source language. Example: de. //Determined from the call to GetCategories 
            sourcelanguagefile.OverwriteIfExists = true; // Enter if you want to overwrite if file exists. values = true, false

            FileForImportRequest targetlanguagefile = new FileForImportRequest();
            targetlanguagefile.Name = Path.GetFileName(targetlanguagefilepath);
            targetlanguagefile.Language = "pt"; // Enter target language. Example: en. //Determined from the call to GetCategories 
            targetlanguagefile.OverwriteIfExists = true; // Enter if you want to overwrite if file exists. values = true, false

            string result = await clientapp.ImportDocument(token_header, Session["ws_id"].ToString(), sourcelanguagefilepath, targetlanguagefilepath, documentdetails, sourcelanguagefile, targetlanguagefile);

Response received

{"jobName":"MyDocPersonelPolicyFINAL","fileProcessingStatus":[{"status":{"displayName":"Failed","id":254},"modifiedDate":"2019-03-29T09:06:05.983","fileName":"MyDoc Personel Policy FINAL.pdf","documentName":"MyDocPersonelPolicyFINAL","summary":"The document has an unsupported naming convention or an invalid language code.\r\n","id":627178,"parentId":null,"language":null},{"status":{"displayName":"Failed","id":254},"modifiedDate":"2019-03-29T09:06:06.203","fileName":"COMPL MyDoc Personel Policy Rev 082817-BR_PT.pdf","documentName":"MyDocPersonelPolicyFINAL","summary":"The document has an unsupported naming convention or an invalid language code.\r\n","id":627179,"parentId":null,"language":null}],"pageIndex":1,"totalPageCount":1}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.