DavidBelicza / TextRank

:wink: :cyclone: :strawberry: TextRank implementation in Golang with extendable features (summarization, phrase extraction) and multithreading (goroutine).
MIT License
204 stars 22 forks source link

Is it possible to have phrase with 3 or 4 words too? #9

Open mazdak78 opened 5 years ago

mazdak78 commented 5 years ago

Thanks for this library,its very useful,

Is it possible to have "phrase" with 3 or 4 words too?

DavidBelicza commented 5 years ago

It's not possible with the current implementation. The rank.FindSentencesByPhrases() should work recursively to support this idea.