Instantiate a GreekSciOrthography with correct code points and token types.
stemortho()Package version: 0.2.0
July 26, 2024
Create a GreekScientificOrthography:
stemortho
Orthography interfacecodepoints
Delegate to specific functions based on type’s orthography trait value.
It is an error to invoke the codepoints function on anything but an orthographic system.
Orthographic systems must implement codepoints.
Implement codepoints function for SimpleAscii.
Implement codepoints function for SimpleAscii.
Implement Orthography’s codepoints functions for LiteraryGreekOrthography.
Implement Orthography’s codepoints function for GreekSciOrthography.
tokentypes
Delegate to specific functions based on type’s orthography trait value.
It is an error to invoke the tokentypes function on anything but an orthographic system.
Orthographic systems must implement tokentypes.
Implement tokentypes function for SimpleAscii.
Implement tokentypes function for WSTokenizer.
Implement Orthography’s tokentypes functions for LiteraryGreekOrthography.
Implement Orthography’s tokentypes function for GreekSciOrthography.
tokenize
Delegate to specific functions based on type’s orthography trait value.
It is an error to invoke the tokenize function on anything but an orthographic system.
Orthographic systems must implement tokenize.
Tokenize citable node cn using the tokenizer of the given orthographic system.
The return value is a list of pairings of a CitablePassage and a token category. The citable node is citable at the level of the token.
Tokenize corpus c using the tokenizer of the given orthographic system.
The return value is a list of pairings of a CitablePassage and a token category. The citable node is citable at the level of the token.
Tokenize document doc using the tokenizer of the given orthographic system.
The return value is a list of pairings of a CitablePassage and a token category. The citable node is citable at the level of the token.
Implement tokenize function for SimpleAscii orthography.
Implement tokenize function for WSTokenizer orthography.
Implement Orthography’s tokenize function for LiteraryGreekOrthography.
Tokenize a string in Greek scientific orthography.