https://github.com/nullnull/normalizenumexp
normalizer of numerical / temporal expression
https://github.com/nullnull/normalizenumexp
Last synced: about 1 year ago
JSON representation
normalizer of numerical / temporal expression
- Host: GitHub
- URL: https://github.com/nullnull/normalizenumexp
- Owner: nullnull
- License: bsd-3-clause
- Created: 2012-11-21T16:52:16.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T05:44:40.000Z (over 7 years ago)
- Last Synced: 2025-04-10T06:03:16.242Z (about 1 year ago)
- Language: C++
- Size: 31.5 MB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: history.txt
- License: LICENSE
Awesome Lists containing this project
README
================================
normalizeNumexp : Numerical/Temporal expression normalizer
================================
About
=====
This is a tool for normalizing numerical/temporal expression.
Necessary Libraries
======
ux(More Succinct Trie Data structure):http://code.google.com/p/ux-trie/wiki/Tutorial_Japanese
pficommon(General purpose C++ library for PFI):https://github.com/pfi/pficommon
Install
=======
Do following instructions.
..
$ ./waf configure
$ ./waf build
$ ./waf install
To check that the installation has completed successfully,
..
$ ./waf --checkall
How to Use
=======
This utility normalize (Japanese) numerical and temporal expressions in the input sentence.
..
$ normalizeNumexp
魔女狩りは15世紀〜18世紀にかけてみられ、全ヨーロッパで4万人が処刑された
>numerical*4万人*29*32*人*40000*40000*
>abstime*15世紀〜18世紀*5*14*none*1401-XX-XX*1800-XX-XX*
If you want to know more detail about this tool, please read following documents.
http://www.cl.ecei.tohoku.ac.jp/~katsuma/software/normalizeNumexp/