C# 클래스 ACAT.Extensions.Default.FunctionalAgents.LectureManager.LectureManagerMainForm.Paragraph

Represents a paragraph of text. Contains the starting offset of the para in the text and length of the text. ALso contains a list of sentences that comprise the para
파일 보기 프로젝트 열기: brlima94/acat-localization

공개 메소드들

메소드 설명
Paragraph ( ) : System

Initialize

isFirstSentence ( Sentence sentence ) : bool

Checks if this is the first sentence

isLastSentence ( Sentence sentence ) : bool

Checks fi this is the last sentence

메소드 상세

Paragraph() 공개 메소드

Initialize
public Paragraph ( ) : System
리턴 System

isFirstSentence() 공개 메소드

Checks if this is the first sentence
public isFirstSentence ( Sentence sentence ) : bool
sentence Sentence sentence
리턴 bool

isLastSentence() 공개 메소드

Checks fi this is the last sentence
public isLastSentence ( Sentence sentence ) : bool
sentence Sentence sentence object
리턴 bool