Skip to content

Commit

Permalink
Remove jieba comments from template.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Oct 11, 2024
1 parent 9dbe1e1 commit 7654e8c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/_template_/lute_langname_parser/parser.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""
Parsing using TODO
The parser uses jieba to do parsing and pypinyin for character readings
Includes classes:
- LangNameParser
Expand All @@ -18,7 +16,6 @@
class LangNameParser(AbstractParser):
"""
A parser for LANGNAME
using the jieba library for text segmentation.
"""

@classmethod
Expand Down

0 comments on commit 7654e8c

Please sign in to comment.