Activity for Victor Mote

  • Victor Mote Victor Mote committed [r13346] on Code

    Improvements to natural language dictionaries.

  • Victor Mote Victor Mote committed [r13345] on Code

    Rough-in handling of new "marker" element.

  • Victor Mote Victor Mote committed [r13344] on Code

    Style changes only.

  • Victor Mote Victor Mote committed [r13343] on Code

    1. Move inside class "Element" to a first-class class. 2. Handle new "flow" element in the spell-checking.

  • Victor Mote Victor Mote committed [r2753] on Code

    Move "marker" attributes to an orthogonal element. Add flow element.

  • Victor Mote Victor Mote committed [r13342] on Code

    Improve order of constructor parameters.

  • Victor Mote Victor Mote committed [r13341] on Code

    Add handling for xpath and marker attributes in the intermediate file.

  • Victor Mote Victor Mote committed [r2752] on Code

    Add "marker" attribute for data from the document backing the XML.

  • Victor Mote Victor Mote committed [r13340] on Code

    Store the line and column info in the element stack instead of globally.

  • Victor Mote Victor Mote committed [r13339] on Code

    Improvements to location information for spell-checking documents.

  • Victor Mote Victor Mote committed [r13338] on Code

    Compute the line and column number of each token, relative to the input item container.

  • Victor Mote Victor Mote committed [r2751] on Code

    Add line and column number to the Token interface.

  • Victor Mote Victor Mote committed [r13337] on Code

    Split tracking of location information into its components.

  • Victor Mote Victor Mote committed [r13336] on Code

    Adapt to aXSL change providing more explicit location information.

  • Victor Mote Victor Mote committed [r2750] on Code

    Make location information more explicit, for better downstream use.

  • Victor Mote Victor Mote committed [r13335] on Code

    Allow spaces in most English-Latin patterns, to properly handle open compound words.

  • Victor Mote Victor Mote committed [r13334] on Code

    Improvements to dictionaries and orthographies.

  • Victor Mote Victor Mote committed [r13333] on Code

    Improvements to dictionaries and orthographies.

  • Victor Mote Victor Mote committed [r13332] on Code

    Show location of words in unconfigured orthographies.

  • Victor Mote Victor Mote committed [r13331] on Code

    Improvements to dictionaries and orthographies.

  • Victor Mote Victor Mote committed [r13330] on Code

    Upgrade JUnit to 5.10.2 to fix class loading conflict when running from Eclipse.

  • Victor Mote Victor Mote committed [r13329] on Code

    Dictionary improvements.

  • Victor Mote Victor Mote committed [r13328] on Code

    Separate normal ad-hoc dictionaries from free dictionaries, one managed by the orthography, the other by the orthography server.

  • Victor Mote Victor Mote committed [r13327] on Code

    Handle dictionaries parsed outside of the orthography / dictionary resource scheme.

  • Victor Mote Victor Mote committed [r13326] on Code

    Move dictionaryMap and related methods to superclass, so that the variant class can use.

  • Victor Mote Victor Mote committed [r13325] on Code

    Remove no-longer-needed code.

  • Victor Mote Victor Mote committed [r13324] on Code

    Handle possibility of multiple writing system dictionaries being parsed from a single dictionary file.

  • Victor Mote Victor Mote committed [r13323] on Code

    Improvements to dictionaries and orthographies.

  • Victor Mote Victor Mote committed [r13322] on Code

    Add left single quotation mark as possible intraword punctuation, to handle certain configurations of Scottish names, e.g. M‘Culloch.

  • Victor Mote Victor Mote committed [r13321] on Code

    Improvements to dictionaries/orthographies.

  • Victor Mote Victor Mote committed [r13320] on Code

    Improvements to dictionaries and orthographies.

  • Victor Mote Victor Mote committed [r13319] on Code

    Address new checkstyle warnings.

  • Victor Mote Victor Mote committed [r13318] on Code

    Improvements to dictionaries and orthographies.

  • Victor Mote Victor Mote committed [r13317] on Code

    Improvements to dictionaries and orthographies.

  • Victor Mote Victor Mote posted a comment on ticket #25119

    Yes, the issue is resolved for me. Thank you. Victor

  • Victor Mote Victor Mote committed [r13316] on Code

    Dictionary improvements.

  • Victor Mote Victor Mote modified a comment on ticket #25119

    I am seeing similar results committing from both Eclipse and TortoiseSVN. I also changed my password to see if that would fix the problem, with no change. I believe the problems started within the last few days. Username: victormote

  • Victor Mote Victor Mote posted a comment on ticket #25119

    I am seeing similar results committing from both Eclipse and TortoiseSVN. I also changed my password to see if that would fix the problem, with no change. Username: victormote

  • Victor Mote Victor Mote committed [r13315] on Code

    Handle new axsl-dictionary elements.

  • Victor Mote Victor Mote committed [r13314] on Code

    Improvements to dictionaries and orthographies.

  • Victor Mote Victor Mote committed [r2749] on Code

    Turn word-placeholder attributes into elements.

  • Victor Mote Victor Mote committed [r2748] on Code

    Add word-placeholder element for axsl-dictionary.

  • Victor Mote Victor Mote committed [r13313] on Code

    Move dictionary-related instance variables into the inner class to better separate them from other parser variables.

  • Victor Mote Victor Mote committed [r13312] on Code

    Remove no-longer-needed instance variable.

  • Victor Mote Victor Mote committed [r13311] on Code

    Replace some uses of Logger with Exceptions.

  • Victor Mote Victor Mote committed [r13310] on Code

    Reset last word when starting a new axsl-dictionary element.

  • Victor Mote Victor Mote committed [r13309] on Code

    Remove hard-coded paths to orthography resources by handling relative URLs.

  • Victor Mote Victor Mote committed [r2747] on Code

    Minor doc cleanup.

  • Victor Mote Victor Mote committed [r13308] on Code

    1. Move the main logic for Orthography4a and subclasses to the abstract superclass, leaving the subclasses to basically feed configuration it. 2. Add abstract method that allows the variant class to add the dictionary of the wrapped orthography to the stack that is being processed.

  • Victor Mote Victor Mote committed [r13307] on Code

    Conform to aXSL change: Remove passage of ad-hoc dictionaries when searching for words.

  • Victor Mote Victor Mote committed [r2746] on Code

    Remove passage of ad-hoc dictionaries when searching for words.

  • Victor Mote Victor Mote committed [r13306] on Code

    Allow orthography server to be overridden by a document-specific variant.

  • Victor Mote Victor Mote committed [r13305] on Code

    Rename class in preparation for extraction of an abstract superclass.

  • Victor Mote Victor Mote committed [r13304] on Code

    Move more NaturalLanguage code to the attic (some coming from aXSL).

  • Victor Mote Victor Mote committed [r2745] on Code

    Move more NaturalLanguage code to the attic.

  • Victor Mote Victor Mote committed [r13303] on Code

    Move NaturalLanguage code to the attic.

  • Victor Mote Victor Mote committed [r13302] on Code

    Create class that can override a standard orthography.

  • Victor Mote Victor Mote committed [r13301] on Code

    Minor dependency cleanup.

  • Victor Mote Victor Mote committed [r13300] on Code

    Conform to aXSL changes: Move the text token flow interfaces from axsl-orthography to axsl-fotree.

  • Victor Mote Victor Mote committed [r2744] on Code

    Move the text token flow interfaces from axsl-orthography to axsl-fotree.

  • Victor Mote Victor Mote committed [r13299] on Code

    Conform to aXSL change: Consolidate tokenization concepts into the Lexer.

  • Victor Mote Victor Mote committed [r2743] on Code

    Consolidate tokenization concepts into the Lexer.

  • Victor Mote Victor Mote committed [r13298] on Code

    Conform to aXSL changes: Remove org.axsl.orthography.optional package, moving its interfaces up a level.

  • Victor Mote Victor Mote committed [r2742] on Code

    Remove org.axsl.orthography.optional package, moving its interfaces up a level.

  • Victor Mote Victor Mote committed [r13297] on Code

    Since there is only one lexer now, cache it as an instance variable.

  • Victor Mote Victor Mote committed [r13296] on Code

    Dictionary and orthography improvements.

  • Victor Mote Victor Mote committed [r13295] on Code

    Move creation of actual dictionary to the endElement method, to enable parsing of multiple dictionaries from one file.

  • Victor Mote Victor Mote committed [r13294] on Code

    Dictionary improvements.

  • Victor Mote Victor Mote committed [r13293] on Code

    Minor cleanup.

  • Victor Mote Victor Mote committed [r13292] on Code

    Remove no-longer-needed token type START.

  • Victor Mote Victor Mote committed [r13291] on Code

    Enable test of a token item ending with leading punctuation.

  • Victor Mote Victor Mote committed [r13290] on Code

    Bracket token input with BREAK token types during token resolution, instead of END.

  • Victor Mote Victor Mote committed [r13289] on Code

    Add disabled test for leading punctuation immediately before a new input item.

  • Victor Mote Victor Mote committed [r2741] on Code

    Remove exception for empty content. It should just be ignored. Add exception for null content or writing system for fail-fast.

  • Victor Mote Victor Mote committed [r13288] on Code

    Simplify the locking and processing sequence.

  • Victor Mote Victor Mote committed [r13287] on Code

    Use the token writing system, not the last parsed one.

  • Victor Mote Victor Mote committed [r13286] on Code

    Fix process of getting the orthography.

  • Victor Mote Victor Mote committed [r13285] on Code

    Clean up timing of running the Lexer.

  • Victor Mote Victor Mote committed [r13284] on Code

    Simply ignore empty content. Throw exception for null parameters.

  • Victor Mote Victor Mote committed [r13283] on Code

    Dictionary improvements.

  • Victor Mote Victor Mote committed [r13282] on Code

    Create class to store the breaks in.

  • Victor Mote Victor Mote committed [r13281] on Code

    Enable test that now passes.

  • Victor Mote Victor Mote committed [r13280] on Code

    When resolving ambiguous token types, process all input items as if they were part of a single sequence.

  • Victor Mote Victor Mote committed [r13279] on Code

    Prevent empty content from being added to the Lexer.

  • Victor Mote Victor Mote committed [r2740] on Code

    1. Allow implementations to reject empty content. 2. Improve some variable names.

  • Victor Mote Victor Mote committed [r13278] on Code

    Defer token creation until all breaks have been computed.

  • Victor Mote Victor Mote committed [r13277] on Code

    Minor cleanup.

  • Victor Mote Victor Mote committed [r13276] on Code

    Store the intermediate lexing results with each input item, so that all input items can be processed as contiguous items.

  • Victor Mote Victor Mote committed [r13275] on Code

    Remove some no-longer-needed context parameters. Pass the input index around instead of the input item it references.

  • Victor Mote Victor Mote committed [r13274] on Code

    Create the tokens immediately instead of accumulating their components.

  • Victor Mote Victor Mote committed [r13273] on Code

    Add test of adjacent tokens in different writing systems.

  • Victor Mote Victor Mote committed [r13272] on Code

    Dictionary improvements.

  • Victor Mote Victor Mote committed [r13271] on Code

    Conform to aXSL change: Rename token type WHITESPACE to BREAK, and add documentation about why.

  • Victor Mote Victor Mote committed [r2739] on Code

    Rename token type WHITESPACE to BREAK, and add documentation about why.

  • Victor Mote Victor Mote committed [r13270] on Code

    Handle an embedded slash or solidus.

  • Victor Mote Victor Mote committed [r13269] on Code

    Resolve ambiguous trailing punctuation that can be resolved from its context.

  • Victor Mote Victor Mote committed [r13268] on Code

    Handle transient trailing punctuation that is followed by resolved trailing punctuation.

  • Victor Mote Victor Mote committed [r13267] on Code

    Handle lexing of horizontal ellipsis.

  • Victor Mote Victor Mote committed [r13266] on Code

    If a word is not found in the dictionary, but is following by ambiguous trailing punctuation, append the punctuation and try again.

  • Victor Mote Victor Mote committed [r13265] on Code

    Conform to aXSL change: Remove explicit-token concept. This is now considered to be out-of-scope for a lexer, but should be handled in a dictionary.

1 >