-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proper treatment of PUNCTs for KNP (#48)
* Avoid that JUMAN treats "(" and ")" as 未定義語 * Proper treatment of PUNCT 括弧始-PUNCTs are not suitable for head tokens in Universal Dependencies. * small refinement for future enhancement * revert for han_to_zen_normalize * bug fix * support 形態素連結 * replace "(" and ")" into 全角 * rewrite for flake8 * rewrite for flake8 again * List[Morpheme] into List * test for _modify_head_punct
- Loading branch information
1 parent
78c41fe
commit 819fe11
Showing
4 changed files
with
53 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters