Differences between revisions 3 and 4
Revision 3 as of 2011-10-08 21:12:17
Size: 60
Editor: localhost
Comment: converted to 1.6 markup
Revision 4 as of 2013-08-15 18:22:53
Size: 829
Editor: EmilyBender
Comment: Documenting the mire/bog/swamp
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Type Description Language Type Description Language and other aspects of DELPH-IN Joint Reference Formalism

== Case Sensitivity ==

=== Case Sensitive ===

 * Things inside quotes (NB: strings passed from tfs world into MRS will be treated as case insensitive in MRS processing)

=== Case Insensitive ===
 
 * Everything in tdl not inside of quotes.
 * Lexicon look-up.
   * Proper names?
   * Acronyms?

 ... approach these with token-mapping (preserve the info, and then downcase anyway)

=== Unknown ===

 * Orthographic subrules (agree: case sensitive, ACE: [intended] case insensitive)

Notes: Arguments for case insensitive include shouting (call caps); Arguments for case sensitive include the use of upper case vowels in vowel harmony languages (linguistic representations, not orthography)

Type Description Language and other aspects of DELPH-IN Joint Reference Formalism

Case Sensitivity

Case Sensitive

  • Things inside quotes (NB: strings passed from tfs world into MRS will be treated as case insensitive in MRS processing)

Case Insensitive

  • Everything in tdl not inside of quotes.
  • Lexicon look-up.
    • Proper names?
    • Acronyms?
  • .. approach these with token-mapping (preserve the info, and then downcase anyway)

Unknown

  • Orthographic subrules (agree: case sensitive, ACE: [intended] case insensitive)

Notes: Arguments for case insensitive include shouting (call caps); Arguments for case sensitive include the use of upper case vowels in vowel harmony languages (linguistic representations, not orthography)

TdlRfc (last edited 2020-06-05 06:38:36 by FrancisBond)

(The DELPH-IN infrastructure is hosted at the University of Oslo)