Re: Passing SectionsBsv to piper containing BsvRegexSectionizer [EXTERNAL] [SUSPICIOUS]

2021-02-03 Thread Finan, Sean
be a quick way to test whatever you want to do. From: Thomas W Loehfelm Sent: Wednesday, February 3, 2021 6:01 PM To: dev@ctakes.apache.org Subject: Re: Passing SectionsBsv to piper containing BsvRegexSectionizer [EXTERNAL] [SUSPICIOUS] * External Email

Re: Passing SectionsBsv to piper containing BsvRegexSectionizer [EXTERNAL] [SUSPICIOUS]

2021-02-03 Thread Thomas W Loehfelm
[EXTERNAL] [SUSPICIOUS] True, true. From: Peter Abramowitsch Sent: Saturday, January 30, 2021 5:21 PM To: dev@ctakes.apache.org Subject: Re: Passing SectionsBsv to piper containing BsvRegexSectionizer [EXTERNAL] [SUSPICIOUS] * External Email - Caution

Re: Passing SectionsBsv to piper containing BsvRegexSectionizer [EXTERNAL]

2021-02-02 Thread Kean Kaufmann
void adjustSectionInfo( String noteType, Segment section ) { >if ( noteType.equals( "A" ) ) { > String newName = X_TO_A_SECTIONS.get( segment.getPreferredText() ); >if ( newName != null ) { > section.setPreferredText( newName ); > } >

Re: Passing SectionsBsv to piper containing BsvRegexSectionizer [EXTERNAL] [SUSPICIOUS]

2021-01-30 Thread Finan, Sean
True, true. From: Peter Abramowitsch Sent: Saturday, January 30, 2021 5:21 PM To: dev@ctakes.apache.org Subject: Re: Passing SectionsBsv to piper containing BsvRegexSectionizer [EXTERNAL] [SUSPICIOUS] * External Email - Caution * Hi Tom, I think

Re: Passing SectionsBsv to piper containing BsvRegexSectionizer [EXTERNAL] [SUSPICIOUS]

2021-01-30 Thread Peter Abramowitsch
Map X_TO_B_SECTIONS = new HashMap<>() > initRenameMaps() { >X_TO_A_SECTIONS.put( "Stern", "Sternum" ); >X_TO_B_SECTIONS.put( "Stern", "Tough Guy" ); > } > void adjustSectionInfo( String noteType, Segment section ) { >if ( n

Re: Passing SectionsBsv to piper containing BsvRegexSectionizer [EXTERNAL] [SUSPICIOUS]

2021-01-30 Thread Finan, Sean
TIONS.get( segment.getPreferredText() ); if ( newName != null ) { section.setPreferredText( newName ); } } else if ( noteType.equals( "B" ) { etc. } } Sean ____ From: Thomas W Loehfelm Sent: Friday, January

Re: Passing SectionsBsv to piper containing BsvRegexSectionizer [EXTERNAL]

2021-01-30 Thread Finan, Sean
edText() ); if ( newName != null ) { section.setPreferredText( newName ); } } else if ( noteType.equals( "B" ) { etc. } } Sean ____________ From: Thomas W Loehfelm Sent: Friday, January 29, 2021 7:25 PM To: dev@ctakes.apache.org Subject: Re: Passi