Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

atok12migd(1) [sunos man page]

atok12migd(1)							   User Commands						     atok12migd(1)

NAME
atok12migd - Merges an ATOK8 dictionary to ATOK12 dictionary SYNOPSIS
atok12migd [-h part_of_speech] atok8_dic atok12_dic AVAILABILITY
JSatsvu DESCRIPTION
atok12migd merges the contents of an ATOK8 dictionaries with those of an ATOK12 dictionary. atok12migd merges only user-registered words with the ATOK8 dictionaries. ATOK8 system-provided words are not merged. The contents of a source ATOK8 dictionary is neither destroyed nor modified through merge processing. OPTIONS
-h part_of_speecSpecifies the part_of_speech. The words to be merged can be limited by specifying the par_of_speech. Specify the part_of_speech using ATOK8's part_of_speech number. When specifying multiple parts_of_speech, delimit them with a plus sign (+). When "all" is specified, all parts_of_speech are merged. (Example) 1 2+3 3+4+8+9 all ATOK8 Parts of Speech Number +-----------------------------------------------------------+ |Number Name | |1 General nouns | |2 Proper nouns (person name) | |3 Proper nouns (location name) | |4 Proper nouns (organization name) | |5 Proper nouns (general) | |6 Nouns (sa-gyou irregular) | |7 Nouns (za-gyou irregular) | |8 Nouns (adjective verbs) | |9 Independent words | |10 Tankanji (single Kanji) | |11 Rentaishi (non-conjugative adjectives) | |12 Conjunctions | |13 Interjections | |14 Prefixes | |15 Noun suffixes | |16 Numerals | |17 Ka-gyou godan katsuyou (consonant-stem) | | verbs | |18 Ga-gyou godan katsuyou (consonant-stem) | | verbs | |19 Sa-gyou godan katsuyou (consonant-stem) | | verbs | |20 Ta-gyou godan katsuyou (consonant-stem) | | verbs | |21 Na-gyou godan katsuyou (consonant-stem) | | verbs | |22 Ha-gyou godan katsuyou (consonant-stem) | | verbs | |23 Ba-gyou godan katsuyou (consonant-stem) | | verbs | |24 Ma-gyou godan katsuyou (consonant-stem) | | verbs | |25 Ra-gyou godan katsuyou (consonant-stem) | | verbs | |26 Wa-gyou godan katsuyou (consonant-stem) | | verbs | |27 Ichidan katsuyou verbs | |28 Ka-gyou irregular verbs | |29 Sa-gyou irregular verbs | |30 Za-gyou irregular verbs | |31 Adjectives | |32 Adjective verbs | |33 Adverbs | +-----------------------------------------------------------+ atok8_dicATOK8's dictionary. atok12_diATOK12's dictionary ENVIRONMENT VARIABLES
LANG, LC_atok12migd operates only when the LC_CTYPE category is set to locale ja or an equivalent locale. For usage of the above environ- ment variables, see the environ(5) man page. EXIT STATUS
This command returns the following exit codes: 0 Successful completion 1 Unknown option 127 Other errors FILES
/usr/bin/atok12migd ATOK8 to ATOK12 dictionary merge command SEE ALSO
environ(5) Japanese Input System Summary & Transition ATOK12 User's Guide NOTES
This command ends when SIGTERM is sent to the process. atok12migd cannot handle files whose name or contents contain characters of EUC code set 3. SunOS 5.10 10 Jan 2003 atok12migd(1)

Check Out this Related Man Page

thai/thwctype.h(3)						      libthai							thai/thwctype.h(3)

NAME
thai/thwctype.h - Thai wide-char character classifications. SYNOPSIS
Functions int th_wcistis (thwchar_t wc) Is the wide character convertible to a valid TIS-620 code? int th_wcisthai (thwchar_t wc) Is the wide character a Thai character? int th_wciseng (thwchar_t wc) Is the wide character an English character? int th_wcisthcons (thwchar_t wc) Is the wide character a Thai consonant? int th_wcisthvowel (thwchar_t wc) Is the wide character a Thai vowel? int th_wcisthtone (thwchar_t wc) Is the wide character a Thai tone mark? int th_wcisthdiac (thwchar_t wc) Is the wide character a Thai diacritic? int th_wcisthdigit (thwchar_t wc) Is the character a Thai digit? int th_wcisthpunct (thwchar_t wc) Is the character a Thai punctuation? int th_wcistaillesscons (thwchar_t wc) Is the wide character a Thai consonant that fits the x-height? int th_wcisovershootcons (thwchar_t wc) Is the wide character a Thai consonant with stem above ascender? int th_wcisundershootcons (thwchar_t wc) Is the wide character a Thai consonant with stem below baseline? int th_wcisundersplitcons (thwchar_t wc) Is the wide character a Thai consonant with split part below baseline? int th_wcisldvowel (thwchar_t wc) Is the wide character a Thai leading vowel? int th_wcisflvowel (thwchar_t wc) Is the wide character a Thai following vowel? int th_wcisupvowel (thwchar_t wc) Is the wide character a Thai upper vowel? int th_wcisblvowel (thwchar_t wc) Is the wide character a Thai below vowel? int th_wcchlevel (thwchar_t wc) Position for rendering: Detailed Description Thai wide-char character classifications. Function Documentation int th_wcchlevel (thwchar_twc) Position for rendering: o 3 = above/top o 2 = top o 1 = above o 0 = base o -1 = below int th_wcistis (thwchar_twc) Is the wide character convertible to a valid TIS-620 code? TIS-620 here means US-ASCII plus TIS-620 extension. Author Generated automatically by Doxygen for libthai from the source code. Version 0.1.14 Tue Jun 17 2014 thai/thwctype.h(3)
Man Page