Skip to content

cmh1027/Report-Assistant

Repository files navigation

Report Assistant

What is Report Assistant?

Report assistant searches a keyword you want and gets a recent news related to that keyword. The Assistant automatically analyze contents of the news and underlines important words. And then, you can share your report and exchange opinions with others.

Why is Report Assistant needed?

  • It makes you save time for searching and analyzing the news
  • It can be a community for sharing reports and communicating others about the topic.

Requirements

  • It doesn't support Mac and Linux for constructing server. Only windows Processe for Analyzing is done by exec() php function. A command string in exec() function is written for Windows
  • Your php must not forbid exec() function. Check php.ini and enable it if it is disabled.
  • You must install two open-source programs below. And of course, python3&pip must be installed.
  • webapp.sql file must be executed before constructing server
  • It doesn't support Firefox Browser

Install

Download it and setup it with command below

$ python setup.py build

$ python setup.py install

This package is needed for KONLPY

$ pip install konlpy

$ python analyze.py (Any textfile named "result.txt" is needed)

All Commands above must work to construct a server. Refer to the link above if an error occurs.

What are used?

License

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either v3 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published