1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 15, 2023 — Mar 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Turn word-placeholder attributes into elements.
Victor Mote
as victormote
More... 5 months ago
Add word-placeholder element for axsl-dictionary.
Victor Mote
as victormote
More... 5 months ago
Minor doc cleanup.
Victor Mote
as victormote
More... 6 months ago
Remove passage of ad-hoc dictionaries when searching for words.
Victor Mote
as victormote
More... 6 months ago
Move more NaturalLanguage code to the attic.
Victor Mote
as victormote
More... 6 months ago
Move the text token flow interfaces from axsl-orthography to axsl-fotree.
Victor Mote
as victormote
More... 6 months ago
Consolidate tokenization concepts into the Lexer.
Victor Mote
as victormote
More... 6 months ago
Remove org.axsl.orthography.optional package, moving its interfaces up a level.
Victor Mote
as victormote
More... 6 months ago
Remove exception for empty content. It should just be ignored. Add exception for null content or writing system for fail-fast.
Victor Mote
as victormote
More... 6 months ago
1. Allow implementations to reject empty content. 2. Improve some variable names.
Victor Mote
as victormote
More... 6 months ago
Rename token type WHITESPACE to BREAK, and add documentation about why.
Victor Mote
as victormote
More... 6 months ago
Remove explicit-token concept. This is now considered to be out-of-scope for a lexer, but should be handled in a dictionary.
Victor Mote
as victormote
More... 6 months ago
1. Add token type for ambiguous leading punctuation. 2. Remove numeric indexes from token types.
Victor Mote
as victormote
More... 6 months ago
Add ability to convert Tokens into an immutable form.
Victor Mote
as victormote
More... 6 months ago
Add index to TokenType enum.
Victor Mote
as victormote
More... 6 months ago
Add more token type options.
Victor Mote
as victormote
More... 6 months ago
Add option for nouns to have a number of "number-any".
Victor Mote
as victormote
More... 6 months ago
Convert Lexer an Iterator. Track WritingMode for explicit words.
Victor Mote
as victormote
More... 6 months ago
Add element "foreign". Remove ability of "text" elements to be nested.
Victor Mote
as victormote
More... 6 months ago
Remove lexer from the orthography configuration.
Victor Mote
as victormote
More... 6 months ago
Remove link between lexer and writing system in orthography config.
Victor Mote
as victormote
More... 6 months ago
1. Return Locale and word break iterator for WritingSystem.
Victor Mote
as victormote
More... 6 months ago
Change API for Lexer, to handle pre-tokenized word content.
Victor Mote
as victormote
More... 6 months ago
Add attribute to capture the original location.
Victor Mote
as victormote
More... 6 months ago
Add "word" element for pre-tokenized words.
Victor Mote
as victormote
More... 6 months ago
Remove isValid method and add isNotSpecified method.
Victor Mote
as victormote
More... 6 months ago
Change imported dictionary concept to allow multiple entries.
Victor Mote
as victormote
More... 6 months ago
Fix to axsl-dictionary model.
Victor Mote
as victormote
More... 6 months ago
Move override dictionary attribute to new element import-dictionary, and allow multiple instances.
Victor Mote
as victormote
More... 6 months ago
Make explicit tokens available earlier, so they can be used when creating the lexer.
Victor Mote
as victormote
More... 7 months ago