NORM_STANDARD npl_class: Parsing and Consolidation ? #25
cverluise
started this conversation in
Projects & Ideas
Replies: 1 comment
-
Hello, here are a thousand examples randomly drawn from the npl citations in the Extract query WITH
tmp AS (
SELECT
npl_publn_id
FROM
`npl-parsing.patcit.v02_npl`
WHERE
npl_class="NORM_STANDARD"
LIMIT 1000)
SELECT
tls214.*
FROM
`usptobias.patstat.tls214` AS tls214,
tmp
WHERE
tmp.npl_publn_id = tls214.npl_publn_id The current output is open for discussion. In particular, we are interested in:
The file is available in
processed_sample-standard-norm-29032020.zip Cheers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Since
v0.2-npl
, we have introduced a NORM_STANDARDnpl_class
Question
How should this class of citations be structured and consolidated?
Food for thoughts
Below is a sample of 100 citations for this class.
Open questions
On this specific class, @kermitt2 has precise ideas based on Grobid recent citation model update.
I leave these questions open to discussion.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions