PgsFile 0.4.8__py3-none-any.whl → 0.4.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of PgsFile might be problematic. Click here for more details.
- PgsFile/models/prompts/8. TitleCase prompt.txt +25 -0
- {PgsFile-0.4.8.dist-info → PgsFile-0.4.9.dist-info}/METADATA +1 -1
- {PgsFile-0.4.8.dist-info → PgsFile-0.4.9.dist-info}/RECORD +6 -5
- {PgsFile-0.4.8.dist-info → PgsFile-0.4.9.dist-info}/LICENSE +0 -0
- {PgsFile-0.4.8.dist-info → PgsFile-0.4.9.dist-info}/WHEEL +0 -0
- {PgsFile-0.4.8.dist-info → PgsFile-0.4.9.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Prompt for APA Title Case Conversion
|
|
2
|
+
Task:
|
|
3
|
+
Convert the provided article or book title into APA title case (7th edition). Follow APA capitalization rules carefully.
|
|
4
|
+
|
|
5
|
+
Rules:
|
|
6
|
+
1. Always capitalize:
|
|
7
|
+
o The first word of the title and subtitle (even if it’s a minor word).
|
|
8
|
+
o The first word after a colon (:) or em dash (—).
|
|
9
|
+
o All major words: nouns, verbs (including linking verbs), adjectives, adverbs, pronouns, and subordinating conjunctions.
|
|
10
|
+
o All words with four or more letters (e.g., “With,” “From”).
|
|
11
|
+
o The second element of a hyphenated major word (e.g., “Self-Report,” not “Self-report”).
|
|
12
|
+
o Proper nouns (e.g., “Freud,” “United States”).
|
|
13
|
+
2. Lowercase:
|
|
14
|
+
o Articles: a, an, the.
|
|
15
|
+
o Short coordinating conjunctions (three letters or fewer): and, but, or.
|
|
16
|
+
o Short prepositions (three letters or fewer): in, of, on, to.
|
|
17
|
+
o Exception: Capitalize if they are the first word of the title/subtitle or immediately follow a colon or em dash.
|
|
18
|
+
|
|
19
|
+
Output format:
|
|
20
|
+
Return the result as a Python string, with no extra explanation:
|
|
21
|
+
"My Revised Title"
|
|
22
|
+
|
|
23
|
+
Now convert this title:
|
|
24
|
+
Target title: {your_title}
|
|
25
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PgsFile
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.9
|
|
4
4
|
Summary: This module simplifies Python package management, script execution, file handling, web scraping, and multimedia downloads. The module supports (LLM-based) NLP tasks such as OCR, tokenization, lemmatization, POS tagging, NER, ATE, dependency parsing, MDD, WSD, LIWC, MIP analysis and Chinese-English sentence alignment. It also generates word lists, and plots data, aiding literary students. Ideal for scraping data, cleaning text, and analyzing language, it offers user-friendly tools to streamline workflows.
|
|
5
5
|
Home-page: https://mp.weixin.qq.com/s/lWMkYDWQMjBJNKY2vMYTpw
|
|
6
6
|
Author: Pan Guisheng
|
|
@@ -2592,8 +2592,9 @@ PgsFile/models/prompts/4. OCR prompt.txt,sha256=YxUQ2IlE52k0fcBnGsuOHqWAmfiEmIu6
|
|
|
2592
2592
|
PgsFile/models/prompts/5. ATE prompt.txt,sha256=5wu0gGlsV7DI0LruYM3-uAC6brppyYD0IoiFVjMqm5Y,1553
|
|
2593
2593
|
PgsFile/models/prompts/6. ATE3 prompt.txt,sha256=VnaXpPa6BgZHUcm8PxmP_qgU-8xEoTB3XcBqjwCUy_g,1254
|
|
2594
2594
|
PgsFile/models/prompts/7. SentAlign prompt.txt,sha256=hXpqqC-CAgo8EytkJ0MaLhevLefALazWriY-ew39jxs,1537
|
|
2595
|
-
PgsFile
|
|
2596
|
-
PgsFile-0.4.
|
|
2597
|
-
PgsFile-0.4.
|
|
2598
|
-
PgsFile-0.4.
|
|
2599
|
-
PgsFile-0.4.
|
|
2595
|
+
PgsFile/models/prompts/8. TitleCase prompt.txt,sha256=4p-LfGy0xAj2uPi9amyMm41T6Z17VNpFFsGZOgWhROs,1136
|
|
2596
|
+
PgsFile-0.4.9.dist-info/LICENSE,sha256=cE5c-QToSkG1KTUsU8drQXz1vG0EbJWuU4ybHTRb5SE,1138
|
|
2597
|
+
PgsFile-0.4.9.dist-info/METADATA,sha256=kz9wjDsNe156XAqCCKTveiOLPnvkOGbbjR1j8NkRNaM,3065
|
|
2598
|
+
PgsFile-0.4.9.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
2599
|
+
PgsFile-0.4.9.dist-info/top_level.txt,sha256=028hCfwhF3UpfD6X0rwtWpXI1RKSTeZ1ALwagWaSmX8,8
|
|
2600
|
+
PgsFile-0.4.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|