SmartReader
SmartReader copied to clipboard
Inteligencia Artificial para el análsis masivo de documentos
On the Results page (/SummariesStatus), the user should be able to stop and/or delete a particular model in any Processing Status: Queued, Processing, or Done
Currently, the model that is created is a dictionary of information used only under the hood. We think that by making the model transparent to the user, it might also...
Currently the tools is using [scikit-learn’s TfidfVectorizer](http://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html) to create the model. However there plenty of other ways to improve the way the model is weighting terms, for instance by simply...
Improving the Google Search results by tweaking the query string. Here is an article as an example of how to use more sophisticated operators to tweak the query string: https://moz.com/learn/seo/search-operators
The tool is currently using standard Google searches to create a model. However, it could be interesting to include a search engine like Google Scholar or even totally different one,...