Coder Social home page Coder Social logo

fdzsergio / reductio Goto Github PK

View Code? Open in Web Editor NEW
460.0 460.0 42.0 293 KB

Automatic summarizer text in Swift

License: MIT License

Swift 95.80% Ruby 2.59% Objective-C 1.62%
artificial-intelligence-algorithms automatic-summarization natural-language-processing text-rank

reductio's People

Contributors

fdzsergio avatar

Stargazers

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

Watchers

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

reductio's Issues

Summarize doesn't converge

For some types of malformed input, like text with a lot of links, Reductio summarization doesn't converge due to this chunk of code in the execute() function of TextRank.

while !convergence(stepNodes, nodes: nodes) {
        nodes = stepNodes
        stepNodes = iteration(nodes)
}

Swift tools version 3.1.0 which is no longer supported

package at '~/_SWIFT-PACKAGES/ReductioPackage' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version:5.3' to specify the current tools version

Package does not compile and I am unable to find where to configure this.

Error: no such module 'Reductio'

Hi!
Downloaded Reductio. When I open Reductio.xcworkspace and build โ€“ everything is good. But playground gives error:
Playground execution failed: error: Reductio.playground:6:8: error: no such module 'Reductio'
import Reductio

My Xcode version 8.3.2

Cannot update to 1.5.0

I did a pod install and it only installed version 1.4.0.

How can I get the latest version?

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.