You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple search Engine, which parses html-documents into text-plain files, depending on the web site, lemmatize txt files, creates Index (can make inventIndex.txt as file) as LinkedDictionary<String, IndexEntry>, and processes query by a boolean model or a vector model.