Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W4 #209

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

W4 #209

wants to merge 2 commits into from

Conversation

enginer
Copy link
Contributor

@enginer enginer commented Sep 7, 2016

No description provided.

String find = "Качеств";
String s = contentsUtils.filterLengthWordsAfter(paragraph, find, 3);

assertEquals("...Качеств - главная основа...", s);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В этом случае я ожидаю увидеть:
"Аспекты Качеств - главная основа Фокусной Динамики" так как общая сумма слов не привышает 7

@enginer
Copy link
Contributor Author

enginer commented Sep 7, 2016

Добавь пожалуйста следующие кейсы:
исходный текст Ваше Самосознание - Дорога к Самим Себе. Право абсолютной Свободы Воли. Только вы сами активизируете все сценарии своей Жизни. Главная Суть всех Форм Существования. Божий Промысел в ииссиидиологическом понимании - это Принцип аттракторности. Позитивные мотивации - это эгллеролифтивный Импульс.
ищем аттракт
получаем:
...Промысел в ииссиидиологическом понимании - это Принцип аттракторности...
так как после найденого слова следует точка, мы берём 6 слов до наденого слова или до ближайшей точки.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant