Git Product home page Git Product logo

gdamdam / sumo Goto Github PK

View Code? Open in Web Editor NEW
20.0 20.0 5.0 35 KB

Tool to extracts the text from a web article urls and get frequency words, entities recognition, automatic summary and more

License: MIT License

Python 61.53% JavaScript 5.33% CSS 3.73% HTML 27.34% Dockerfile 2.07%
automatic-summarization content-extraction entity-recognition nlp nltk semantic-analysis sentence-extraction

sumo's People

Contributors

gdamdam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

sumo's Issues

Python 3 compatibility issues

% flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

./sumo/requirements_nltk.py:6:8: E999 SyntaxError: invalid syntax
	print i
	      ^
./sumo/sumo_server.py:31:9: E999 SyntaxError: invalid syntax
		print url
		      ^
./sumo/tools/connector.py:14:26: E999 SyntaxError: invalid syntax
	except ConnectionFailure, e:
	                        ^
./sumo/tools/tokenizer.py:45:5: F821 undefined name 'main'
    main()    ^
./sumo/tools/analyzer.py:60:11: E999 SyntaxError: invalid syntax
				print "WARNING: the Snowball stemmer is not supporting the detected language. Assuming english."
				      ^
./sumo/tools/sum_luhn.py:93:30: E999 SyntaxError: invalid syntax
            except ValueError, e:
                             ^
./sumo/tools/scraper.py:26:9: E999 SyntaxError: invalid syntax
		print "Content-Encoding: gzip"
		      ^
6     E999 SyntaxError: invalid syntax
1     F821 undefined name 'main'
7

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.