~ubuntu-branches/ubuntu/oneiric/mozc/oneiric

« back to all changes in this revision

Viewing changes to data/rules/pos_matcher_rule.def

  • Committer: Bazaar Package Importer
  • Author(s): Nobuhiro Iwamatsu
  • Date: 2010-07-14 03:26:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100714032647-13qjisj6m8cm8jdx
Tags: 0.12.410.102-1
* New upstream release (Closes: #588971).
  - Add mozc-server, mozc-utils-gui and scim-mozc packages.
* Update debian/rules.
  Add --gypdir option to build_mozc.py.
* Update debian/control.
  - Bumped standards-version to 3.9.0.
  - Update description.
* Add mozc icon (Closes: #588972).
* Add patch which revises issue 18.
  ibus_mozc_issue18.patch
* kFreeBSD build support.
  support_kfreebsd.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Generate POSMatcher rules:
 
2
#
 
3
# format:
 
4
# FunctionName1 RegexPattern1
 
5
# FunctionName2 RegexPattern2
 
6
# FunctionName3 RegexPattern3
 
7
# ..
 
8
#
 
9
# Generates the following methods inside POSMatcher
 
10
# uint16 POSMatcher::Get<FunctionalName>Id() { ... }
 
11
# bool   POSMatcher::Is<FunctionalName>(uint16 id) { ... }
 
12
#
 
13
# Example:
 
14
# uint16 POSMatcher::GetFirstNameId() { ... }
 
15
# bool   POSMatcher::IsFirstName(uint16 id) { ... }
 
16
 
 
17
Functional ^(助詞|助動詞|記号|動詞,非自立|名詞,非自立|形容詞,非自立|動詞,接尾|名詞,接尾|形容詞,接尾)
 
18
 
 
19
Unknown    名詞,サ変接続
 
20
 
 
21
FirstName  名詞,固有名詞,人名,名
 
22
LastName   名詞,固有名詞,人名,姓
 
23
 
 
24
Number     名詞,数,アラビア数字