Bug 1148233

Summary: RFE: Drupal plugin should split content into meaningful chunks
Product: [Retired] Zanata Reporter: Isaac Rooskov <irooskov>
Component: UsabilityAssignee: David Mason <damason>
Status: CLOSED CURRENTRELEASE QA Contact: Zanata-QA Mailling List <zanata-qa>
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: aeng, damason, djansen, mkim, ykatabam, yshao, zanata-bugs
Target Milestone: ---Keywords: screened
Target Release: 3.6   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: eb3ef2bd399e400c9bb103c2da415aca8c6d4b8c Doc Type: Bug Fix
Doc Text:
Story Points: 3
Clone Of: Environment:
Last Closed: 2015-03-19 07:10:30 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Isaac Rooskov 2014-10-01 02:52:16 UTC
Description of problem:

Currently the Drupal plugin treats all content from a single article as one string. This content should be split meaningfully across multiple strings. Perhaps paragraph breaks?

Comment 2 David Mason 2014-10-08 04:52:41 UTC
Implementation details discussed by development team:

 - Segmentation is on the client side - the server receives already-segmented text flows through the current API
 - Options for how to segment:
  - sentences
  - paragraphs
 - Maintain structure of the field, inserting segments within that structure.
 - Use existing segmentation code if available.
 - ID of segments should be ID of field, with added index location of segment

Comment 3 Damian Jansen 2014-12-08 05:43:20 UTC
Verified

Comment 4 Michelle Kim 2015-03-03 23:10:09 UTC
Hi David and Dean,

Thanks for working on this bug and verifying it. Would you be able to help Yuko to test it out to see if the feature is working for her? She is the initial reporter of the issue and it would be good to get her feedback. 

If Yuko is happy with the feature, I will close the bug. Thanks a lot.