Example #1
0
        public bool AddWord(char[] chararray, int chararraylength, bool sticky, int division, bool stopword, bool isInt, int decodedInt)
        {
            bool output = mem.AddWord(threadid, chararray, chararraylength, sticky, division, stopword, isInt, decodedInt);

            return(output);
        }