Пример #1
0
        public double GetTranslationProbability(int sourceWordIndex, int targetWordIndex)
        {
            CheckDisposed();

            return(Thot.swAlignModel_getTranslationProbabilityByIndex(Handle, (uint)sourceWordIndex,
                                                                      (uint)targetWordIndex));
        }