|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jqurantree.arabic.ArabicText
org.jqurantree.orthography.Token
public class Token
An orthographic token is whitespace-delimited
ArabicText within a verse. This is typically a
word with its affixes. In Arabic, a word and multiple particles may be fused
together into a single orthographic token.
| Field Summary |
|---|
| Fields inherited from class org.jqurantree.arabic.ArabicText |
|---|
buffer, characterCount, offset |
| Method Summary | |
|---|---|
Chapter |
getChapter()
Gets the chapter that contains the token. |
int |
getChapterNumber()
Gets the chapter number. |
Location |
getLocation()
Gets the token's location. |
int |
getTokenNumber()
Gets the token number. |
Verse |
getVerse()
Gets the verse that contains the token. |
int |
getVerseNumber()
Gets the verse number. |
| Methods inherited from class org.jqurantree.arabic.ArabicText |
|---|
fromBuckwalter, fromEncoding, fromUnicode, getCharacter, getCharacterType, getLength, getLetterCount, getSubstring, iterator, removeDiacritics, removeNonLetters, toBuckwalter, toSimpleEncoding, toString, toString, toString, toUnicode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Location getLocation()
public int getChapterNumber()
public int getVerseNumber()
public int getTokenNumber()
public Verse getVerse()
public Chapter getChapter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||