Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lichenggang
/
bom_identify
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4bef8d18
authored
Jun 29, 2020
by
lichenggang
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
数量加上pcs
parent
a4e9ee50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
predict/txt_predict.py
predict/txt_predict.py
View file @
4bef8d18
...
@@ -14,7 +14,7 @@ class TxtPredict(BasePredictor):
...
@@ -14,7 +14,7 @@ class TxtPredict(BasePredictor):
"""
"""
if
str
(
kw
)
.
startswith
(
'0'
):
if
str
(
kw
)
.
startswith
(
'0'
):
return
False
return
False
return
re
.
match
(
r'(\d+|\d+(\.\d+))($|(K)|[个十百千万])$'
,
kw
,
re
.
M
|
re
.
I
)
return
re
.
match
(
r'(\d+|\d+(\.\d+))($|(K)|[个十百千万]
|pcs
)$'
,
kw
,
re
.
M
|
re
.
I
)
def
pre_deal
(
self
,
li
:
list
):
def
pre_deal
(
self
,
li
:
list
):
data
=
[]
data
=
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment