Coder Social home page Coder Social logo

trialanderrororg / parse-text-cite Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 148 KB

Small tool that parses a string of text containing APA style in text citations, e.g.

JavaScript 0.31% TypeScript 46.97% Nearley 11.41% HTML 41.31%
apa bibliography citations parser references

parse-text-cite's Introduction

Note This repository is

citations-parse-text-cite

npm version npm downloads

Small tool that parses a string of text containing APA style in text citations, e.g. Jones (2020), and returns a rudimentary AST with the thing parsed.

Not very efficient at all, just uses regex so don't run it on big pieces of text at once. To be used inside other more mature parsers in order to check whether what we are looking at is a citation. automatically generated from the main parser monorepo. Please submit any issues or pull requests there.

Install

This package is ESM only. In Node.js (version 12.20+, 14.14+, 16.0+, 18.0+), install as

pnpm add parse-text-cite
# or with yarn
# yarn add parse-text-cite
# or with npm
# npm install parse-text-cite

API


parseTextCite()

Signature

parseTextCite(string: string, options?: Options): any[];

Parameters

Name Type
string string
options? Options

Returns

any[]

Defined in: lib/parse-text-cite.ts:34


parser

Const Parser

Defined in: lib/parse-text-cite.ts:32


Citation

Properties

citationId

string

Defined in: lib/parse-text-cite.ts:6

citationItems

CitationItem[]

Defined in: lib/parse-text-cite.ts:7

originalText?

string

Defined in: lib/parse-text-cite.ts:9

properties

Properties

Defined in: lib/parse-text-cite.ts:8


CitationItem

Properties

id

string

Defined in: lib/parse-text-cite.ts:19

infix?

string

Defined in: lib/parse-text-cite.ts:22

itemData

Data

Defined in: lib/parse-text-cite.ts:18

label?

string

Defined in: lib/parse-text-cite.ts:23

locator?

string

Defined in: lib/parse-text-cite.ts:24

prefix?

string

Defined in: lib/parse-text-cite.ts:20

suffix?

string

Defined in: lib/parse-text-cite.ts:21


Properties

Properties

mode?

string

Defined in: lib/parse-text-cite.ts:14

noteIndex

number

Defined in: lib/parse-text-cite.ts:13

License

GPL-3.0-or-later © Thomas F. K. Jorna

parse-text-cite's People

Contributors

tefkah avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.