Exemple #1
0
        public void ToiletVpn()
        {
            var question = "Can i use vpn on the toilet to check my mails?";
            var scores   = WeightedKeywordSearch.Search(question);

            TestContext.WriteLine(scores.Readable());

            // Result:
            //  Wiki: 15
        }
Exemple #2
0
        public void ToiletMeeting()
        {
            var question = "When is my meeting about the new toilets?";
            var scores   = WeightedKeywordSearch.Search(question);

            TestContext.WriteLine(scores.Readable());

            // Result:
            //  Calendar: 15
            //  Wiki: 5
        }