public MainWindow()
        {
            MongoDBConnector.CreateSession("nliis");

            _openFileDialog = new OpenFileDialog
            {
                DefaultExt      = "txt",
                CheckFileExists = true,
                Multiselect     = false
            };

            InitializeComponent();
            Sentences.SelectionChanged += BuildSyntaxTree;
            DocumentService.Language    = "English";
        }
Exemple #2
0
 public LinearSearchService()
 {
     MongoDBConnector.CreateSession("nliis");
 }